Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

Количество 357 575

Количество 357 575

github логотип

GHSA-xmhc-7qj6-cr9q

17 дней назад

Unauthenticated Server Side Request Forgery (SSRF) in 3D Flipbook PDF Viewer &amp; Embedder <= 1.4.2 versions.

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

GHSA-xmh9-rg6f-j3mr

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

Verification flaw in Solid identity-token-verifier

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

GHSA-xmh9-qx6m-hp59

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

In wlan driver, there is a possible missing bounds check, This could lead to local denial of service in wlan services.

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

GHSA-xmh7-35v2-fp6h

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

Skuul School Management System has a Sensitive Data Exposure Vulnerability in Uploaded Images

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

GHSA-xmh6-gjr6-34vf

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

Input verification vulnerability in the storage module. Successful exploitation of this vulnerability may cause the device to restart.

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

GHSA-xmh6-3whh-5xh8

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

Unspecified vulnerability in HP Intelligent Management Center (iMC) before 7.0 E02020P03 and Branch Intelligent Management System (BIMS) before 7.0 E0201P02 allows remote attackers to obtain sensitive information via unknown vectors, aka ZDI-CAN-2080.

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

GHSA-xmh6-3rx4-qrfp

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

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Fix potential kernel oops when probe fails When probe of the sdio brcmfmac device fails for some reasons (i.e. missing firmware), the sdiodev->bus is set to error instead of NULL, thus the cleanup later in brcmf_sdio_remove() tries to free resources via invalid bus pointer. This happens because sdiodev->bus is set 2 times: first in brcmf_sdio_probe() and second time in brcmf_sdiod_probe(). Fix this by chaning the brcmf_sdio_probe() function to return the error code and set sdio->bus only there.

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

GHSA-xmh5-6gpf-xj49

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

The XMLHttpRequest object in Qt before 4.8.4 enables http redirection to the file scheme, which allows man-in-the-middle attackers to force the read of arbitrary local files and possibly obtain sensitive information via a file: URL to a QML application.

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

GHSA-xmh4-cqm8-6p2v

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

Array index error in the __sock_diag_rcv_msg function in net/core/sock_diag.c in the Linux kernel before 3.7.10 allows local users to gain privileges via a large family value in a Netlink message.

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

GHSA-xmh3-q6gr-4qrp

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

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Satrya Smart Recent Posts Widget allows Stored XSS.This issue affects Smart Recent Posts Widget: from n/a through 1.0.3.

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

GHSA-xmh3-55xm-hpg9

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

An attack can use a blob URL and script to spoof an arbitrary addressbar URL prefaced by "blob:" as the protocol, leading to user confusion and further spoofing attacks. This vulnerability affects Firefox < 52.

CVSS3: 5.3
EPSS: Средний
github логотип

GHSA-xmh2-f4gg-9426

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

An information disclosure vulnerability exists when the Windows GDI component improperly discloses the contents of its memory, aka 'Windows GDI Information Disclosure Vulnerability'. This CVE ID is unique from CVE-2020-0874, CVE-2020-0879, CVE-2020-0880, CVE-2020-0882.

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

GHSA-xmgx-rchm-4957

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

An issue was discovered in certain Apple products. iOS before 10.2.1 is affected. Safari before 10.0.3 is affected. iCloud before 6.1.1 is affected. iTunes before 12.5.5 is affected. tvOS before 10.1.1 is affected. The issue involves the "WebKit" component. It allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via a crafted web site.

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

GHSA-xmgx-c8hv-cpmg

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

The admin pages for power types and key types in Beaker before 20.1 do not have any access controls, which allows remote authenticated users to modify power types and key types via navigating to $BEAKER/powertypes and $BEAKER/keytypes respectively.

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

GHSA-xmgx-2283-p55h

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

Qualys discovered that needrestart, before version 3.8, allows local attackers to execute arbitrary code as root by tricking needrestart into running the Ruby interpreter with an attacker-controlled RUBYLIB environment variable.

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

GHSA-xmgw-g27r-xxpm

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

Mozilla Thunderbird before 2.0.0.22 and SeaMonkey before 1.1.17 allow remote attackers to cause a denial of service (application crash) or possibly execute arbitrary code via a multipart/alternative e-mail message containing a text/enhanced part that triggers access to an incorrect object type.

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

