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-54414: CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in error311 FileRiseCVE-2026-54414 0 FileRise before 3.16.0 is vulnerable to path traversal in the shared-folder upload endpoint (/api/folder/uploadToSharedFolder.php), leading to arbitrary file write and administrator account takeover. The upload filename is validated by FolderController with basename() and REGEX_FILE_NAME, which permit URL-encoded sequences (the regex blocks / and \ but not %). The raw filename is then passed to UploadModel::handleUpload, where it is reconstructed as trim(urldecode(basename($fileName))), re-introducing path separators after validation (e.g. ..%2fusers%2fusers.txt becomes ../users/users.txt). UploadNamePolicy::isAllowedForWrite() applies basename() internally and therefore only evaluates the final component (users.txt), allowing the traversal sequence to pass the extension policy. The destination path is then used directly in move_uploaded_file() with no realpath containment check, allowing a write outside the intended upload directory. An attacker who possesses a valid, non-expired, upload-enabled shared-folder link/token (which are designed to be shared publicly) can overwrite users/users.txt to create an administrator account, resulting in unauthenticated admin takeover and, depending on configuration, remote code execution. Exploitation requires possession of a valid, non-expired, upload-enabled shared-folder link/token. This issue is fixed in 3.16.0, which URL-decodes before validation and rejects any path separators in the upload filename. Join the discussion | CVE Database V5 | 06/19/2026, 05:41:44 UTC Added: 06/19/2026, 06:20:09 UTC |
CVE-2026-44460: CWE-200: Exposure of Sensitive Information to an Unauthorized Actor in error311 FileRiseCVE-2026-44460 0 FileRise versions prior to 3.12.0 contain a vulnerability where the /api/totp_setup.php endpoint can be accessed by sessions that have only passed the password check but are not fully authenticated. If the target account has TOTP configured, this endpoint returns the user's existing TOTP secret embedded in the QR code image. An attacker with the victim's password can extract this secret, generate valid one-time codes, and bypass the need for the victim's authenticator device to fully authenticate. This vulnerability is fixed in version 3.12.0. Join the discussion | CVE Database V5 | 05/27/2026, 16:39:12 UTC Added: 05/27/2026, 17:48:43 UTC |
Showing 1 to 2 of 2 results