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

exploitDog

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

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

github логотип

GHSA-22gv-q46w-9pc3

16 дней назад

A type confusion issue was addressed with improved checks. This issue is fixed in iOS 26.6 and iPadOS 26.6, macOS Sequoia 15.7.8, macOS Sonoma 14.8.8, macOS Tahoe 26.6, tvOS 26.6, visionOS 26.6, watchOS 26.6. Processing a maliciously crafted image may lead to a denial-of-service.

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

GHSA-22gv-43vq-fhjw

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

Due to missing authorization check in an RFC enabled function module in transaction SDCCN, an unauthenticated attacker could generate technical meta-data. This leads to a low impact on integrity. There is no impact on confidentiality or availability.

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

GHSA-22gr-gpph-j2c5

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

An information disclosure vulnerability exists in the ACEManager authentication functionality of Sierra Wireless AirLink ES450 FW 4.9.3. The ACEManager authentication functionality is done in plaintext XML to the web server. An attacker can listen to network traffic upstream from the device to capitalize on this vulnerability.

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

GHSA-22gq-x6pg-752j

почти 8 лет назад

openssl.js is malware

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

GHSA-22gp-w9xj-6wwq

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

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Alexander Weleczka FontAwesome.io ShortCodes allows Stored XSS.This issue affects FontAwesome.io ShortCodes: from n/a through 1.0.

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

GHSA-22gp-8432-2xp8

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

The Parallel Mafia MMORPG (aka com.perblue.pm.client) application @7F070000 for Android does not verify X.509 certificates from SSL servers, which allows man-in-the-middle attackers to spoof servers and obtain sensitive information via a crafted certificate.

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

GHSA-22gp-7w9x-c2xx

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

In the Linux kernel, the following vulnerability has been resolved: drm/ast: Fix soft lockup There is a while-loop in ast_dp_set_on_off() that could lead to infinite-loop. This is because the register, VGACRI-Dx, checked in this API is a scratch register actually controlled by a MCU, named DPMCU, in BMC. These scratch registers are protected by scu-lock. If suc-lock is not off, DPMCU can not update these registers and then host will have soft lockup due to never updated status. DPMCU is used to control DP and relative registers to handshake with host's VGA driver. Even the most time-consuming task, DP's link training, is less than 100ms. 200ms should be enough.

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

GHSA-22gj-rr23-9xgc

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

A non-persistent XSS (cross-site scripting) vulnerability exists in eWON Flexy and Cosy (all firmware versions prior to 14.1s0). An attacker could send a specially crafted URL to initiate a password change for the device. The target must introduce the credentials to the gateway before the attack can be successful.

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

GHSA-22gj-8qj2-fj46

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

Moodle External Control of File Name or Path vulnerability

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

GHSA-22gj-5cj3-9837

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

SQL injection vulnerability in viewnews.php in 2daybiz Multi Level Marketing (MLM) Software allows remote attackers to execute arbitrary SQL commands via the nwsid parameter.

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

GHSA-22gh-3r9q-xf38

почти 5 лет назад

Lacking Protection against HTTP Request Smuggling in mitmproxy

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

GHSA-22gg-289x-58qq

6 дней назад

A vulnerability was identified in WonderTrader up to 0.9.9. Affected is the function _undone_qty in the library src/WtCore/TraderAdapter.h of the component Pending Order Handler. The manipulation of the argument getUndoneQty leads to enforcement of behavioral workflow. The attack is possible to be carried out remotely. The exploit is publicly available and might be used. The vendor was contacted early about this disclosure but did not respond in any way.

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

GHSA-22gf-f5w4-hrfq

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

A vulnerability was found in libssh's server-side state machine before versions 0.7.6 and 0.8.4. A malicious client could create channels without first performing authentication, resulting in unauthorized access.

CVSS3: 9.1
EPSS: Критический
github логотип

GHSA-22gf-2q7p-998g

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

An unauthenticated directory traversal vulnerability in cgi-bin/upload.cgi in SNMP Web Pro 1.1 allows a remote attacker to read arbitrary files. The CGI concatenates the user-supplied params directly onto the base path (/var/www/files/userScript/) using memcpy + strcat without validation or canonicalization, enabling ../ sequences to escape the intended directory. The download branch also echoes the unsanitized params into Content-Disposition, introducing header-injection risk.

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

GHSA-22g9-jc7j-7rgj

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

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix null pointer dereference in nouveau_connector_get_modes In nouveau_connector_get_modes(), the return value of drm_mode_duplicate() is assigned to mode, which will lead to a possible NULL pointer dereference on failure of drm_mode_duplicate(). Add a check to avoid npd.

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

