Lookup for vulnerabilities affecting packages.

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

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/68490?format=api",
    "vulnerability_id": "VCID-reqw-yyg8-wugv",
    "summary": "An authenticated attacker with permission to edit document content can store crafted HTML/JavaScript in a Document embed editable and cause script execution when the published page is rendered.\n\nThis issue affects pimcore: v12.3.3.",
    "aliases": [
        {
            "alias": "CVE-2026-5362"
        },
        {
            "alias": "GHSA-7gxw-q9j5-mrj4"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1029093?format=api",
            "purl": "pkg:composer/pimcore/pimcore@12.3.4",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/pimcore/pimcore@12.3.4"
        }
    ],
    "affected_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/39772?format=api",
            "purl": "pkg:composer/pimcore/pimcore@12.3.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-reqw-yyg8-wugv"
                },
                {
                    "vulnerability": "VCID-xjuf-ar4q-uyfz"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/pimcore/pimcore@12.3.3"
        }
    ],
    "references": [
        {
            "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2026-5362",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "4e-05",
                    "scoring_system": "epss",
                    "scoring_elements": "0.00149",
                    "published_at": "2026-06-11T12:55:00Z"
                },
                {
                    "value": "4e-05",
                    "scoring_system": "epss",
                    "scoring_elements": "0.00147",
                    "published_at": "2026-06-14T12:55:00Z"
                },
                {
                    "value": "4e-05",
                    "scoring_system": "epss",
                    "scoring_elements": "0.00148",
                    "published_at": "2026-06-13T12:55:00Z"
                }
            ],
            "url": "https://api.first.org/data/v1/epss?cve=CVE-2026-5362"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5362",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "4.8",
                    "scoring_system": "cvssv4",
                    "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5362"
        },
        {
            "reference_url": "https://github.com/advisories/GHSA-7gxw-q9j5-mrj4",
            "reference_id": "GHSA-7gxw-q9j5-mrj4",
            "reference_type": "",
            "scores": [
                {
                    "value": "MODERATE",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/advisories/GHSA-7gxw-q9j5-mrj4"
        },
        {
            "reference_url": "https://fluidattacks.com/es/advisories/mago",
            "reference_id": "mago",
            "reference_type": "",
            "scores": [
                {
                    "value": "4.8",
                    "scoring_system": "cvssv4",
                    "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2026-04-28T13:33:41Z/"
                }
            ],
            "url": "https://fluidattacks.com/es/advisories/mago"
        },
        {
            "reference_url": "https://github.com/pimcore/pimcore/",
            "reference_id": "pimcore",
            "reference_type": "",
            "scores": [
                {
                    "value": "4.8",
                    "scoring_system": "cvssv4",
                    "scoring_elements": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N"
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2026-04-28T13:33:41Z/"
                }
            ],
            "url": "https://github.com/pimcore/pimcore/"
        }
    ],
    "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": "4.0 - 6.9",
    "exploitability": "0.5",
    "weighted_severity": "6.2",
    "risk_score": 3.1,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-reqw-yyg8-wugv"
}