GHSA-xmgv-x7w5-m5ph

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

Unspecified vulnerability in the Oracle Agile PLM component in Oracle Supply Chain Products Suite 9.3.4 and 9.3.5 allows remote authenticated users to affect confidentiality via vectors related to File Manager.

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

GHSA-xmgr-rx43-m3gf

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

In the Linux kernel, the following vulnerability has been resolved: ksmbd: use check_add_overflow() to prevent u16 DACL size overflow set_posix_acl_entries_dacl() and set_ntacl_dacl() accumulate ACE sizes in u16 variables. When a file has many POSIX ACL entries, the accumulated size can wrap past 65535, causing the pointer arithmetic (char *)pndace + *size to land within already-written ACEs. Subsequent writes then overwrite earlier entries, and pndacl->size gets a truncated value. Use check_add_overflow() at each accumulation point to detect the wrap before it corrupts the buffer, consistent with existing check_mul_overflow() usage elsewhere in smbacl.c.

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

GHSA-xmgr-q253-67mp

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

An exploitable arbitrary heap-overwrite vulnerability exists within Iceni Argus. When it attempts to convert a malformed PDF to XML, it will explicitly trust an index within the specific font object and use it to write the font's name to a single object within an array of objects.

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

GHSA-xmgr-p9fp-3486

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

Adaltech G-Ticket v70 EME104 has SQL Injection via the mobile-loja/mensagem.asp eve_cod parameter.

CVSS3: 9.8
EPSS: Низкий

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

Уязвимость
CVSS
EPSS
Опубликовано
github логотип
GHSA-xmhc-7qj6-cr9q

Unauthenticated Server Side Request Forgery (SSRF) in 3D Flipbook PDF Viewer &amp; Embedder <= 1.4.2 versions.

CVSS3: 7.2
0%
Низкий
17 дней назад
github логотип
GHSA-xmh9-rg6f-j3mr

Verification flaw in Solid identity-token-verifier

больше 5 лет назад
github логотип
GHSA-xmh9-qx6m-hp59

In wlan driver, there is a possible missing bounds check, This could lead to local denial of service in wlan services.

CVSS3: 5.5
0%
Низкий
больше 3 лет назад
github логотип
GHSA-xmh7-35v2-fp6h

Skuul School Management System has a Sensitive Data Exposure Vulnerability in Uploaded Images

CVSS3: 4.3
0%
Низкий
9 месяцев назад
github логотип
GHSA-xmh6-gjr6-34vf

Input verification vulnerability in the storage module. Successful exploitation of this vulnerability may cause the device to restart.

CVSS3: 7.5
0%
Низкий
около 3 лет назад
github логотип
GHSA-xmh6-3whh-5xh8

Unspecified vulnerability in HP Intelligent Management Center (iMC) before 7.0 E02020P03 and Branch Intelligent Management System (BIMS) before 7.0 E0201P02 allows remote attackers to obtain sensitive information via unknown vectors, aka ZDI-CAN-2080.

5%
Низкий
больше 4 лет назад
github логотип
GHSA-xmh6-3rx4-qrfp

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Fix potential kernel oops when probe fails When probe of the sdio brcmfmac device fails for some reasons (i.e. missing firmware), the sdiodev->bus is set to error instead of NULL, thus the cleanup later in brcmf_sdio_remove() tries to free resources via invalid bus pointer. This happens because sdiodev->bus is set 2 times: first in brcmf_sdio_probe() and second time in brcmf_sdiod_probe(). Fix this by chaning the brcmf_sdio_probe() function to return the error code and set sdio->bus only there.

CVSS3: 5.5
0%
Низкий
3 месяца назад
github логотип
GHSA-xmh5-6gpf-xj49

The XMLHttpRequest object in Qt before 4.8.4 enables http redirection to the file scheme, which allows man-in-the-middle attackers to force the read of arbitrary local files and possibly obtain sensitive information via a file: URL to a QML application.

2%
Низкий
больше 4 лет назад
github логотип
GHSA-xmh4-cqm8-6p2v

Array index error in the __sock_diag_rcv_msg function in net/core/sock_diag.c in the Linux kernel before 3.7.10 allows local users to gain privileges via a large family value in a Netlink message.