GHSA-22g9-8497-wf8p

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

masqmail before 0.2.18 allows local users to overwrite arbitrary files via a symlink attack on a log file.

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

GHSA-22g9-2j29-w93q

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

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix uninitialized pointer free in add_inode_ref() The add_inode_ref() function does not initialize the "name" struct when it is declared. If any of the following calls to "read_one_inode() returns NULL, dir = read_one_inode(root, parent_objectid); if (!dir) { ret = -ENOENT; goto out; } inode = read_one_inode(root, inode_objectid); if (!inode) { ret = -EIO; goto out; } then "name.name" would be freed on "out" before being initialized. out: ... kfree(name.name); This issue was reported by Coverity with CID 1526744.

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

GHSA-22g8-9ph6-qpq3

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

Lyris ListManager 8.95 allows remote authenticated users, who have administrative privileges for at least one list on the server, to add new administrators to any list via a modified MEMBERS_.List_ parameter.

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

GHSA-22g8-52ww-hqgx

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

Microsoft Windows 10 Gold and 1511 allows local users to bypass the Virtual Secure Mode Hypervisor Code Integrity (HVCI) protection mechanism and perform RWX markings of kernel-mode pages via a crafted application, aka "Hypervisor Code Integrity Security Feature Bypass."

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

GHSA-22g8-27fc-wwmw

27 дней назад

A divide-by-zero vulnerability in the Productivity Suite allows a local attacker to cause a division by zero leading to a system crash.

CVSS3: 5.5
EPSS: Низкий

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

Уязвимость
CVSS
EPSS
Опубликовано
github логотип
GHSA-22gv-q46w-9pc3

A type confusion issue was addressed with improved checks. This issue is fixed in iOS 26.6 and iPadOS 26.6, macOS Sequoia 15.7.8, macOS Sonoma 14.8.8, macOS Tahoe 26.6, tvOS 26.6, visionOS 26.6, watchOS 26.6. Processing a maliciously crafted image may lead to a denial-of-service.

CVSS3: 5.5
0%
Низкий
16 дней назад
github логотип
GHSA-22gv-43vq-fhjw

Due to missing authorization check in an RFC enabled function module in transaction SDCCN, an unauthenticated attacker could generate technical meta-data. This leads to a low impact on integrity. There is no impact on confidentiality or availability.

CVSS3: 5.3
0%
Низкий
больше 1 года назад
github логотип
GHSA-22gr-gpph-j2c5

An information disclosure vulnerability exists in the ACEManager authentication functionality of Sierra Wireless AirLink ES450 FW 4.9.3. The ACEManager authentication functionality is done in plaintext XML to the web server. An attacker can listen to network traffic upstream from the device to capitalize on this vulnerability.

CVSS3: 7.5
4%
Низкий
около 4 лет назад
github логотип
GHSA-22gq-x6pg-752j

openssl.js is malware

CVSS3: 7.5
1%
Низкий
почти 8 лет назад
github логотип
GHSA-22gp-w9xj-6wwq

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Alexander Weleczka FontAwesome.io ShortCodes allows Stored XSS.This issue affects FontAwesome.io ShortCodes: from n/a through 1.0.

CVSS3: 6.5
0%
Низкий
больше 1 года назад
github логотип
GHSA-22gp-8432-2xp8

The Parallel Mafia MMORPG (aka com.perblue.pm.client) application @7F070000 for Android does not verify X.509 certificates from SSL servers, which allows man-in-the-middle attackers to spoof servers and obtain sensitive information via a crafted certificate.

0%
Низкий
около 4 лет назад
github логотип
GHSA-22gp-7w9x-c2xx

In the Linux kernel, the following vulnerability has been resolved: drm/ast: Fix soft lockup There is a while-loop in ast_dp_set_on_off() that could lead to infinite-loop. This is because the register, VGACRI-Dx, checked in this API is a scratch register actually controlled by a MCU, named DPMCU, in BMC. These scratch registers are protected by scu-lock. If suc-lock is not off, DPMCU can not update these registers and then host will have soft lockup due to never updated status. DPMCU is used to control DP and relative registers to handshake with host's VGA driver. Even the most time-consuming task, DP's link training, is less than 100ms. 200ms should be enough.

CVSS3: 5.5
0%
Низкий
около 2 лет назад
github логотип
GHSA-22gj-rr23-9xgc

