Lucene search
+L

510869 matches found

Cvelist
Cvelist
added 2026/08/20 5:31 p.m.28 views

CVE-2026-76641 Expat Out-of-Bounds Read via dtdCopy

Expat through 2.8.3 contains an out-of-bounds read vulnerability that allows attackers to trigger memory corruption by processing XML with external entity parsers created via XMLExternalEntityParserCreate. A struct size mismatch between ELEMENTTYPE members causes storeAtts to read the attIndex...

8.7CVSS0.00335EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/20 5:31 p.m.32 views

CVE-2026-76641

Expat (libexpat) through 2.8.3 is affected by an out-of-bounds read in the storeAtts function, triggered when processing XML via XML_ExternalEntityParserCreate. A struct size mismatch between ELEMENT_TYPE members causes storeAtts to read the attIndex member past allocated memory boundaries, leadi...

8.7CVSS5.5AI score0.00335EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/20 5:31 p.m.15 views

EUVD-2026-63493

Expat through 2.8.3 contains an out-of-bounds read vulnerability that allows attackers to trigger memory corruption by processing XML with external entity parsers created via XMLExternalEntityParserCreate. A struct size mismatch between ELEMENTTYPE members causes storeAtts to read the attIndex...

8.7CVSS5.6AI score0.00335EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/20 5:31 p.m.7 views

CVE-2026-76641 Expat Out-of-Bounds Read via dtdCopy

Expat through 2.8.3 contains an out-of-bounds read vulnerability that allows attackers to trigger memory corruption by processing XML with external entity parsers created via XMLExternalEntityParserCreate. A struct size mismatch between ELEMENTTYPE members causes storeAtts to read the attIndex...

8.7CVSS5.6AI score0.00335EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/20 5:30 p.m.7 views

CVE-2026-73257 Mongoose: Content-Length + Transfer-Encoding coexistence enables request smuggling

Mongoose is an embedded web server and network library. Priro to version 7.22, a remote unauthenticated attacker can send an HTTP request containing both Content-Length and Transfer-Encoding: chunked. The clcount and tecount checks in the mghttpparse and httpcb paths in src/http.c accept both...

9.1CVSS5.4AI score0.00376EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/20 5:30 p.m.27 views

CVE-2026-73257

Mongoose versions before 7.22 allow CL.TE request smuggling: mg_http_parse() and http_cb() in src/http.c accept both Content-Length and Transfer-Encoding: chunked headers, prioritizing chunked encoding while a Content-Length-preferring reverse proxy uses a different boundary, enabling injected re...

9.1CVSS5.4AI score0.00376EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/20 5:30 p.m.10 views

EUVD-2026-63492

Mongoose is an embedded web server and network library. Priro to version 7.22, a remote unauthenticated attacker can send an HTTP request containing both Content-Length and Transfer-Encoding: chunked. The clcount and tecount checks in the mghttpparse and httpcb paths in src/http.c accept both...

9.1CVSS5.4AI score0.00376EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/20 5:30 p.m.8 views

CVE-2026-73257 Mongoose: Content-Length + Transfer-Encoding coexistence enables request smuggling

Mongoose is an embedded web server and network library. Priro to version 7.22, a remote unauthenticated attacker can send an HTTP request containing both Content-Length and Transfer-Encoding: chunked. The clcount and tecount checks in the mghttpparse and httpcb paths in src/http.c accept both...

9.1CVSS5.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/20 5:30 p.m.27 views

CVE-2026-73257 Mongoose: Content-Length + Transfer-Encoding coexistence enables request smuggling

Mongoose is an embedded web server and network library. Priro to version 7.22, a remote unauthenticated attacker can send an HTTP request containing both Content-Length and Transfer-Encoding: chunked. The clcount and tecount checks in the mghttpparse and httpcb paths in src/http.c accept both...

9.1CVSS0.00376EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/20 5:28 p.m.9 views

GHSA-89V8-RHWQ-HF77 asteval has a Sandbox Escape via BaseException Subclasses

Summary An attacker who can supply expressions to asteval.Interpreter.eval can raise SystemExit, KeyboardInterrupt, GeneratorExit, or BaseException from inside the sandbox. These exceptions are subclasses of BaseException but not Exception, so they bypass the except Exception: safety net in both...

5CVSS5.8AI score
SaveExploits0References5
Snyk
Snyk
added 2026/08/20 5:28 p.m.5 views

