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

exploitDog

source:"github"

Количество 326 121

Количество 326 121

github логотип

GHSA-xp2v-6m36-vc7m

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

While padding or shrinking a nested wmi packet in all Android releases from CAF using the Linux kernel (Android for MSM, Firefox OS for MSM, QRD Android) before security patch level 2018-07-05, a buffer over-read can potentially occur.

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

GHSA-xp2v-4hm2-2465

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

The Ever Compare WordPress plugin through 1.2.3 does not have CSRF check when activating plugins, which could allow attackers to make logged in admins activate arbitrary plugins present on the blog via a CSRF attack

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

GHSA-xp2r-g8qq-44hh

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

Apache Pulsar: Improper Input Validation in Pulsar Function Worker allows Remote Code Execution

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

GHSA-xp2r-56fv-33j4

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

A CSRF vulnerability in HPE Matrix Operating Environment version v7.6 was found.

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

GHSA-xp2r-3x9c-rvxq

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

A Reliance on Cookies without Validation and Integrity Checking issue was discovered in Moxa OnCell G3100-HSPA Series version 1.4 Build 16062919 and prior. The application allows a cookie parameter to consist of only digits, allowing an attacker to perform a brute force attack bypassing authentication and gaining access to device functions.

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

GHSA-xp2p-9wq2-wx5q

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

A vulnerability in Brocade SANnav before v2.3.1 and v2.3.0a prints the Brocade SANnav password in clear text in supportsave logs when a user schedules a switch Supportsave from Brocade SANnav.

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

GHSA-xp2p-6mv7-gcrx

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

When "%2F" was present in a manifest URL, Firefox's AppCache behavior may have become confused and allowed a manifest to be served from a subdirectory. This could cause the appcache to be used to service requests for the top level directory. This vulnerability affects Firefox < 78.

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

GHSA-xp2m-r7f6-m54m

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

A security feature bypass vulnerability exists in the PowerShellGet V2 module, aka 'PowerShellGet Module WDAC Security Feature Bypass Vulnerability'.

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

GHSA-xp2m-mr92-wfjx

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

Kliqqi 3.0.0.5 allows CSRF with resultant Arbitrary File Upload because module.php?module=upload can be used to configure the uploading of .php files, and then modules/upload/upload_main.php can be used for the upload itself.

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

GHSA-xp2m-m27g-f466

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

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: SHAMPO, Fix incorrect page release Under the following conditions: 1) No skb created yet 2) header_size == 0 (no SHAMPO header) 3) header_index + 1 % MLX5E_SHAMPO_WQ_HEADER_PER_PAGE == 0 (this is the last page fragment of a SHAMPO header page) a new skb is formed with a page that is NOT a SHAMPO header page (it is a regular data page). Further down in the same function (mlx5e_handle_rx_cqe_mpwrq_shampo()), a SHAMPO header page from header_index is released. This is wrong and it leads to SHAMPO header pages being released more than once.

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

GHSA-xp2m-h7vm-6whw

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

WPLSoft in Delta Electronics versions 2.45.0 and prior utilizes a fixed length stack buffer where a value larger than the buffer can be read from a file into the buffer, causing the buffer to be overwritten, which may allow remote code execution or cause the application to crash.

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

GHSA-xp2m-98x8-rpj6

27 дней назад

SiYuan Vulnerable to Cross-Origin WebSocket Hijacking via Authentication Bypass — Unauthenticated Information Disclosure

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

GHSA-xp2m-37gc-hr6h

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

The s_mp_div function in lib/freebl/mpi/mpi.c in Mozilla Network Security Services (NSS) before 3.21, as used in Mozilla Firefox before 44.0, improperly divides numbers, which might make it easier for remote attackers to defeat cryptographic protection mechanisms by leveraging use of the (1) mp_div or (2) mp_exptmod function.

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

GHSA-xp2j-75cr-2mjj

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

The Premium Addons for Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's Wrapper Link Widget in all versions up to, and including, 4.10.16 due to insufficient input sanitization and output escaping on user supplied URLs. This makes it possible for authenticated attackers with contributor-level and above permissions to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

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

GHSA-xp2h-p87p-622p

около 1 года назад

The mobile application (com.transsnet.store) has a man-in-the-middle attack vulnerability, which may lead to code injection risks.

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

GHSA-xp2h-p3fr-j2j5

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