A non-persistent XSS (cross-site scripting) vulnerability exists in eWON Flexy and Cosy (all firmware versions prior to 14.1s0). An attacker could send a specially crafted URL to initiate a password change for the device. The target must introduce the credentials to the gateway before the attack can be successful.

1%
Низкий
около 4 лет назад
github логотип
GHSA-22gj-8qj2-fj46

Moodle External Control of File Name or Path vulnerability

CVSS3: 5.3
7%
Низкий
больше 3 лет назад
github логотип
GHSA-22gj-5cj3-9837

SQL injection vulnerability in viewnews.php in 2daybiz Multi Level Marketing (MLM) Software allows remote attackers to execute arbitrary SQL commands via the nwsid parameter.

1%
Низкий
около 4 лет назад
github логотип
GHSA-22gh-3r9q-xf38

Lacking Protection against HTTP Request Smuggling in mitmproxy

CVSS3: 8.1
1%
Низкий
почти 5 лет назад
github логотип
GHSA-22gg-289x-58qq

A vulnerability was identified in WonderTrader up to 0.9.9. Affected is the function _undone_qty in the library src/WtCore/TraderAdapter.h of the component Pending Order Handler. The manipulation of the argument getUndoneQty leads to enforcement of behavioral workflow. The attack is possible to be carried out remotely. The exploit is publicly available and might be used. The vendor was contacted early about this disclosure but did not respond in any way.

CVSS3: 4.3
0%
Низкий
6 дней назад
github логотип
GHSA-22gf-f5w4-hrfq

A vulnerability was found in libssh's server-side state machine before versions 0.7.6 and 0.8.4. A malicious client could create channels without first performing authentication, resulting in unauthorized access.

CVSS3: 9.1
92%
Критический
больше 4 лет назад
github логотип
GHSA-22gf-2q7p-998g

An unauthenticated directory traversal vulnerability in cgi-bin/upload.cgi in SNMP Web Pro 1.1 allows a remote attacker to read arbitrary files. The CGI concatenates the user-supplied params directly onto the base path (/var/www/files/userScript/) using memcpy + strcat without validation or canonicalization, enabling ../ sequences to escape the intended directory. The download branch also echoes the unsanitized params into Content-Disposition, introducing header-injection risk.

CVSS3: 4.3
1%
Низкий
8 месяцев назад
github логотип
GHSA-22g9-jc7j-7rgj

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix null pointer dereference in nouveau_connector_get_modes In nouveau_connector_get_modes(), the return value of drm_mode_duplicate() is assigned to mode, which will lead to a possible NULL pointer dereference on failure of drm_mode_duplicate(). Add a check to avoid npd.

CVSS3: 5.5
0%
Низкий
около 2 лет назад
github логотип
GHSA-22g9-8497-wf8p

masqmail before 0.2.18 allows local users to overwrite arbitrary files via a symlink attack on a log file.

0%
Низкий
больше 4 лет назад
github логотип
GHSA-22g9-2j29-w93q

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix uninitialized pointer free in add_inode_ref() The add_inode_ref() function does not initialize the "name" struct when it is declared. If any of the following calls to "read_one_inode() returns NULL, dir = read_one_inode(root, parent_objectid); if (!dir) { ret = -ENOENT; goto out; } inode = read_one_inode(root, inode_objectid); if (!inode) { ret = -EIO; goto out; } then "name.name" would be freed on "out" before being initialized. out: ... kfree(name.name); This issue was reported by Coverity with CID 1526744.

CVSS3: 7.8
0%
Низкий
почти 2 года назад
github логотип
GHSA-22g8-9ph6-qpq3

Lyris ListManager 8.95 allows remote authenticated users, who have administrative privileges for at least one list on the server, to add new administrators to any list via a modified MEMBERS_.List_ parameter.

1%
Низкий
больше 4 лет назад
github логотип
GHSA-22g8-52ww-hqgx

Microsoft Windows 10 Gold and 1511 allows local users to bypass the Virtual Secure Mode Hypervisor Code Integrity (HVCI) protection mechanism and perform RWX markings of kernel-mode pages via a crafted application, aka "Hypervisor Code Integrity Security Feature Bypass."

CVSS3: 5.5
2%
Низкий
около 4 лет назад
github логотип
GHSA-22g8-27fc-wwmw

A divide-by-zero vulnerability in the Productivity Suite allows a local attacker to cause a division by zero leading to a system crash.

CVSS3: 5.5
0%
Низкий
27 дней назад

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