Uncaught Exception

Overview asteval is a Safe, minimalistic evaluator of python expression using ast module Affected versions of this package are vulnerable to Uncaught Exception via the eval process. An attacker can terminate the application process or disrupt signal and cleanup handlers by supplying specially...

5.1CVSS5.5AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/08/20 5:28 p.m.10 views

asteval has a Sandbox Escape via BaseException Subclasses

Summary An attacker who can supply expressions to asteval.Interpreter.eval can raise SystemExit, KeyboardInterrupt, GeneratorExit, or BaseException from inside the sandbox. These exceptions are subclasses of BaseException but not Exception, so they bypass the except Exception: safety net in both...

8.4CVSS5.8AI score0.00271EPSS
SaveExploits0References5Affected Software1
Kitploit
Kitploit
added 2026/08/20 5:27 p.m.1 views

BLAKE3 v1.8.7

BLAKE3 BLAKE3 is a cryptographic hash function that is: Much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2. Secure , unlike MD5 and SHA-1. And secure against length extension, unlike SHA-2. Highly parallelizable across any number of threads and SIMD lanes, because it's a Merkle tree on the...

5.8AI score
SaveExploits0References35
OSV
OSV
added 2026/08/20 5:26 p.m.7 views

GHSA-9W56-46F6-3QHX asteval Sandbox Escape: arbitrary native memory read/write via numpy ctypes in default asteval Interpreter

Summary With its default configuration numpy enabled, import disabled, asteval's Interpreter lets an attacker-controlled expression obtain a raw arbitrary process-memory read and write primitive, without using import, any dunder attribute, or eval/exec/getattr. Arbitrary in-process read/write is...

5.5CVSS6.4AI score
SaveExploits0References5
Snyk
Snyk
added 2026/08/20 5:26 p.m.4 views

Improper Control of Dynamically-Managed Code Resources

Overview asteval is a Safe, minimalistic evaluator of python expression using ast module Affected versions of this package are vulnerable to Improper Control of Dynamically-Managed Code Resources through the Interpreter process when evaluating attacker-controlled expressions with numpy enabled. A...

6.8CVSS6.1AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/20 5:26 p.m.8 views

asteval Sandbox Escape: arbitrary native memory read/write via numpy ctypes in default asteval Interpreter

Summary With its default configuration numpy enabled, import disabled, asteval's Interpreter lets an attacker-controlled expression obtain a raw arbitrary process-memory read and write primitive, without using import, any dunder attribute, or eval/exec/getattr. Arbitrary in-process read/write is...

8.4CVSS6.4AI score0.00271EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2026/08/20 5:26 p.m.22 views

CVE-2026-55149

vouch-proxy v0.47.2 is vulnerable in pkg/cookie/cookie.go: the /validate endpoint reads the total part count from the attacker-controlled cookie name (e.g., VouchCookie_1of10000000000) and passes it directly to make([]string, N) with no upper bound, causing a ~160 GB allocation that crashes the G...

SaveExploits0References7
OSV
OSV
added 2026/08/20 5:26 p.m.7 views

GHSA-QQFF-5854-PX68 vouch-proxy has an Unbounded Multipart Cookie Allocation DoS

Unbounded Multipart Cookie Allocation DoS in vouch-proxy Summary vouch-proxy v0.47.2 contains an unauthenticated remote denial-of-service vulnerability in its multipart cookie reassembly logic. The /validate endpoint parses the total cookie part count directly from the attacker-controlled cookie...

7.5CVSS5.8AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/20 5:26 p.m.8 views

vouch-proxy has an Unbounded Multipart Cookie Allocation DoS

Unbounded Multipart Cookie Allocation DoS in vouch-proxy Summary vouch-proxy v0.47.2 contains an unauthenticated remote denial-of-service vulnerability in its multipart cookie reassembly logic. The /validate endpoint parses the total cookie part count directly from the attacker-controlled cookie...

5.8AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/20 5:26 p.m.9 views

OpenTelemetry-Go: Unsynchronized baggage map can panic under concurrent access

Summary go.opentelemetry.io/otel/bridge/opentracing introduced an unsynchronized extraBaggageItems map on bridgeSpan. One goroutine can write this map through Span.SetBaggageItem while another goroutine reads and iterates it during correlation baggage propagation, which can trigger Go's fatal...

5.9CVSS5.8AI score0.00131EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder