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

exploitDog

Количество 366 653

Количество 366 653

github логотип

GHSA-42m3-r5g5-mfwp

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

In set_secure_reg of sac_handler.c, there is a possible out of bounds read due to a missing bounds check. This could lead to local information disclosure of 4 bytes of stack memory with no additional execution privileges needed. User interaction is not needed for exploitation.

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

GHSA-42m3-f876-5wvj

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

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in GhozyLab Popup Builder allows PHP Local File Inclusion. This issue affects Popup Builder: from n/a through 1.1.35.

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

GHSA-42m3-9326-hpxj

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

The BN_sqr implementation in OpenSSL before 0.9.8zd, 1.0.0 before 1.0.0p, and 1.0.1 before 1.0.1k does not properly calculate the square of a BIGNUM value, which might make it easier for remote attackers to defeat cryptographic protection mechanisms via unspecified vectors, related to crypto/bn/asm/mips.pl, crypto/bn/asm/x86_64-gcc.c, and crypto/bn/bn_asm.c.

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

GHSA-42m2-x7rv-fg34

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

The LabOne Web Server, backing the LabOne User Interface, contains insufficient input validation in its file access functionality. An unauthenticated attacker could exploit this vulnerability to read arbitrary files on the host system that are accessible to the operating system user running the LabOne software. Additionally, the Web Server does not sufficiently restrict cross-origin requests, which could allow a remote attacker to trigger file access from a victim's browser by directing the victim to a malicious website. The vulnerability is only exploitable when the LabOne Web Server is running. Installations using only the LabOne APIs without starting the Web Server are not exposed.

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

GHSA-42m2-ww59-87vv

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

Employee Timeclock Software 0.99 places the database password on the mysqldump command line, which allows local users to obtain sensitive information by listing the process.

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

GHSA-42m2-q6mg-4c6v

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

Unspecified vulnerability in the reports system in OpenBiblio before 0.6.0 allows attackers to gain privileges via unspecified vectors.

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

GHSA-42m2-m4h3-qr94

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

LibUtils in Android 4.x before 4.4.4, 5.0.x before 5.0.2, 5.1.x before 5.1.1, 6.x before 2016-09-01, and 7.0 before 2016-09-01 mishandles conversions between Unicode character encodings with different encoding widths, which allows remote attackers to execute arbitrary code or cause a denial of service (heap-based buffer overflow) via a crafted file, aka internal bug 29250543.

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

GHSA-42m2-24p7-q2gq

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

Cross-Site Request Forgery (CSRF) vulnerability in riosisgroup Rio Video Gallery allows Stored XSS. This issue affects Rio Video Gallery: from n/a through 2.3.6.

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

GHSA-42jx-j5mh-g84j

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

Sonos Era 100 SMB2 Message Handling Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows network-adjacent attackers to execute arbitrary code on affected installations of Sonos Era 100 smart speakers. Authentication is not required to exploit this vulnerability. The specific flaw exists within the handling of SMB2 messages. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of root. Was ZDI-CAN-22459.

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

GHSA-42jw-v43h-79m9

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

A vulnerability was found in i-Drive i11 and i12 up to 20250227. It has been rated as critical. Affected by this issue is some unknown functionality of the component Device Setting Handler. The manipulation leads to improper access control for register interface. The attack needs to be done within the local network. The complexity of an attack is rather high. The exploitation is known to be difficult. It was not possible to identify the current maintainer of the product. It must be assumed that the product is end-of-life.

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

GHSA-42jw-jp69-7hjr

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

SOAP::Lite 0.50 through 0.52 allows remote attackers to load arbitrary Perl functions by suppling a non-existent function in a script using a SOAP::Lite module, which causes the AUTOLOAD subroutine to trigger.

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

GHSA-42jw-237g-7j4r

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

XNSoft Nconvert 7.136 is vulnerable to Buffer Overflow via a crafted image file.

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

GHSA-42jv-fvjf-vjmq

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

Improper neutralization of input during web page generation ('cross-site scripting') in Microsoft Exchange Server allows an unauthorized attacker to perform spoofing over a network.

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

GHSA-42jv-6664-mx8r

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

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wc938x: fix accessing array out of bounds for enum type Accessing enums using integer would result in array out of bounds access on platforms like aarch64 where sizeof(long) is 8 compared to enum size which is 4 bytes. Fix this by using enumerated items instead of integers.

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

