CVE-2024-32002
Vulnerability from cvelistv5
Published
2024-05-14 18:40
Modified
2024-08-02 01:59
Severity ?
Summary
Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, repositories with submodules can be crafted in a way that exploits a bug in Git whereby it can be fooled into writing files not into the submodule's worktree but into a `.git/` directory. This allows writing a hook that will be executed while the clone operation is still running, giving the user no opportunity to inspect the code that is being executed. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4. If symbolic link support is disabled in Git (e.g. via `git config --global core.symlinks false`), the described attack won't work. As always, it is best to avoid cloning repositories from untrusted sources.
References
security-advisories@github.comhttp://www.openwall.com/lists/oss-security/2024/05/14/2
security-advisories@github.comhttps://git-scm.com/docs/git-clone#Documentation/git-clone.txt---recurse-submodulesltpathspecgtNot Applicable
security-advisories@github.comhttps://git-scm.com/docs/git-config#Documentation/git-config.txt-coresymlinksNot Applicable
security-advisories@github.comhttps://github.com/git/git/commit/97065761333fd62db1912d81b489db938d8c991dPatch
security-advisories@github.comhttps://github.com/git/git/security/advisories/GHSA-8h77-4q3w-gfgvThird Party Advisory
security-advisories@github.comhttps://lists.debian.org/debian-lts-announce/2024/06/msg00018.html
security-advisories@github.comhttps://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S4CK4IYTXEOBZTEM5K3T6LWOIZ3S44AR/
af854a3a-2127-422b-91ae-364da2661108http://www.openwall.com/lists/oss-security/2024/05/14/2
af854a3a-2127-422b-91ae-364da2661108https://git-scm.com/docs/git-clone#Documentation/git-clone.txt---recurse-submodulesltpathspecgtNot Applicable
af854a3a-2127-422b-91ae-364da2661108https://git-scm.com/docs/git-config#Documentation/git-config.txt-coresymlinksNot Applicable
af854a3a-2127-422b-91ae-364da2661108https://github.com/git/git/commit/97065761333fd62db1912d81b489db938d8c991dPatch
af854a3a-2127-422b-91ae-364da2661108https://github.com/git/git/security/advisories/GHSA-8h77-4q3w-gfgvThird Party Advisory
af854a3a-2127-422b-91ae-364da2661108https://lists.debian.org/debian-lts-announce/2024/06/msg00018.html
af854a3a-2127-422b-91ae-364da2661108https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S4CK4IYTXEOBZTEM5K3T6LWOIZ3S44AR/
Impacted products
Vendor Product Version
Show details on NVD website


