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

exploitDog

Количество 373 892

Количество 373 892

github логотип

GHSA-2322-g7g4-r84v

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

Unspecified vulnerability in MyBB (aka MyBulletinBoard) 1.1.4, related has unspecified impact and attack vectors related to "user group manipulation."

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

GHSA-2322-3mhq-32v4

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

Panda Security 3.0 with registry editing disabled allows users to edit the registry and gain privileges by directly executing a .reg file or using other methods.

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

GHSA-22xx-xg3v-m8g7

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

Pathway through 0.31.1, fixed in commit d09722e, document store applies a caller-supplied glob pattern to indexed document paths using a hand-written recursive matcher that branches two ways on each ** token without memoization, giving exponential worst-case complexity. The filepath_globpattern value is taken from the body of the unauthenticated HTTP endpoints /v1/retrieve, /v1/inputs and /v2/answer and compiled into a filter evaluated once per indexed document, with no length or **-count limit. A remote unauthenticated attacker can submit a short pattern containing many ** tokens to consume CPU for tens of seconds per request, and a small number of requests denies service.

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

GHSA-22xx-mmhm-wq6h

около 1 месяца назад

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: validate skb length in testmode query In mt7925_tm_query(), the response skb from mt76_mcu_send_and_get_msg() is used in a memcpy without validating its length: memcpy(evt_resp, skb->data + 8, MT7925_EVT_RSP_LEN); where MT7925_EVT_RSP_LEN is 512. If the firmware returns a response shorter than 520 bytes (8 + 512), this reads beyond the skb data buffer. The over-read data is then returned to userspace via nla_put() in mt7925_testmode_dump(). Add a length check before the memcpy to ensure the skb contains sufficient data.

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

GHSA-22xx-cxvr-pv54

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

SQL injection vulnerability in links.php in Appalachian State University phpWebSite allows remote attackers to execute arbitrary SQL commands via the cid parameter in a viewlink action.

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

GHSA-22xv-75pc-484w

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

TWiki allows arbitrary shell command execution via the Include function

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

GHSA-22xv-2q85-75xq

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

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allows remote attackers to affect confidentiality, related to JMX.

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

GHSA-22xr-rxrq-69gp

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

The affected product is vulnerable to a stack-based buffer overflow while processing project files, which may allow an attacker to execute arbitrary code

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

GHSA-22xr-27f6-p2cr

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

An information disclosure vulnerability exists when the Windows kernel improperly handles objects in memory, aka 'Windows Kernel Information Disclosure Vulnerability'. This CVE ID is unique from CVE-2019-0621, CVE-2019-0663.

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

GHSA-22xq-vq3f-87x2

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

Authorization bypass in role-based routine-level privilege check exposes stored routine definitions

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

GHSA-22xq-5w5r-xjvc

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

Adobe Experience Manager versions 6.5.18 and earlier are affected by a Cross-site Scripting (DOM-based XSS) vulnerability. If a low-privileged attacker is able to convince a victim to visit a URL referencing a vulnerable page, malicious JavaScript content may be executed within the context of the victim's browser.

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

GHSA-22xp-w9q9-jfg2

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

A vulnerability, which was classified as problematic, has been found in Tmall Demo up to 20250505. Affected by this issue is some unknown functionality of the file /tmall/admin/ of the component Product Details Page. The manipulation of the argument Product Name/Product Title leads to cross site scripting. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. Continious delivery with rolling releases is used by this product. Therefore, no version details of affected nor updated releases are available. The vendor was contacted early about this disclosure but did not respond in any way.

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

GHSA-22xp-v596-fqhr

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

An issue was discovered in certain Apple products. macOS before 10.13.4 is affected. The issue involves the "LaunchServices" component. It allows attackers to bypass the code-signing protection mechanism via a crafted app.

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

GHSA-22xp-gmqf-mrv3

около 1 месяца назад

A vulnerability was determined in OpenBoxes up to 0.9.7. This affects the function needManager of the file grails-app/controllers/org/pih/warehouse/RoleInterceptor.groovy of the component Role Interceptor. Executing a manipulation can lead to improper privilege management. The attack may be performed from remote. The exploit has been publicly disclosed and may be utilized. Upgrading to version 0.9.8-hotfix1 and 0.9.8 mitigates this issue. This patch is called 788cace0af816aa972a713a4631c57f16f895e6b. Upgrading the affected component is recommended.

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

GHSA-22xp-7rcx-xp34

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

Jenkins Slack Notification Plugin missing permission check

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

GHSA-22xp-6r98-2c4p

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

Cross-site scripting (XSS) vulnerability in scripts/passwdmysql in cPanel WebHost Manager (WHM) 11.0.0 and earlier allows remote attackers to inject arbitrary web script or HTML via the password parameter.

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

