Lookup for vulnerabilities affecting packages.

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

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/21715?format=api",
    "vulnerability_id": "VCID-x16f-ftqk-n3e2",
    "summary": "Mautic user without privileged access to the Marketplace can install and uninstall composer packages\nA non privileged user can install and remove arbitrary packages via composer for a composer based installed, even if the flag in update settings for enable composer based update is unticked.",
    "aliases": [
        {
            "alias": "CVE-2025-13828"
        },
        {
            "alias": "GHSA-3fq7-c5m8-g86x"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/71495?format=api",
            "purl": "pkg:composer/mautic/core@4.4.18",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/mautic/core@4.4.18"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/71496?format=api",
            "purl": "pkg:composer/mautic/core@5.2.9",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/mautic/core@5.2.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/71497?format=api",
            "purl": "pkg:composer/mautic/core@6.0.7",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/mautic/core@6.0.7"
        }
    ],
    "affected_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/57803?format=api",
            "purl": "pkg:composer/mautic/core@4.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1kzz-9ysf-u3d2"
                },
                {
                    "vulnerability": "VCID-h55b-gu47-4kfw"
                },
                {
                    "vulnerability": "VCID-x16f-ftqk-n3e2"
                },
                {
                    "vulnerability": "VCID-zb5w-5thk-audh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/mautic/core@4.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/71493?format=api",
            "purl": "pkg:composer/mautic/core@5.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-jcas-dc7u-6ycy"
                },
                {
                    "vulnerability": "VCID-x16f-ftqk-n3e2"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/mautic/core@5.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/71494?format=api",
            "purl": "pkg:composer/mautic/core@6.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-x16f-ftqk-n3e2"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/mautic/core@6.0.0"
        }
    ],
    "references": [
        {
            "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2025-13828",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "0.00063",
                    "scoring_system": "epss",
                    "scoring_elements": "0.19752",
                    "published_at": "2026-05-30T12:55:00Z"
                }
            ],
            "url": "https://api.first.org/data/v1/epss?cve=CVE-2025-13828"
        },
        {
            "reference_url": "https://github.com/mautic/mautic",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/mautic/mautic"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13828",
            "reference_id": "CVE-2025-13828",
            "reference_type": "",
            "scores": [],
            "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13828"
        },
        {
            "reference_url": "https://github.com/advisories/GHSA-3fq7-c5m8-g86x",
            "reference_id": "GHSA-3fq7-c5m8-g86x",
            "reference_type": "",
            "scores": [
                {
                    "value": "CRITICAL",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/advisories/GHSA-3fq7-c5m8-g86x"
        },
        {
            "reference_url": "https://github.com/mautic/mautic/security/advisories/GHSA-3fq7-c5m8-g86x",
            "reference_id": "GHSA-3fq7-c5m8-g86x",
            "reference_type": "",
            "scores": [
                {
                    "value": "CRITICAL",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/mautic/mautic/security/advisories/GHSA-3fq7-c5m8-g86x"
        }
    ],
    "weaknesses": [
        {
            "cwe_id": 284,
            "name": "Improper Access Control",
            "description": "The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor."
        },
        {
            "cwe_id": 862,
            "name": "Missing Authorization",
            "description": "The product does not perform an authorization check when an actor attempts to access a resource or perform an action."
        },
        {
            "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": "9.0 - 10.0",
    "exploitability": "0.5",
    "weighted_severity": "9.0",
    "risk_score": 4.5,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-x16f-ftqk-n3e2"
}