Lookup for vulnerabilities affecting packages.

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

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/19610?format=api",
    "vulnerability_id": "VCID-mxmw-k9mg-tkgh",
    "summary": "Use After Free in SixLabors.ImageSharp\n### Impact\nA heap-use-after-free flaw was found in ImageSharp's InitializeImage() function of PngDecoderCore.cs file. This vulnerability is triggered when an attacker passes a specially crafted PNG image file to ImageSharp for conversion, potentially leading to information disclosure.\n\n### Patches\nThe problem has been patched. All users are advised to upgrade to v3.1.3 or v2.1.7.\n\n### Workarounds\nNone\n\n### References\nNone",
    "aliases": [
        {
            "alias": "CVE-2024-27929"
        },
        {
            "alias": "GHSA-65x7-c272-7g7r"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/68056?format=api",
            "purl": "pkg:nuget/SixLabors.ImageSharp@2.1.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-47jb-w584-ske8"
                },
                {
                    "vulnerability": "VCID-8nsc-3jyq-aqf3"
                },
                {
                    "vulnerability": "VCID-dpg2-7xtb-xyh8"
                },
                {
                    "vulnerability": "VCID-gcpx-jqtm-q7a4"
                },
                {
                    "vulnerability": "VCID-ycje-anar-kfcy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/SixLabors.ImageSharp@2.1.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/68055?format=api",
            "purl": "pkg:nuget/SixLabors.ImageSharp@3.1.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-47jb-w584-ske8"
                },
                {
                    "vulnerability": "VCID-8nsc-3jyq-aqf3"
                },
                {
                    "vulnerability": "VCID-dpg2-7xtb-xyh8"
                },
                {
                    "vulnerability": "VCID-gcpx-jqtm-q7a4"
                },
                {
                    "vulnerability": "VCID-ycje-anar-kfcy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/SixLabors.ImageSharp@3.1.3"
        }
    ],
    "affected_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/68585?format=api",
            "purl": "pkg:nuget/SixLabors.ImageSharp@3.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-47jb-w584-ske8"
                },
                {
                    "vulnerability": "VCID-8nsc-3jyq-aqf3"
                },
                {
                    "vulnerability": "VCID-dpg2-7xtb-xyh8"
                },
                {
                    "vulnerability": "VCID-gcpx-jqtm-q7a4"
                },
                {
                    "vulnerability": "VCID-mxmw-k9mg-tkgh"
                },
                {
                    "vulnerability": "VCID-ycje-anar-kfcy"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/SixLabors.ImageSharp@3.0.0"
        }
    ],
    "references": [
        {
            "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2024-27929",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "0.00057",
                    "scoring_system": "epss",
                    "scoring_elements": "0.17959",
                    "published_at": "2026-05-30T12:55:00Z"
                }
            ],
            "url": "https://api.first.org/data/v1/epss?cve=CVE-2024-27929"
        },
        {
            "reference_url": "https://github.com/SixLabors/ImageSharp",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.1",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/SixLabors/ImageSharp"
        },
        {
            "reference_url": "https://github.com/SixLabors/ImageSharp/pull/2688",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.1",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/SixLabors/ImageSharp/pull/2688"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-27929",
            "reference_id": "CVE-2024-27929",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.1",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-27929"
        },
        {
            "reference_url": "https://github.com/advisories/GHSA-65x7-c272-7g7r",
            "reference_id": "GHSA-65x7-c272-7g7r",
            "reference_type": "",
            "scores": [
                {
                    "value": "HIGH",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/advisories/GHSA-65x7-c272-7g7r"
        },
        {
            "reference_url": "https://github.com/SixLabors/ImageSharp/security/advisories/GHSA-65x7-c272-7g7r",
            "reference_id": "GHSA-65x7-c272-7g7r",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.1",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                },
                {
                    "value": "HIGH",
                    "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/2024-03-06T16:16:14Z/"
                }
            ],
            "url": "https://github.com/SixLabors/ImageSharp/security/advisories/GHSA-65x7-c272-7g7r"
        }
    ],
    "weaknesses": [
        {
            "cwe_id": 416,
            "name": "Use After Free",
            "description": "Referencing memory after it has been freed can cause a program to crash, use unexpected values, or execute code."
        },
        {
            "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": "7.0 - 8.9",
    "exploitability": "0.5",
    "weighted_severity": "8.0",
    "risk_score": 4.0,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-mxmw-k9mg-tkgh"
}