gsd-2017-7669
Vulnerability from gsd
Modified
2023-12-13 01:21
Details
In Apache Hadoop 2.8.0, 3.0.0-alpha1, and 3.0.0-alpha2, the LinuxContainerExecutor runs docker commands as root with insufficient input validation. When the docker feature is enabled, authenticated users can run commands as root.
Aliases
Aliases



{
   GSD: {
      alias: "CVE-2017-7669",
      description: "In Apache Hadoop 2.8.0, 3.0.0-alpha1, and 3.0.0-alpha2, the LinuxContainerExecutor runs docker commands as root with insufficient input validation. When the docker feature is enabled, authenticated users can run commands as root.",
      id: "GSD-2017-7669",
   },
   gsd: {
      metadata: {
         exploitCode: "unknown",
         remediation: "unknown",
         reportConfidence: "confirmed",
         type: "vulnerability",
      },
      osvSchema: {
         aliases: [
            "CVE-2017-7669",
         ],
         details: "In Apache Hadoop 2.8.0, 3.0.0-alpha1, and 3.0.0-alpha2, the LinuxContainerExecutor runs docker commands as root with insufficient input validation. When the docker feature is enabled, authenticated users can run commands as root.",
         id: "GSD-2017-7669",
         modified: "2023-12-13T01:21:06.620376Z",
         schema_version: "1.4.0",
      },
   },
   namespaces: {
      "cve.org": {
         CVE_data_meta: {
            ASSIGNER: "security@apache.org",
            ID: "CVE-2017-7669",
            STATE: "PUBLIC",
         },
         affects: {
            vendor: {
               vendor_data: [
                  {
                     product: {
                        product_data: [
                           {
                              product_name: "Apache Hadoop",
                              version: {
                                 version_data: [
                                    {
                                       version_value: "2.8.0",
                                    },
                                    {
                                       version_value: "3.0.0-alpha1 and 3.0.0-alpha2",
                                    },
                                 ],
                              },
                           },
                        ],
                     },
                     vendor_name: "Apache Software Foundation",
                  },
               ],
            },
         },
         data_format: "MITRE",
         data_type: "CVE",
         data_version: "4.0",
         description: {
            description_data: [
               {
                  lang: "eng",
                  value: "In Apache Hadoop 2.8.0, 3.0.0-alpha1, and 3.0.0-alpha2, the LinuxContainerExecutor runs docker commands as root with insufficient input validation. When the docker feature is enabled, authenticated users can run commands as root.",
               },
            ],
         },
         problemtype: {
            problemtype_data: [
               {
                  description: [
                     {
                        lang: "eng",
                        value: "Privilege escalation",
                     },
                  ],
               },
            ],
         },
         references: {
            reference_data: [
               {
                  name: "98795",
                  refsource: "BID",
                  url: "http://www.securityfocus.com/bid/98795",
               },
               {
                  name: "[hadoop-user] 20170602 CVE-2017-7669: Apache Hadoop privilege escalation",
                  refsource: "MLIST",
                  url: "https://mail-archives.apache.org/mod_mbox/hadoop-user/201706.mbox/%3C4A2FDA56-491B-4C2A-915F-C9D4A4BDB92A%40apache.org%3E",
               },
            ],
         },
      },
      "gitlab.com": {
         advisories: [
            {
               affected_range: "[2.8.0],[3.0.0]",
               affected_versions: "Version 2.8.0, version 3.0.0",
               cvss_v2: "AV:N/AC:M/Au:S/C:C/I:C/A:C",
               cvss_v3: "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
               cwe_ids: [
                  "CWE-1035",
                  "CWE-20",
                  "CWE-937",
               ],
               date: "2017-06-09",
               description: "In Apache Hadoop, the `LinuxContainerExecutor` runs docker commands as root with insufficient input validation. When the docker feature is enabled, authenticated users can run commands as root.",
               fixed_versions: [
                  "2.8.1",
                  "3.0.1",
               ],
               identifier: "CVE-2017-7669",
               identifiers: [
                  "CVE-2017-7669",
               ],
               not_impacted: "All versions before 2.8.0, all versions after 2.8.0 before 3.0.0, all versions after 3.0.0",
               package_slug: "maven/org.apache.hadoop/hadoop-common",
               pubdate: "2017-06-05",
               solution: "Upgrade to versions 2.8.1, 3.0.1 or above.",
               title: "Improper Input Validation",
               urls: [
                  "https://nvd.nist.gov/vuln/detail/CVE-2017-7669",
                  "http://www.securityfocus.com/bid/98795",
               ],
               uuid: "818563fc-6d78-4c99-b313-2e9d6ed2fb08",
            },
            {
               affected_range: "[2.8.0],[3.0-alpha0,3.0.0-alpha2]",
               affected_versions: "All versions starting from 2.8.0, all versions starting from 3.0-alpha0 up to 3.0.0-alpha2",
               cvss_v2: "AV:N/AC:M/Au:S/C:C/I:C/A:C",
               cvss_v3: "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
               cwe_ids: [
                  "CWE-1035",
                  "CWE-20",
                  "CWE-937",
               ],
               date: "2017-06-09",
               description: "The `LinuxContainerExecutor` runs docker commands as root with insufficient input validation. When the docker feature is enabled, authenticated users can run commands as root.",
               fixed_versions: [
                  "2.8.1",
                  "3.0.0-alpha3",
               ],
               identifier: "CVE-2017-7669",
               identifiers: [
                  "CVE-2017-7669",
               ],
               not_impacted: "All versions before 2.8.0, all versions after 2.8.0 before 3.0-alpha0, all versions after 3.0.0-alpha2",
               package_slug: "maven/org.apache.hadoop/hadoop-yarn-server-nodemanager",
               pubdate: "2017-06-04",
               solution: "Upgrade to versions 2.8.1, 3.0.0-alpha3 or above.",
               title: "Privilege escalation",
               urls: [
                  "http://seclists.org/oss-sec/2017/q2/394",
                  "https://bugzilla.redhat.com/show_bug.cgi?id=1448373",
                  "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7669",
               ],
               uuid: "ce560391-b602-4413-963d-42b690eea997",
            },
         ],
      },
      "nvd.nist.gov": {
         configurations: {
            CVE_data_version: "4.0",
            nodes: [
               {
                  children: [],
                  cpe_match: [
                     {
                        cpe23Uri: "cpe:2.3:a:apache:hadoop:2.8.0:*:*:*:*:*:*:*",
                        cpe_name: [],
                        vulnerable: true,
                     },
                     {
                        cpe23Uri: "cpe:2.3:a:apache:hadoop:3.0.0:alpha2:*:*:*:*:*:*",
                        cpe_name: [],
                        vulnerable: true,
                     },
                     {
                        cpe23Uri: "cpe:2.3:a:apache:hadoop:3.0.0:alpha1:*:*:*:*:*:*",
                        cpe_name: [],
                        vulnerable: true,
                     },
                  ],
                  operator: "OR",
               },
            ],
         },
         cve: {
            CVE_data_meta: {
               ASSIGNER: "security@apache.org",
               ID: "CVE-2017-7669",
            },
            data_format: "MITRE",
            data_type: "CVE",
            data_version: "4.0",
            description: {
               description_data: [
                  {
                     lang: "en",
                     value: "In Apache Hadoop 2.8.0, 3.0.0-alpha1, and 3.0.0-alpha2, the LinuxContainerExecutor runs docker commands as root with insufficient input validation. When the docker feature is enabled, authenticated users can run commands as root.",
                  },
               ],
            },
            problemtype: {
               problemtype_data: [
                  {
                     description: [
                        {
                           lang: "en",
                           value: "CWE-20",
                        },
                     ],
                  },
               ],
            },
            references: {
               reference_data: [
                  {
                     name: "[hadoop-user] 20170602 CVE-2017-7669: Apache Hadoop privilege escalation",
                     refsource: "MLIST",
                     tags: [
                        "Mailing List",
                        "Vendor Advisory",
                     ],
                     url: "https://mail-archives.apache.org/mod_mbox/hadoop-user/201706.mbox/%3C4A2FDA56-491B-4C2A-915F-C9D4A4BDB92A%40apache.org%3E",
                  },
                  {
                     name: "98795",
                     refsource: "BID",
                     tags: [
                        "Third Party Advisory",
                        "VDB Entry",
                     ],
                     url: "http://www.securityfocus.com/bid/98795",
                  },
               ],
            },
         },
         impact: {
            baseMetricV2: {
               cvssV2: {
                  accessComplexity: "MEDIUM",
                  accessVector: "NETWORK",
                  authentication: "SINGLE",
                  availabilityImpact: "COMPLETE",
                  baseScore: 8.5,
                  confidentialityImpact: "COMPLETE",
                  integrityImpact: "COMPLETE",
                  vectorString: "AV:N/AC:M/Au:S/C:C/I:C/A:C",
                  version: "2.0",
               },
               exploitabilityScore: 6.8,
               impactScore: 10,
               obtainAllPrivilege: false,
               obtainOtherPrivilege: false,
               obtainUserPrivilege: false,
               severity: "HIGH",
               userInteractionRequired: false,
            },
            baseMetricV3: {
               cvssV3: {
                  attackComplexity: "HIGH",
                  attackVector: "NETWORK",
                  availabilityImpact: "HIGH",
                  baseScore: 7.5,
                  baseSeverity: "HIGH",
                  confidentialityImpact: "HIGH",
                  integrityImpact: "HIGH",
                  privilegesRequired: "LOW",
                  scope: "UNCHANGED",
                  userInteraction: "NONE",
                  vectorString: "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
                  version: "3.0",
               },
               exploitabilityScore: 1.6,
               impactScore: 5.9,
            },
         },
         lastModifiedDate: "2017-06-09T16:21Z",
         publishedDate: "2017-06-05T01:29Z",
      },
   },
}


Log in or create an account to share your comment.

Security Advisory comment format.

This schema specifies the format of a comment related to a security advisory.

UUIDv4 of the comment
UUIDv4 of the Vulnerability-Lookup instance
When the comment was created originally
When the comment was last updated
Title of the comment
Description of the comment
The identifier of the vulnerability (CVE ID, GHSA-ID, PYSEC ID, etc.).



Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.