GHSA-42jr-fvmf-q363

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

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: Initialize frame-based format color matching descriptor Fix NULL pointer crash in uvcg_framebased_make due to uninitialized color matching descriptor for frame-based format which was added in commit f5e7bdd34aca ("usb: gadget: uvc: Allow creating new color matching descriptors") that added handling for uncompressed and mjpeg format. Crash is seen when userspace configuration (via configfs) does not explicitly define the color matching descriptor. If color_matching is not found, config_group_find_item() returns NULL. The code then jumps to out_put_cm, where it calls config_item_put(color_matching);. If color_matching is NULL, this will dereference a null pointer, leading to a crash. [ 2.746440] Unable to handle kernel NULL pointer dereference at virtual address 000000000000008c [ 2.756273] Mem abort info: [ 2.760080] ESR = 0x0000000096000005 [ 2.764872] EC = 0x25: DABT (current E...

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

GHSA-42jr-6c9q-58g2

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

Use after free in Microsoft Office Word allows an unauthorized attacker to execute code locally.

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

GHSA-42jr-443g-g58q

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

nis/nss_nis/nis-pwd.c in the GNU C Library (aka glibc or libc6) 2.7 and Embedded GLIBC (EGLIBC) 2.10.2 adds information from the passwd.adjunct.byname map to entries in the passwd map, which allows remote attackers to obtain the encrypted passwords of NIS accounts by calling the getpwnam function.

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

GHSA-42jr-32cj-2c5c

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

Directory traversal vulnerability in the setuid root helper binary in S-nail (later S-mailx) before 14.8.16 allows local users to write to arbitrary files and consequently gain root privileges via a .. (dot dot) in the randstr argument.

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

GHSA-42jq-q72w-7j5j

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

Missing authentication for critical function in Windows Spaceport.sys allows an authorized attacker to elevate privileges locally.

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

GHSA-42jq-pvpx-7m8x

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

An issue was identified in GitLab EE 13.4 or later which leaked internal IP address via error messages.

CVSS3: 4.3
EPSS: Низкий

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

Уязвимость
CVSS
EPSS
Опубликовано
github логотип
GHSA-42m3-r5g5-mfwp

In set_secure_reg of sac_handler.c, there is a possible out of bounds read due to a missing bounds check. This could lead to local information disclosure of 4 bytes of stack memory with no additional execution privileges needed. User interaction is not needed for exploitation.

CVSS3: 7.1
0%
Низкий
около 2 лет назад
github логотип
GHSA-42m3-f876-5wvj

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in GhozyLab Popup Builder allows PHP Local File Inclusion. This issue affects Popup Builder: from n/a through 1.1.35.

CVSS3: 7.5
1%
Низкий
больше 1 года назад
github логотип
GHSA-42m3-9326-hpxj

The BN_sqr implementation in OpenSSL before 0.9.8zd, 1.0.0 before 1.0.0p, and 1.0.1 before 1.0.1k does not properly calculate the square of a BIGNUM value, which might make it easier for remote attackers to defeat cryptographic protection mechanisms via unspecified vectors, related to crypto/bn/asm/mips.pl, crypto/bn/asm/x86_64-gcc.c, and crypto/bn/bn_asm.c.

22%
Средний
больше 4 лет назад
github логотип
GHSA-42m2-x7rv-fg34

The LabOne Web Server, backing the LabOne User Interface, contains insufficient input validation in its file access functionality. An unauthenticated attacker could exploit this vulnerability to read arbitrary files on the host system that are accessible to the operating system user running the LabOne software. Additionally, the Web Server does not sufficiently restrict cross-origin requests, which could allow a remote attacker to trigger file access from a victim's browser by directing the victim to a malicious website. The vulnerability is only exploitable when the LabOne Web Server is running. Installations using only the LabOne APIs without starting the Web Server are not exposed.

CVSS3: 7.5
0%
Низкий
4 месяца назад
github логотип
GHSA-42m2-ww59-87vv

Employee Timeclock Software 0.99 places the database password on the mysqldump command line, which allows local users to obtain sensitive information by listing the process.

0%
Низкий
больше 4 лет назад
github логотип
GHSA-42m2-q6mg-4c6v

Unspecified vulnerability in the reports system in OpenBiblio before 0.6.0 allows attackers to gain privileges via unspecified vectors.

1%
Низкий
больше 4 лет назад
github логотип
GHSA-42m2-m4h3-qr94

LibUtils in Android 4.x before 4.4.4, 5.0.x before 5.0.2, 5.1.x before 5.1.1, 6.x before 2016-09-01, and 7.0 before 2016-09-01 mishandles conversions between Unicode character encodings with different encoding widths, which allows remote attackers to execute arbitrary code or cause a denial of service (heap-based buffer overflow) via a crafted file, aka internal bug 29250543.

CVSS3: 7.8
10%
Низкий
больше 4 лет назад
github логотип
GHSA-42m2-24p7-q2gq

Cross-Site Request Forgery (CSRF) vulnerability in riosisgroup Rio Video Gallery allows Stored XSS. This issue affects Rio Video Gallery: from n/a through 2.3.6.

CVSS3: 7.1
0%
Низкий
больше 1 года назад
github логотип
GHSA-42jx-j5mh-g84j

Sonos Era 100 SMB2 Message Handling Use-After-Free Remote Code Execution Vulnerability. This vulnerability allows network-adjacent attackers to execute arbitrary code on affected installations of Sonos Era 100 smart speakers. Authentication is not required to exploit this vulnerability. The specific flaw exists within the handling of SMB2 messages. The issue results from the lack of validating the existence of an object prior to performing operations on the object. An attacker can leverage this vulnerability to execute code in the context of root. Was ZDI-CAN-22459.

CVSS3: 8.8
1%
Низкий
около 2 лет назад
github логотип
GHSA-42jw-v43h-79m9

A vulnerability was found in i-Drive i11 and i12 up to 20250227. It has been rated as critical. Affected by this issue is some unknown functionality of the component Device Setting Handler. The manipulation leads to improper access control for register interface. The attack needs to be done within the local network. The complexity of an attack is rather high. The exploitation is known to be difficult. It was not possible to identify the current maintainer of the product. It must be assumed that the product is end-of-life.

CVSS3: 5
0%
Низкий
больше 1 года назад
github логотип
GHSA-42jw-jp69-7hjr

SOAP::Lite 0.50 through 0.52 allows remote attackers to load arbitrary Perl functions by suppling a non-existent function in a script using a SOAP::Lite module, which causes the AUTOLOAD subroutine to trigger.

2%
Низкий
больше 4 лет назад
github логотип
GHSA-42jw-237g-7j4r

XNSoft Nconvert 7.136 is vulnerable to Buffer Overflow via a crafted image file.

CVSS3: 7.8
1%
Низкий
почти 3 года назад
github логотип
GHSA-42jv-fvjf-vjmq

Improper neutralization of input during web page generation ('cross-site scripting') in Microsoft Exchange Server allows an unauthorized attacker to perform spoofing over a network.

CVSS3: 8.1
0%
Низкий
3 месяца назад
github логотип
GHSA-42jv-6664-mx8r

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wc938x: fix accessing array out of bounds for enum type Accessing enums using integer would result in array out of bounds access on platforms like aarch64 where sizeof(long) is 8 compared to enum size which is 4 bytes. Fix this by using enumerated items instead of integers.

CVSS3: 7.1
0%
Низкий
12 месяцев назад
github логотип
GHSA-42jr-fvmf-q363

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: Initialize frame-based format color matching descriptor Fix NULL pointer crash in uvcg_framebased_make due to uninitialized color matching descriptor for frame-based format which was added in commit f5e7bdd34aca ("usb: gadget: uvc: Allow creating new color matching descriptors") that added handling for uncompressed and mjpeg format. Crash is seen when userspace configuration (via configfs) does not explicitly define the color matching descriptor. If color_matching is not found, config_group_find_item() returns NULL. The code then jumps to out_put_cm, where it calls config_item_put(color_matching);. If color_matching is NULL, this will dereference a null pointer, leading to a crash. [ 2.746440] Unable to handle kernel NULL pointer dereference at virtual address 000000000000008c [ 2.756273] Mem abort info: [ 2.760080] ESR = 0x0000000096000005 [ 2.764872] EC = 0x25: DABT (current E...

CVSS3: 5.5
0%
Низкий
около 1 года назад
github логотип
GHSA-42jr-6c9q-58g2

Use after free in Microsoft Office Word allows an unauthorized attacker to execute code locally.

CVSS3: 7
1%
Низкий
9 месяцев назад
github логотип
GHSA-42jr-443g-g58q

nis/nss_nis/nis-pwd.c in the GNU C Library (aka glibc or libc6) 2.7 and Embedded GLIBC (EGLIBC) 2.10.2 adds information from the passwd.adjunct.byname map to entries in the passwd map, which allows remote attackers to obtain the encrypted passwords of NIS accounts by calling the getpwnam function.

3%
Низкий
больше 4 лет назад
github логотип
GHSA-42jr-32cj-2c5c

Directory traversal vulnerability in the setuid root helper binary in S-nail (later S-mailx) before 14.8.16 allows local users to write to arbitrary files and consequently gain root privileges via a .. (dot dot) in the randstr argument.

CVSS3: 7
1%
Низкий
больше 4 лет назад
github логотип
GHSA-42jq-q72w-7j5j

Missing authentication for critical function in Windows Spaceport.sys allows an authorized attacker to elevate privileges locally.

CVSS3: 7.8
0%
Низкий
около 2 месяцев назад
github логотип
GHSA-42jq-pvpx-7m8x

An issue was identified in GitLab EE 13.4 or later which leaked internal IP address via error messages.

CVSS3: 4.3
1%
Низкий
больше 4 лет назад

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