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

exploitDog

source:"github"

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

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

github логотип

GHSA-3cw3-cmx9-v84h

4 дня назад

Rejected reason: Not used

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

GHSA-3cw2-x5r6-wgmh

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

The Modern Events Calendar Lite WordPress plugin through 5.16.2 does not sanitise and escape some of its settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed (for example in multisite setup).

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

GHSA-3cw2-m32h-hqj9

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

An issue in Silverpeas v.6.4.2 and lower allows a remote attacker to cause a denial of service via the password change function.

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

GHSA-3cw2-66px-r367

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

An issue has been discovered in GitLab affecting all versions starting from 16.2.0. Committing directories containing LF character results in 500 errors when viewing the commit

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

GHSA-3cvx-wrcf-56r2

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

The specific function of the Orca HCM digital learning platform does not filter input parameters properly, which causing the URL can be redirected to any website. Remote attackers can use the vulnerability to execute phishing attacks.

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

GHSA-3cvx-m52x-g7v7

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

Windows Mobile Broadband Driver Remote Code Execution Vulnerability

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

GHSA-3cvx-3rj3-cchm

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

Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Booster Booster Plus for WooCommerce.This issue affects Booster Plus for WooCommerce: from n/a before 7.1.2.

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

GHSA-3cvw-6mcp-6g5g

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

Simple Client Management System 1.0 is vulnerable to SQL Injection via /cms/classes/Master.php?f=delete_designation.

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

GHSA-3cvv-64cv-vrmx

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

The GetResponse for WordPress plugin through 5.5.31 does not validate and escape some of its shortcode attributes before outputting them back in a page/post where the shortcode is embed, which could allow users with the contributor role and above to perform Stored Cross-Site Scripting attacks.

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

GHSA-3cvv-3wx3-qcc4

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

Insufficient verification of url authenticity in GamingHub prior to version 6.1.03.4 in Korea, 7.1.02.4 in Global allows remote attackers to enable JavaScript in its webview.

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

GHSA-3cvr-q9wg-jwqw

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

address_space_map in exec.c in QEMU 4.2.0 can trigger a NULL pointer dereference related to BounceBuffer.

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

GHSA-3cvr-9v2w-rhhq

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

This issue was addressed with improved checks. This issue is fixed in macOS Catalina 10.15.6. A local user may be able to load unsigned kernel extensions.

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

GHSA-3cvr-822r-rqcc

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

undici before v5.8.0 vulnerable to CRLF injection in request headers

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

GHSA-3cvr-7qv6-j2f2

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

Cross-site scripting (XSS) vulnerability in Cisco Application and Content Networking System (ACNS) 5.5(9) allows remote attackers to inject arbitrary web script or HTML via a crafted URL, aka Bug ID CSCuu70650.

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

GHSA-3cvq-w4qq-9h8f

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

IOStorageFamily in Apple iOS before 9 does not properly initialize an unspecified data structure, which allows local users to obtain sensitive information from kernel memory via unknown vectors.

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

GHSA-3cvq-p878-rmp8

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

The AccessLogFilter class in Jira before version 8.4.0 allows remote anonymous attackers to learn details about other users, including their username, via an information expose through caching vulnerability when Jira is configured with a reverse Proxy and or a load balancer with caching or a CDN.

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

GHSA-3cvq-c558-wxw2

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

The vmi_write_ldt_entry function in arch/x86/kernel/vmi_32.c in the Virtual Machine Interface (VMI) in the Linux kernel 2.6.26.5 invokes write_idt_entry where write_ldt_entry was intended, which allows local users to cause a denial of service (persistent application failure) via crafted function calls, related to the Java Runtime Environment (JRE) experiencing improper LDT selector state, a different vulnerability than CVE-2008-3247.

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

GHSA-3cvp-fvxp-hr9w

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

IBM Tivoli Key Lifecycle Manager 3.0, 3.0.1, 4.0, and 4.1 could allow an authenticated user to cause a denial of service using specially crafted HTTP requests. IBM X-Force ID: 212779.

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

GHSA-3cvm-96rv-2mw4

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

In the Linux kernel, the following vulnerability has been resolved: fscache: Use wait_on_bit() to wait for the freeing of relinquished volume The freeing of relinquished volume will wake up the pending volume acquisition by using wake_up_bit(), however it is mismatched with wait_var_event() used in fscache_wait_on_volume_collision() and it will never wake up the waiter in the wait-queue because these two functions operate on different wait-queues. According to the implementation in fscache_wait_on_volume_collision(), if the wake-up of pending acquisition is delayed longer than 20 seconds (e.g., due to the delay of on-demand fd closing), the first wait_var_event_timeout() will timeout and the following wait_var_event() will hang forever as shown below: FS-Cache: Potential volume collision new=00000024 old=00000022 ...... INFO: task mount:1148 blocked for more than 122 seconds. Not tainted 6.1.0-rc6+ #1 task:mount state:D stack:0 pid:1148 ppid:1 Call Tra...

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

GHSA-3cvm-7wrh-qrf9

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

Craft CMS vulnerable to stored Cross-site Scripting via /admin/settings/fields page

CVSS3: 5.4
EPSS: Низкий

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

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

Rejected reason: Not used

4 дня назад
github логотип
GHSA-3cw2-x5r6-wgmh

The Modern Events Calendar Lite WordPress plugin through 5.16.2 does not sanitise and escape some of its settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed (for example in multisite setup).

CVSS3: 4.8
0%
Низкий
почти 3 года назад
github логотип
GHSA-3cw2-m32h-hqj9

An issue in Silverpeas v.6.4.2 and lower allows a remote attacker to cause a denial of service via the password change function.

