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-72787: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in craftcms cmsCVE-2026-72787 0 Craft CMS versions before 5.10.8 contain a stored cross-site scripting vulnerability in the control panel where draft names are rendered without HTML encoding in element chips and cards. A low-privilege user who can create element drafts can inject malicious JavaScript that executes in the browser of any higher-privileged user viewing the affected element, allowing account creation and other authenticated actions. Join the discussion | CVE Database V5 | 08/12/2026, 19:07:36 UTC Added: 08/12/2026, 19:27:03 UTC |
CVE-2026-72785: Incorrect Authorization in craftcms cmsCVE-2026-72785 0 Craft CMS 5.0.0-RC1 through 5.10.5 contains an incorrect authorization vulnerability. A control-panel user holding only the viewCategories permission (without saveCategories) for a category group can permanently modify that group's category structure — reordering and re-parenting categories — via the structures/move-element action. The structureEditable flag is computed from the view permission rather than the save permission, and the StructuresController authorizes the mutating action on that read-time session grant without a save re-check. Because a category's URI is derived from its position in the structure, moving a category changes its URL and those of its descendants and can corrupt navigation menus built from the category taxonomy. The issue is fixed in 5.10.6. Join the discussion | CVE Database V5 | 08/11/2026, 12:17:19 UTC Added: 08/11/2026, 12:42:11 UTC |
CVE-2026-72784: Server-Side Request Forgery (SSRF) in craftcms cmsCVE-2026-72784 0 Craft CMS versions >= 5.0.0-RC1 before 5.10.6 and >= 4.0.0-RC1 before 4.18.2 contain a server-side request forgery vulnerability in the GraphQL save<Volume>Asset mutation, which fetches an attacker-supplied URL server-side. The anti-SSRF validation is incomplete: validateIp() does not cover CGNAT (100.64.0.0/10) or NAT64 (64:ff9b::/96) ranges, and the only IP check runs after the request has already been issued. An attacker holding a GraphQL token scoped only to asset-creation permissions can disclose internal HTTP content from CGNAT/NAT64 targets, force outbound GET requests to internal hosts (including RFC1918, loopback, and metadata endpoints), and enumerate internal services. Join the discussion | CVE Database V5 | 08/11/2026, 12:17:18 UTC Added: 08/11/2026, 12:42:11 UTC |
CVE-2026-72783: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in craftcms cmsCVE-2026-72783 0 Craft CMS versions >= 5.0.0-RC1 before 5.10.6 and >= 4.0.0-RC1 before 4.18.2 contain a theoretical path traversal weakness in the ensurePathIsContained function of the Local file system class. The order of operations validates the path before normalization, so normalization could invalidate prior validation assumptions (a desanitization-style issue) and potentially resolve to files outside the intended volume directory. The vendor notes the issue is not directly exploitable and no exploitable scenario has been discovered; the fix is recommended for hardening. Join the discussion | CVE Database V5 | 08/11/2026, 12:17:17 UTC Added: 08/11/2026, 12:42:11 UTC |
CVE-2026-72782: Exposure of Resource to Wrong Sphere in craftcms cmsCVE-2026-72782 0 Craft CMS versions >= 5.0.0-RC1 before 5.10.6 and >= 4.0.0-RC1 before 4.18.2 interpolate environment variables and secrets (via ${ENV_VAR} strings in the elementId parameter) into Twig templates before rendering, even when the Twig sandbox is enabled. An authenticated attacker with control panel access can render a malicious sandboxed Twig template and, using a blind error-based technique across many requests, incrementally leak arbitrary environment variables and secrets. These can be abused to forge sessions (via CRAFT_SECURITY_KEY), escalate privileges, and steal database, SMTP, API, or blob storage credentials. Fixed in 5.10.6 and 4.18.2. Join the discussion | CVE Database V5 | 08/11/2026, 12:17:17 UTC Added: 08/11/2026, 12:42:11 UTC |
CVE-2026-72781: Protection Mechanism Failure in craftcms cmsCVE-2026-72781 0 Craft CMS versions >= 5.0.0-RC1 before 5.10.7 and >= 4.0.0-RC1 before 4.18.3 contain a remote code execution vulnerability in the Twig sandbox mechanism. Because Craft marks the ElementInterface as safe (via the AllowedInSandbox attribute) and the sandbox allowlisting extends to the entire class hierarchy (craft\base\Component up to yii\base\Component), an authenticated attacker with permission to access the control panel can render a malicious Twig template that abuses the yii\base\Component arbitrary function-call gadget to execute arbitrary code, even when the Twig sandbox is enabled via enableTwigSandbox(). Join the discussion | CVE Database V5 | 08/11/2026, 12:17:16 UTC Added: 08/11/2026, 12:42:11 UTC |
CVE-2026-72780: Authentication Bypass by Capture-replay in craftcms cmsCVE-2026-72780 0 Craft CMS before 5.10.5 fails to persist updated credential counters after WebAuthn assertion validation in the passkey login endpoint. Attackers can replay captured login request bodies containing requestOptions and response to create additional authenticated sessions for victim accounts. Join the discussion | CVE Database V5 | 08/11/2026, 12:17:15 UTC Added: 08/11/2026, 12:42:09 UTC |
CVE-2026-72779: Incomplete List of Disallowed Inputs in craftcms cmsCVE-2026-72779 0 Craft CMS 5.0.0-RC1 before 5.10.6 and 4.0.0-RC1 before 4.18.2 contain an arbitrary file read vulnerability. The create() Twig function restricts class instantiation using a 5-entry blocklist that does not include SplFileObject, allowing an authenticated administrator (with allowAdminChanges=true) to configure a malicious entry type title or URI format that instantiates SplFileObject in a non-sandboxed template context. When a user subsequently creates an entry in the affected section, arbitrary files on the server (such as .env containing the security key and database credentials) are read and rendered as entry titles. Join the discussion | CVE Database V5 | 08/11/2026, 12:17:14 UTC Added: 08/11/2026, 12:42:09 UTC |
CVE-2026-71435: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in statamic cmsCVE-2026-71435 0 Statamic is a Laravel and Git powered content management system (CMS). Prior to 5.74.3 and 6.24.2, the default ("automagic") form notification email rendered user-submitted values without escaping, allowing an unauthenticated form submitter to inject HTML into the notification emails sent to the configured recipients. This issue is fixed in versions 5.74.3 and 6.24.2. Join the discussion | CVE Database V5 | 08/06/2026, 19:37:54 UTC Added: 08/06/2026, 22:13:35 UTC |
CVE-2026-71434: CWE-434: Unrestricted Upload of File with Dangerous Type in statamic cmsCVE-2026-71434 0 Statamic is a Laravel and Git powered content management system (CMS). Prior to 5.74.3 and 6.24.2, public frontend forms did not enforce the file upload restrictions that the Control Panel enforces, so an unauthenticated visitor could upload file types an administrator had intended to disallow through a form's assets or files field, and for assets fields, files could be stored on a public, web-accessible disk, though the application's global upload allowlist still blocked executable types such as .php and .html. This issue is fixed in versions 5.74.3 and 6.24.2. Join the discussion | CVE Database V5 | 08/06/2026, 19:34:48 UTC Added: 08/06/2026, 22:13:35 UTC |
Showing 1 to 10 of 20 results