Логотип exploitDog
source:"github"
Консоль
Логотип exploitDog

exploitDog

source:"github"

Количество 314 529

Количество 314 529

github логотип

GHSA-3qpr-v3fc-q5q5

почти 2 года назад

In the Linux kernel, the following vulnerability has been resolved: arm64: errata: Add Cortex-A520 speculative unprivileged load workaround Implement the workaround for ARM Cortex-A520 erratum 2966298. On an affected Cortex-A520 core, a speculatively executed unprivileged load might leak data from a privileged load via a cache side channel. The issue only exists for loads within a translation regime with the same translation (e.g. same ASID and VMID). Therefore, the issue only affects the return to EL0. The workaround is to execute a TLBI before returning to EL0 after all loads of privileged data. A non-shareable TLBI to any address is sufficient. The workaround isn't necessary if page table isolation (KPTI) is enabled, but for simplicity it will be. Page table isolation should normally be disabled for Cortex-A520 as it supports the CSV3 feature and the E0PD feature (used when KASLR is enabled).

CVSS3: 4.7
EPSS: Низкий
github логотип

GHSA-3qpr-rxgf-wxq6

10 месяцев назад

in OpenHarmony v5.0.2 and prior versions allow a local attacker case DOS through missing release of memory.

CVSS3: 3.3
EPSS: Низкий
github логотип

GHSA-3qpr-9m66-7297

5 месяцев назад

Vasion Print (formerly PrinterLogic) Virtual Appliance Host and Application (VA and SaaS deployments) run many Docker containers on shared internal networks without firewalling or segmentation between instances. A compromise of any single container allows direct access to internal services (HTTP, Redis, MySQL, etc.) on the overlay network. From a compromised container, an attacker can reach and exploit other services, enabling lateral movement, data theft, and system-wide compromise.

CVSS3: 7.8
EPSS: Низкий
github логотип

GHSA-3qpr-7rmg-73v8

больше 7 лет назад

Plone and Zope2 affected by Race Condition

CVSS3: 7.5
EPSS: Низкий
github логотип

GHSA-3qpq-w8fc-xx86

больше 3 лет назад

Mozilla Firefox before 48.0 and Firefox ESR 45.x before 45.3 process JavaScript event-handler attributes of a MARQUEE element within a sandboxed IFRAME element that lacks the sandbox="allow-scripts" attribute value, which makes it easier for remote attackers to conduct cross-site scripting (XSS) attacks via a crafted web site.

CVSS3: 6.1
EPSS: Низкий
github логотип

GHSA-3qpq-p293-rrm4

около 3 лет назад

The CBX Petition for WordPress plugin through 1.0.3 does not properly sanitize and escape a parameter before using it in a SQL statement via an AJAX action available to unauthenticated users, leading to a SQL injection.

CVSS3: 9.8
EPSS: Низкий
github логотип

GHSA-3qpq-hc75-5535

больше 1 года назад

By checking the result of calls to `window.open` with specifically set protocol handlers, an attacker could determine if the application which implements that protocol handler is installed. This vulnerability affects Firefox < 131, Firefox ESR < 128.3, Thunderbird < 128.3, and Thunderbird < 131.

CVSS3: 5.3
EPSS: Низкий
github логотип

GHSA-3qpq-9423-wfmq

больше 3 лет назад

libbluray MountManager class has a time-of-check time-of-use (TOCTOU) race when expanding JAR files

EPSS: Низкий
github логотип

GHSA-3qpq-7p5h-2xmj

4 месяца назад

Improper access control in KnoxGuard prior to SMR Oct-2025 Release 1 allows physical attackers to use the privileged APIs.

CVSS3: 5.2
EPSS: Низкий
github логотип

GHSA-3qpq-6w89-f7mx

почти 2 года назад

Pimcore Host Header Injection in user invitation link

CVSS3: 8.1
EPSS: Низкий
github логотип

GHSA-3qpq-4m92-9c3w