In the Linux kernel, the following vulnerability has been resolved: parisc: Fix double SIGFPE crash Camm noticed that on parisc a SIGFPE exception will crash an application with a second SIGFPE in the signal handler. Dave analyzed it, and it happens because glibc uses a double-word floating-point store to atomically update function descriptors. As a result of lazy binding, we hit a floating-point store in fpe_func almost immediately. When the T bit is set, an assist exception trap occurs when when the co-processor encounters *any* floating-point instruction except for a double store of register %fr0. The latter cancels all pending traps. Let's fix this by clearing the Trap (T) bit in the FP status register before returning to the signal handler in userspace. The issue can be reproduced with this test program: root@parisc:~# cat fpe.c static void fpe_func(int sig, siginfo_t *i, void *v) { sigset_t set; sigemptyset(&set); sigaddset(&set, SIGFPE); ...

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

GHSA-xp2h-72mj-pf4g

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

The upload-dialog implementation in Cisco Identity Services Engine (ISE) allows remote authenticated users to upload files with an arbitrary file type, and consequently conduct attacks against unspecified other systems, via a crafted file, aka Bug ID CSCui67511.

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

GHSA-xp2g-723f-pwv2

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

SQL injection vulnerability in index.php in Jamit Job Board 3.4.10 allows remote attackers to execute arbitrary SQL commands via the show_emp parameter.

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

GHSA-xp2f-9mx3-3c6p

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

Moodle PostScript Code Injection

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

GHSA-xp2f-5gqq-p6j5

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

The ftp_syst function in ftp-basic.c in Free Software Foundation (FSF) GNU wget 1.10.2 allows remote attackers to cause a denial of service (application crash) via a malicious FTP server with a large number of blank 220 responses to the SYST command.

EPSS: Низкий

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

Уязвимость
CVSS
EPSS
Опубликовано
github логотип
GHSA-xp2v-6m36-vc7m

While padding or shrinking a nested wmi packet in all Android releases from CAF using the Linux kernel (Android for MSM, Firefox OS for MSM, QRD Android) before security patch level 2018-07-05, a buffer over-read can potentially occur.

CVSS3: 9.8
0%
Низкий
почти 4 года назад
github логотип
GHSA-xp2v-4hm2-2465

The Ever Compare WordPress plugin through 1.2.3 does not have CSRF check when activating plugins, which could allow attackers to make logged in admins activate arbitrary plugins present on the blog via a CSRF attack

CVSS3: 4.3
0%
Низкий
около 3 лет назад
github логотип
GHSA-xp2r-g8qq-44hh

Apache Pulsar: Improper Input Validation in Pulsar Function Worker allows Remote Code Execution

CVSS3: 8.5
0%
Низкий
около 2 лет назад
github логотип
GHSA-xp2r-56fv-33j4

A CSRF vulnerability in HPE Matrix Operating Environment version v7.6 was found.

CVSS3: 8.8
0%
Низкий
почти 4 года назад
github логотип
GHSA-xp2r-3x9c-rvxq

A Reliance on Cookies without Validation and Integrity Checking issue was discovered in Moxa OnCell G3100-HSPA Series version 1.4 Build 16062919 and prior. The application allows a cookie parameter to consist of only digits, allowing an attacker to perform a brute force attack bypassing authentication and gaining access to device functions.

CVSS3: 9.8
0%
Низкий
почти 4 года назад
github логотип
GHSA-xp2p-9wq2-wx5q

A vulnerability in Brocade SANnav before v2.3.1 and v2.3.0a prints the Brocade SANnav password in clear text in supportsave logs when a user schedules a switch Supportsave from Brocade SANnav.

CVSS3: 6.5
0%
Низкий
почти 2 года назад
github логотип
GHSA-xp2p-6mv7-gcrx

When "%2F" was present in a manifest URL, Firefox's AppCache behavior may have become confused and allowed a manifest to be served from a subdirectory. This could cause the appcache to be used to service requests for the top level directory. This vulnerability affects Firefox < 78.

CVSS3: 6.5
0%
Низкий
почти 4 года назад
github логотип
GHSA-xp2m-r7f6-m54m

A security feature bypass vulnerability exists in the PowerShellGet V2 module, aka 'PowerShellGet Module WDAC Security Feature Bypass Vulnerability'.

CVSS3: 5.3
0%
Низкий
почти 4 года назад
github логотип
GHSA-xp2m-mr92-wfjx

Kliqqi 3.0.0.5 allows CSRF with resultant Arbitrary File Upload because module.php?module=upload can be used to configure the uploading of .php files, and then modules/upload/upload_main.php can be used for the upload itself.