4%
Низкий
около 4 лет назад
github логотип
GHSA-xmh3-q6gr-4qrp

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Satrya Smart Recent Posts Widget allows Stored XSS.This issue affects Smart Recent Posts Widget: from n/a through 1.0.3.

CVSS3: 5.9
0%
Низкий
больше 2 лет назад
github логотип
GHSA-xmh3-55xm-hpg9

An attack can use a blob URL and script to spoof an arbitrary addressbar URL prefaced by "blob:" as the protocol, leading to user confusion and further spoofing attacks. This vulnerability affects Firefox < 52.

CVSS3: 5.3
13%
Средний
около 4 лет назад
github логотип
GHSA-xmh2-f4gg-9426

An information disclosure vulnerability exists when the Windows GDI component improperly discloses the contents of its memory, aka 'Windows GDI Information Disclosure Vulnerability'. This CVE ID is unique from CVE-2020-0874, CVE-2020-0879, CVE-2020-0880, CVE-2020-0882.

6%
Низкий
около 4 лет назад
github логотип
GHSA-xmgx-rchm-4957

An issue was discovered in certain Apple products. iOS before 10.2.1 is affected. Safari before 10.0.3 is affected. iCloud before 6.1.1 is affected. iTunes before 12.5.5 is affected. tvOS before 10.1.1 is affected. The issue involves the "WebKit" component. It allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via a crafted web site.

CVSS3: 8.8
2%
Низкий
около 4 лет назад
github логотип
GHSA-xmgx-c8hv-cpmg

The admin pages for power types and key types in Beaker before 20.1 do not have any access controls, which allows remote authenticated users to modify power types and key types via navigating to $BEAKER/powertypes and $BEAKER/keytypes respectively.

CVSS3: 4.3
1%
Низкий
больше 4 лет назад
github логотип
GHSA-xmgx-2283-p55h

Qualys discovered that needrestart, before version 3.8, allows local attackers to execute arbitrary code as root by tricking needrestart into running the Ruby interpreter with an attacker-controlled RUBYLIB environment variable.

CVSS3: 7.8
7%
Низкий
больше 1 года назад
github логотип
GHSA-xmgw-g27r-xxpm

Mozilla Thunderbird before 2.0.0.22 and SeaMonkey before 1.1.17 allow remote attackers to cause a denial of service (application crash) or possibly execute arbitrary code via a multipart/alternative e-mail message containing a text/enhanced part that triggers access to an incorrect object type.

4%
Низкий
больше 4 лет назад
github логотип
GHSA-xmgv-x7w5-m5ph

Unspecified vulnerability in the Oracle Agile PLM component in Oracle Supply Chain Products Suite 9.3.4 and 9.3.5 allows remote authenticated users to affect confidentiality via vectors related to File Manager.

CVSS3: 4.3
1%
Низкий
около 4 лет назад
github логотип
GHSA-xmgr-rx43-m3gf

In the Linux kernel, the following vulnerability has been resolved: ksmbd: use check_add_overflow() to prevent u16 DACL size overflow set_posix_acl_entries_dacl() and set_ntacl_dacl() accumulate ACE sizes in u16 variables. When a file has many POSIX ACL entries, the accumulated size can wrap past 65535, causing the pointer arithmetic (char *)pndace + *size to land within already-written ACEs. Subsequent writes then overwrite earlier entries, and pndacl->size gets a truncated value. Use check_add_overflow() at each accumulation point to detect the wrap before it corrupts the buffer, consistent with existing check_mul_overflow() usage elsewhere in smbacl.c.

CVSS3: 5.5
0%
Низкий
3 месяца назад
github логотип
GHSA-xmgr-q253-67mp

An exploitable arbitrary heap-overwrite vulnerability exists within Iceni Argus. When it attempts to convert a malformed PDF to XML, it will explicitly trust an index within the specific font object and use it to write the font's name to a single object within an array of objects.

CVSS3: 7.8
2%
Низкий
больше 4 лет назад
github логотип
GHSA-xmgr-p9fp-3486

Adaltech G-Ticket v70 EME104 has SQL Injection via the mobile-loja/mensagem.asp eve_cod parameter.

CVSS3: 9.8
1%
Низкий
около 4 лет назад

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