3 месяца назад

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in MatrixAddons Easy Invoice easy-invoice allows PHP Local File Inclusion.This issue affects Easy Invoice: from n/a through <= 2.1.4.

CVSS3: 6.6
EPSS: Низкий
github логотип

GHSA-3qpp-cfg4-r2ww

больше 3 лет назад

The MP4Atom class in mp4atom.cpp in MP4v2 through 2.0.0 mishandles Entry Number validation for the MP4 Table Property, which allows remote attackers to cause a denial of service (overflow, insufficient memory allocation, and segmentation fault) or possibly have unspecified other impact via a crafted mp4 file.

CVSS3: 8.8
EPSS: Низкий
github логотип

GHSA-3qpm-vgfp-6h58

почти 4 года назад

A denial of service vulnerability exists in some motherboard implementations of Intel e1000e/82574L network controller devices through 2013-02-06 where the device can be brought into a non-processing state when parsing 32 hex, 33 hex, or 34 hex byte values at the 0x47f offset. NOTE: A followup statement from Intel suggests that the root cause of this issue was an incorrectly configured EEPROM image.

EPSS: Низкий
github логотип

GHSA-3qpm-h9ch-px3c

около 4 лет назад

Remote code injection, Improper Input Validation and Uncontrolled Recursion in Log4j library

CVSS3: 10
EPSS: Низкий
github логотип

GHSA-3qpj-8jfc-pvm9

больше 3 лет назад

In iOS before 9.3.3, tvOS before 9.2.2, and OS X El Capitan before v10.11.6 and Security Update 2016-004, proxy authentication incorrectly reported HTTP proxies received credentials securely. This issue was addressed through improved warnings.

CVSS3: 5.9
EPSS: Низкий
github логотип

GHSA-3qph-f3mq-792v

больше 3 лет назад

In Weidmüller u-controls and IoT-Gateways in versions up to 1.12.1 a network port intended only for device-internal usage is accidentally accessible via external network interfaces. By exploiting this vulnerability the device may be manipulated or the operation may be stopped.

CVSS3: 9.8
EPSS: Низкий
github логотип

GHSA-3qph-5xxf-77fc

6 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_devcd_dump: fix out-of-bounds via dev_coredumpv Currently both dev_coredumpv and skb_put_data in hci_devcd_dump use hdev->dump.head. However, dev_coredumpv can free the buffer. From dev_coredumpm_timeout documentation, which is used by dev_coredumpv: > Creates a new device coredump for the given device. If a previous one hasn't > been read yet, the new coredump is discarded. The data lifetime is determined > by the device coredump framework and when it is no longer needed the @free > function will be called to free the data. If the data has not been read by the userspace yet, dev_coredumpv will discard new buffer, freeing hdev->dump.head. This leads to vmalloc-out-of-bounds error when skb_put_data tries to access hdev->dump.head. A crash report from syzbot illustrates this: ================================================================== BUG: KASAN: vmalloc-out-of-bound...

CVSS3: 7.1
EPSS: Низкий
github логотип

GHSA-3qpg-r423-v8v2

больше 3 лет назад

In Foxit Reader and PhantomPDF before 10.0.1, and PhantomPDF before 9.7.3, attackers can obtain sensitive information about an uninitialized object because of direct transformation from PDF Object to Stream without concern for a crafted XObject.

EPSS: Низкий
github логотип

GHSA-3qpg-c9c8-hv6g

почти 4 года назад

phpGraphy before 0.9.13a does not properly unset variables when the input data includes a numeric parameter with a value matching an alphanumeric parameter's hash value, which allows remote attackers to execute arbitrary PHP code by uploading a config.php file via the pictures[] parameter to index.php. NOTE: it could be argued that this vulnerability is due to a bug in the unset PHP command (CVE-2006-3017) and the proper fix should be in PHP; if so, then this should not be treated as a vulnerability in phpGraphy.

EPSS: Низкий
github логотип

GHSA-3qpg-33wr-533j

почти 4 года назад

Improper Restriction of XML External Entity Reference in Magnolia CMS

