Lookup for vulnerabilities affecting packages.

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

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/16555?format=api",
    "vulnerability_id": "VCID-jabk-tfv9-gfhx",
    "summary": "Improper Authentication in Apache Hadoop\nApache Hadoop 0.23.x before 0.23.11 and 2.x before 2.4.1, as used in Cloudera CDH 5.0.x before 5.0.2, do not check authorization for the (1) refreshNamenodes, (2) deleteBlockPool, and (3) shutdownDatanode HDFS admin commands, which allows remote authenticated users to cause a denial of service (DataNodes shutdown) or perform unnecessary operations by issuing a command.",
    "aliases": [
        {
            "alias": "CVE-2014-0229"
        },
        {
            "alias": "GHSA-9r7g-325h-mxrm"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/53834?format=api",
            "purl": "pkg:maven/org.apache.hadoop/hadoop-common@0.23.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-ax8z-33ed-g3gb"
                },
                {
                    "vulnerability": "VCID-jd2z-gp4k-97dq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.hadoop/hadoop-common@0.23.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/62288?format=api",
            "purl": "pkg:maven/org.apache.hadoop/hadoop-common@2.4.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-ax8z-33ed-g3gb"
                },
                {
                    "vulnerability": "VCID-jd2z-gp4k-97dq"
                },
                {
                    "vulnerability": "VCID-nr94-ag1e-83ad"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.hadoop/hadoop-common@2.4.1"
        }
    ],
    "affected_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/53833?format=api",
            "purl": "pkg:maven/org.apache.hadoop/hadoop-common@0.23.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-ax8z-33ed-g3gb"
                },
                {
                    "vulnerability": "VCID-jabk-tfv9-gfhx"
                },
                {
                    "vulnerability": "VCID-jd2z-gp4k-97dq"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.hadoop/hadoop-common@0.23.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/53835?format=api",
            "purl": "pkg:maven/org.apache.hadoop/hadoop-common@2.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7wff-jq7y-ruae"
                },
                {
                    "vulnerability": "VCID-ax8z-33ed-g3gb"
                },
                {
                    "vulnerability": "VCID-jabk-tfv9-gfhx"
                },
                {
                    "vulnerability": "VCID-jd2z-gp4k-97dq"
                },
                {
                    "vulnerability": "VCID-n2yn-xfvx-g7a2"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.hadoop/hadoop-common@2.0.0"
        }
    ],
    "references": [
        {
            "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2014-0229",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "0.00461",
                    "scoring_system": "epss",
                    "scoring_elements": "0.6445",
                    "published_at": "2026-05-30T12:55:00Z"
                }
            ],
            "url": "https://api.first.org/data/v1/epss?cve=CVE-2014-0229"
        },
        {
            "reference_url": "https://www.cloudera.com/documentation/other/security-bulletins/topics/csb_topic_1.html#concept_i1q_xvk_2r",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "6.5",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://www.cloudera.com/documentation/other/security-bulletins/topics/csb_topic_1.html#concept_i1q_xvk_2r"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2014-0229",
            "reference_id": "CVE-2014-0229",
            "reference_type": "",
            "scores": [
                {
                    "value": "6.5",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://nvd.nist.gov/vuln/detail/CVE-2014-0229"
        },
        {
            "reference_url": "https://github.com/advisories/GHSA-9r7g-325h-mxrm",
            "reference_id": "GHSA-9r7g-325h-mxrm",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/advisories/GHSA-9r7g-325h-mxrm"
        }
    ],
    "weaknesses": [
        {
            "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."
        },
        {
            "cwe_id": 264,
            "name": "Permissions, Privileges, and Access Controls",
            "description": "Weaknesses in this category are related to the management of permissions, privileges, and other security features that are used to perform access control."
        },
        {
            "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": 287,
            "name": "Improper Authentication",
            "description": "When an actor claims to have a given identity, the product does not prove or insufficiently proves that the claim is correct."
        }
    ],
    "exploits": [],
    "severity_range_score": "4.0 - 6.9",
    "exploitability": "0.5",
    "weighted_severity": "0.0",
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-jabk-tfv9-gfhx"
}