Lookup for vulnerabilities affecting packages.

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

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/15690?format=api",
    "vulnerability_id": "VCID-78uz-habg-3bg7",
    "summary": "Alkacon OpenCMS XSS via searchfilter parameter in system/workplace/admin/workplace/sessions.jsp\nCross-site scripting (XSS) vulnerability in system/workplace/admin/workplace/sessions.jsp in Alkacon OpenCMS 7.0.3 allows remote attackers to inject arbitrary web script or HTML via the searchfilter parameter, a different vector than CVE-2008-1510.",
    "aliases": [
        {
            "alias": "CVE-2008-1753"
        },
        {
            "alias": "GHSA-4r3g-w24c-gpr6"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/60644?format=api",
            "purl": "pkg:maven/org.opencms/opencms-core@7.0.4",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.opencms/opencms-core@7.0.4"
        }
    ],
    "affected_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/60658?format=api",
            "purl": "pkg:maven/org.opencms/opencms-core@7.0.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5fhr-1sjb-jfbc"
                },
                {
                    "vulnerability": "VCID-78uz-habg-3bg7"
                },
                {
                    "vulnerability": "VCID-gsq3-satw-skdz"
                },
                {
                    "vulnerability": "VCID-nnhu-zknw-fqgn"
                },
                {
                    "vulnerability": "VCID-wkwj-66qj-dqfh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.opencms/opencms-core@7.0.3"
        }
    ],
    "references": [
        {
            "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2008-1753",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "0.0034",
                    "scoring_system": "epss",
                    "scoring_elements": "0.56972",
                    "published_at": "2026-05-30T12:55:00Z"
                }
            ],
            "url": "https://api.first.org/data/v1/epss?cve=CVE-2008-1753"
        },
        {
            "reference_url": "http://securityreason.com/securityalert/3808",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "1.3",
                    "scoring_system": "cvssv4",
                    "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:U"
                },
                {
                    "value": "LOW",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "http://securityreason.com/securityalert/3808"
        },
        {
            "reference_url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/41675",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "1.3",
                    "scoring_system": "cvssv4",
                    "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:U"
                },
                {
                    "value": "LOW",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/41675"
        },
        {
            "reference_url": "https://github.com/alkacon/opencms-core",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "1.3",
                    "scoring_system": "cvssv4",
                    "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:U"
                },
                {
                    "value": "LOW",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/alkacon/opencms-core"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2008-1753",
            "reference_id": "CVE-2008-1753",
            "reference_type": "",
            "scores": [
                {
                    "value": "1.3",
                    "scoring_system": "cvssv4",
                    "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:U"
                },
                {
                    "value": "LOW",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://nvd.nist.gov/vuln/detail/CVE-2008-1753"
        },
        {
            "reference_url": "https://github.com/advisories/GHSA-4r3g-w24c-gpr6",
            "reference_id": "GHSA-4r3g-w24c-gpr6",
            "reference_type": "",
            "scores": [
                {
                    "value": "LOW",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/advisories/GHSA-4r3g-w24c-gpr6"
        }
    ],
    "weaknesses": [
        {
            "cwe_id": 79,
            "name": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')",
            "description": "The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users."
        },
        {
            "cwe_id": 937,
            "name": "OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities",
            "description": "Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013."
        },
        {
            "cwe_id": 1035,
            "name": "OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities",
            "description": "Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017."
        }
    ],
    "exploits": [],
    "severity_range_score": "0.1 - 3",
    "exploitability": "0.5",
    "weighted_severity": "2.7",
    "risk_score": 1.4,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-78uz-habg-3bg7"
}