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
ewe is a Gleam web server. Prior to version 3.0.6, the encode_headers function in src/ewe/internal/encoder.gleam directly interpolates response header keys and values into raw HTTP bytes without validating or stripping CRLF (\r\n) sequences. An application that passes user-controlled data into response headers (e.g., setting a Location redirect header from a request parameter) allows an attacker to inject arbitrary HTTP response content, leading to response splitting, cache poisoning, and possible cross-site scripting. Notably, ewe does validate CRLF in incoming request headers via validate_field_value() in the HTTP/1.1 parser — but provides no equivalent protection for outgoing response headers in the encoder. This issue has been patched in version 3.0.6. Join the discussion | CVE Database V5 | 04/02/2026, 17:57:00 UTC Added: 04/02/2026, 18:08:39 UTC |
CVE-2026-32881 affects the Gleam web server 'ewe' versions 0.6.0 through 3.0.4 and allows attackers to bypass authentication or spoof proxy-trust headers by exploiting permissive handling of chunked transfer encoding trailers. The vulnerability arises because only a limited denylist of nine header names is blocked when merging trailer headers into the request headers after body parsing. Malicious clients can append headers in the Trailer field after the final chunk, causing legitimate headers to be overwritten. This enables forging authentication credentials, session hijacking, bypassing IP-based rate limiting, or spoofing proxy-trust headers in downstream middleware that reads headers post body parsing. The issue is fixed in version 3.0. Join the discussion | CVE Database V5 | 03/20/2026, 01:18:55 UTC Added: 03/20/2026, 01:40:52 UTC |
CVE-2026-32873 is a high-severity vulnerability in the Gleam web server 'ewe' versions 0.8.0 through 3.0.4. The flaw exists in the handle_trailers function, where rejected trailer headers cause an infinite recursion loop, leading to 100% CPU usage and a denial-of-service condition. This occurs because the function repeatedly re-parses the same header without advancing, permanently wedging the BEAM process. Exploitation requires no authentication or user interaction and can be triggered remotely via chunked HTTP requests. The vulnerability is fixed in version 3.0. Join the discussion | CVE Database V5 | 03/20/2026, 01:13:39 UTC Added: 03/20/2026, 01:40:52 UTC |
Showing 1 to 3 of 3 results