CVSS3: 6.5
11%
Средний
больше 1 года назад
github логотип
GHSA-3cw2-66px-r367

An issue has been discovered in GitLab affecting all versions starting from 16.2.0. Committing directories containing LF character results in 500 errors when viewing the commit

CVSS3: 4.3
0%
Низкий
больше 2 лет назад
github логотип
GHSA-3cvx-wrcf-56r2

The specific function of the Orca HCM digital learning platform does not filter input parameters properly, which causing the URL can be redirected to any website. Remote attackers can use the vulnerability to execute phishing attacks.

0%
Низкий
больше 3 лет назад
github логотип
GHSA-3cvx-m52x-g7v7

Windows Mobile Broadband Driver Remote Code Execution Vulnerability

CVSS3: 6.8
0%
Низкий
больше 1 года назад
github логотип
GHSA-3cvx-3rj3-cchm

Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Booster Booster Plus for WooCommerce.This issue affects Booster Plus for WooCommerce: from n/a before 7.1.2.

CVSS3: 6.5
1%
Низкий
почти 2 года назад
github логотип
GHSA-3cvw-6mcp-6g5g

Simple Client Management System 1.0 is vulnerable to SQL Injection via /cms/classes/Master.php?f=delete_designation.

CVSS3: 9.8
1%
Низкий
больше 3 лет назад
github логотип
GHSA-3cvv-64cv-vrmx

The GetResponse for WordPress plugin through 5.5.31 does not validate and escape some of its shortcode attributes before outputting them back in a page/post where the shortcode is embed, which could allow users with the contributor role and above to perform Stored Cross-Site Scripting attacks.

CVSS3: 5.4
0%
Низкий
почти 3 года назад
github логотип
GHSA-3cvv-3wx3-qcc4

Insufficient verification of url authenticity in GamingHub prior to version 6.1.03.4 in Korea, 7.1.02.4 in Global allows remote attackers to enable JavaScript in its webview.

CVSS3: 6.5
0%
Низкий
около 1 года назад
github логотип
GHSA-3cvr-q9wg-jwqw

address_space_map in exec.c in QEMU 4.2.0 can trigger a NULL pointer dereference related to BounceBuffer.

CVSS3: 2.5
0%
Низкий
больше 3 лет назад
github логотип
GHSA-3cvr-9v2w-rhhq

This issue was addressed with improved checks. This issue is fixed in macOS Catalina 10.15.6. A local user may be able to load unsigned kernel extensions.

0%
Низкий
больше 3 лет назад
github логотип
GHSA-3cvr-822r-rqcc

undici before v5.8.0 vulnerable to CRLF injection in request headers

CVSS3: 5.3
1%
Низкий
больше 3 лет назад
github логотип
GHSA-3cvr-7qv6-j2f2

Cross-site scripting (XSS) vulnerability in Cisco Application and Content Networking System (ACNS) 5.5(9) allows remote attackers to inject arbitrary web script or HTML via a crafted URL, aka Bug ID CSCuu70650.

0%
Низкий
больше 3 лет назад
github логотип
GHSA-3cvq-w4qq-9h8f

IOStorageFamily in Apple iOS before 9 does not properly initialize an unspecified data structure, which allows local users to obtain sensitive information from kernel memory via unknown vectors.

0%
Низкий
больше 3 лет назад
github логотип
GHSA-3cvq-p878-rmp8

The AccessLogFilter class in Jira before version 8.4.0 allows remote anonymous attackers to learn details about other users, including their username, via an information expose through caching vulnerability when Jira is configured with a reverse Proxy and or a load balancer with caching or a CDN.

CVSS3: 4.3
0%
Низкий
больше 3 лет назад
github логотип
GHSA-3cvq-c558-wxw2

The vmi_write_ldt_entry function in arch/x86/kernel/vmi_32.c in the Virtual Machine Interface (VMI) in the Linux kernel 2.6.26.5 invokes write_idt_entry where write_ldt_entry was intended, which allows local users to cause a denial of service (persistent application failure) via crafted function calls, related to the Java Runtime Environment (JRE) experiencing improper LDT selector state, a different vulnerability than CVE-2008-3247.

0%
Низкий
почти 4 года назад
github логотип
GHSA-3cvp-fvxp-hr9w

IBM Tivoli Key Lifecycle Manager 3.0, 3.0.1, 4.0, and 4.1 could allow an authenticated user to cause a denial of service using specially crafted HTTP requests. IBM X-Force ID: 212779.

0%
Низкий
больше 3 лет назад
github логотип
GHSA-3cvm-96rv-2mw4

In the Linux kernel, the following vulnerability has been resolved: fscache: Use wait_on_bit() to wait for the freeing of relinquished volume The freeing of relinquished volume will wake up the pending volume acquisition by using wake_up_bit(), however it is mismatched with wait_var_event() used in fscache_wait_on_volume_collision() and it will never wake up the waiter in the wait-queue because these two functions operate on different wait-queues. According to the implementation in fscache_wait_on_volume_collision(), if the wake-up of pending acquisition is delayed longer than 20 seconds (e.g., due to the delay of on-demand fd closing), the first wait_var_event_timeout() will timeout and the following wait_var_event() will hang forever as shown below: FS-Cache: Potential volume collision new=00000024 old=00000022 ...... INFO: task mount:1148 blocked for more than 122 seconds. Not tainted 6.1.0-rc6+ #1 task:mount state:D stack:0 pid:1148 ppid:1 Call Tra...

CVSS3: 5.5
0%
Низкий
11 месяцев назад
github логотип
GHSA-3cvm-7wrh-qrf9

Craft CMS vulnerable to stored Cross-site Scripting via /admin/settings/fields page

CVSS3: 5.4
0%
Низкий
больше 3 лет назад

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