{
   containers: {
      adp: [
         {
            affected: [
               {
                  cpes: [
                     "cpe:2.3:a:git:git:2.45.0:*:*:*:*:*:*:*",
                  ],
                  defaultStatus: "unknown",
                  product: "git",
                  vendor: "git",
                  versions: [
                     {
                        status: "affected",
                        version: "2.45.0",
                     },
                  ],
               },
               {
                  cpes: [
                     "cpe:2.3:a:git:git:2.44.0:*:*:*:*:*:*:*",
                  ],
                  defaultStatus: "unknown",
                  product: "git",
                  vendor: "git",
                  versions: [
                     {
                        status: "affected",
                        version: "2.44.0",
                     },
                  ],
               },
               {
                  cpes: [
                     "cpe:2.3:a:git:git:2.43:*:*:*:*:*:*:*",
                  ],
                  defaultStatus: "unknown",
                  product: "git",
                  vendor: "git",
                  versions: [
                     {
                        lessThan: "2.43.4",
                        status: "affected",
                        version: "2.43",
                        versionType: "custom",
                     },
                  ],
               },
               {
                  cpes: [
                     "cpe:2.3:a:git:git:2.42.0:*:*:*:*:*:*:*",
                  ],
                  defaultStatus: "unknown",
                  product: "git",
                  vendor: "git",
                  versions: [
                     {
                        lessThan: "2.42.2",
                        status: "affected",
                        version: "2.42.0",
                        versionType: "custom",
                     },
                  ],
               },
               {
                  cpes: [
                     "cpe:2.3:a:git:git:2.41.0:*:*:*:*:*:*:*",
                  ],
                  defaultStatus: "unknown",
                  product: "git",
                  vendor: "git",
                  versions: [
                     {
                        status: "affected",
                        version: "2.41.0",
                     },
                  ],
               },
               {
                  cpes: [
                     "cpe:2.3:a:git:git:2.40.0:*:*:*:*:*:*:*",
                  ],
                  defaultStatus: "unknown",
                  product: "git",
                  vendor: "git",
                  versions: [
                     {
                        lessThan: "2.40.2",
                        status: "affected",
                        version: "2.40.0",
                        versionType: "custom",
                     },
                  ],
               },
               {
                  cpes: [
                     "cpe:2.3:a:git:git:*:*:*:*:*:*:*:*",
                  ],
                  defaultStatus: "unknown",
                  product: "git",
                  vendor: "git",
                  versions: [
                     {
                        lessThan: "2.39.4",
                        status: "affected",
                        version: "0",
                        versionType: "custom",
                     },
                  ],
               },
            ],
            metrics: [
               {
                  other: {
                     content: {
                        id: "CVE-2024-32002",
                        options: [
                           {
                              Exploitation: "poc",
                           },
                           {
                              Automatable: "no",
                           },
                           {
                              "Technical Impact": "total",
                           },
                        ],
                        role: "CISA Coordinator",
                        timestamp: "2024-05-29T14:18:00.384488Z",
                        version: "2.0.3",
                     },
                     type: "ssvc",
                  },
               },
            ],
            providerMetadata: {
               dateUpdated: "2024-06-06T17:12:17.508Z",
               orgId: "134c704f-9b21-4f2e-91b3-4a467353bcc0",
               shortName: "CISA-ADP",
            },
            title: "CISA ADP Vulnrichment",
         },
         {
            providerMetadata: {
               dateUpdated: "2024-08-02T01:59:50.899Z",
               orgId: "af854a3a-2127-422b-91ae-364da2661108",
               shortName: "CVE",
            },
            references: [
               {
                  name: "https://github.com/git/git/security/advisories/GHSA-8h77-4q3w-gfgv",
                  tags: [
                     "x_refsource_CONFIRM",
                     "x_transferred",
                  ],
                  url: "https://github.com/git/git/security/advisories/GHSA-8h77-4q3w-gfgv",
               },
               {
                  name: "https://github.com/git/git/commit/97065761333fd62db1912d81b489db938d8c991d",
                  tags: [
                     "x_refsource_MISC",
                     "x_transferred",
                  ],
                  url: "https://github.com/git/git/commit/97065761333fd62db1912d81b489db938d8c991d",
               },
               {
                  name: "https://git-scm.com/docs/git-clone#Documentation/git-clone.txt---recurse-submodulesltpathspecgt",
                  tags: [
                     "x_refsource_MISC",
                     "x_transferred",
                  ],
                  url: "https://git-scm.com/docs/git-clone#Documentation/git-clone.txt---recurse-submodulesltpathspecgt",
               },
               {
                  name: "https://git-scm.com/docs/git-config#Documentation/git-config.txt-coresymlinks",
                  tags: [
                     "x_refsource_MISC",
                     "x_transferred",
                  ],
                  url: "https://git-scm.com/docs/git-config#Documentation/git-config.txt-coresymlinks",
               },
               {
                  tags: [
                     "x_transferred",
                  ],
                  url: "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S4CK4IYTXEOBZTEM5K3T6LWOIZ3S44AR/",
               },
               {
                  tags: [
                     "x_transferred",
                  ],
                  url: "http://www.openwall.com/lists/oss-security/2024/05/14/2",
               },
               {
                  tags: [
                     "x_transferred",
                  ],
                  url: "https://lists.debian.org/debian-lts-announce/2024/06/msg00018.html",
               },
            ],
            title: "CVE Program Container",
         },
      ],
      cna: {
         affected: [
            {
               product: "git",
               vendor: "git",
               versions: [
                  {
                     status: "affected",
                     version: "= 2.45.0",
                  },
                  {
                     status: "affected",
                     version: "= 2.44.0",
                  },
                  {
                     status: "affected",
                     version: ">= 2.43.0, < 2.43.4",
                  },
                  {
                     status: "affected",
                     version: ">= 2.42.0, < 2.42.2",
                  },
                  {
                     status: "affected",
                     version: "= 2.41.0",
                  },
                  {
                     status: "affected",
                     version: ">= 2.40.0, < 2.40.2",
                  },
                  {
                     status: "affected",
                     version: "< 2.39.4",
                  },
               ],
            },
         ],
         descriptions: [
            {
               lang: "en",
               value: "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, repositories with submodules can be crafted in a way that exploits a bug in Git whereby it can be fooled into writing files not into the submodule's worktree but into a `.git/` directory. This allows writing a hook that will be executed while the clone operation is still running, giving the user no opportunity to inspect the code that is being executed. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4. If symbolic link support is disabled in Git (e.g. via `git config --global core.symlinks false`), the described attack won't work. As always, it is best to avoid cloning repositories from untrusted sources.",
            },
         ],
         metrics: [
            {
               cvssV3_1: {
                  attackComplexity: "HIGH",
                  attackVector: "NETWORK",
                  availabilityImpact: "HIGH",
                  baseScore: 9.1,
                  baseSeverity: "CRITICAL",
                  confidentialityImpact: "HIGH",
                  integrityImpact: "HIGH",
                  privilegesRequired: "NONE",
                  scope: "CHANGED",
                  userInteraction: "NONE",
                  vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
                  version: "3.1",
               },
            },
         ],
         problemTypes: [
            {
               descriptions: [
                  {
                     cweId: "CWE-22",
                     description: "CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')",
                     lang: "en",
                     type: "CWE",
                  },
               ],
            },
            {
               descriptions: [
                  {
                     cweId: "CWE-434",
                     description: "CWE-434: Unrestricted Upload of File with Dangerous Type",
                     lang: "en",
                     type: "CWE",
                  },
               ],
            },
         ],
         providerMetadata: {
            dateUpdated: "2024-05-14T18:44:50.559Z",
            orgId: "a0819718-46f1-4df5-94e2-005712e83aaa",
            shortName: "GitHub_M",
         },
         references: [
            {
               name: "https://github.com/git/git/security/advisories/GHSA-8h77-4q3w-gfgv",
               tags: [
                  "x_refsource_CONFIRM",
               ],
               url: "https://github.com/git/git/security/advisories/GHSA-8h77-4q3w-gfgv",
            },
            {
               name: "https://github.com/git/git/commit/97065761333fd62db1912d81b489db938d8c991d",
               tags: [
                  "x_refsource_MISC",
               ],
               url: "https://github.com/git/git/commit/97065761333fd62db1912d81b489db938d8c991d",
            },
            {
               name: "https://git-scm.com/docs/git-clone#Documentation/git-clone.txt---recurse-submodulesltpathspecgt",
               tags: [
                  "x_refsource_MISC",
               ],
               url: "https://git-scm.com/docs/git-clone#Documentation/git-clone.txt---recurse-submodulesltpathspecgt",
            },
            {
               name: "https://git-scm.com/docs/git-config#Documentation/git-config.txt-coresymlinks",
               tags: [
                  "x_refsource_MISC",
               ],
               url: "https://git-scm.com/docs/git-config#Documentation/git-config.txt-coresymlinks",
            },
            {
               url: "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S4CK4IYTXEOBZTEM5K3T6LWOIZ3S44AR/",
            },
            {
               url: "http://www.openwall.com/lists/oss-security/2024/05/14/2",
            },
            {
               url: "https://lists.debian.org/debian-lts-announce/2024/06/msg00018.html",
            },
         ],
         source: {
            advisory: "GHSA-8h77-4q3w-gfgv",
            discovery: "UNKNOWN",
         },
         title: "Git's recursive clones on case-insensitive filesystems that support symlinks are susceptible to Remote Code Execution",
      },
   },
   cveMetadata: {
      assignerOrgId: "a0819718-46f1-4df5-94e2-005712e83aaa",
      assignerShortName: "GitHub_M",
      cveId: "CVE-2024-32002",
      datePublished: "2024-05-14T18:40:46.652Z",
      dateReserved: "2024-04-08T13:48:37.492Z",
      dateUpdated: "2024-08-02T01:59:50.899Z",
      state: "PUBLISHED",
   },
   dataType: "CVE_RECORD",
   dataVersion: "5.1",
   "vulnerability-lookup:meta": {
      nvd: "{\"cve\":{\"id\":\"CVE-2024-32002\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-05-14T19:15:10.810\",\"lastModified\":\"2024-11-21T09:14:19.267\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, repositories with submodules can be crafted in a way that exploits a bug in Git whereby it can be fooled into writing files not into the submodule's worktree but into a `.git/` directory. This allows writing a hook that will be executed while the clone operation is still running, giving the user no opportunity to inspect the code that is being executed. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4. If symbolic link support is disabled in Git (e.g. via `git config --global core.symlinks false`), the described attack won't work. As always, it is best to avoid cloning repositories from untrusted sources.\"},{\"lang\":\"es\",\"value\":\"Git es un sistema de control de revisiones. Antes de las versiones 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2 y 2.39.4, los repositorios con submódulos se podían manipular de manera que explotaran un error en Git mediante el cual se deja engañar y escribe archivos, no en el árbol de trabajo del submódulo, sino en un directorio `.git/`. Esto permite escribir un enlace que se ejecutará mientras la operación de clonación aún se está ejecutando, sin darle al usuario la oportunidad de inspeccionar el código que se está ejecutando. El problema se solucionó en las versiones 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2 y 2.39.4. Si la compatibilidad con enlaces simbólicos está deshabilitada en Git (por ejemplo, mediante `git config --global core.symlinks false`), el ataque descrito no funcionará. Como siempre, es mejor evitar clonar repositorios de fuentes que no sean de confianza.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H\",\"baseScore\":9.0,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.2,\"impactScore\":6.0},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H\",\"baseScore\":9.0,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.2,\"impactScore\":6.0}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-22\"},{\"lang\":\"en\",\"value\":\"CWE-434\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-59\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git:git:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"2.39.4\",\"matchCriteriaId\":\"67C50136-86FF-4BCF-B21F-5F09947CF6AC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.40.0\",\"versionEndExcluding\":\"2.40.2\",\"matchCriteriaId\":\"28F0EBE5-AAB1-4BC8-B3CA-5F0B3D71642B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.42.0\",\"versionEndExcluding\":\"2.42.2\",\"matchCriteriaId\":\"790B191F-6DD7-4F0A-96BD-BAD5CF3F2081\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.43.0\",\"versionEndExcluding\":\"2.43.4\",\"matchCriteriaId\":\"14C6890A-11D9-46CD-AF1D-85FAF61A0AA8\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git:git:2.41.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"09120A06-22E2-45A6-93B3-913DB7F52788\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git:git:2.44.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A641AB1F-0712-43F6-B7D6-E19D1D88D3C3\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git:git:2.45.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"1E742D5F-55D2-47D7-A3CC-C359A4555E7E\"}]}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2024/05/14/2\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://git-scm.com/docs/git-clone#Documentation/git-clone.txt---recurse-submodulesltpathspecgt\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Not Applicable\"]},{\"url\":\"https://git-scm.com/docs/git-config#Documentation/git-config.txt-coresymlinks\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Not Applicable\"]},{\"url\":\"https://github.com/git/git/commit/97065761333fd62db1912d81b489db938d8c991d\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/git/git/security/advisories/GHSA-8h77-4q3w-gfgv\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/06/msg00018.html\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S4CK4IYTXEOBZTEM5K3T6LWOIZ3S44AR/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/05/14/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://git-scm.com/docs/git-clone#Documentation/git-clone.txt---recurse-submodulesltpathspecgt\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Not Applicable\"]},{\"url\":\"https://git-scm.com/docs/git-config#Documentation/git-config.txt-coresymlinks\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Not Applicable\"]},{\"url\":\"https://github.com/git/git/commit/97065761333fd62db1912d81b489db938d8c991d\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/git/git/security/advisories/GHSA-8h77-4q3w-gfgv\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/06/msg00018.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S4CK4IYTXEOBZTEM5K3T6LWOIZ3S44AR/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
   },
}


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.