Lookup for vulnerable packages by Package URL.

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

{
    "url": "http://public2.vulnerablecode.io/api/packages/96403?format=api",
    "purl": "pkg:rpm/redhat/jenkins@2.401.1.1685677065-1?arch=el8",
    "type": "rpm",
    "namespace": "redhat",
    "name": "jenkins",
    "version": "2.401.1.1685677065-1",
    "qualifiers": {
        "arch": "el8"
    },
    "subpath": "",
    "is_vulnerable": true,
    "next_non_vulnerable_version": null,
    "latest_non_vulnerable_version": null,
    "affected_by_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/52805?format=api",
            "vulnerability_id": "VCID-9442-1vwr-5fbt",
            "summary": "XStream can cause Denial of Service via stack overflow\n### Impact\nThe vulnerability may allow a remote attacker to terminate the application with a stack overflow error resulting in a denial of service only by manipulating the processed input stream.\n\n### Patches\nXStream 1.4.20 handles the stack overflow and raises an InputManipulationException instead.\n\n### Workarounds\nThe attack uses the hash code implementation for collections and maps to force recursive hash calculation causing a stack overflow. Following types of the Java runtime are affected:\n\n- java.util.HashMap\n- java.util.HashSet\n- java.util.Hashtable\n- java.util.LinkedHashMap\n- java.util.LinkedHashSet\n- Other third party collection implementations that use their element's hash code may also be affected\n\nA simple solution is to catch the StackOverflowError in the client code calling XStream.\n\nIf your object graph does not use referenced elements at all, you may simply set the NO_REFERENCE mode:\n```Java\nXStream xstream = new XStream();\nxstream.setMode(XStream.NO_REFERENCES);\n```\n\nIf your object graph contains neither a Hashtable, HashMap nor a HashSet (or one of the linked variants of it) then you can use the security framework to deny the usage of these types:\n```Java\nXStream xstream = new XStream();\nxstream.denyTypes(new Class[]{\n java.util.HashMap.class, java.util.HashSet.class, java.util.Hashtable.class, java.util.LinkedHashMap.class, java.util.LinkedHashSet.class\n});\n```\n\nUnfortunately these types are very common. If you only use HashMap or HashSet and your XML refers these only as default map or set, you may additionally change the default implementation of java.util.Map and java.util.Set at unmarshalling time::\n```Java\nxstream.addDefaultImplementation(java.util.TreeMap.class, java.util.Map.class);\nxstream.addDefaultImplementation(java.util.TreeSet.class, java.util.Set.class);\n```\nHowever, this implies that your application does not care about the implementation of the map and all elements are comparable.\n\n### References\nSee full information about the nature of the vulnerability and the steps to reproduce it in XStream's documentation for [CVE-2022-41966](https://x-stream.github.io/CVE-2022-41966.html).\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [XStream](https://github.com/x-stream/xstream/issues)\n* Contact us at [XStream Google Group](https://groups.google.com/group/xstream-user)",
            "references": [
                {
                    "reference_url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-41966.json",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.5",
                            "scoring_system": "cvssv3",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
                        }
                    ],
                    "url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-41966.json"
                },
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2022-41966",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.02376",
                            "scoring_system": "epss",
                            "scoring_elements": "0.85026",
                            "published_at": "2026-04-26T12:55:00Z"
                        },
                        {
                            "value": "0.02376",
                            "scoring_system": "epss",
                            "scoring_elements": "0.85018",
                            "published_at": "2026-04-24T12:55:00Z"
                        },
                        {
                            "value": "0.02376",
                            "scoring_system": "epss",
                            "scoring_elements": "0.84993",
                            "published_at": "2026-04-21T12:55:00Z"
                        },
                        {
                            "value": "0.02376",
                            "scoring_system": "epss",
                            "scoring_elements": "0.84996",
                            "published_at": "2026-04-18T12:55:00Z"
                        },
                        {
                            "value": "0.02376",
                            "scoring_system": "epss",
                            "scoring_elements": "0.84994",
                            "published_at": "2026-04-16T12:55:00Z"
                        },
                        {
                            "value": "0.02376",
                            "scoring_system": "epss",
                            "scoring_elements": "0.84973",
                            "published_at": "2026-04-13T12:55:00Z"
                        },
                        {
                            "value": "0.02376",
                            "scoring_system": "epss",
                            "scoring_elements": "0.84978",
                            "published_at": "2026-04-12T12:55:00Z"
                        },
                        {
                            "value": "0.02376",
                            "scoring_system": "epss",
                            "scoring_elements": "0.84979",
                            "published_at": "2026-04-11T12:55:00Z"
                        },
                        {
                            "value": "0.02376",
                            "scoring_system": "epss",
                            "scoring_elements": "0.84963",
                            "published_at": "2026-04-09T12:55:00Z"
                        },
                        {
                            "value": "0.02376",
                            "scoring_system": "epss",
                            "scoring_elements": "0.84957",
                            "published_at": "2026-04-08T12:55:00Z"
                        },
                        {
                            "value": "0.02376",
                            "scoring_system": "epss",
                            "scoring_elements": "0.84911",
                            "published_at": "2026-04-02T12:55:00Z"
                        },
                        {
                            "value": "0.02376",
                            "scoring_system": "epss",
                            "scoring_elements": "0.84929",
                            "published_at": "2026-04-04T12:55:00Z"
                        },
                        {
                            "value": "0.02376",
                            "scoring_system": "epss",
                            "scoring_elements": "0.84934",
                            "published_at": "2026-04-07T12:55:00Z"
                        },
                        {
                            "value": "0.02526",
                            "scoring_system": "epss",
                            "scoring_elements": "0.85553",
                            "published_at": "2026-05-12T12:55:00Z"
                        },
                        {
                            "value": "0.02526",
                            "scoring_system": "epss",
                            "scoring_elements": "0.85485",
                            "published_at": "2026-04-29T12:55:00Z"
                        },
                        {
                            "value": "0.02526",
                            "scoring_system": "epss",
                            "scoring_elements": "0.85502",
                            "published_at": "2026-05-05T12:55:00Z"
                        },
                        {
                            "value": "0.02526",
                            "scoring_system": "epss",
                            "scoring_elements": "0.85526",
                            "published_at": "2026-05-07T12:55:00Z"
                        },
                        {
                            "value": "0.02526",
                            "scoring_system": "epss",
                            "scoring_elements": "0.85544",
                            "published_at": "2026-05-09T12:55:00Z"
                        },
                        {
                            "value": "0.02526",
                            "scoring_system": "epss",
                            "scoring_elements": "0.8554",
                            "published_at": "2026-05-11T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2022-41966"
                },
                {
                    "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-41966",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-41966"
                },
                {
                    "reference_url": "https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
                        }
                    ],
                    "url": "https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml"
                },
                {
                    "reference_url": "https://github.com/x-stream/xstream",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "8.2",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/x-stream/xstream"
                },
                {
                    "reference_url": "https://github.com/x-stream/xstream/security/advisories/GHSA-j563-grx4-pjpv",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "8.2",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/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:P/A:Y/T:P/P:M/B:A/M:M/D:T/2025-04-11T14:50:46Z/"
                        }
                    ],
                    "url": "https://github.com/x-stream/xstream/security/advisories/GHSA-j563-grx4-pjpv"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41966",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "8.2",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41966"
                },
                {
                    "reference_url": "https://x-stream.github.io/CVE-2022-41966.html",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "8.2",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H"
                        },
                        {
                            "value": "HIGH",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        },
                        {
                            "value": "Track",
                            "scoring_system": "ssvc",
                            "scoring_elements": "SSVCv2/E:P/A:Y/T:P/P:M/B:A/M:M/D:T/2025-04-11T14:50:46Z/"
                        }
                    ],
                    "url": "https://x-stream.github.io/CVE-2022-41966.html"
                },
                {
                    "reference_url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027754",
                    "reference_id": "1027754",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027754"
                },
                {
                    "reference_url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170431",
                    "reference_id": "2170431",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170431"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-j563-grx4-pjpv",
                    "reference_id": "GHSA-j563-grx4-pjpv",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "HIGH",
                            "scoring_system": "cvssv3.1_qr",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/advisories/GHSA-j563-grx4-pjpv"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2023:1006",
                    "reference_id": "RHSA-2023:1006",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2023:1006"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2023:1177",
                    "reference_id": "RHSA-2023:1177",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2023:1177"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2023:1286",
                    "reference_id": "RHSA-2023:1286",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2023:1286"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2023:2041",
                    "reference_id": "RHSA-2023:2041",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2023:2041"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2023:2100",
                    "reference_id": "RHSA-2023:2100",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2023:2100"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2023:3625",
                    "reference_id": "RHSA-2023:3625",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2023:3625"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2023:3663",
                    "reference_id": "RHSA-2023:3663",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2023:3663"
                },
                {
                    "reference_url": "https://usn.ubuntu.com/5946-1/",
                    "reference_id": "USN-5946-1",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://usn.ubuntu.com/5946-1/"
                }
            ],
            "fixed_packages": [],
            "aliases": [
                "CVE-2022-41966",
                "GHSA-j563-grx4-pjpv"
            ],
            "risk_score": 4.0,
            "exploitability": "0.5",
            "weighted_severity": "8.0",
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-9442-1vwr-5fbt"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/16957?format=api",
            "vulnerability_id": "VCID-afh4-nhxq-y3he",
            "summary": "Spring Framework is vulnerable to security bypass via mvcRequestMatcher pattern mismatch\nSpring Framework running version 6.0.0 - 6.0.6 or 5.3.0 - 5.3.25 using \"**\" as a pattern in Spring Security configuration with the mvcRequestMatcher creates a mismatch in pattern matching between Spring Security and Spring MVC, and the potential for a security bypass.",
            "references": [
                {
                    "reference_url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2023-20860.json",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.5",
                            "scoring_system": "cvssv3",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N"
                        }
                    ],
                    "url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2023-20860.json"
                },
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2023-20860",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.56284",
                            "scoring_system": "epss",
                            "scoring_elements": "0.98131",
                            "published_at": "2026-05-12T12:55:00Z"
                        },
                        {
                            "value": "0.56284",
                            "scoring_system": "epss",
                            "scoring_elements": "0.98108",
                            "published_at": "2026-04-09T12:55:00Z"
                        },
                        {
                            "value": "0.56284",
                            "scoring_system": "epss",
                            "scoring_elements": "0.98122",
                            "published_at": "2026-04-29T12:55:00Z"
                        },
                        {
                            "value": "0.56284",
                            "scoring_system": "epss",
                            "scoring_elements": "0.9812",
                            "published_at": "2026-04-16T12:55:00Z"
                        },
                        {
                            "value": "0.56284",
                            "scoring_system": "epss",
                            "scoring_elements": "0.98114",
                            "published_at": "2026-04-13T12:55:00Z"
                        },
                        {
                            "value": "0.56284",
                            "scoring_system": "epss",
                            "scoring_elements": "0.98103",
                            "published_at": "2026-04-07T12:55:00Z"
                        },
                        {
                            "value": "0.56284",
                            "scoring_system": "epss",
                            "scoring_elements": "0.98113",
                            "published_at": "2026-04-12T12:55:00Z"
                        },
                        {
                            "value": "0.56284",
                            "scoring_system": "epss",
                            "scoring_elements": "0.9813",
                            "published_at": "2026-05-09T12:55:00Z"
                        },
                        {
                            "value": "0.56284",
                            "scoring_system": "epss",
                            "scoring_elements": "0.98127",
                            "published_at": "2026-05-07T12:55:00Z"
                        },
                        {
                            "value": "0.56284",
                            "scoring_system": "epss",
                            "scoring_elements": "0.98128",
                            "published_at": "2026-05-11T12:55:00Z"
                        },
                        {
                            "value": "0.56284",
                            "scoring_system": "epss",
                            "scoring_elements": "0.98119",
                            "published_at": "2026-04-26T12:55:00Z"
                        },
                        {
                            "value": "0.56284",
                            "scoring_system": "epss",
                            "scoring_elements": "0.98099",
                            "published_at": "2026-04-02T12:55:00Z"
                        },
                        {
                            "value": "0.56284",
                            "scoring_system": "epss",
                            "scoring_elements": "0.98118",
                            "published_at": "2026-04-24T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2023-20860"
                },
                {
                    "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-20860",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-20860"
                },
                {
                    "reference_url": "https://github.com/spring-projects/spring-framework",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "9.1",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N"
                        },
                        {
                            "value": "CRITICAL",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/spring-projects/spring-framework"
                },
                {
                    "reference_url": "https://github.com/spring-projects/spring-framework/commit/202fa5cdb3a3d0cfe6967e85fa167d978244f28a",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "9.1",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N"
                        },
                        {
                            "value": "CRITICAL",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/spring-projects/spring-framework/commit/202fa5cdb3a3d0cfe6967e85fa167d978244f28a"
                },
                {
                    "reference_url": "https://security.netapp.com/advisory/ntap-20230505-0006",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "9.1",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N"
                        },
                        {
                            "value": "CRITICAL",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://security.netapp.com/advisory/ntap-20230505-0006"
                },
                {
                    "reference_url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180528",
                    "reference_id": "2180528",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180528"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2023-20860",
                    "reference_id": "CVE-2023-20860",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "9.1",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N"
                        },
                        {
                            "value": "CRITICAL",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-20860"
                },
                {
                    "reference_url": "https://spring.io/security/cve-2023-20860",
                    "reference_id": "CVE-2023-20860",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N"
                        },
                        {
                            "value": "9.1",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N"
                        },
                        {
                            "value": "CRITICAL",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        },
                        {
                            "value": "Track",
                            "scoring_system": "ssvc",
                            "scoring_elements": "SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2025-02-19T19:05:19Z/"
                        }
                    ],
                    "url": "https://spring.io/security/cve-2023-20860"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-7phw-cxx7-q9vq",
                    "reference_id": "GHSA-7phw-cxx7-q9vq",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "CRITICAL",
                            "scoring_system": "cvssv3.1_qr",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/advisories/GHSA-7phw-cxx7-q9vq"
                },
                {
                    "reference_url": "https://security.netapp.com/advisory/ntap-20230505-0006/",
                    "reference_id": "ntap-20230505-0006",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "7.5",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N"
                        },
                        {
                            "value": "Track",
                            "scoring_system": "ssvc",
                            "scoring_elements": "SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2025-02-19T19:05:19Z/"
                        }
                    ],
                    "url": "https://security.netapp.com/advisory/ntap-20230505-0006/"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2023:2100",
                    "reference_id": "RHSA-2023:2100",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2023:2100"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2023:3185",
                    "reference_id": "RHSA-2023:3185",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2023:3185"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2023:3610",
                    "reference_id": "RHSA-2023:3610",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2023:3610"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2023:3622",
                    "reference_id": "RHSA-2023:3622",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2023:3622"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2023:3625",
                    "reference_id": "RHSA-2023:3625",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2023:3625"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2023:3663",
                    "reference_id": "RHSA-2023:3663",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2023:3663"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2023:3771",
                    "reference_id": "RHSA-2023:3771",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2023:3771"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2023:4983",
                    "reference_id": "RHSA-2023:4983",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2023:4983"
                }
            ],
            "fixed_packages": [],
            "aliases": [
                "CVE-2023-20860",
                "GHSA-7phw-cxx7-q9vq"
            ],
            "risk_score": 4.5,
            "exploitability": "0.5",
            "weighted_severity": "9.0",
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-afh4-nhxq-y3he"
        }
    ],
    "fixing_vulnerabilities": [],
    "risk_score": "4.5",
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins@2.401.1.1685677065-1%3Farch=el8"
}