Lucene search
+L

56 matches found

AlpineLinux
AlpineLinux
added 2026/01/14 5:47 p.m.8 views

CVE-2026-22854

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.20.1, a heap-buffer-overflow occurs in drive read when a server-controlled read length is used to read file data into an IRP output stream buffer without a hard upper bound, allowing an oversized read to overwrite heap...

9.8CVSS7AI score0.00461EPSS
SaveExploits1
EUVD
EUVD
added 2026/01/14 5:47 p.m.8 views

EUVD-2026-2673

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.20.1, a heap-buffer-overflow occurs in drive read when a server-controlled read length is used to read file data into an IRP output stream buffer without a hard upper bound, allowing an oversized read to overwrite heap...

7.7CVSS6.4AI score0.00461EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2026/01/14 12:00 a.m.10 views

FreeRDP 安全漏洞

FreeRDP is an open source implementation of the Remote Desktop Protocol RDP from the FreeRDP team. A security vulnerability exists in FreeRDP versions prior to 3.20.1, which stems from a drive read where the server-controlled read length is used to read file data into the IRP output stream buffer...

9.8CVSS7.4AI score0.00461EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2026/01/01 12:00 a.m.8 views

PT-2026-2932

Name of the Vulnerable Software and Affected Versions FreeRDP versions prior to 3.20.1 Description A heap-buffer-overflow can occur in drive read when a server-controlled read length is used to read file data into an IRP output stream buffer without a hard upper bound. This allows an oversized re...

9.8CVSS6.7AI score0.01941EPSS
SaveExploits13References232
SUSE CVE
SUSE CVE
added 2025/12/25 12:56 a.m.7 views

SUSE CVE-2023-54066

In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb-v2: gl861: Fix null-ptr-deref in gl861i2cmasterxfer In gl861i2cmasterxfer, msg is controlled by user. When msgi.buf is null and msgi.len is zero, former checks on msgi.buf would be passed. Malicious data finally...

5.5CVSS6.5AI score0.00178EPSS
SaveExploits0References17
CVE
CVE
added 2025/10/30 5:09 p.m.25 views

CVE-2025-64096

CryptoLib (NASA open source SDLS-EP implementation) before version 1.4.2 is affected by a stack-based buffer overflow in Crypto_Key_update() (crypto_key_mgmt.c). An attacker-controlled TLV length field (pdu_len) can drive the calculation of the number of keys beyond the static kblk[98] array, cau...

8.8CVSS8.8AI score0.00475EPSS
SaveExploits1References1Affected Software1
RedhatCVE
RedhatCVE
added 2025/02/05 2:21 a.m.15 views

CVE-2024-24946

A heap-based buffer overflow vulnerability exists in the Programming Software Connection CurrDir functionality of AutomationDirect P3-550E 1.2.10.9. A specially crafted network packet can lead to denial of service. An attacker can send an unauthenticated packet to trigger these vulnerability.This...

8.2CVSS7.5AI score0.00785EPSS
SaveExploits1References1
OSV
OSV
added 2025/01/15 3:15 p.m.5 views

DEBIAN-CVE-2024-12084

A heap-based buffer overflow flaw was found in the rsync daemon. This issue is due to improper handling of attacker-controlled checksum lengths s2length in the code. When MAXDIGESTLEN exceeds the fixed SUMLENGTH 16 bytes, an attacker can write out of bounds in the sum2 buffer...

9.8CVSS8.9AI score0.72059EPSS
SaveExploits4References1
VulnCheck KEV
VulnCheck KEV
added 2022/12/05 12:00 a.m.7 views

VulnCheck KEV: CVE-2022-26522

Avast Anti Rootkit kernel driver user controlled length in aswArPot+0xc4a3...

7.4AI score0.00217EPSS
SaveExploits0References1
VulnCheck KEV
VulnCheck KEV
added 2022/12/05 12:00 a.m.12 views

VulnCheck KEV: CVE-2022-26523

Avast Anti Rootkit kernel driver user controlled length in aswArPot+0xbb94...

7.4AI score0.0025EPSS
SaveExploits0References1
OSV
OSV
added 2021/05/26 10:15 p.m.4 views

DEBIAN-CVE-2021-32614

A flaw was found in dmg2img through 20170502. fillmishblk does not check the length of the read buffer, and copy 0xCC bytes from it. The length of the buffer is controlled by an attacker. By providing a length smaller than 0xCC, memcpy reaches out of the malloc'ed bound. This possibly leads to...

7.1CVSS7.3AI score0.00908EPSS
SaveExploits0References1
OSV
OSV
added 2021/05/26 10:15 p.m.7 views

UBUNTU-CVE-2021-32614

A flaw was found in dmg2img through 20170502. fillmishblk does not check the length of the read buffer, and copy 0xCC bytes from it. The length of the buffer is controlled by an attacker. By providing a length smaller than 0xCC, memcpy reaches out of the malloc'ed bound. This possibly leads to...

7.1CVSS5.9AI score0.00908EPSS
SaveExploits0References2
Hacker One
Hacker One
added 2020/05/12 4:26 p.m.59 views

curl: Curl_auth_create_plain_message integer overflow leads to heap buffer overflow

Summary: There is an incorrect integer overflow check in Curlauthcreateplainmessage in lib/vauth/cleartext.c , leading to a potential heap buffer overflow of controlled length and data. The exploitation seems quite easy, yet the vulnerability can only be triggered locally and does not seem to lea...

7.5CVSS1.1AI score0.05782EPSS
SaveExploits0
OSV
OSV
added 2017/10/27 7:29 p.m.7 views

ALPINE-CVE-2017-13089

The http.c:skipshortbody function is called in some circumstances, such as when processing redirects. When the response is sent chunked in wget before 1.19.2, the chunk parser uses strtol to read each chunk's length, but doesn't check that the chunk length is a non-negative number. The code then...

8.8CVSS7AI score0.79855EPSS
SaveExploits3References1
Debian CVE
Debian CVE
added 2017/10/27 7:00 p.m.66 views

CVE-2017-13090

The retr.c:fdreadbody function is called when processing OK responses. When the response is sent chunked in wget before 1.19.2, the chunk parser uses strtol to read each chunk's length, but doesn't check that the chunk length is a non-negative number. The code then tries to read the chunk in piec...

9.3CVSS2.2AI score0.36563EPSS
SaveExploits0
OSV
OSV
added 2017/01/30 10:59 p.m.12 views

UBUNTU-CVE-2016-9132

In Botan 1.8.0 through 1.11.33, when decoding BER data an integer overflow could occur, which would cause an incorrect length field to be computed. Some API callers may use the returned incorrect and attacker controlled length field in a way which later causes memory corruption or other failure...

9.8CVSS7.3AI score0.01978EPSS
SaveExploits0References2
Rows per page
Query Builder