CVSS3: 7.8
EPSS: Низкий

Уязвимостей на страницу

Уязвимость
CVSS
EPSS
Опубликовано
github логотип
GHSA-3qpr-v3fc-q5q5

In the Linux kernel, the following vulnerability has been resolved: arm64: errata: Add Cortex-A520 speculative unprivileged load workaround Implement the workaround for ARM Cortex-A520 erratum 2966298. On an affected Cortex-A520 core, a speculatively executed unprivileged load might leak data from a privileged load via a cache side channel. The issue only exists for loads within a translation regime with the same translation (e.g. same ASID and VMID). Therefore, the issue only affects the return to EL0. The workaround is to execute a TLBI before returning to EL0 after all loads of privileged data. A non-shareable TLBI to any address is sufficient. The workaround isn't necessary if page table isolation (KPTI) is enabled, but for simplicity it will be. Page table isolation should normally be disabled for Cortex-A520 as it supports the CSV3 feature and the E0PD feature (used when KASLR is enabled).

CVSS3: 4.7
0%
Низкий
почти 2 года назад
github логотип
GHSA-3qpr-rxgf-wxq6

in OpenHarmony v5.0.2 and prior versions allow a local attacker case DOS through missing release of memory.

CVSS3: 3.3
0%
Низкий
10 месяцев назад
github логотип
GHSA-3qpr-9m66-7297

Vasion Print (formerly PrinterLogic) Virtual Appliance Host and Application (VA and SaaS deployments) run many Docker containers on shared internal networks without firewalling or segmentation between instances. A compromise of any single container allows direct access to internal services (HTTP, Redis, MySQL, etc.) on the overlay network. From a compromised container, an attacker can reach and exploit other services, enabling lateral movement, data theft, and system-wide compromise.

CVSS3: 7.8
0%
Низкий
5 месяцев назад
github логотип
GHSA-3qpr-7rmg-73v8

Plone and Zope2 affected by Race Condition

CVSS3: 7.5
0%
Низкий
больше 7 лет назад
github логотип
GHSA-3qpq-w8fc-xx86

Mozilla Firefox before 48.0 and Firefox ESR 45.x before 45.3 process JavaScript event-handler attributes of a MARQUEE element within a sandboxed IFRAME element that lacks the sandbox="allow-scripts" attribute value, which makes it easier for remote attackers to conduct cross-site scripting (XSS) attacks via a crafted web site.

CVSS3: 6.1
0%
Низкий
больше 3 лет назад
github логотип
GHSA-3qpq-p293-rrm4

The CBX Petition for WordPress plugin through 1.0.3 does not properly sanitize and escape a parameter before using it in a SQL statement via an AJAX action available to unauthenticated users, leading to a SQL injection.

CVSS3: 9.8
3%
Низкий
около 3 лет назад
github логотип
GHSA-3qpq-hc75-5535

By checking the result of calls to `window.open` with specifically set protocol handlers, an attacker could determine if the application which implements that protocol handler is installed. This vulnerability affects Firefox < 131, Firefox ESR < 128.3, Thunderbird < 128.3, and Thunderbird < 131.

CVSS3: 5.3
1%
Низкий
больше 1 года назад
github логотип
GHSA-3qpq-9423-wfmq

libbluray MountManager class has a time-of-check time-of-use (TOCTOU) race when expanding JAR files

0%
Низкий
больше 3 лет назад
github логотип
GHSA-3qpq-7p5h-2xmj

Improper access control in KnoxGuard prior to SMR Oct-2025 Release 1 allows physical attackers to use the privileged APIs.

CVSS3: 5.2
0%
Низкий
4 месяца назад
github логотип
GHSA-3qpq-6w89-f7mx

Pimcore Host Header Injection in user invitation link

CVSS3: 8.1
0%
Низкий
почти 2 года назад
github логотип
GHSA-3qpq-4m92-9c3w

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in MatrixAddons Easy Invoice easy-invoice allows PHP Local File Inclusion.This issue affects Easy Invoice: from n/a through <= 2.1.4.

