Lucene search
+L

5864 matches found

EUVD
EUVD
added 2026/08/24 10:07 a.m.5 views

EUVD-2026-64773

fast-uri is a URI parser for Node.js. During parsing it runs a legacy decoding pass over the scheme component and never re-escapes the result, and serialization writes the scheme back out verbatim, unlike the host component which is re-escaped. As a result an input whose scheme carries...

7.5CVSS5.5AI score
SaveExploits0References2
NVD
NVD
added 2026/08/22 4:16 p.m.6 views

CVE-2026-74598

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix Route Information option length validation rt6routercv validates the Route Information option RFC 4191 length against the prefix length, but both checks are off by one. rinfo-length is the ND option length in units of 8...

0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:31 p.m.21 views

CVE-2026-74598 ipv6: fix Route Information option length validation

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix Route Information option length validation rt6routercv validates the Route Information option RFC 4191 length against the prefix length, but both checks are off by one. rinfo-length is the ND option length in units of 8...

0.0022EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/22 3:31 p.m.10 views

CVE-2026-74598

CVE-2026-74598 is an off-by-one length validation error in the Linux kernel's rt6_route_rcv() function, which processes IPv6 Route Information options (RFC 4191) from Router Advertisements. The code accepts length >= 2 and length >= 1 where the RFC requires stricter minimums, causing ipv6_a...

5.6AI score0.0022EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/22 3:31 p.m.5 views

CVE-2026-74598 ipv6: fix Route Information option length validation

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix Route Information option length validation rt6routercv validates the Route Information option RFC 4191 length against the prefix length, but both checks are off by one. rinfo-length is the ND option length in units of 8...

5.7AI score
SaveExploits0References11
EUVD
EUVD
added 2026/08/22 3:31 p.m.8 views

EUVD-2026-64535

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix Route Information option length validation rt6routercv validates the Route Information option RFC 4191 length against the prefix length, but both checks are off by one. rinfo-length is the ND option length in units of 8...

5.6AI score0.0022EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/22 2:12 p.m.6 views

CVE-2026-68767 hashcat through 7.1.2 Off-by-One Out-of-Bounds Heap Write in fgetl()

hashcat's fgetl function in src/filehandling.c writes a null terminator one byte past the caller's buffer when an input line is exactly the buffer length. Attackers can trigger this out-of-bounds heap write by providing a hash file, potfile, or wordlist containing a line of exactly HCBUFSIZLARGE...

6.9CVSS5.7AI score
SaveExploits0References7
CVE
CVE
added 2026/08/22 2:12 p.m.13 views

CVE-2026-68767

hashcat through 7.1.2 contains an off-by-one out-of-bounds heap write in the fgetl() function (src/filehandling.c). When an input line is exactly HCBUFSIZ_LARGE bytes long, the function writes a null terminator one byte past the caller's buffer. An attacker can trigger this by supplying a crafted...

6.9CVSS5.5AI score0.00172EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.9 views

PT-2026-79603

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix Route Information option length validation rt6 route rcv validates the Route Information option RFC 4191 length against the prefix length, but both checks are off by one. rinfo-length is the ND option length in units of...

5.4AI score0.0022EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.9 views

PT-2026-79737

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check for tg ops in dce110 set avmute Some older DCE timing generators do not implement is tg enabled in their ops table. Calling it unconditionally when waiting for AV mute frames causes a NULL pointer dereferen...

5.4AI score0.00209EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/20 5:53 p.m.10 views

EUVD-2026-63508

Libevent is an event notification library. Prior to 2.1.13 and 2.2.2-alpha, libevent has an off-by-one stack buffer overflow in evdns.c when dnsnametolabels formats a name-bearing DNS record at the end of the 64 KB stack buffer allocated by evdnsserverrequestformatresponse. The final-label check...

7CVSS5.8AI score0.00349EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/20 5:53 p.m.39 views

CVE-2026-63387

libevent <2.1.13 and

7CVSS5.8AI score0.00349EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/20 5:53 p.m.15 views

CVE-2026-63387 Libevent: Off-by-one stack buffer overflow in dnsname_to_labels via crafted DNS server response

Libevent is an event notification library. Prior to 2.1.13 and 2.2.2-alpha, libevent has an off-by-one stack buffer overflow in evdns.c when dnsnametolabels formats a name-bearing DNS record at the end of the 64 KB stack buffer allocated by evdnsserverrequestformatresponse. The final-label check...

7CVSS5.9AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/20 5:53 p.m.37 views

CVE-2026-63387 Libevent: Off-by-one stack buffer overflow in dnsname_to_labels via crafted DNS server response

Libevent is an event notification library. Prior to 2.1.13 and 2.2.2-alpha, libevent has an off-by-one stack buffer overflow in evdns.c when dnsnametolabels formats a name-bearing DNS record at the end of the 64 KB stack buffer allocated by evdnsserverrequestformatresponse. The final-label check...

7CVSS0.00349EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/20 5:37 p.m.30 views

CVE-2026-73256 Mongoose: HTTP/1.0 detection off-by-one enables request smuggling via chunked TE

Mongoose is an embedded web server and network library. Prior to 7.22, a remote unauthenticated attacker can exploit an HTTP/1.0 reverse-proxy deployment by sending a request with Transfer-Encoding: chunked and conflicting framing. The httpcb function in src/http.c tests hm.proto.len with an...

9.1CVSS0.00397EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/20 5:37 p.m.8 views

CVE-2026-73256 Mongoose: HTTP/1.0 detection off-by-one enables request smuggling via chunked TE

Mongoose is an embedded web server and network library. Prior to 7.22, a remote unauthenticated attacker can exploit an HTTP/1.0 reverse-proxy deployment by sending a request with Transfer-Encoding: chunked and conflicting framing. The httpcb function in src/http.c tests hm.proto.len with an...

9.1CVSS5.5AI score
SaveExploits0References6
NVD
NVD
added 2026/08/19 8:17 p.m.7 views

CVE-2026-16909

IBM AIX 7.2, and 7.3 and IBM PowerVM VIOS 4.1 could allow a remote attacker to execute arbitrary code due to an off-by-one error in bounds checking...

8.8CVSS0.00416EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/19 7:55 p.m.12 views

EUVD-2026-62830

IBM AIX 7.2, and 7.3 and IBM PowerVM VIOS 4.1 could allow a remote attacker to execute arbitrary code due to an off-by-one error in bounds checking...

8.8CVSS5.9AI score0.00416EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/19 7:55 p.m.13 views

CVE-2026-16909

IBM AIX 7.2, 7.3, and PowerVM VIOS 4.1 contain an off-by-one error in bounds checking, enabling a remote attacker to execute arbitrary code (CVSS 8.8, HIGH). IBM's advisory is linked; no exploitation evidence is provided. Patch availability is not specified in the documents.

8.8CVSS5.9AI score0.00416EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/08/19 7:55 p.m.36 views

CVE-2026-16909 Vulnerabilities in IBM AIX and PowerVM VIOS

IBM AIX 7.2, and 7.3 and IBM PowerVM VIOS 4.1 could allow a remote attacker to execute arbitrary code due to an off-by-one error in bounds checking...

8.8CVSS0.00416EPSS
SaveExploits0References1
Rows per page
Query Builder