Количество 373 892
Количество 373 892
GHSA-4m7v-hj47-rqcr
The Timetics WordPress plugin before 1.0.57 does not enforce a pending or unpaid status for new bookings created through a payment method other than its recognised gateways, allowing unauthenticated users to create fully-approved bookings for priced appointments without making any payment.
GHSA-4m7v-4fw7-9hch
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix double free in create_space_info() error path When kobject_init_and_add() fails, the call chain is: create_space_info() -> btrfs_sysfs_add_space_info_type() -> kobject_init_and_add() -> failure -> kobject_put(&space_info->kobj) -> space_info_release() -> kfree(space_info) Then control returns to create_space_info(): btrfs_sysfs_add_space_info_type() returns error -> goto out_free -> kfree(space_info) This causes a double free. Keep the direct kfree(space_info) for the earlier failure path, but after btrfs_sysfs_add_space_info_type() has called kobject_put(), let the kobject release callback handle the cleanup.
GHSA-4m7r-rwj3-jphv
Buffer overflow in the Client Detection Tool (CDT) plugin (npcdt.dll) for Netscape 7.02 allows remote attackers to execute arbitrary code via an attachment with a long filename.
GHSA-4m7r-jfv6-r27r
The (1) memc_save_get_next_page, (2) tmemc_restore_put_page and (3) tmemc_restore_flush_page functions in the Transcendent Memory (TMEM) in Xen 4.0, 4.1, and 4.2 do not check for negative id pools, which allows local guest OS users to cause a denial of service (memory corruption and host crash) or possibly execute arbitrary code via unspecified vectors. NOTE: this issue was originally published as part of CVE-2012-3497, which was too general; CVE-2012-3497 has been SPLIT into this ID and others.
GHSA-4m7r-jcc4-f5fx
Use after free in Skia in Google Chrome prior to 150.0.7871.46 allowed a remote attacker to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Critical)
GHSA-4m7r-69vr-gmv2
A vulnerability in the Pulse Connect Secure < 9.1R9 admin web interface could allow an authenticated attacker to perform an arbitrary file reading vulnerability is fixed using encrypted URL blacklisting that prevents these messages.
GHSA-4m7p-rm8x-7p4r
IBM Sterling Secure Proxy 6.2.0.0 through 6.2.1.2 could allow a remote authenticated attacker to perform UI spoofing and phishing attacks due to improper neutralization of user-supplied HTML markup.
GHSA-4m7p-8mq4-h9jm
In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Add the missed acpi_put_table() to fix memory leak When the radeon driver reads the bios information from ACPI table in radeon_acpi_vfct_bios(), it misses to call acpi_put_table() to release the ACPI memory after the init, so add acpi_put_table() properly to fix the memory leak. v2: fix text formatting (Alex)
GHSA-4m7p-55jm-3vwv
Improper Neutralization of Special Elements used in an OS Command in Jenkins Pipeline: Groovy Plugin
GHSA-4m7p-23x7-87x5
Missing type check in V8 in Google Chrome prior to 67.0.3396.62 allowed a remote attacker to perform an out of bounds memory read via a crafted HTML page.
GHSA-4m7m-xch5-73g6
In Progress OpenEdge OEM (OpenEdge Management) and OEE (OpenEdge Explorer) before 12.7, a remote user (who has any OEM or OEE role) could perform a URL injection attack to change identity or role membership, e.g., escalate to admin. This affects OpenEdge LTS before 11.7.16, 12.x before 12.2.12, and 12.3.x through 12.6.x before 12.7.
GHSA-4m7m-7666-wr24
On F5 BIG-IP versions 13.0.0 - 13.1.0.3, attackers may be able to disrupt services on the BIG-IP system with maliciously crafted client certificate. This vulnerability affects virtual servers associated with Client SSL profile which enables the use of client certificate authentication. Client certificate authentication is not enabled by default in Client SSL profile. There is no control plane exposure.
GHSA-4m7h-g5g8-jphw
Out-of-bounds array write in Xpdf 4.05 and earlier, triggered by long Unicode sequence in ActualText.
GHSA-4m7h-34xm-4wjv
Concrete CMS Stored Cross-site Scripting vulnerability
GHSA-4m7g-cm2c-xffg
Skype for Business Remote Code Execution Vulnerability
GHSA-4m7f-pc5f-972q
HCL DFXAnalytics is affected by a Missing HTTP Strict-Transport-Security Header vulnerability. The application fails to implement the HTTP Strict Transport Security (HSTS) policy within its responses, which could allow a remote attacker to downgrade the communication channel to an unencrypted connection (HTTP) and conduct man-in-the-middle (MitM) attacks. To remediate this, the application must include the "Strict-Transport-Security" header in all web application responses.
GHSA-4m7f-g3v4-6vcv
IBM Lotus Connections 2.x before 2.0.1 allows attackers to discover passwords via unspecified vectors. NOTE: the provenance of this information is unknown; the details are obtained solely from third party information.
GHSA-4m7f-86ch-cc53
The Teardrop theme 1.8.1 for WordPress has insufficient restrictions on option updates.
GHSA-4m7c-hhxj-qr83
QVIS NVR DVR before 2021-12-13 is vulnerable to Remote Code Execution via Java deserialization.
GHSA-4m7c-c75j-4g7g
Out of bounds read and write in Media in Google Chrome on Mac prior to 149.0.7827.103 allowed a remote attacker who had compromised the renderer process to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)
Уязвимостей на страницу
Уязвимость | CVSS | EPSS | Опубликовано | |
|---|---|---|---|---|
GHSA-4m7v-hj47-rqcr The Timetics WordPress plugin before 1.0.57 does not enforce a pending or unpaid status for new bookings created through a payment method other than its recognised gateways, allowing unauthenticated users to create fully-approved bookings for priced appointments without making any payment. | CVSS3: 5.3 | 0% Низкий | около 2 месяцев назад | |
GHSA-4m7v-4fw7-9hch In the Linux kernel, the following vulnerability has been resolved: btrfs: fix double free in create_space_info() error path When kobject_init_and_add() fails, the call chain is: create_space_info() -> btrfs_sysfs_add_space_info_type() -> kobject_init_and_add() -> failure -> kobject_put(&space_info->kobj) -> space_info_release() -> kfree(space_info) Then control returns to create_space_info(): btrfs_sysfs_add_space_info_type() returns error -> goto out_free -> kfree(space_info) This causes a double free. Keep the direct kfree(space_info) for the earlier failure path, but after btrfs_sysfs_add_space_info_type() has called kobject_put(), let the kobject release callback handle the cleanup. | CVSS3: 7.8 | 0% Низкий | 4 месяца назад | |
GHSA-4m7r-rwj3-jphv Buffer overflow in the Client Detection Tool (CDT) plugin (npcdt.dll) for Netscape 7.02 allows remote attackers to execute arbitrary code via an attachment with a long filename. | 3% Низкий | больше 4 лет назад | ||
GHSA-4m7r-jfv6-r27r The (1) memc_save_get_next_page, (2) tmemc_restore_put_page and (3) tmemc_restore_flush_page functions in the Transcendent Memory (TMEM) in Xen 4.0, 4.1, and 4.2 do not check for negative id pools, which allows local guest OS users to cause a denial of service (memory corruption and host crash) or possibly execute arbitrary code via unspecified vectors. NOTE: this issue was originally published as part of CVE-2012-3497, which was too general; CVE-2012-3497 has been SPLIT into this ID and others. | 0% Низкий | больше 4 лет назад | ||
GHSA-4m7r-jcc4-f5fx Use after free in Skia in Google Chrome prior to 150.0.7871.46 allowed a remote attacker to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Critical) | CVSS3: 9.6 | 0% Низкий | 3 месяца назад | |
GHSA-4m7r-69vr-gmv2 A vulnerability in the Pulse Connect Secure < 9.1R9 admin web interface could allow an authenticated attacker to perform an arbitrary file reading vulnerability is fixed using encrypted URL blacklisting that prevents these messages. | 2% Низкий | больше 4 лет назад | ||
GHSA-4m7p-rm8x-7p4r IBM Sterling Secure Proxy 6.2.0.0 through 6.2.1.2 could allow a remote authenticated attacker to perform UI spoofing and phishing attacks due to improper neutralization of user-supplied HTML markup. | CVSS3: 5.4 | 0% Низкий | 3 дня назад | |
GHSA-4m7p-8mq4-h9jm In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Add the missed acpi_put_table() to fix memory leak When the radeon driver reads the bios information from ACPI table in radeon_acpi_vfct_bios(), it misses to call acpi_put_table() to release the ACPI memory after the init, so add acpi_put_table() properly to fix the memory leak. v2: fix text formatting (Alex) | CVSS3: 5.5 | 0% Низкий | около 1 года назад | |
GHSA-4m7p-55jm-3vwv Improper Neutralization of Special Elements used in an OS Command in Jenkins Pipeline: Groovy Plugin | CVSS3: 8.8 | 1% Низкий | больше 4 лет назад | |
GHSA-4m7p-23x7-87x5 Missing type check in V8 in Google Chrome prior to 67.0.3396.62 allowed a remote attacker to perform an out of bounds memory read via a crafted HTML page. | CVSS3: 6.5 | 1% Низкий | больше 4 лет назад | |
GHSA-4m7m-xch5-73g6 In Progress OpenEdge OEM (OpenEdge Management) and OEE (OpenEdge Explorer) before 12.7, a remote user (who has any OEM or OEE role) could perform a URL injection attack to change identity or role membership, e.g., escalate to admin. This affects OpenEdge LTS before 11.7.16, 12.x before 12.2.12, and 12.3.x through 12.6.x before 12.7. | CVSS3: 8.8 | 1% Низкий | около 3 лет назад | |
GHSA-4m7m-7666-wr24 On F5 BIG-IP versions 13.0.0 - 13.1.0.3, attackers may be able to disrupt services on the BIG-IP system with maliciously crafted client certificate. This vulnerability affects virtual servers associated with Client SSL profile which enables the use of client certificate authentication. Client certificate authentication is not enabled by default in Client SSL profile. There is no control plane exposure. | CVSS3: 7.5 | 1% Низкий | больше 4 лет назад | |
GHSA-4m7h-g5g8-jphw Out-of-bounds array write in Xpdf 4.05 and earlier, triggered by long Unicode sequence in ActualText. | CVSS3: 2.9 | 0% Низкий | больше 2 лет назад | |
GHSA-4m7h-34xm-4wjv Concrete CMS Stored Cross-site Scripting vulnerability | CVSS3: 2.2 | 0% Низкий | больше 2 лет назад | |
GHSA-4m7g-cm2c-xffg Skype for Business Remote Code Execution Vulnerability | CVSS3: 7.2 | 2% Низкий | почти 3 года назад | |
GHSA-4m7f-pc5f-972q HCL DFXAnalytics is affected by a Missing HTTP Strict-Transport-Security Header vulnerability. The application fails to implement the HTTP Strict Transport Security (HSTS) policy within its responses, which could allow a remote attacker to downgrade the communication channel to an unencrypted connection (HTTP) and conduct man-in-the-middle (MitM) attacks. To remediate this, the application must include the "Strict-Transport-Security" header in all web application responses. | CVSS3: 3.1 | 0% Низкий | 2 месяца назад | |
GHSA-4m7f-g3v4-6vcv IBM Lotus Connections 2.x before 2.0.1 allows attackers to discover passwords via unspecified vectors. NOTE: the provenance of this information is unknown; the details are obtained solely from third party information. | 1% Низкий | больше 4 лет назад | ||
GHSA-4m7f-86ch-cc53 The Teardrop theme 1.8.1 for WordPress has insufficient restrictions on option updates. | CVSS3: 8.8 | 1% Низкий | больше 4 лет назад | |
GHSA-4m7c-hhxj-qr83 QVIS NVR DVR before 2021-12-13 is vulnerable to Remote Code Execution via Java deserialization. | CVSS3: 9.8 | 9% Низкий | около 4 лет назад | |
GHSA-4m7c-c75j-4g7g Out of bounds read and write in Media in Google Chrome on Mac prior to 149.0.7827.103 allowed a remote attacker who had compromised the renderer process to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High) | CVSS3: 7.5 | 0% Низкий | 3 месяца назад |
Уязвимостей на страницу