Lookup for vulnerable packages by Package URL.

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

{
    "url": "http://public2.vulnerablecode.io/api/packages/68361?format=api",
    "purl": "pkg:gem/stringio@3.0.1.1",
    "type": "gem",
    "namespace": "",
    "name": "stringio",
    "version": "3.0.1.1",
    "qualifiers": {},
    "subpath": "",
    "is_vulnerable": false,
    "next_non_vulnerable_version": "3.0.1.1",
    "latest_non_vulnerable_version": "3.0.1.1",
    "affected_by_vulnerabilities": [],
    "fixing_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/19757?format=api",
            "vulnerability_id": "VCID-cdjg-8ah2-bqf1",
            "summary": "StringIO buffer overread vulnerability\nAn issue was discovered in StringIO 3.0.1, as distributed in Ruby 3.0.x through 3.0.6 and 3.1.x through 3.1.4.\n\nThe `ungetbyte` and `ungetc` methods on a StringIO can read past the end of a string, and a subsequent call to `StringIO.gets` may return the memory value.\n\nThis vulnerability is not affected StringIO 3.0.3 and later, and Ruby 3.2.x and later.\n\nWe recommend to update the StringIO gem to version 3.0.3 or later. In order to ensure compatibility with bundled version in older Ruby series, you may update as follows instead:\n\n* For Ruby 3.0 users: Update to `stringio` 3.0.1.1\n* For Ruby 3.1 users: Update to `stringio` 3.1.0.2\n\nYou can use `gem update stringio` to update it. If you are using bundler, please add `gem \"stringio\", \">= 3.0.1.2\"` to your `Gemfile`.",
            "references": [
                {
                    "reference_url": "https://github.com/ruby/stringio",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/ruby/stringio"
                },
                {
                    "reference_url": "https://github.com/ruby/stringio/commit/0e596524097706263d10900ca180898e4a8f5233",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/ruby/stringio/commit/0e596524097706263d10900ca180898e4a8f5233"
                },
                {
                    "reference_url": "https://github.com/ruby/stringio/commit/c58c5f54f1eab99665ea6a161d29ff6a7490afc8",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/ruby/stringio/commit/c58c5f54f1eab99665ea6a161d29ff6a7490afc8"
                },
                {
                    "reference_url": "https://hackerone.com/reports/1399856",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://hackerone.com/reports/1399856"
                },
                {
                    "reference_url": "https://lists.debian.org/debian-lts-announce/2024/09/msg00000.html",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://lists.debian.org/debian-lts-announce/2024/09/msg00000.html"
                },
                {
                    "reference_url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/27LUWREIFTP3MQAW7QE4PJM4DPAQJWXF",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/27LUWREIFTP3MQAW7QE4PJM4DPAQJWXF"
                },
                {
                    "reference_url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XYDHPHEZI7OQXTQKTDZHGZNPIJH7ZV5N",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XYDHPHEZI7OQXTQKTDZHGZNPIJH7ZV5N"
                },
                {
                    "reference_url": "https://security.netapp.com/advisory/ntap-20250502-0003",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://security.netapp.com/advisory/ntap-20250502-0003"
                },
                {
                    "reference_url": "https://www.ruby-lang.org/en/news/2024/03/21/buffer-overread-cve-2024-27280",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://www.ruby-lang.org/en/news/2024/03/21/buffer-overread-cve-2024-27280"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-27280",
                    "reference_id": "CVE-2024-27280",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-27280"
                },
                {
                    "reference_url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/stringio/CVE-2024-27280.yml",
                    "reference_id": "CVE-2024-27280.YML",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/stringio/CVE-2024-27280.yml"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-v5h6-c2hv-hv3r",
                    "reference_id": "GHSA-v5h6-c2hv-hv3r",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-v5h6-c2hv-hv3r"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/68361?format=api",
                    "purl": "pkg:gem/stringio@3.0.1.1",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/stringio@3.0.1.1"
                }
            ],
            "aliases": [
                "CVE-2024-27280",
                "GHSA-v5h6-c2hv-hv3r"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-cdjg-8ah2-bqf1"
        }
    ],
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/stringio@3.0.1.1"
}