Lookup for vulnerabilities affecting packages.

GET /api/vulnerabilities/70033?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/70033?format=api",
    "vulnerability_id": "VCID-y98t-4v82-dyfj",
    "summary": "RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta.2, crates/appauth/src/token.rs ships a 2048-bit RSA private key as a string constant named TEST_PRIVATE_KEY and uses it in production via parse_license() to \"verify\" license tokens. Because the key is embedded in every published source release and binary, anyone who can read the repository or extract it from the binary can mint arbitrary license tokens (any subject, any expiration). When the license Cargo feature is enabled, this defeats the entire license-enforcement mechanism. This vulnerability is fixed in 1.0.0-beta.2.",
    "aliases": [
        {
            "alias": "CVE-2026-45041"
        }
    ],
    "fixed_packages": [],
    "affected_packages": [],
    "references": [
        {
            "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2026-45041",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "0.00054",
                    "scoring_system": "epss",
                    "scoring_elements": "0.17178",
                    "published_at": "2026-06-11T12:55:00Z"
                },
                {
                    "value": "0.00054",
                    "scoring_system": "epss",
                    "scoring_elements": "0.17342",
                    "published_at": "2026-06-12T12:55:00Z"
                },
                {
                    "value": "0.00054",
                    "scoring_system": "epss",
                    "scoring_elements": "0.17357",
                    "published_at": "2026-06-13T12:55:00Z"
                },
                {
                    "value": "0.00054",
                    "scoring_system": "epss",
                    "scoring_elements": "0.17331",
                    "published_at": "2026-06-14T12:55:00Z"
                }
            ],
            "url": "https://api.first.org/data/v1/epss?cve=CVE-2026-45041"
        },
        {
            "reference_url": "https://github.com/rustfs/rustfs/security/advisories/GHSA-923g-jp7v-f97f",
            "reference_id": "GHSA-923g-jp7v-f97f",
            "reference_type": "",
            "scores": [
                {
                    "value": "8.7",
                    "scoring_system": "cvssv4",
                    "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N"
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:P/A:Y/T:P/P:M/B:A/M:M/D:T/2026-05-29T14:04:36Z/"
                }
            ],
            "url": "https://github.com/rustfs/rustfs/security/advisories/GHSA-923g-jp7v-f97f"
        }
    ],
    "weaknesses": [
        {
            "cwe_id": 321,
            "name": "Use of Hard-coded Cryptographic Key",
            "description": "The use of a hard-coded cryptographic key significantly increases the possibility that encrypted data may be recovered."
        }
    ],
    "exploits": [],
    "severity_range_score": "8.7 - 8.7",
    "exploitability": null,
    "weighted_severity": null,
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-y98t-4v82-dyfj"
}