Lookup for vulnerabilities affecting packages.

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

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/50883?format=api",
    "vulnerability_id": "VCID-zt1v-dckb-gbh3",
    "summary": "ImageMagick has uninitialized pointer dereference in JBIG decoder\nAn uninitialized pointer dereference vulnerability exists in the JBIG decoder due to a missing check.",
    "aliases": [
        {
            "alias": "CVE-2026-28691"
        },
        {
            "alias": "GHSA-wj8w-pjxf-9g4f"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/74575?format=api",
            "purl": "pkg:nuget/Magick.NET-Q16-arm64@14.10.4",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Magick.NET-Q16-arm64@14.10.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/74598?format=api",
            "purl": "pkg:nuget/Magick.NET-Q16-HDRI-x64@14.10.4",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Magick.NET-Q16-HDRI-x64@14.10.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/74588?format=api",
            "purl": "pkg:nuget/Magick.NET-Q16-HDRI-x86@14.10.4",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Magick.NET-Q16-HDRI-x86@14.10.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/74633?format=api",
            "purl": "pkg:nuget/Magick.NET-Q16-OpenMP-x86@14.10.4",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Magick.NET-Q16-OpenMP-x86@14.10.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/74578?format=api",
            "purl": "pkg:nuget/Magick.NET-Q16-x86@14.10.4",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Magick.NET-Q16-x86@14.10.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/74592?format=api",
            "purl": "pkg:nuget/Magick.NET-Q8-OpenMP-arm64@14.10.4",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Magick.NET-Q8-OpenMP-arm64@14.10.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/74576?format=api",
            "purl": "pkg:nuget/magick.net-q8-openmp-x64@14.10.4",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/magick.net-q8-openmp-x64@14.10.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/74629?format=api",
            "purl": "pkg:nuget/magick.net-q8-x64@14.10.4",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/magick.net-q8-x64@14.10.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/74579?format=api",
            "purl": "pkg:nuget/Magick.NET-Q8-x86@14.10.4",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Magick.NET-Q8-x86@14.10.4"
        }
    ],
    "affected_packages": [],
    "references": [
        {
            "reference_url": "https://github.com/dlemstra/Magick.NET/releases/tag/14.10.4",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/dlemstra/Magick.NET/releases/tag/14.10.4"
        },
        {
            "reference_url": "https://github.com/ImageMagick/ImageMagick",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/ImageMagick/ImageMagick"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28691",
            "reference_id": "CVE-2026-28691",
            "reference_type": "",
            "scores": [],
            "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28691"
        },
        {
            "reference_url": "https://github.com/advisories/GHSA-wj8w-pjxf-9g4f",
            "reference_id": "GHSA-wj8w-pjxf-9g4f",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/advisories/GHSA-wj8w-pjxf-9g4f"
        },
        {
            "reference_url": "https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-wj8w-pjxf-9g4f",
            "reference_id": "GHSA-wj8w-pjxf-9g4f",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-wj8w-pjxf-9g4f"
        }
    ],
    "weaknesses": [
        {
            "cwe_id": 252,
            "name": "Unchecked Return Value",
            "description": "The product does not check the return value from a method or function, which can prevent it from detecting unexpected states and conditions."
        },
        {
            "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": null,
    "exploitability": null,
    "weighted_severity": null,
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-zt1v-dckb-gbh3"
}