VYPR

Vulnerability Lookup

by Vulnerability Lookup

Source repositories

CVEs (10)

  • CVE-2025-42620HigDec 8, 2025
    risk 0.54cvss epss 0.00

    In affected versions, vulnerability-lookup handled user-controlled content in comments and bundles in an unsafe way, which could lead to stored Cross-Site Scripting (XSS). On the backend, the related_vulnerabilities field of bundles accepted arbitrary strings without…

  • CVE-2025-42615HigDec 8, 2025
    risk 0.53cvss epss 0.00

    In affected versions, vulnerability-lookup did not track or limit failed One-Time Password (OTP) attempts during Two-Factor Authentication (2FA) verification. An attacker who already knew or guessed a valid username and password could submit an arbitrary number of OTP codes…

  • CVE-2026-73431HigAug 12, 2026
    risk 0.50cvss epss 0.00

    Vulnerability-Lookup contains an authentication weakness in its account activation and password-recovery mechanism. Activation and recovery links were generated using stateless signed tokens containing only the user's login. Although the token signature and age were…

  • CVE-2025-42616HigDec 8, 2025
    risk 0.46cvss epss 0.00

    Some endpoints in vulnerability-lookup that modified application state (e.g. changing database entries, user data, configurations, or other privileged actions) may have been accessible via HTTP GET requests without requiring a CSRF token. This flaw leaves the application…

  • CVE-2026-72761MedAug 10, 2026
    risk 0.38cvss epss 0.00

    The webhook URL validator in `website/notifications/webhooks.py` uses `ip.is_global` to reject non-public addresses after DNS resolution. IPv6 transition addresses (NAT64 `64:ff9b::/96`, 6to4 `2002::/16`, Teredo `2001:0000::/32`) are classified as globally routable by IANA, so…

  • CVE-2025-60249MedSep 25, 2025
    risk 0.35cvss 6.4epss 0.00

    vulnerability-lookup 2.16.0 allows XSS in bundle.py, comment.py, and user.py, by a user on a vulnerability-lookup instance who can add bundles, comments, or sightings. A cross-site scripting (XSS) vulnerability was discovered in the handling of user-supplied input in the…

  • CVE-2025-32413MedApr 8, 2025
    risk 0.35cvss 6.4epss 0.00

    Vulnerability-Lookup before 2.7.1 allows stored XSS via a user bio in website/web/views/user.py.

  • CVE-2026-73374MedAug 12, 2026
    risk 0.33cvss epss 0.00

    A stored cross-site scripting (XSS) vulnerability existed in Vulnerability-Lookup in the render_tag_badges Jinja filter used to display reference tags associated with vulnerability records. Values from containers.cna.references[].tags[] were directly interpolated into HTML…

  • CVE-2026-73405MedAug 12, 2026
    risk 0.27cvss epss 0.00

    An authorization bypass vulnerability in Vulnerability-Lookup allowed inactive or unconfirmed accounts to subscribe to Server-Sent Events (SSE) streams through the /pubsub/subscribe/ endpoint. The token_required decorator used by the Pub/Sub interface authenticated…

  • CVE-2026-73432MedAug 12, 2026
    risk 0.26cvss epss 0.00

    Vulnerability-Lookup contains a server-side request forgery (SSRF) vulnerability in the remote-instance synchronization functionality. Remote instance addresses were validated only for basic URL syntax before being stored, while the synchronization worker later dereferenced…