Lookup for vulnerable packages by Package URL.

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

{
    "url": "http://public2.vulnerablecode.io/api/packages/50111?format=api",
    "purl": "pkg:maven/org.jenkins-ci.plugins/git-server@99.101.v720e86326c09",
    "type": "maven",
    "namespace": "org.jenkins-ci.plugins",
    "name": "git-server",
    "version": "99.101.v720e86326c09",
    "qualifiers": {},
    "subpath": "",
    "is_vulnerable": false,
    "next_non_vulnerable_version": "117.veb",
    "latest_non_vulnerable_version": "117.veb",
    "affected_by_vulnerabilities": [],
    "fixing_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/14022?format=api",
            "vulnerability_id": "VCID-6rup-vv6d-eqd8",
            "summary": "Arbitrary file read vulnerability in Git server Plugin can lead to RCE\nJenkins Git server Plugin uses the [args4j](https://github.com/kohsuke/args4j) library to parse command arguments and options on the Jenkins controller when processing Git commands received via SSH. This command parser has a feature that replaces an @ character followed by a file path in an argument with the file’s contents (`expandAtFiles`). This feature is enabled by default and Git server Plugin 99.va_0826a_b_cdfa_d and earlier does not disable it.\n\nThis allows attackers with Overall/Read permission to read the first two lines of arbitrary files on the Jenkins controller file system using the default character encoding of the Jenkins controller process.\n\nSee [SECURITY-3314](https://www.jenkins.io/security/advisory/2024-01-24/#SECURITY-3314) for further information about the potential impact of being able to read files on the Jenkins controller, as well as the [limitations for reading binary files](https://www.jenkins.io/security/advisory/2024-01-24/#binary-files-note). Note that for this issue, unlike SECURITY-3314, attackers need Overall/Read permission.\n\n## Fix Description\nGit server Plugin 99.101.v720e86326c09 disables the command parser feature that replaces an @ character followed by a file path in an argument with the file’s contents for CLI commands.\n\n## Workaround\nNavigate to Manage Jenkins » Security and ensure that the SSHD Port setting in the SSH Server section is set to Disable. This disables access to Git repositories hosted by Jenkins (and the Jenkins CLI) via SSH.",
            "references": [
                {
                    "reference_url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-23899.json",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "8.8",
                            "scoring_system": "cvssv3",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
                        }
                    ],
                    "url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-23899.json"
                },
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2024-23899",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.00494",
                            "scoring_system": "epss",
                            "scoring_elements": "0.65783",
                            "published_at": "2026-04-18T12:55:00Z"
                        },
                        {
                            "value": "0.00494",
                            "scoring_system": "epss",
                            "scoring_elements": "0.65729",
                            "published_at": "2026-04-04T12:55:00Z"
                        },
                        {
                            "value": "0.00494",
                            "scoring_system": "epss",
                            "scoring_elements": "0.65779",
                            "published_at": "2026-04-11T12:55:00Z"
                        },
                        {
                            "value": "0.00494",
                            "scoring_system": "epss",
                            "scoring_elements": "0.65757",
                            "published_at": "2026-04-09T12:55:00Z"
                        },
                        {
                            "value": "0.00494",
                            "scoring_system": "epss",
                            "scoring_elements": "0.65746",
                            "published_at": "2026-04-08T12:55:00Z"
                        },
                        {
                            "value": "0.00494",
                            "scoring_system": "epss",
                            "scoring_elements": "0.65695",
                            "published_at": "2026-04-07T12:55:00Z"
                        },
                        {
                            "value": "0.00494",
                            "scoring_system": "epss",
                            "scoring_elements": "0.65699",
                            "published_at": "2026-04-02T12:55:00Z"
                        },
                        {
                            "value": "0.00494",
                            "scoring_system": "epss",
                            "scoring_elements": "0.6577",
                            "published_at": "2026-04-16T12:55:00Z"
                        },
                        {
                            "value": "0.00494",
                            "scoring_system": "epss",
                            "scoring_elements": "0.65735",
                            "published_at": "2026-04-13T12:55:00Z"
                        },
                        {
                            "value": "0.00494",
                            "scoring_system": "epss",
                            "scoring_elements": "0.65764",
                            "published_at": "2026-04-12T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2024-23899"
                },
                {
                    "reference_url": "https://github.com/jenkinsci/git-server-plugin",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "8.8",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/jenkinsci/git-server-plugin"
                },
                {
                    "reference_url": "https://github.com/jenkinsci/git-server-plugin/commit/068ac7cc2574882ef9f5a486e001228a71d881ad",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "8.8",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/jenkinsci/git-server-plugin/commit/068ac7cc2574882ef9f5a486e001228a71d881ad"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23899",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "8.8",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23899"
                },
                {
                    "reference_url": "https://www.jenkins.io/security/advisory/2024-01-24/#SECURITY-3319",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N"
                        },
                        {
                            "value": "8.8",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
                        },
                        {
                            "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-01-25T15:28:24Z/"
                        }
                    ],
                    "url": "https://www.jenkins.io/security/advisory/2024-01-24/#SECURITY-3319"
                },
                {
                    "reference_url": "http://www.openwall.com/lists/oss-security/2024/01/24/6",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N"
                        },
                        {
                            "value": "8.8",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
                        },
                        {
                            "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-01-25T15:28:24Z/"
                        }
                    ],
                    "url": "http://www.openwall.com/lists/oss-security/2024/01/24/6"
                },
                {
                    "reference_url": "https://bugzilla.redhat.com/show_bug.cgi?id=2260183",
                    "reference_id": "2260183",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2260183"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-vph5-2q33-7r9h",
                    "reference_id": "GHSA-vph5-2q33-7r9h",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "HIGH",
                            "scoring_system": "cvssv3.1_qr",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/advisories/GHSA-vph5-2q33-7r9h"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2024:3634",
                    "reference_id": "RHSA-2024:3634",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2024:3634"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2024:3635",
                    "reference_id": "RHSA-2024:3635",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2024:3635"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2024:3636",
                    "reference_id": "RHSA-2024:3636",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2024:3636"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2024:4597",
                    "reference_id": "RHSA-2024:4597",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2024:4597"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/50111?format=api",
                    "purl": "pkg:maven/org.jenkins-ci.plugins/git-server@99.101.v720e86326c09",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.jenkins-ci.plugins/git-server@99.101.v720e86326c09"
                }
            ],
            "aliases": [
                "CVE-2024-23899",
                "GHSA-vph5-2q33-7r9h"
            ],
            "risk_score": 4.0,
            "exploitability": "0.5",
            "weighted_severity": "8.0",
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-6rup-vv6d-eqd8"
        }
    ],
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.jenkins-ci.plugins/git-server@99.101.v720e86326c09"
}