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-73492: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in flavorjones loofahCVE-2026-73492 0 CVE-2026-73492 is a low-severity cross-site scripting (XSS) vulnerability in the flavorjones loofah library versions 2.25.0 through 2.25.1. The flaw occurs in the Loofah::HTML5::Scrub.allowed_uri? method, which fails to reject javascript: or vbscript: URIs when their scheme is obfuscated using semicolon-less numeric character references. This can cause unsafe URLs to be incorrectly marked as safe, potentially leading to XSS if callers pass HTML-encoded strings directly to allowed_uri?. The default sanitize() method is not affected. The issue is fixed in version 2.25.2. Join the discussion | CVE Database V5 | 08/12/2026, 21:00:24 UTC Added: 08/12/2026, 21:26:44 UTC |
CVE-2026-73491: CWE-184: Incomplete List of Disallowed Inputs in flavorjones loofahCVE-2026-73491 0 Loofah versions from 2.25.0 up to but not including 2.25.2 contain a vulnerability where the allowed_uri? method does not properly reject javascript: URIs if the scheme is obfuscated with certain HTML5 named whitespace character references. This can lead to unsafe URLs being considered safe when passed as HTML-encoded strings directly to allowed_uri?. The default sanitize() method is not affected. The issue is fixed in version 2.25.2. Join the discussion | CVE Database V5 | 08/12/2026, 20:59:18 UTC Added: 08/12/2026, 21:13:14 UTC |
CVE-2026-73490: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in flavorjones loofahCVE-2026-73490 0 Loofah versions prior to 2.25.2 have a cross-site scripting vulnerability due to improper sanitization of SVG href attributes. The sanitizer only restricts xlink:href but browsers also accept href, allowing crafted SVGs to reference same-origin external documents that may contain malicious scripts or tracking images. This issue is fixed in version 2.25.2. Join the discussion | CVE Database V5 | 08/12/2026, 20:58:12 UTC Added: 08/12/2026, 21:13:14 UTC |
Loofah: SVG `href` attribute bypasses local-reference restriction 0 Loofah's HTML5 sanitizer did not restrict the SVG plain href attribute on certain elements, allowing references to arbitrary external documents. This bypasses the intended local-reference restriction applied only to the deprecated xlink:href attribute. The vulnerability affects applications sanitizing user-supplied SVG with Loofah versions prior to 2.25.2. Exploitation could lead to loading and rendering external SVG content with potential script execution in the context of the sanitized document or tracking via external images. Modern browsers limit cross-origin fetches, reducing but not eliminating risk. Upgrading to Loofah 2.25.2 or later mitigates this issue. Join the discussion | GCVE Database | 07/21/2026, 22:01:58 UTC Added: 07/22/2026, 00:11:12 UTC |
Loofah `allowed_uri?` does not detect `javascript:` URIs split by numeric character references without semicolons 0 Loofah's allowed_uri? method fails to detect javascript: or vbscript: URIs when the scheme is split by numeric character references without trailing semicolons. Browsers decode these references and execute the URI, but allowed_uri? incorrectly marks them as safe. This affects callers that validate user-controlled URLs with allowed_uri? and then render them into browser-interpreted URI attributes, potentially enabling cross-site scripting (XSS). The default sanitize() method is not affected. The issue is fixed in Loofah version 2.25.2. Join the discussion | GCVE Database | 07/21/2026, 22:03:11 UTC Added: 07/22/2026, 00:11:12 UTC |
Showing 1 to 5 of 5 results