Lucene search
+L

510869 matches found

Vulnrichment
Vulnrichment
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.4AI score0.00397EPSS
SaveExploits0References4
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
CVE
CVE
added 2026/08/20 5:37 p.m.27 views

CVE-2026-73256

Mongoose (an embedded web server and network library by cesanta) prior to 7.22 is vulnerable to HTTP request smuggling via chunked Transfer-Encoding. The root cause is a logic error in http_cb() in src/http.c: it tests hm.proto.len with an impossible greater-than-eight condition, so is_http_1_0 i...

9.1CVSS5.4AI score0.00397EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/20 5:37 p.m.9 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
Vulnrichment
Vulnrichment
added 2026/08/20 5:37 p.m.8 views

CVE-2026-73254 Mongoose: Stored XSS via unescaped filenames in directory listing

Mongoose is an embedded web server and network library. Prior to 7.22, an attacker who can create a file with an HTML payload in its name can trigger stored cross-site scripting when a user browses a directory served with MGENABLEDIRLIST. The printdirentry path called by listdir in src/http.c...

5.4CVSS5AI score0.00191EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/20 5:37 p.m.18 views

CVE-2026-73254

Mongoose (embedded web server and network library) prior to 7.22 is vulnerable to stored cross-site scripting via unescaped filenames in directory listings. The root cause is in printdirentry() called by listdir() in src/http.c: the function URL-encodes the href attribute but inserts the raw file...

5.4CVSS4.9AI score0.00191EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/20 5:37 p.m.29 views

CVE-2026-73254 Mongoose: Stored XSS via unescaped filenames in directory listing

Mongoose is an embedded web server and network library. Prior to 7.22, an attacker who can create a file with an HTML payload in its name can trigger stored cross-site scripting when a user browses a directory served with MGENABLEDIRLIST. The printdirentry path called by listdir in src/http.c...

5.4CVSS0.00191EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/20 5:37 p.m.11 views

EUVD-2026-63496

Mongoose is an embedded web server and network library. Prior to 7.22, an attacker who can create a file with an HTML payload in its name can trigger stored cross-site scripting when a user browses a directory served with MGENABLEDIRLIST. The printdirentry path called by listdir in src/http.c...

5.4CVSS5AI score0.00191EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/20 5:37 p.m.10 views

CVE-2026-73254 Mongoose: Stored XSS via unescaped filenames in directory listing

Mongoose is an embedded web server and network library. Prior to 7.22, an attacker who can create a file with an HTML payload in its name can trigger stored cross-site scripting when a user browses a directory served with MGENABLEDIRLIST. The printdirentry path called by listdir in src/http.c...

5.4CVSS5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/20 5:36 p.m.25 views

CVE-2026-73258 Mongoose: Multipart boundary/header scan logic error in mg_http_next_multipart

Mongoose is an embedded web server and network library. Prior to 7.22, a remote attacker can place a lone carriage return or line feed in multipart input processed by mghttpnextmultipart in src/http.c. The loops comparing sb and sb + 1, and sh2 and sh2 + 1, use an incorrect AND condition and stop...

6.5CVSS0.00267EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/20 5:36 p.m.7 views

CVE-2026-73258 Mongoose: Multipart boundary/header scan logic error in mg_http_next_multipart

Mongoose is an embedded web server and network library. Prior to 7.22, a remote attacker can place a lone carriage return or line feed in multipart input processed by mghttpnextmultipart in src/http.c. The loops comparing sb and sb + 1, and sh2 and sh2 + 1, use an incorrect AND condition and stop...

6.5CVSS5.5AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/20 5:36 p.m.10 views

EUVD-2026-63495

Mongoose is an embedded web server and network library. Prior to 7.22, a remote attacker can place a lone carriage return or line feed in multipart input processed by mghttpnextmultipart in src/http.c. The loops comparing sb and sb + 1, and sh2 and sh2 + 1, use an incorrect AND condition and stop...

6.5CVSS5.4AI score0.00267EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/20 5:36 p.m.7 views

CVE-2026-73258 Mongoose: Multipart boundary/header scan logic error in mg_http_next_multipart

Mongoose is an embedded web server and network library. Prior to 7.22, a remote attacker can place a lone carriage return or line feed in multipart input processed by mghttpnextmultipart in src/http.c. The loops comparing sb and sb + 1, and sh2 and sh2 + 1, use an incorrect AND condition and stop...

6.5CVSS5.4AI score0.00267EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/20 5:36 p.m.26 views

CVE-2026-73258

In Mongoose prior to 7.22, mg_http_next_multipart() in src/http.c uses an incorrect AND condition when scanning for CRLF terminators in multipart input. A lone carriage return or line feed causes premature truncation of headers, filenames, or boundaries, allowing an attacker to present a misleadi...

6.5CVSS5.4AI score0.00267EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/20 5:34 p.m.22 views

CVE-2026-73251

Mongoose (embedded web server and network library) prior to 7.23 contains a critical TLS certificate verification flaw in src/tls_builtin.c. When a client is configured with a multi-certificate CA bundle, mg_tls_init() stores the bundle in tls->ca_bundle_der while tls->ca_der.len remains ze...

9.3CVSS5.3AI score0.00195EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/20 5:34 p.m.8 views

CVE-2026-73251 Mongoose Built-in TLS: CA-bundle certificate chain accepted without any signature verification

Mongoose is an embedded web server and network library. Prior to 7.23, a network attacker can impersonate a TLS server to a Mongoose client configured with a multi-certificate CA bundle. In src/tlsbuiltin.c, the mgtlsinit function stores the bundle in tls-cabundleder while tls-cader.len remains...

9.3CVSS5.3AI score0.00195EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/20 5:34 p.m.11 views

CVE-2026-73251 Mongoose Built-in TLS: CA-bundle certificate chain accepted without any signature verification

Mongoose is an embedded web server and network library. Prior to 7.23, a network attacker can impersonate a TLS server to a Mongoose client configured with a multi-certificate CA bundle. In src/tlsbuiltin.c, the mgtlsinit function stores the bundle in tls-cabundleder while tls-cader.len remains...

9.3CVSS5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/20 5:34 p.m.27 views

CVE-2026-73251 Mongoose Built-in TLS: CA-bundle certificate chain accepted without any signature verification

Mongoose is an embedded web server and network library. Prior to 7.23, a network attacker can impersonate a TLS server to a Mongoose client configured with a multi-certificate CA bundle. In src/tlsbuiltin.c, the mgtlsinit function stores the bundle in tls-cabundleder while tls-cader.len remains...

9.3CVSS0.00195EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/20 5:34 p.m.12 views

EUVD-2026-63494

Mongoose is an embedded web server and network library. Prior to 7.23, a network attacker can impersonate a TLS server to a Mongoose client configured with a multi-certificate CA bundle. In src/tlsbuiltin.c, the mgtlsinit function stores the bundle in tls-cabundleder while tls-cader.len remains...

9.3CVSS5.3AI score0.00195EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/20 5:31 p.m.24 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.7AI score
SaveExploits0References6
Rows per page
Query Builder