GHSA-22xm-w7r2-834q

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

FastAPI Admin cross-site scripting (XSS) vulnerability in the Create Product function

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

GHSA-22xm-p789-9hfc

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

In the Linux kernel, the following vulnerability has been resolved: ixgbevf: Fix resource leak in ixgbevf_init_module() ixgbevf_init_module() won't destroy the workqueue created by create_singlethread_workqueue() when pci_register_driver() failed. Add destroy_workqueue() in fail path to prevent the resource leak. Similar to the handling of u132_hcd_init in commit f276e002793c ("usb: u132-hcd: fix resource leak")

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

GHSA-22xm-47fv-r79q

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

It was discovered that the Western Digital My Cloud device before 2.30.196 is affected by an authentication bypass vulnerability. An unauthenticated attacker can exploit this vulnerability to authenticate as an admin user without needing to provide a password, thereby gaining full control of the device. (Whenever an admin logs into My Cloud, a server-side session is created that is bound to the user's IP address. After the session is created, it is possible to call authenticated CGI modules by sending the cookie username=admin in the HTTP request. The invoked CGI will check if a valid session is present and bound to the user's IP address.) It was found that it is possible for an unauthenticated attacker to create a valid session without a login. The network_mgr.cgi CGI module contains a command called "cgi_get_ipv6" that starts an admin session -- tied to the IP address of the user making the request -- if the additional parameter "flag" with the value "1" is provided. Subsequent in...

CVSS3: 9.8
EPSS: Высокий
github логотип

GHSA-22xj-gc32-5pwq

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

Multiple buffer overflows in AFS ACL parser for Ethereal 0.8.13 and earlier allows remote attackers to execute arbitrary commands via a packet with a long username.

EPSS: Низкий

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

Уязвимость
CVSS
EPSS
Опубликовано
github логотип
GHSA-2322-g7g4-r84v

Unspecified vulnerability in MyBB (aka MyBulletinBoard) 1.1.4, related has unspecified impact and attack vectors related to "user group manipulation."

1%
Низкий
больше 4 лет назад
github логотип
GHSA-2322-3mhq-32v4

Panda Security 3.0 with registry editing disabled allows users to edit the registry and gain privileges by directly executing a .reg file or using other methods.

1%
Низкий
больше 4 лет назад
github логотип
GHSA-22xx-xg3v-m8g7

Pathway through 0.31.1, fixed in commit d09722e, document store applies a caller-supplied glob pattern to indexed document paths using a hand-written recursive matcher that branches two ways on each ** token without memoization, giving exponential worst-case complexity. The filepath_globpattern value is taken from the body of the unauthenticated HTTP endpoints /v1/retrieve, /v1/inputs and /v2/answer and compiled into a filter evaluated once per indexed document, with no length or **-count limit. A remote unauthenticated attacker can submit a short pattern containing many ** tokens to consume CPU for tens of seconds per request, and a small number of requests denies service.

CVSS3: 7.5
1%
Низкий
3 месяца назад
github логотип
GHSA-22xx-mmhm-wq6h

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: validate skb length in testmode query In mt7925_tm_query(), the response skb from mt76_mcu_send_and_get_msg() is used in a memcpy without validating its length: memcpy(evt_resp, skb->data + 8, MT7925_EVT_RSP_LEN); where MT7925_EVT_RSP_LEN is 512. If the firmware returns a response shorter than 520 bytes (8 + 512), this reads beyond the skb data buffer. The over-read data is then returned to userspace via nla_put() in mt7925_testmode_dump(). Add a length check before the memcpy to ensure the skb contains sufficient data.

0%
Низкий
около 1 месяца назад
github логотип
GHSA-22xx-cxvr-pv54

SQL injection vulnerability in links.php in Appalachian State University phpWebSite allows remote attackers to execute arbitrary SQL commands via the cid parameter in a viewlink action.

1%
Низкий
больше 4 лет назад
github логотип
GHSA-22xv-75pc-484w

TWiki allows arbitrary shell command execution via the Include function

CVSS3: 9.8
3%
Низкий
больше 4 лет назад
github логотип
GHSA-22xv-2q85-75xq

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allows remote attackers to affect confidentiality, related to JMX.

3%
Низкий
больше 4 лет назад
github логотип
GHSA-22xr-rxrq-69gp

The affected product is vulnerable to a stack-based buffer overflow while processing project files, which may allow an attacker to execute arbitrary code

CVSS3: 7.8
1%
Низкий
больше 4 лет назад
github логотип
GHSA-22xr-27f6-p2cr

An information disclosure vulnerability exists when the Windows kernel improperly handles objects in memory, aka 'Windows Kernel Information Disclosure Vulnerability'. This CVE ID is unique from CVE-2019-0621, CVE-2019-0663.

CVSS3: 5.5
2%
Низкий
больше 4 лет назад
github логотип
GHSA-22xq-vq3f-87x2

Authorization bypass in role-based routine-level privilege check exposes stored routine definitions

CVSS3: 4.3
0%
Низкий
4 месяца назад
github логотип
GHSA-22xq-5w5r-xjvc

Adobe Experience Manager versions 6.5.18 and earlier are affected by a Cross-site Scripting (DOM-based XSS) vulnerability. If a low-privileged attacker is able to convince a victim to visit a URL referencing a vulnerable page, malicious JavaScript content may be executed within the context of the victim's browser.

CVSS3: 5.4
1%
Низкий
почти 3 года назад
github логотип
GHSA-22xp-w9q9-jfg2

A vulnerability, which was classified as problematic, has been found in Tmall Demo up to 20250505. Affected by this issue is some unknown functionality of the file /tmall/admin/ of the component Product Details Page. The manipulation of the argument Product Name/Product Title leads to cross site scripting. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. Continious delivery with rolling releases is used by this product. Therefore, no version details of affected nor updated releases are available. The vendor was contacted early about this disclosure but did not respond in any way.

CVSS3: 2.4
0%
Низкий
больше 1 года назад
github логотип
GHSA-22xp-v596-fqhr

An issue was discovered in certain Apple products. macOS before 10.13.4 is affected. The issue involves the "LaunchServices" component. It allows attackers to bypass the code-signing protection mechanism via a crafted app.

CVSS3: 7.8
1%
Низкий
больше 4 лет назад
github логотип
GHSA-22xp-gmqf-mrv3

A vulnerability was determined in OpenBoxes up to 0.9.7. This affects the function needManager of the file grails-app/controllers/org/pih/warehouse/RoleInterceptor.groovy of the component Role Interceptor. Executing a manipulation can lead to improper privilege management. The attack may be performed from remote. The exploit has been publicly disclosed and may be utilized. Upgrading to version 0.9.8-hotfix1 and 0.9.8 mitigates this issue. This patch is called 788cace0af816aa972a713a4631c57f16f895e6b. Upgrading the affected component is recommended.

CVSS3: 6.3
0%
Низкий
около 1 месяца назад
github логотип
GHSA-22xp-7rcx-xp34

Jenkins Slack Notification Plugin missing permission check

CVSS3: 4.2
1%
Низкий
больше 4 лет назад
github логотип
GHSA-22xp-6r98-2c4p

Cross-site scripting (XSS) vulnerability in scripts/passwdmysql in cPanel WebHost Manager (WHM) 11.0.0 and earlier allows remote attackers to inject arbitrary web script or HTML via the password parameter.

2%
Низкий
больше 4 лет назад
github логотип
GHSA-22xm-w7r2-834q

FastAPI Admin cross-site scripting (XSS) vulnerability in the Create Product function

CVSS3: 6.1
0%
Низкий
около 2 лет назад
github логотип
GHSA-22xm-p789-9hfc

In the Linux kernel, the following vulnerability has been resolved: ixgbevf: Fix resource leak in ixgbevf_init_module() ixgbevf_init_module() won't destroy the workqueue created by create_singlethread_workqueue() when pci_register_driver() failed. Add destroy_workqueue() in fail path to prevent the resource leak. Similar to the handling of u132_hcd_init in commit f276e002793c ("usb: u132-hcd: fix resource leak")

CVSS3: 5.5
0%
Низкий
почти 2 года назад
github логотип
GHSA-22xm-47fv-r79q

It was discovered that the Western Digital My Cloud device before 2.30.196 is affected by an authentication bypass vulnerability. An unauthenticated attacker can exploit this vulnerability to authenticate as an admin user without needing to provide a password, thereby gaining full control of the device. (Whenever an admin logs into My Cloud, a server-side session is created that is bound to the user's IP address. After the session is created, it is possible to call authenticated CGI modules by sending the cookie username=admin in the HTTP request. The invoked CGI will check if a valid session is present and bound to the user's IP address.) It was found that it is possible for an unauthenticated attacker to create a valid session without a login. The network_mgr.cgi CGI module contains a command called "cgi_get_ipv6" that starts an admin session -- tied to the IP address of the user making the request -- if the additional parameter "flag" with the value "1" is provided. Subsequent in...

CVSS3: 9.8
87%
Высокий
больше 4 лет назад
github логотип
GHSA-22xj-gc32-5pwq

Multiple buffer overflows in AFS ACL parser for Ethereal 0.8.13 and earlier allows remote attackers to execute arbitrary commands via a packet with a long username.

6%
Низкий
больше 4 лет назад

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