Lookup for vulnerable packages by Package URL.

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

{
    "url": "http://public2.vulnerablecode.io/api/packages/57068?format=api",
    "purl": "pkg:composer/symfony/security@3.2.12",
    "type": "composer",
    "namespace": "symfony",
    "name": "security",
    "version": "3.2.12",
    "qualifiers": {},
    "subpath": "",
    "is_vulnerable": false,
    "next_non_vulnerable_version": "3.2.14",
    "latest_non_vulnerable_version": "5.3.12",
    "affected_by_vulnerabilities": [],
    "fixing_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/13623?format=api",
            "vulnerability_id": "VCID-j49y-k2gh-sya6",
            "summary": "Empty passwords validation issue\nValidating a user password with a `UserPassword` constraint but with no `NotBlank` constraint passes without any error (the empty password would not be compared with the user password). Note that you should always be explicit and add a `NotBlank` constraint, but as it worked before without, it's considered as a backward compatibility break and a security issue.",
            "references": [
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2017-11365",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.00356",
                            "scoring_system": "epss",
                            "scoring_elements": "0.58133",
                            "published_at": "2026-05-30T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2017-11365"
                },
                {
                    "reference_url": "https://github.com/symfony/symfony/pull/23507",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/symfony/symfony/pull/23507"
                },
                {
                    "reference_url": "https://symfony.com/blog/cve-2017-11365-empty-passwords-validation-issue",
                    "reference_id": "CVE-2017-11365-EMPTY-PASSWORDS-VALIDATION-ISSUE",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://symfony.com/blog/cve-2017-11365-empty-passwords-validation-issue"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/57066?format=api",
                    "purl": "pkg:composer/symfony/security@2.7.32",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/symfony/security@2.7.32"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/57067?format=api",
                    "purl": "pkg:composer/symfony/security@2.8.25",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/symfony/security@2.8.25"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/57068?format=api",
                    "purl": "pkg:composer/symfony/security@3.2.12",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/symfony/security@3.2.12"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/57069?format=api",
                    "purl": "pkg:composer/symfony/security@3.3.5",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/symfony/security@3.3.5"
                }
            ],
            "aliases": [
                "CVE-2017-11365"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-j49y-k2gh-sya6"
        }
    ],
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/symfony/security@3.2.12"
}