CVSS3: 8.8
0%
Низкий
почти 4 года назад
github логотип
GHSA-xp2m-m27g-f466

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: SHAMPO, Fix incorrect page release Under the following conditions: 1) No skb created yet 2) header_size == 0 (no SHAMPO header) 3) header_index + 1 % MLX5E_SHAMPO_WQ_HEADER_PER_PAGE == 0 (this is the last page fragment of a SHAMPO header page) a new skb is formed with a page that is NOT a SHAMPO header page (it is a regular data page). Further down in the same function (mlx5e_handle_rx_cqe_mpwrq_shampo()), a SHAMPO header page from header_index is released. This is wrong and it leads to SHAMPO header pages being released more than once.

CVSS3: 5.5
0%
Низкий
больше 1 года назад
github логотип
GHSA-xp2m-h7vm-6whw

WPLSoft in Delta Electronics versions 2.45.0 and prior utilizes a fixed length stack buffer where a value larger than the buffer can be read from a file into the buffer, causing the buffer to be overwritten, which may allow remote code execution or cause the application to crash.

CVSS3: 8.8
1%
Низкий
почти 4 года назад
github логотип
GHSA-xp2m-98x8-rpj6

SiYuan Vulnerable to Cross-Origin WebSocket Hijacking via Authentication Bypass — Unauthenticated Information Disclosure

0%
Низкий
27 дней назад
github логотип
GHSA-xp2m-37gc-hr6h

The s_mp_div function in lib/freebl/mpi/mpi.c in Mozilla Network Security Services (NSS) before 3.21, as used in Mozilla Firefox before 44.0, improperly divides numbers, which might make it easier for remote attackers to defeat cryptographic protection mechanisms by leveraging use of the (1) mp_div or (2) mp_exptmod function.

CVSS3: 6.5
1%
Низкий
почти 4 года назад
github логотип
GHSA-xp2j-75cr-2mjj

The Premium Addons for Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's Wrapper Link Widget in all versions up to, and including, 4.10.16 due to insufficient input sanitization and output escaping on user supplied URLs. This makes it possible for authenticated attackers with contributor-level and above permissions to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

CVSS3: 6.4
3%
Низкий
около 2 лет назад
github логотип
GHSA-xp2h-p87p-622p

The mobile application (com.transsnet.store) has a man-in-the-middle attack vulnerability, which may lead to code injection risks.

CVSS3: 8.1
0%
Низкий
около 1 года назад
github логотип
GHSA-xp2h-p3fr-j2j5

In the Linux kernel, the following vulnerability has been resolved: parisc: Fix double SIGFPE crash Camm noticed that on parisc a SIGFPE exception will crash an application with a second SIGFPE in the signal handler. Dave analyzed it, and it happens because glibc uses a double-word floating-point store to atomically update function descriptors. As a result of lazy binding, we hit a floating-point store in fpe_func almost immediately. When the T bit is set, an assist exception trap occurs when when the co-processor encounters *any* floating-point instruction except for a double store of register %fr0. The latter cancels all pending traps. Let's fix this by clearing the Trap (T) bit in the FP status register before returning to the signal handler in userspace. The issue can be reproduced with this test program: root@parisc:~# cat fpe.c static void fpe_func(int sig, siginfo_t *i, void *v) { sigset_t set; sigemptyset(&set); sigaddset(&set, SIGFPE); ...

CVSS3: 7.8
0%
Низкий
11 месяцев назад
github логотип
GHSA-xp2h-72mj-pf4g

The upload-dialog implementation in Cisco Identity Services Engine (ISE) allows remote authenticated users to upload files with an arbitrary file type, and consequently conduct attacks against unspecified other systems, via a crafted file, aka Bug ID CSCui67511.

0%
Низкий
почти 4 года назад
github логотип
GHSA-xp2g-723f-pwv2

SQL injection vulnerability in index.php in Jamit Job Board 3.4.10 allows remote attackers to execute arbitrary SQL commands via the show_emp parameter.

1%
Низкий
почти 4 года назад
github логотип
GHSA-xp2f-9mx3-3c6p

Moodle PostScript Code Injection

CVSS3: 9.8
8%
Низкий
больше 3 лет назад
github логотип
GHSA-xp2f-5gqq-p6j5

The ftp_syst function in ftp-basic.c in Free Software Foundation (FSF) GNU wget 1.10.2 allows remote attackers to cause a denial of service (application crash) via a malicious FTP server with a large number of blank 220 responses to the SYST command.

5%
Низкий
почти 4 года назад

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