Threat Intelligence Database
Comprehensive database of the latest cyber threats affecting organizations worldwide. Filter and search to find specific threat intelligence relevant to your organization.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threat Intelligence
Click on any threat for detailed analysis and mitigation recommendations
CVE-2026-73259: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in cesanta mongooseCVE-2026-73259 0 Mongoose is an embedded web server and network library. Prior to 7.22, a remote attacker can send a crafted percent-encoded request path to a deployment using MG_ENABLE_DIRLIST and persuade a user to visit it. The mg_http_serve_dir() and listdir() path in src/http.c places the decoded request URI into the title and h1 elements without HTML entity encoding. The resulting reflected cross-site scripting executes in the Mongoose origin and can expose session data or perform actions as the victim. This issue is fixed in version 7.22. Join the discussion | CVE Database V5 | 08/20/2026, 17:39:16 UTC Added: 08/20/2026, 17:52:46 UTC |
CVE-2026-73258: CWE-697: Incorrect Comparison in cesanta mongooseCVE-2026-73258 0 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 mg_http_next_multipart() in src/http.c. The loops comparing s[b] and s[b + 1], and s[h2] and s[h2 + 1], use an incorrect AND condition and stop when either character resembles part of a CRLF terminator. This truncates headers, filenames, or boundaries and can cause an application to accept dangerous content after seeing a misleading Content-Type value. This issue is fixed in version 7.22. Join the discussion | CVE Database V5 | 08/20/2026, 17:36:39 UTC Added: 08/20/2026, 17:52:46 UTC |
CVE-2026-73257: CWE-444: Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling') in cesanta mongooseCVE-2026-73257 0 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 cl_count and te_count checks in the mg_http_parse() and http_cb() paths in src/http.c accept both headers and prioritize chunked encoding, while a Content-Length-preferring reverse proxy can use a different request boundary. This CL.TE desynchronization can inject requests that access or modify resources in another user context. This issue is fixed in version 7.22. Join the discussion | CVE Database V5 | 08/20/2026, 17:30:58 UTC Added: 08/20/2026, 17:52:46 UTC |
CVE-2026-73256: CWE-444: Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling') in cesanta mongooseCVE-2026-73256 0 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 http_cb() function in src/http.c tests hm.proto.len with an impossible greater-than-eight condition even though mg_http_parse() requires an eight-byte protocol string, so is_http_1_0 is never set. Mongoose consequently processes chunked encoding that an HTTP/1.0 proxy can ignore, enabling request smuggling and unauthorized access or state changes. This issue is fixed in version 7.22. Join the discussion | CVE Database V5 | 08/20/2026, 17:37:54 UTC Added: 08/20/2026, 17:52:46 UTC |
CVE-2026-73255: CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in cesanta mongooseCVE-2026-73255 0 Mongoose is an embedded web server and network library. Prior to 7.22, an attacker who can control an SSI-enabled file can place directory traversal sequences in an #include file or #include virtual directive. The mg_ssi() function in src/ssi.c concatenates the directive argument into a filesystem path without calling mg_path_is_sane(), allowing an MG_ENABLE_SSI deployment with ssi_pattern configured to disclose files readable by the Mongoose process. This issue is fixed in version 7.22. Join the discussion | CVE Database V5 | 08/20/2026, 17:40:02 UTC Added: 08/20/2026, 17:52:46 UTC |
CVE-2026-73254: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in cesanta mongooseCVE-2026-73254 0 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 MG_ENABLE_DIRLIST. The printdirentry() path called by listdir() in src/http.c URL-encodes the href but inserts the raw filesystem filename into the HTML link text. The browser executes the injected markup in the Mongoose origin, which can expose session data or permit actions as the victim. This issue is fixed in version 7.22. Join the discussion | CVE Database V5 | 08/20/2026, 17:37:17 UTC Added: 08/20/2026, 17:52:46 UTC |
CVE-2026-73253: CWE-295: Improper Certificate Validation in cesanta mongooseCVE-2026-73253 0 Mongoose is an embedded web server and network library. Prior to version 7.22, an on-path network attacker with a wildcard certificate for a parent domain can impersonate deeper subdomains to a client using the built-in TLS stack. The mg_tls_verify_cert_san() and mg_tls_verify_cert_cn() functions in src/tls_builtin.c call mg_match(), whose wildcard can cross DNS label boundaries, so a pattern such as *.example.com can match foo.bar.example.com. The resulting hostname verification bypass permits interception and modification of TLS traffic. This issue is fixed in version 7.22. Join the discussion | CVE Database V5 | 08/20/2026, 17:41:02 UTC Added: 08/20/2026, 17:52:46 UTC |
CVE-2026-73251: CWE-295: Improper Certificate Validation in cesanta mongooseCVE-2026-73251 0 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/tls_builtin.c, the mg_tls_init() function stores the bundle in tls->ca_bundle_der while tls->ca_der.len remains zero, and mg_tls_recv_cert() uses tls_bundle_find() to accept a Common Name match without calling mg_tls_verify_cert_signature(). A forged self-signed certificate can therefore satisfy hostname and CertificateVerify checks and enable interception, credential disclosure, traffic modification, and malicious responses. This issue is fixed in version 7.23. Join the discussion | CVE Database V5 | 08/20/2026, 17:34:50 UTC Added: 08/20/2026, 17:52:46 UTC |
Showing 1 to 8 of 8 results