CVSS3: 6.6
0%
Низкий
3 месяца назад
github логотип
GHSA-3qpp-cfg4-r2ww

The MP4Atom class in mp4atom.cpp in MP4v2 through 2.0.0 mishandles Entry Number validation for the MP4 Table Property, which allows remote attackers to cause a denial of service (overflow, insufficient memory allocation, and segmentation fault) or possibly have unspecified other impact via a crafted mp4 file.

CVSS3: 8.8
0%
Низкий
больше 3 лет назад
github логотип
GHSA-3qpm-vgfp-6h58

A denial of service vulnerability exists in some motherboard implementations of Intel e1000e/82574L network controller devices through 2013-02-06 where the device can be brought into a non-processing state when parsing 32 hex, 33 hex, or 34 hex byte values at the 0x47f offset. NOTE: A followup statement from Intel suggests that the root cause of this issue was an incorrectly configured EEPROM image.

7%
Низкий
почти 4 года назад
github логотип
GHSA-3qpm-h9ch-px3c

Remote code injection, Improper Input Validation and Uncontrolled Recursion in Log4j library

CVSS3: 10
около 4 лет назад
github логотип
GHSA-3qpj-8jfc-pvm9

In iOS before 9.3.3, tvOS before 9.2.2, and OS X El Capitan before v10.11.6 and Security Update 2016-004, proxy authentication incorrectly reported HTTP proxies received credentials securely. This issue was addressed through improved warnings.

CVSS3: 5.9
0%
Низкий
больше 3 лет назад
github логотип
GHSA-3qph-f3mq-792v

In Weidmüller u-controls and IoT-Gateways in versions up to 1.12.1 a network port intended only for device-internal usage is accidentally accessible via external network interfaces. By exploiting this vulnerability the device may be manipulated or the operation may be stopped.

CVSS3: 9.8
0%
Низкий
больше 3 лет назад
github логотип
GHSA-3qph-5xxf-77fc

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_devcd_dump: fix out-of-bounds via dev_coredumpv Currently both dev_coredumpv and skb_put_data in hci_devcd_dump use hdev->dump.head. However, dev_coredumpv can free the buffer. From dev_coredumpm_timeout documentation, which is used by dev_coredumpv: > Creates a new device coredump for the given device. If a previous one hasn't > been read yet, the new coredump is discarded. The data lifetime is determined > by the device coredump framework and when it is no longer needed the @free > function will be called to free the data. If the data has not been read by the userspace yet, dev_coredumpv will discard new buffer, freeing hdev->dump.head. This leads to vmalloc-out-of-bounds error when skb_put_data tries to access hdev->dump.head. A crash report from syzbot illustrates this: ================================================================== BUG: KASAN: vmalloc-out-of-bound...

CVSS3: 7.1
0%
Низкий
6 месяцев назад
github логотип
GHSA-3qpg-r423-v8v2

In Foxit Reader and PhantomPDF before 10.0.1, and PhantomPDF before 9.7.3, attackers can obtain sensitive information about an uninitialized object because of direct transformation from PDF Object to Stream without concern for a crafted XObject.

0%
Низкий
больше 3 лет назад
github логотип
GHSA-3qpg-c9c8-hv6g

phpGraphy before 0.9.13a does not properly unset variables when the input data includes a numeric parameter with a value matching an alphanumeric parameter's hash value, which allows remote attackers to execute arbitrary PHP code by uploading a config.php file via the pictures[] parameter to index.php. NOTE: it could be argued that this vulnerability is due to a bug in the unset PHP command (CVE-2006-3017) and the proper fix should be in PHP; if so, then this should not be treated as a vulnerability in phpGraphy.

4%
Низкий
почти 4 года назад
github логотип
GHSA-3qpg-33wr-533j

Improper Restriction of XML External Entity Reference in Magnolia CMS

CVSS3: 7.8
1%
Низкий
почти 4 года назад

Уязвимостей на страницу