Lookup for vulnerabilities affecting packages.

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

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/13033?format=api",
    "vulnerability_id": "VCID-g3wj-7845-e3bs",
    "summary": "CRI-O vulnerable to an arbitrary systemd property injection\n### Impact\nOn CRI-O, it looks like an arbitrary systemd property can be injected via a Pod annotation:\n```\n---\napiVersion: v1\nkind: Pod\nmetadata:\n  name: poc-arbitrary-systemd-property-injection\n  annotations:\n    # I believe that ExecStart with an arbitrary command works here too,\n    # but I haven't figured out how to marshalize the ExecStart struct to gvariant string.\n    org.systemd.property.SuccessAction: \"'poweroff-force'\"\nspec:\n  containers:\n    - name: hello\n      image: [quay.io/podman/hello](http://quay.io/podman/hello)\n```\n\nThis means that any user who can create a pod with an arbitrary annotation may perform an arbitrary action on the host system.\n\nTested with CRI-O v1.24 on minikube.\nI didn't test the latest v1.29 because it is incompatible with minikube: https://github.com/kubernetes/minikube/pull/18367\n\nThanks to Cédric Clerget (GitHub ID @cclerget) for finding out that CRI-O just passes pod annotations to OCI annotations:\nhttps://github.com/opencontainers/runc/pull/3923#discussion_r1532292536\n\nCRI-O has to filter out annotations that have the prefix \"org.systemd.property.\"\n\nSee also:\n- https://github.com/opencontainers/runtime-spec/blob/main/features.md#unsafe-annotations-in-configjson\n- https://github.com/opencontainers/runc/pull/4217\n\n\n### Workarounds\nUnfortunately, the only workarounds would involve an external mutating webhook to disallow these annotations\n\n### References",
    "aliases": [
        {
            "alias": "CVE-2024-3154"
        },
        {
            "alias": "GHSA-2cgq-h8xw-2v5j"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/46462?format=api",
            "purl": "pkg:golang/github.com/cri-o/cri-o@1.27.6",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:golang/github.com/cri-o/cri-o@1.27.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/46457?format=api",
            "purl": "pkg:golang/github.com/cri-o/cri-o@1.28.6",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:golang/github.com/cri-o/cri-o@1.28.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/46454?format=api",
            "purl": "pkg:golang/github.com/cri-o/cri-o@1.29.4",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:golang/github.com/cri-o/cri-o@1.29.4"
        }
    ],
    "affected_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/93447?format=api",
            "purl": "pkg:rpm/redhat/cri-o@1.25.5-16.2.rhaos4.12.gitcb09013?arch=el8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-g3wj-7845-e3bs"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/cri-o@1.25.5-16.2.rhaos4.12.gitcb09013%3Farch=el8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/93446?format=api",
            "purl": "pkg:rpm/redhat/cri-o@1.26.5-16.2.rhaos4.13.git67e2a9d?arch=el8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-g3wj-7845-e3bs"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/cri-o@1.26.5-16.2.rhaos4.13.git67e2a9d%3Farch=el8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/93445?format=api",
            "purl": "pkg:rpm/redhat/cri-o@1.27.6-2.rhaos4.14.gitb3bd0bf?arch=el8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-bq1t-9nnj-mkes"
                },
                {
                    "vulnerability": "VCID-g3wj-7845-e3bs"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/cri-o@1.27.6-2.rhaos4.14.gitb3bd0bf%3Farch=el8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/93448?format=api",
            "purl": "pkg:rpm/redhat/cri-o@1.28.6-2.rhaos4.15.git77bbb1c?arch=el8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-bq1t-9nnj-mkes"
                },
                {
                    "vulnerability": "VCID-g3wj-7845-e3bs"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/cri-o@1.28.6-2.rhaos4.15.git77bbb1c%3Farch=el8"
        }
    ],
    "references": [
        {
            "reference_url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-3154.json",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.2",
                    "scoring_system": "cvssv3",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H"
                }
            ],
            "url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-3154.json"
        },
        {
            "reference_url": "https://access.redhat.com/security/cve/CVE-2024-3154",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.2",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/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-04-26T17:14:54Z/"
                }
            ],
            "url": "https://access.redhat.com/security/cve/CVE-2024-3154"
        },
        {
            "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2024-3154",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "0.00231",
                    "scoring_system": "epss",
                    "scoring_elements": "0.45745",
                    "published_at": "2026-05-11T12:55:00Z"
                },
                {
                    "value": "0.00231",
                    "scoring_system": "epss",
                    "scoring_elements": "0.45803",
                    "published_at": "2026-05-09T12:55:00Z"
                },
                {
                    "value": "0.00231",
                    "scoring_system": "epss",
                    "scoring_elements": "0.45784",
                    "published_at": "2026-05-07T12:55:00Z"
                },
                {
                    "value": "0.00272",
                    "scoring_system": "epss",
                    "scoring_elements": "0.5064",
                    "published_at": "2026-04-13T12:55:00Z"
                },
                {
                    "value": "0.00272",
                    "scoring_system": "epss",
                    "scoring_elements": "0.50604",
                    "published_at": "2026-04-02T12:55:00Z"
                },
                {
                    "value": "0.00272",
                    "scoring_system": "epss",
                    "scoring_elements": "0.50631",
                    "published_at": "2026-04-04T12:55:00Z"
                },
                {
                    "value": "0.00272",
                    "scoring_system": "epss",
                    "scoring_elements": "0.50585",
                    "published_at": "2026-04-07T12:55:00Z"
                },
                {
                    "value": "0.00272",
                    "scoring_system": "epss",
                    "scoring_elements": "0.50639",
                    "published_at": "2026-04-08T12:55:00Z"
                },
                {
                    "value": "0.00272",
                    "scoring_system": "epss",
                    "scoring_elements": "0.50636",
                    "published_at": "2026-04-09T12:55:00Z"
                },
                {
                    "value": "0.00272",
                    "scoring_system": "epss",
                    "scoring_elements": "0.50678",
                    "published_at": "2026-04-11T12:55:00Z"
                },
                {
                    "value": "0.00272",
                    "scoring_system": "epss",
                    "scoring_elements": "0.50655",
                    "published_at": "2026-04-12T12:55:00Z"
                },
                {
                    "value": "0.00272",
                    "scoring_system": "epss",
                    "scoring_elements": "0.50682",
                    "published_at": "2026-04-16T12:55:00Z"
                },
                {
                    "value": "0.00272",
                    "scoring_system": "epss",
                    "scoring_elements": "0.50688",
                    "published_at": "2026-04-18T12:55:00Z"
                },
                {
                    "value": "0.00272",
                    "scoring_system": "epss",
                    "scoring_elements": "0.50668",
                    "published_at": "2026-04-21T12:55:00Z"
                },
                {
                    "value": "0.00272",
                    "scoring_system": "epss",
                    "scoring_elements": "0.50617",
                    "published_at": "2026-04-24T12:55:00Z"
                },
                {
                    "value": "0.00272",
                    "scoring_system": "epss",
                    "scoring_elements": "0.50624",
                    "published_at": "2026-04-26T12:55:00Z"
                },
                {
                    "value": "0.00272",
                    "scoring_system": "epss",
                    "scoring_elements": "0.5058",
                    "published_at": "2026-04-29T12:55:00Z"
                },
                {
                    "value": "0.00272",
                    "scoring_system": "epss",
                    "scoring_elements": "0.50503",
                    "published_at": "2026-05-05T12:55:00Z"
                },
                {
                    "value": "0.0028",
                    "scoring_system": "epss",
                    "scoring_elements": "0.51323",
                    "published_at": "2026-05-12T12:55:00Z"
                },
                {
                    "value": "0.0028",
                    "scoring_system": "epss",
                    "scoring_elements": "0.51399",
                    "published_at": "2026-05-14T12:55:00Z"
                }
            ],
            "url": "https://api.first.org/data/v1/epss?cve=CVE-2024-3154"
        },
        {
            "reference_url": "https://bugzilla.redhat.com/show_bug.cgi?id=2272532",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.2",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/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-04-26T17:14:54Z/"
                }
            ],
            "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2272532"
        },
        {
            "reference_url": "https://github.com/cri-o/cri-o",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.2",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/cri-o/cri-o"
        },
        {
            "reference_url": "https://github.com/cri-o/cri-o/security/advisories/GHSA-2cgq-h8xw-2v5j",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.2",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/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-04-26T17:14:54Z/"
                }
            ],
            "url": "https://github.com/cri-o/cri-o/security/advisories/GHSA-2cgq-h8xw-2v5j"
        },
        {
            "reference_url": "https://github.com/opencontainers/runc/pull/4217",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.2",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/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-04-26T17:14:54Z/"
                }
            ],
            "url": "https://github.com/opencontainers/runc/pull/4217"
        },
        {
            "reference_url": "https://github.com/opencontainers/runtime-spec/blob/main/features.md#unsafe-annotations-in-configjson",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.2",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/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-04-26T17:14:54Z/"
                }
            ],
            "url": "https://github.com/opencontainers/runtime-spec/blob/main/features.md#unsafe-annotations-in-configjson"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3154",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "7.2",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:H/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-3154"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/search/results?adv_search=true&isCpeNameSearch=true&query=cpe:/a:redhat:openshift:3.11",
            "reference_id": "cpe:/a:redhat:openshift:3.11",
            "reference_type": "",
            "scores": [],
            "url": "https://nvd.nist.gov/vuln/search/results?adv_search=true&isCpeNameSearch=true&query=cpe:/a:redhat:openshift:3.11"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/search/results?adv_search=true&isCpeNameSearch=true&query=cpe:/a:redhat:openshift:4.12::el8",
            "reference_id": "cpe:/a:redhat:openshift:4.12::el8",
            "reference_type": "",
            "scores": [],
            "url": "https://nvd.nist.gov/vuln/search/results?adv_search=true&isCpeNameSearch=true&query=cpe:/a:redhat:openshift:4.12::el8"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/search/results?adv_search=true&isCpeNameSearch=true&query=cpe:/a:redhat:openshift:4.12::el9",
            "reference_id": "cpe:/a:redhat:openshift:4.12::el9",
            "reference_type": "",
            "scores": [],
            "url": "https://nvd.nist.gov/vuln/search/results?adv_search=true&isCpeNameSearch=true&query=cpe:/a:redhat:openshift:4.12::el9"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/search/results?adv_search=true&isCpeNameSearch=true&query=cpe:/a:redhat:openshift:4.13::el8",
            "reference_id": "cpe:/a:redhat:openshift:4.13::el8",
            "reference_type": "",
            "scores": [],
            "url": "https://nvd.nist.gov/vuln/search/results?adv_search=true&isCpeNameSearch=true&query=cpe:/a:redhat:openshift:4.13::el8"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/search/results?adv_search=true&isCpeNameSearch=true&query=cpe:/a:redhat:openshift:4.13::el9",
            "reference_id": "cpe:/a:redhat:openshift:4.13::el9",
            "reference_type": "",
            "scores": [],
            "url": "https://nvd.nist.gov/vuln/search/results?adv_search=true&isCpeNameSearch=true&query=cpe:/a:redhat:openshift:4.13::el9"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/search/results?adv_search=true&isCpeNameSearch=true&query=cpe:/a:redhat:openshift:4.14::el8",
            "reference_id": "cpe:/a:redhat:openshift:4.14::el8",
            "reference_type": "",
            "scores": [],
            "url": "https://nvd.nist.gov/vuln/search/results?adv_search=true&isCpeNameSearch=true&query=cpe:/a:redhat:openshift:4.14::el8"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/search/results?adv_search=true&isCpeNameSearch=true&query=cpe:/a:redhat:openshift:4.14::el9",
            "reference_id": "cpe:/a:redhat:openshift:4.14::el9",
            "reference_type": "",
            "scores": [],
            "url": "https://nvd.nist.gov/vuln/search/results?adv_search=true&isCpeNameSearch=true&query=cpe:/a:redhat:openshift:4.14::el9"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/search/results?adv_search=true&isCpeNameSearch=true&query=cpe:/a:redhat:openshift:4.15::el8",
            "reference_id": "cpe:/a:redhat:openshift:4.15::el8",
            "reference_type": "",
            "scores": [],
            "url": "https://nvd.nist.gov/vuln/search/results?adv_search=true&isCpeNameSearch=true&query=cpe:/a:redhat:openshift:4.15::el8"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/search/results?adv_search=true&isCpeNameSearch=true&query=cpe:/a:redhat:openshift:4.15::el9",
            "reference_id": "cpe:/a:redhat:openshift:4.15::el9",
            "reference_type": "",
            "scores": [],
            "url": "https://nvd.nist.gov/vuln/search/results?adv_search=true&isCpeNameSearch=true&query=cpe:/a:redhat:openshift:4.15::el9"
        }
    ],
    "weaknesses": [
        {
            "cwe_id": 77,
            "name": "Improper Neutralization of Special Elements used in a Command ('Command Injection')",
            "description": "The product constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component."
        }
    ],
    "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-g3wj-7845-e3bs"
}