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-47696: CWE-345: Insufficient Verification of Data Authenticity in WWBN AVideoCVE-2026-47696 0 WWBN AVideo is an open source video platform. In 29.0 and earlier, plugin/AuthorizeNet/processPayment.json.php credits the logged-in user's wallet based only on the attacker-controlled amount POST parameter. The endpoint contains a TODO for real Authorize.Net charging, hardcodes $paymentSuccess = true, and then calls YPTWallet::addBalance() without validating any Authorize.Net transaction, webhook signature, hosted payment token, nonce, or server-side payment record. This allows any logged-in user to add arbitrary funds to their own AVideo wallet when the AuthorizeNet and YPTWallet plugins are enabled. Join the discussion | CVE Database V5 | 05/29/2026, 12:59:30 UTC Added: 05/29/2026, 13:48:48 UTC |
CVE-2026-47694: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in WWBN AVideoCVE-2026-47694 0 WWBN AVideo versions 29.0 and earlier contain a stored cross-site scripting (XSS) vulnerability in the category description field. This occurs because category descriptions are stored from user input and rendered as raw HTML in the Gallery view without proper neutralization. A user with permission to create or edit categories can inject JavaScript code that executes when other users view the affected category page. This vulnerability is distinct from previously fixed XSS issues in video titles or comments. The CVSS score is 5.4, indicating a medium severity risk. Join the discussion | CVE Database V5 | 05/29/2026, 13:00:37 UTC Added: 05/29/2026, 13:48:48 UTC |
CVE-2026-46337: CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in WWBN AVideoCVE-2026-46337 0 WWBN AVideo is an open source video platform. In 29.0 and earlier, an unauthenticated remote attacker can read arbitrary image files anywhere on disk that the PHP user can open — including private user-profile photos that the application's normal serving wrappers gate behind ACLs, admin-uploaded thumbnails, encrypted-video poster frames, and image content under sibling-app directories reachable via .. traversal. The endpoint requires no authentication. Join the discussion | CVE Database V5 | 05/29/2026, 13:03:01 UTC Added: 05/29/2026, 13:48:48 UTC |
CVE-2026-45731: CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in WWBN AVideoCVE-2026-45731 0 WWBN AVideo is an open source video platform. In 29.0 and earlier, view/update.php reads $_POST['updateFile'] as a relative path under updatedb/ and passes it to PHP's file() for line-by-line execution as part of a database migration. An authenticated administrator can abuse this to read arbitrary text files reachable from the web-server process. Join the discussion | CVE Database V5 | 05/29/2026, 13:05:02 UTC Added: 05/29/2026, 13:48:42 UTC |
CVE-2026-45620: CWE-204: Observable Response Discrepancy in WWBN AVideoCVE-2026-45620 0 WWBN AVideo versions 29.0 and earlier contain a vulnerability in the objects/mention.json.php endpoint that allows unauthenticated user enumeration. The endpoint lacks proper authentication checks such as User::loginCheck() or admin gate, relying only on a weak entry guard that matches a request parameter. This flaw enables attackers to enumerate users without authentication. The vulnerability is assigned CVE-2026-45620 with a medium severity and a CVSS score of 5.3. No official patch or remediation guidance is currently available from the vendor. Join the discussion | CVE Database V5 | 05/29/2026, 13:07:19 UTC Added: 05/29/2026, 13:48:42 UTC |
CVE-2026-45619: CWE-367: Time-of-check Time-of-use (TOCTOU) Race Condition in WWBN AVideoCVE-2026-45619 0 WWBN AVideo is an open source video platform. In 29.0 and earlier, EpgParser.php, plugin/AI/receiveAsync.json.php, and other locations do not use the $resolvedIP out-param of isSSRFSafeURL() for DNS pinning via CURLOPT_RESOLVE, opening DNS-rebinding TOCTOU. Join the discussion | CVE Database V5 | 05/29/2026, 13:11:37 UTC Added: 05/29/2026, 13:48:42 UTC |
CVE-2026-45610: CWE-306: Missing Authentication for Critical Function in WWBN AVideoCVE-2026-45610 0 WWBN AVideo is an open source video platform. In 29.0 and earlier, there is a cross-site request forgery vulnerability on the 2FA toggle.plugin/LoginControl/set.json.php accepts POST type=set2FA value=false, calls LoginControl::setUser2FA(User::getId(), false) on the session-authenticated user, and returns. There is no forbidIfIsUntrustedRequest() call, no isTokenValid() check, no X-CSRF-Token/SameSite enforcement, and no re-authentication step. A cross-origin page that the victim visits while logged into the AVideo dashboard issues the POST via a hidden form (or fetch without credentials:"omit") and disables the victim's 2FA in one request. Join the discussion | CVE Database V5 | 05/29/2026, 13:13:08 UTC Added: 05/29/2026, 13:48:42 UTC |
CVE-2026-45580: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in WWBN AVideoCVE-2026-45580 0 WWBN AVideo is an open source video platform. In 29.0 and earlier, there is a stored cross-site scripting vulnerability. The Live plugin's "YouTube-style" view renders the live transmission's stream key into an HTML class attribute by raw echo, without htmlspecialchars(). A canStream user can persist a key containing " plus an event handler via plugin/Live/saveLive.php, and any visitor (logged in or anonymous) opening the stream's live page executes attacker JavaScript in the platform origin. Join the discussion | CVE Database V5 | 05/29/2026, 13:14:49 UTC Added: 05/29/2026, 13:48:42 UTC |
CVE-2026-45578: CWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') in WWBN AVideoCVE-2026-45578 0 WWBN AVideo is an open source video platform. In 29.0 and earlier, there is a classic shell-metacharacter injection. The YPTSocket notification branch in plugin/Live/on_publish.php builds an execAsync() command line by string concatenation, single-quoting each argument but never calling escapeshellarg(). A ' in any of the three interpolated values ($users_id, $m3u8, $obj->liveTransmitionHistory_id) closes the quoted token and lets the attacker append arbitrary commands. Join the discussion | CVE Database V5 | 05/29/2026, 13:14:02 UTC Added: 05/29/2026, 13:48:42 UTC |
Showing 1 to 9 of 9 results