Action not permitted
Modal body text goes here.
CVE-2024-32020
Vulnerability from cvelistv5
Published
2024-05-14 18:54
Modified
2024-08-02 01:59
Severity ?
EPSS score ?
Summary
Cloning local Git repository by untrusted user allows the untrusted user to modify objects in the cloned repository at will
References
Impacted products
{ "containers": { "adp": [ { "affected": [ { "cpes": [ "cpe:2.3:a:git:git:*:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "git", "vendor": "git", "versions": [ { "lessThan": "2.39.4", "status": "affected", "version": "0", "versionType": "custom" } ] }, { "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" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2024-32020", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-05-15T14:32:40.280977Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-06-06T17:15:59.133Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" }, { "providerMetadata": { "dateUpdated": "2024-08-02T01:59:50.905Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/git/git/security/advisories/GHSA-5rfh-556j-fhgj", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/git/git/security/advisories/GHSA-5rfh-556j-fhgj" }, { "name": "https://github.com/git/git/commit/1204e1a824c34071019fe106348eaa6d88f9528d", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/git/git/commit/1204e1a824c34071019fe106348eaa6d88f9528d" }, { "name": "https://github.com/git/git/commit/9e65df5eab274bf74c7b570107aacd1303a1e703", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/git/git/commit/9e65df5eab274bf74c7b570107aacd1303a1e703" }, { "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" } ], "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": "\u003e= 2.43.0, \u003c 2.43.4" }, { "status": "affected", "version": "\u003e= 2.42.0, \u003c 2.42.2" }, { "status": "affected", "version": "= 2.41.0" }, { "status": "affected", "version": "\u003e= 2.40.0, \u003c 2.40.2" }, { "status": "affected", "version": "\u003c 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, local clones may end up hardlinking files into the target repository\u0027s object database when source and target repository reside on the same disk. If the source repository is owned by a different user, then those hardlinked files may be rewritten at any point in time by the untrusted user. Cloning local repositories will cause Git to either copy or hardlink files of the source repository into the target repository. This significantly speeds up such local clones compared to doing a \"proper\" clone and saves both disk space and compute time. When cloning a repository located on the same disk that is owned by a different user than the current user we also end up creating such hardlinks. These files will continue to be owned and controlled by the potentially-untrusted user and can be rewritten by them at will in the future. 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." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 3.9, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-281", "description": "CWE-281: Improper Preservation of Permissions", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-05-14T18:54:08.184Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/git/git/security/advisories/GHSA-5rfh-556j-fhgj", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/git/git/security/advisories/GHSA-5rfh-556j-fhgj" }, { "name": "https://github.com/git/git/commit/1204e1a824c34071019fe106348eaa6d88f9528d", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/git/git/commit/1204e1a824c34071019fe106348eaa6d88f9528d" }, { "name": "https://github.com/git/git/commit/9e65df5eab274bf74c7b570107aacd1303a1e703", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/git/git/commit/9e65df5eab274bf74c7b570107aacd1303a1e703" }, { "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" } ], "source": { "advisory": "GHSA-5rfh-556j-fhgj", "discovery": "UNKNOWN" }, "title": "Cloning local Git repository by untrusted user allows the untrusted user to modify objects in the cloned repository at will" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-32020", "datePublished": "2024-05-14T18:54:08.184Z", "dateReserved": "2024-04-09T15:29:35.937Z", "dateUpdated": "2024-08-02T01:59:50.905Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-32020\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-05-14T19:15:12.240\",\"lastModified\":\"2024-11-21T09:14:20.570\",\"vulnStatus\":\"Awaiting Analysis\",\"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, local clones may end up hardlinking files into the target repository\u0027s object database when source and target repository reside on the same disk. If the source repository is owned by a different user, then those hardlinked files may be rewritten at any point in time by the untrusted user. Cloning local repositories will cause Git to either copy or hardlink files of the source repository into the target repository. This significantly speeds up such local clones compared to doing a \\\"proper\\\" clone and saves both disk space and compute time. When cloning a repository located on the same disk that is owned by a different user than the current user we also end up creating such hardlinks. These files will continue to be owned and controlled by the potentially-untrusted user and can be rewritten by them at will in the future. 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.\"},{\"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 clones locales pueden terminar vinculando archivos a la base de datos de objetos del repositorio de destino cuando el repositorio de origen y el de destino residen en el mismo disco. Si el repositorio de origen es propiedad de un usuario diferente, el usuario que no es de confianza puede reescribir esos archivos vinculados en cualquier momento. La clonaci\u00f3n de repositorios locales har\u00e1 que Git copie o vincule archivos del repositorio de origen al repositorio de destino. Esto acelera significativamente dichos clones locales en comparaci\u00f3n con realizar un clon \\\"adecuado\\\" y ahorra espacio en disco y tiempo de c\u00e1lculo. Al clonar un repositorio ubicado en el mismo disco que es propiedad de un usuario diferente al usuario actual, tambi\u00e9n terminamos creando dichos enlaces f\u00edsicos. Estos archivos seguir\u00e1n siendo propiedad y controlados por el usuario potencialmente no confiable y podr\u00e1n ser reescritos por \u00e9l a voluntad en el futuro. El problema se solucion\u00f3 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.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L\",\"baseScore\":3.9,\"baseSeverity\":\"LOW\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":0.8,\"impactScore\":2.7}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-281\"}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2024/05/14/2\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/git/git/commit/1204e1a824c34071019fe106348eaa6d88f9528d\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/git/git/commit/9e65df5eab274bf74c7b570107aacd1303a1e703\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/git/git/security/advisories/GHSA-5rfh-556j-fhgj\",\"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://github.com/git/git/commit/1204e1a824c34071019fe106348eaa6d88f9528d\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/git/git/commit/9e65df5eab274bf74c7b570107aacd1303a1e703\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/git/git/security/advisories/GHSA-5rfh-556j-fhgj\",\"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\"}]}}" } }
rhsa-2024_4368
Vulnerability from csaf_redhat
Published
2024-07-08 11:27
Modified
2024-11-24 16:31
Summary
Red Hat Security Advisory: git security update
Notes
Topic
An update for git is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.
Security Fix(es):
* git: Recursive clones RCE (CVE-2024-32002)
* git: RCE while cloning local repos (CVE-2024-32004)
* git: additional local RCE (CVE-2024-32465)
* git: insecure hardlinks (CVE-2024-32020)
* git: symlink bypass (CVE-2024-32021)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for git is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: Recursive clones RCE (CVE-2024-32002)\n\n* git: RCE while cloning local repos (CVE-2024-32004)\n\n* git: additional local RCE (CVE-2024-32465)\n\n* git: insecure hardlinks (CVE-2024-32020)\n\n* git: symlink bypass (CVE-2024-32021)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:4368", "url": "https://access.redhat.com/errata/RHSA-2024:4368" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2280421", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280421" }, { "category": "external", "summary": "2280428", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280428" }, { "category": "external", "summary": "2280446", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280446" }, { "category": "external", "summary": "2280466", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280466" }, { "category": "external", "summary": "2280484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280484" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4368.json" } ], "title": "Red Hat Security Advisory: git security update", "tracking": { "current_release_date": "2024-11-24T16:31:33+00:00", "generator": { "date": "2024-11-24T16:31:33+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2024:4368", "initial_release_date": "2024-07-08T11:27:59+00:00", "revision_history": [ { "date": "2024-07-08T11:27:59+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-07-08T11:27:59+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-24T16:31:33+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "git-0:2.39.5-1.el9_2.src", "product": { "name": "git-0:2.39.5-1.el9_2.src", "product_id": "git-0:2.39.5-1.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.39.5-1.el9_2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "git-0:2.39.5-1.el9_2.aarch64", "product": { "name": "git-0:2.39.5-1.el9_2.aarch64", "product_id": "git-0:2.39.5-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.39.5-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "git-core-0:2.39.5-1.el9_2.aarch64", "product": { "name": "git-core-0:2.39.5-1.el9_2.aarch64", "product_id": "git-core-0:2.39.5-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.39.5-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "product": { "name": "git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "product_id": "git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.5-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "git-daemon-0:2.39.5-1.el9_2.aarch64", "product": { "name": "git-daemon-0:2.39.5-1.el9_2.aarch64", "product_id": "git-daemon-0:2.39.5-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.39.5-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "git-subtree-0:2.39.5-1.el9_2.aarch64", "product": { "name": "git-subtree-0:2.39.5-1.el9_2.aarch64", "product_id": "git-subtree-0:2.39.5-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.39.5-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "git-debugsource-0:2.39.5-1.el9_2.aarch64", "product": { "name": "git-debugsource-0:2.39.5-1.el9_2.aarch64", "product_id": "git-debugsource-0:2.39.5-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.39.5-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "product": { "name": "git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "product_id": "git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.5-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "product": { "name": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "product_id": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.5-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "product": { "name": "git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "product_id": "git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.5-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.39.5-1.el9_2.aarch64", "product": { "name": "git-debuginfo-0:2.39.5-1.el9_2.aarch64", "product_id": "git-debuginfo-0:2.39.5-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.39.5-1.el9_2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "git-0:2.39.5-1.el9_2.ppc64le", "product": { "name": "git-0:2.39.5-1.el9_2.ppc64le", "product_id": "git-0:2.39.5-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.39.5-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "git-core-0:2.39.5-1.el9_2.ppc64le", "product": { "name": "git-core-0:2.39.5-1.el9_2.ppc64le", "product_id": "git-core-0:2.39.5-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.39.5-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "product": { "name": "git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "product_id": "git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.5-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-0:2.39.5-1.el9_2.ppc64le", "product": { "name": "git-daemon-0:2.39.5-1.el9_2.ppc64le", "product_id": "git-daemon-0:2.39.5-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.39.5-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "git-subtree-0:2.39.5-1.el9_2.ppc64le", "product": { "name": "git-subtree-0:2.39.5-1.el9_2.ppc64le", "product_id": "git-subtree-0:2.39.5-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.39.5-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debugsource-0:2.39.5-1.el9_2.ppc64le", "product": { "name": "git-debugsource-0:2.39.5-1.el9_2.ppc64le", "product_id": "git-debugsource-0:2.39.5-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.39.5-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "product": { "name": "git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "product_id": "git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.5-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "product": { "name": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "product_id": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.5-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "product": { "name": "git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "product_id": "git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.5-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "product": { "name": "git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "product_id": "git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.39.5-1.el9_2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "git-0:2.39.5-1.el9_2.x86_64", "product": { "name": "git-0:2.39.5-1.el9_2.x86_64", "product_id": "git-0:2.39.5-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.39.5-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "git-core-0:2.39.5-1.el9_2.x86_64", "product": { "name": "git-core-0:2.39.5-1.el9_2.x86_64", "product_id": "git-core-0:2.39.5-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.39.5-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "product": { "name": "git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "product_id": "git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.5-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-0:2.39.5-1.el9_2.x86_64", "product": { "name": "git-daemon-0:2.39.5-1.el9_2.x86_64", "product_id": "git-daemon-0:2.39.5-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.39.5-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "git-subtree-0:2.39.5-1.el9_2.x86_64", "product": { "name": "git-subtree-0:2.39.5-1.el9_2.x86_64", "product_id": "git-subtree-0:2.39.5-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.39.5-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "git-debugsource-0:2.39.5-1.el9_2.x86_64", "product": { "name": "git-debugsource-0:2.39.5-1.el9_2.x86_64", "product_id": "git-debugsource-0:2.39.5-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.39.5-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "product": { "name": "git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "product_id": "git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.5-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "product": { "name": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "product_id": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.5-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "product": { "name": "git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "product_id": "git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.5-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.39.5-1.el9_2.x86_64", "product": { "name": "git-debuginfo-0:2.39.5-1.el9_2.x86_64", "product_id": "git-debuginfo-0:2.39.5-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.39.5-1.el9_2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "git-0:2.39.5-1.el9_2.s390x", "product": { "name": "git-0:2.39.5-1.el9_2.s390x", "product_id": "git-0:2.39.5-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.39.5-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "git-core-0:2.39.5-1.el9_2.s390x", "product": { "name": "git-core-0:2.39.5-1.el9_2.s390x", "product_id": "git-core-0:2.39.5-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.39.5-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "product": { "name": "git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "product_id": "git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.5-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "git-daemon-0:2.39.5-1.el9_2.s390x", "product": { "name": "git-daemon-0:2.39.5-1.el9_2.s390x", "product_id": "git-daemon-0:2.39.5-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.39.5-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "git-subtree-0:2.39.5-1.el9_2.s390x", "product": { "name": "git-subtree-0:2.39.5-1.el9_2.s390x", "product_id": "git-subtree-0:2.39.5-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.39.5-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "git-debugsource-0:2.39.5-1.el9_2.s390x", "product": { "name": "git-debugsource-0:2.39.5-1.el9_2.s390x", "product_id": "git-debugsource-0:2.39.5-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.39.5-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "product": { "name": "git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "product_id": "git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.5-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "product": { "name": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "product_id": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.5-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "product": { "name": "git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "product_id": "git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.5-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.39.5-1.el9_2.s390x", "product": { "name": "git-debuginfo-0:2.39.5-1.el9_2.s390x", "product_id": "git-debuginfo-0:2.39.5-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.39.5-1.el9_2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "git-all-0:2.39.5-1.el9_2.noarch", "product": { "name": "git-all-0:2.39.5-1.el9_2.noarch", "product_id": "git-all-0:2.39.5-1.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-all@2.39.5-1.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "git-core-doc-0:2.39.5-1.el9_2.noarch", "product": { "name": "git-core-doc-0:2.39.5-1.el9_2.noarch", "product_id": "git-core-doc-0:2.39.5-1.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-doc@2.39.5-1.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "git-email-0:2.39.5-1.el9_2.noarch", "product": { "name": "git-email-0:2.39.5-1.el9_2.noarch", "product_id": "git-email-0:2.39.5-1.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-email@2.39.5-1.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "git-gui-0:2.39.5-1.el9_2.noarch", "product": { "name": "git-gui-0:2.39.5-1.el9_2.noarch", "product_id": "git-gui-0:2.39.5-1.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-gui@2.39.5-1.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "git-instaweb-0:2.39.5-1.el9_2.noarch", "product": { "name": "git-instaweb-0:2.39.5-1.el9_2.noarch", "product_id": "git-instaweb-0:2.39.5-1.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-instaweb@2.39.5-1.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "git-svn-0:2.39.5-1.el9_2.noarch", "product": { "name": "git-svn-0:2.39.5-1.el9_2.noarch", "product_id": "git-svn-0:2.39.5-1.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn@2.39.5-1.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "gitk-0:2.39.5-1.el9_2.noarch", "product": { "name": "gitk-0:2.39.5-1.el9_2.noarch", "product_id": "gitk-0:2.39.5-1.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitk@2.39.5-1.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "gitweb-0:2.39.5-1.el9_2.noarch", "product": { "name": "gitweb-0:2.39.5-1.el9_2.noarch", "product_id": "gitweb-0:2.39.5-1.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitweb@2.39.5-1.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-0:2.39.5-1.el9_2.noarch", "product": { "name": "perl-Git-0:2.39.5-1.el9_2.noarch", "product_id": "perl-Git-0:2.39.5-1.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git@2.39.5-1.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-SVN-0:2.39.5-1.el9_2.noarch", "product": { "name": "perl-Git-SVN-0:2.39.5-1.el9_2.noarch", "product_id": "perl-Git-SVN-0:2.39.5-1.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git-SVN@2.39.5-1.el9_2?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "git-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64" }, "product_reference": "git-0:2.39.5-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le" }, "product_reference": "git-0:2.39.5-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x" }, "product_reference": "git-0:2.39.5-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.39.5-1.el9_2.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src" }, "product_reference": "git-0:2.39.5-1.el9_2.src", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64" }, "product_reference": "git-0:2.39.5-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-all-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch" }, "product_reference": "git-all-0:2.39.5-1.el9_2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64" }, "product_reference": "git-core-0:2.39.5-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le" }, "product_reference": "git-core-0:2.39.5-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x" }, "product_reference": "git-core-0:2.39.5-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64" }, "product_reference": "git-core-0:2.39.5-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64" }, "product_reference": "git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le" }, "product_reference": "git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x" }, "product_reference": "git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64" }, "product_reference": "git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-doc-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch" }, "product_reference": "git-core-doc-0:2.39.5-1.el9_2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64" }, "product_reference": "git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le" }, "product_reference": "git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x" }, "product_reference": "git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64" }, "product_reference": "git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64" }, "product_reference": "git-daemon-0:2.39.5-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le" }, "product_reference": "git-daemon-0:2.39.5-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x" }, "product_reference": "git-daemon-0:2.39.5-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64" }, "product_reference": "git-daemon-0:2.39.5-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64" }, "product_reference": "git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le" }, "product_reference": "git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x" }, "product_reference": "git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64" }, "product_reference": "git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64" }, "product_reference": "git-debuginfo-0:2.39.5-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le" }, "product_reference": "git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x" }, "product_reference": "git-debuginfo-0:2.39.5-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64" }, "product_reference": "git-debuginfo-0:2.39.5-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64" }, "product_reference": "git-debugsource-0:2.39.5-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le" }, "product_reference": "git-debugsource-0:2.39.5-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x" }, "product_reference": "git-debugsource-0:2.39.5-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64" }, "product_reference": "git-debugsource-0:2.39.5-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch" }, "product_reference": "git-email-0:2.39.5-1.el9_2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch" }, "product_reference": "git-gui-0:2.39.5-1.el9_2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-instaweb-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch" }, "product_reference": "git-instaweb-0:2.39.5-1.el9_2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64" }, "product_reference": "git-subtree-0:2.39.5-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le" }, "product_reference": "git-subtree-0:2.39.5-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x" }, "product_reference": "git-subtree-0:2.39.5-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64" }, "product_reference": "git-subtree-0:2.39.5-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch" }, "product_reference": "git-svn-0:2.39.5-1.el9_2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch" }, "product_reference": "gitk-0:2.39.5-1.el9_2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gitweb-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch" }, "product_reference": "gitweb-0:2.39.5-1.el9_2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch" }, "product_reference": "perl-Git-0:2.39.5-1.el9_2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-SVN-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch" }, "product_reference": "perl-Git-SVN-0:2.39.5-1.el9_2.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-32002", "cwe": { "id": "CWE-434", "name": "Unrestricted Upload of File with Dangerous Type" }, "discovery_date": "2024-05-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2280421" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in Git. This vulnerability allows the malicious manipulation of repositories containing submodules, exploiting a bug that enables the writing of files into the .git/ directory instead of the submodule\u0027s intended worktree. This manipulation facilitates the execution of arbitrary code during the cloning process, bypassing user inspection and control.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: Recursive clones RCE", "title": "Vulnerability summary" }, { "category": "other", "text": "While the described bug in Git presents a significant security concern, it falls short of being categorized as Critical due to several factors. The exploit requires a specific set of conditions, such as repositories with submodules and the presence of symbolic link support. Additionally, successful exploitation relies on users cloning repositories from untrusted sources, limiting its scope compared to critical vulnerabilities that may be remotely exploitable or affect a broader range of use cases. However, the potential impact of remote code execution during cloning operations underscores the importance of promptly applying patches and exercising caution when interacting with Git repositories, emphasizing its significant severity within the realm of software security.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-32002" }, { "category": "external", "summary": "RHBZ#2280421", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280421" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-32002", "url": "https://www.cve.org/CVERecord?id=CVE-2024-32002" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-32002", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32002" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-8h77-4q3w-gfgv", "url": "https://github.com/git/git/security/advisories/GHSA-8h77-4q3w-gfgv" } ], "release_date": "2024-05-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-08T11:27:59+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4368" }, { "category": "workaround", "details": "One preventative measure is to disable symbolic link support. This can be accomplished by running the command git config --global core.symlinks false. Another temporary option is to avoid using the --recurse-submodules setting with untrusted git repos.", "product_ids": [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.0, "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" }, "products": [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "git: Recursive clones RCE" }, { "cve": "CVE-2024-32004", "cwe": { "id": "CWE-114", "name": "Process Control" }, "discovery_date": "2024-05-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2280428" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in Git. This vulnerability can be exploited by an unauthenticated attacker who places a specialized repository on the target\u0027s local system. If the victim clones this repository, the attacker can execute arbitrary code.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: RCE while cloning local repos", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability, while significant, does not reach Critical severity due to its reliance on local repository manipulation. While it allows attackers to execute arbitrary code during cloning operations, its impact is constrained by the necessity for access to the target\u0027s local environment. Critical severity typically involves vulnerabilities that can be exploited remotely or without user interaction. Nonetheless, this issue remains Important as it can lead to unauthorized code execution, potentially compromising the integrity and security of affected systems.\n\n\nFuse 7 Karaf uses JGit to manage patches. It\u0027s heavily protected by file permissions and RBAC. Unless an attacker have write permissions to Fuse internal git repositories, this vulnerability is not exploitable.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-32004" }, { "category": "external", "summary": "RHBZ#2280428", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280428" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-32004", "url": "https://www.cve.org/CVERecord?id=CVE-2024-32004" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-32004", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32004" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-xfc6-vwr8-r389", "url": "https://github.com/git/git/security/advisories/GHSA-xfc6-vwr8-r389" } ], "release_date": "2024-05-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-08T11:27:59+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4368" }, { "category": "workaround", "details": "Exercise caution when cloning repositories from untrusted sources.", "product_ids": [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "git: RCE while cloning local repos" }, { "cve": "CVE-2024-32020", "cwe": { "id": "CWE-62", "name": "UNIX Hard Link" }, "discovery_date": "2024-05-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2280466" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in Git. This flaw allows an unauthenticated attacker to place a specialized repository on their target\u0027s local system. For performance reasons, Git uses hardlinks when cloning a repository located on the same disk. However, if the repo being cloned is owned by a different user, this can introduce a security risk. At any time in the future, the original repo owner could rewrite the hardlinked files in the cloned user\u0027s repo.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: insecure hardlinks", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability presents a Low severity issue due to its contextual constraints and limited impact potential. Primarily affecting local Git repository clones where source and target repositories reside on the same disk, the risk arises only when the source repository is owned by a different, potentially untrusted user. This scenario necessitates specific conditions for exploitation, such as shared access to the disk among multiple users. Moreover, the impact is localized to the affected repositories and does not extend to the broader system or network. While the integrity of the target repository may be compromised if the untrusted user modifies linked files, the scope of influence is contained within the repository structure.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-32020" }, { "category": "external", "summary": "RHBZ#2280466", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280466" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-32020", "url": "https://www.cve.org/CVERecord?id=CVE-2024-32020" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-32020", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32020" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-5rfh-556j-fhgj", "url": "https://github.com/git/git/security/advisories/GHSA-5rfh-556j-fhgj" } ], "release_date": "2024-05-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-08T11:27:59+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4368" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 3.9, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "git: insecure hardlinks" }, { "cve": "CVE-2024-32021", "cwe": { "id": "CWE-61", "name": "UNIX Symbolic Link (Symlink) Following" }, "discovery_date": "2024-05-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2280484" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in Git. This flaw allows an unauthenticated attacker to place a repository on their target\u0027s local system that contains symlinks. During the cloning process, Git could be tricked into creating hardlinked arbitrary files into their repository\u0027s objects/ directory, impacting availability and integrity.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: symlink bypass", "title": "Vulnerability summary" }, { "category": "other", "text": "While the Git vulnerability described involves the potential creation of hardlinks to arbitrary files during the cloning process, its severity is considered Low due to several mitigating factors. First, successful exploitation relies on the presence of specific conditions, including the use of local cloning over the filesystem and the ability to manipulate symbolic links within the source repository. Secondly, the impact is limited to the creation of hardlinks to user-readable files, which may not necessarily lead to immediate compromise or exploitation of sensitive data. Additionally, the likelihood of exploitation is reduced by the need for direct access to the filesystem where the cloning operation occurs.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-32021" }, { "category": "external", "summary": "RHBZ#2280484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-32021", "url": "https://www.cve.org/CVERecord?id=CVE-2024-32021" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-32021", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32021" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-mvxm-9j2h-qjx7", "url": "https://github.com/git/git/security/advisories/GHSA-mvxm-9j2h-qjx7" } ], "release_date": "2024-05-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-08T11:27:59+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4368" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 3.9, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "git: symlink bypass" }, { "cve": "CVE-2024-32465", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2024-05-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2280446" } ], "notes": [ { "category": "description", "text": "A flaw was found in Git in a full copy of a Git repository. A prerequisite for this vulnerability is for an unauthenticated attacker to place a specialized repository on their target\u0027s local system. If the victim were to clone this repository, it could result in arbitrary code execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: additional local RCE", "title": "Vulnerability summary" }, { "category": "other", "text": "The vulnerability identified in Git as CVE-2024-32004, while significant, is categorized as Moderate rather than Important due to several factors. Primarily, the exploit requires meeting specific conditions, such as interacting with repositories from untrusted sources and potentially executing malicious code embedded within them. Additionally, the vulnerability does not inherently grant unauthorized access to system resources or compromise the integrity of Git installations. Although the potential impact of the exploit is substantial, its severity is tempered by the fact that it necessitates user interaction with repositories obtained from untrusted origins.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-32465" }, { "category": "external", "summary": "RHBZ#2280446", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280446" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-32465", "url": "https://www.cve.org/CVERecord?id=CVE-2024-32465" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-32465", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32465" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-vm9j-46j9-qvq4", "url": "https://github.com/git/git/security/advisories/GHSA-vm9j-46j9-qvq4" } ], "release_date": "2024-05-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-08T11:27:59+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4368" }, { "category": "workaround", "details": "To reduce the risk of exploitation, users are advised to refrain from using Git in repositories obtained from archives sourced from untrusted origins. This precautionary measure helps to minimize exposure to potential security threats until the necessary patches can be applied.", "product_ids": [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "PHYSICAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "git: additional local RCE" } ] }
rhsa-2024_4084
Vulnerability from csaf_redhat
Published
2024-06-25 08:24
Modified
2024-11-24 16:31
Summary
Red Hat Security Advisory: git security update
Notes
Topic
An update for git is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.
Security Fix(es):
* git: Recursive clones RCE (CVE-2024-32002)
* git: RCE while cloning local repos (CVE-2024-32004)
* git: additional local RCE (CVE-2024-32465)
* git: insecure hardlinks (CVE-2024-32020)
* git: symlink bypass (CVE-2024-32021)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for git is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: Recursive clones RCE (CVE-2024-32002)\n\n* git: RCE while cloning local repos (CVE-2024-32004)\n\n* git: additional local RCE (CVE-2024-32465)\n\n* git: insecure hardlinks (CVE-2024-32020)\n\n* git: symlink bypass (CVE-2024-32021)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:4084", "url": "https://access.redhat.com/errata/RHSA-2024:4084" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2280421", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280421" }, { "category": "external", "summary": "2280428", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280428" }, { "category": "external", "summary": "2280446", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280446" }, { "category": "external", "summary": "2280466", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280466" }, { "category": "external", "summary": "2280484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280484" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4084.json" } ], "title": "Red Hat Security Advisory: git security update", "tracking": { "current_release_date": "2024-11-24T16:31:22+00:00", "generator": { "date": "2024-11-24T16:31:22+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2024:4084", "initial_release_date": "2024-06-25T08:24:01+00:00", "revision_history": [ { "date": "2024-06-25T08:24:01+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-06-25T08:24:01+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-24T16:31:22+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "git-0:2.43.5-1.el8_10.src", "product": { "name": "git-0:2.43.5-1.el8_10.src", "product_id": "git-0:2.43.5-1.el8_10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.43.5-1.el8_10?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "git-0:2.43.5-1.el8_10.aarch64", "product": { "name": "git-0:2.43.5-1.el8_10.aarch64", "product_id": "git-0:2.43.5-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.43.5-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "git-core-0:2.43.5-1.el8_10.aarch64", "product": { "name": "git-core-0:2.43.5-1.el8_10.aarch64", "product_id": "git-core-0:2.43.5-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.43.5-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "product": { "name": "git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "product_id": "git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "git-daemon-0:2.43.5-1.el8_10.aarch64", "product": { "name": "git-daemon-0:2.43.5-1.el8_10.aarch64", "product_id": "git-daemon-0:2.43.5-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.43.5-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "git-subtree-0:2.43.5-1.el8_10.aarch64", "product": { "name": "git-subtree-0:2.43.5-1.el8_10.aarch64", "product_id": "git-subtree-0:2.43.5-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.43.5-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "git-debugsource-0:2.43.5-1.el8_10.aarch64", "product": { "name": "git-debugsource-0:2.43.5-1.el8_10.aarch64", "product_id": "git-debugsource-0:2.43.5-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.43.5-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "product": { "name": "git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "product_id": "git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "product": { "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "product_id": "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "product": { "name": "git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "product_id": "git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.43.5-1.el8_10.aarch64", "product": { "name": "git-debuginfo-0:2.43.5-1.el8_10.aarch64", "product_id": "git-debuginfo-0:2.43.5-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el8_10?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "git-0:2.43.5-1.el8_10.ppc64le", "product": { "name": "git-0:2.43.5-1.el8_10.ppc64le", "product_id": "git-0:2.43.5-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.43.5-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "git-core-0:2.43.5-1.el8_10.ppc64le", "product": { "name": "git-core-0:2.43.5-1.el8_10.ppc64le", "product_id": "git-core-0:2.43.5-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.43.5-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "product": { "name": "git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "product_id": "git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-0:2.43.5-1.el8_10.ppc64le", "product": { "name": "git-daemon-0:2.43.5-1.el8_10.ppc64le", "product_id": "git-daemon-0:2.43.5-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.43.5-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "git-subtree-0:2.43.5-1.el8_10.ppc64le", "product": { "name": "git-subtree-0:2.43.5-1.el8_10.ppc64le", "product_id": "git-subtree-0:2.43.5-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.43.5-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debugsource-0:2.43.5-1.el8_10.ppc64le", "product": { "name": "git-debugsource-0:2.43.5-1.el8_10.ppc64le", "product_id": "git-debugsource-0:2.43.5-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.43.5-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "product": { "name": "git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "product_id": "git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "product": { "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "product_id": "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "product": { "name": "git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "product_id": "git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "product": { "name": "git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "product_id": "git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el8_10?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "git-0:2.43.5-1.el8_10.x86_64", "product": { "name": "git-0:2.43.5-1.el8_10.x86_64", "product_id": "git-0:2.43.5-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.43.5-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "git-core-0:2.43.5-1.el8_10.x86_64", "product": { "name": "git-core-0:2.43.5-1.el8_10.x86_64", "product_id": "git-core-0:2.43.5-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.43.5-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "product": { "name": "git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "product_id": "git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-0:2.43.5-1.el8_10.x86_64", "product": { "name": "git-daemon-0:2.43.5-1.el8_10.x86_64", "product_id": "git-daemon-0:2.43.5-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.43.5-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "git-subtree-0:2.43.5-1.el8_10.x86_64", "product": { "name": "git-subtree-0:2.43.5-1.el8_10.x86_64", "product_id": "git-subtree-0:2.43.5-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.43.5-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "git-debugsource-0:2.43.5-1.el8_10.x86_64", "product": { "name": "git-debugsource-0:2.43.5-1.el8_10.x86_64", "product_id": "git-debugsource-0:2.43.5-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.43.5-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "product": { "name": "git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "product_id": "git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "product": { "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "product_id": "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "product": { "name": "git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "product_id": "git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.43.5-1.el8_10.x86_64", "product": { "name": "git-debuginfo-0:2.43.5-1.el8_10.x86_64", "product_id": "git-debuginfo-0:2.43.5-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el8_10?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "git-0:2.43.5-1.el8_10.s390x", "product": { "name": "git-0:2.43.5-1.el8_10.s390x", "product_id": "git-0:2.43.5-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.43.5-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "git-core-0:2.43.5-1.el8_10.s390x", "product": { "name": "git-core-0:2.43.5-1.el8_10.s390x", "product_id": "git-core-0:2.43.5-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.43.5-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "product": { "name": "git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "product_id": "git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "git-daemon-0:2.43.5-1.el8_10.s390x", "product": { "name": "git-daemon-0:2.43.5-1.el8_10.s390x", "product_id": "git-daemon-0:2.43.5-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.43.5-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "git-subtree-0:2.43.5-1.el8_10.s390x", "product": { "name": "git-subtree-0:2.43.5-1.el8_10.s390x", "product_id": "git-subtree-0:2.43.5-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.43.5-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "git-debugsource-0:2.43.5-1.el8_10.s390x", "product": { "name": "git-debugsource-0:2.43.5-1.el8_10.s390x", "product_id": "git-debugsource-0:2.43.5-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.43.5-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "product": { "name": "git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "product_id": "git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "product": { "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "product_id": "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "product": { "name": "git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "product_id": "git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.43.5-1.el8_10.s390x", "product": { "name": "git-debuginfo-0:2.43.5-1.el8_10.s390x", "product_id": "git-debuginfo-0:2.43.5-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el8_10?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "git-all-0:2.43.5-1.el8_10.noarch", "product": { "name": "git-all-0:2.43.5-1.el8_10.noarch", "product_id": "git-all-0:2.43.5-1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-all@2.43.5-1.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "git-core-doc-0:2.43.5-1.el8_10.noarch", "product": { "name": "git-core-doc-0:2.43.5-1.el8_10.noarch", "product_id": "git-core-doc-0:2.43.5-1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-doc@2.43.5-1.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "git-email-0:2.43.5-1.el8_10.noarch", "product": { "name": "git-email-0:2.43.5-1.el8_10.noarch", "product_id": "git-email-0:2.43.5-1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-email@2.43.5-1.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "git-gui-0:2.43.5-1.el8_10.noarch", "product": { "name": "git-gui-0:2.43.5-1.el8_10.noarch", "product_id": "git-gui-0:2.43.5-1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-gui@2.43.5-1.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "git-instaweb-0:2.43.5-1.el8_10.noarch", "product": { "name": "git-instaweb-0:2.43.5-1.el8_10.noarch", "product_id": "git-instaweb-0:2.43.5-1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-instaweb@2.43.5-1.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "git-svn-0:2.43.5-1.el8_10.noarch", "product": { "name": "git-svn-0:2.43.5-1.el8_10.noarch", "product_id": "git-svn-0:2.43.5-1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn@2.43.5-1.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "gitk-0:2.43.5-1.el8_10.noarch", "product": { "name": "gitk-0:2.43.5-1.el8_10.noarch", "product_id": "gitk-0:2.43.5-1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitk@2.43.5-1.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "gitweb-0:2.43.5-1.el8_10.noarch", "product": { "name": "gitweb-0:2.43.5-1.el8_10.noarch", "product_id": "gitweb-0:2.43.5-1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitweb@2.43.5-1.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-0:2.43.5-1.el8_10.noarch", "product": { "name": "perl-Git-0:2.43.5-1.el8_10.noarch", "product_id": "perl-Git-0:2.43.5-1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git@2.43.5-1.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-SVN-0:2.43.5-1.el8_10.noarch", "product": { "name": "perl-Git-SVN-0:2.43.5-1.el8_10.noarch", "product_id": "perl-Git-SVN-0:2.43.5-1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git-SVN@2.43.5-1.el8_10?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "git-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64" }, "product_reference": "git-0:2.43.5-1.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le" }, "product_reference": "git-0:2.43.5-1.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x" }, "product_reference": "git-0:2.43.5-1.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.43.5-1.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src" }, "product_reference": "git-0:2.43.5-1.el8_10.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64" }, "product_reference": "git-0:2.43.5-1.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-all-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch" }, "product_reference": "git-all-0:2.43.5-1.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64" }, "product_reference": "git-core-0:2.43.5-1.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le" }, "product_reference": "git-core-0:2.43.5-1.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x" }, "product_reference": "git-core-0:2.43.5-1.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64" }, "product_reference": "git-core-0:2.43.5-1.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64" }, "product_reference": "git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le" }, "product_reference": "git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x" }, "product_reference": "git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64" }, "product_reference": "git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-doc-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch" }, "product_reference": "git-core-doc-0:2.43.5-1.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64" }, "product_reference": "git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le" }, "product_reference": "git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x" }, "product_reference": "git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64" }, "product_reference": "git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64" }, "product_reference": "git-daemon-0:2.43.5-1.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le" }, "product_reference": "git-daemon-0:2.43.5-1.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x" }, "product_reference": "git-daemon-0:2.43.5-1.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64" }, "product_reference": "git-daemon-0:2.43.5-1.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64" }, "product_reference": "git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le" }, "product_reference": "git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x" }, "product_reference": "git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64" }, "product_reference": "git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64" }, "product_reference": "git-debuginfo-0:2.43.5-1.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le" }, "product_reference": "git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x" }, "product_reference": "git-debuginfo-0:2.43.5-1.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64" }, "product_reference": "git-debuginfo-0:2.43.5-1.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64" }, "product_reference": "git-debugsource-0:2.43.5-1.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le" }, "product_reference": "git-debugsource-0:2.43.5-1.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x" }, "product_reference": "git-debugsource-0:2.43.5-1.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64" }, "product_reference": "git-debugsource-0:2.43.5-1.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch" }, "product_reference": "git-email-0:2.43.5-1.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch" }, "product_reference": "git-gui-0:2.43.5-1.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-instaweb-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch" }, "product_reference": "git-instaweb-0:2.43.5-1.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64" }, "product_reference": "git-subtree-0:2.43.5-1.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le" }, "product_reference": "git-subtree-0:2.43.5-1.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x" }, "product_reference": "git-subtree-0:2.43.5-1.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64" }, "product_reference": "git-subtree-0:2.43.5-1.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch" }, "product_reference": "git-svn-0:2.43.5-1.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch" }, "product_reference": "gitk-0:2.43.5-1.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gitweb-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch" }, "product_reference": "gitweb-0:2.43.5-1.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch" }, "product_reference": "perl-Git-0:2.43.5-1.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-SVN-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch" }, "product_reference": "perl-Git-SVN-0:2.43.5-1.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-32002", "cwe": { "id": "CWE-434", "name": "Unrestricted Upload of File with Dangerous Type" }, "discovery_date": "2024-05-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2280421" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in Git. This vulnerability allows the malicious manipulation of repositories containing submodules, exploiting a bug that enables the writing of files into the .git/ directory instead of the submodule\u0027s intended worktree. This manipulation facilitates the execution of arbitrary code during the cloning process, bypassing user inspection and control.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: Recursive clones RCE", "title": "Vulnerability summary" }, { "category": "other", "text": "While the described bug in Git presents a significant security concern, it falls short of being categorized as Critical due to several factors. The exploit requires a specific set of conditions, such as repositories with submodules and the presence of symbolic link support. Additionally, successful exploitation relies on users cloning repositories from untrusted sources, limiting its scope compared to critical vulnerabilities that may be remotely exploitable or affect a broader range of use cases. However, the potential impact of remote code execution during cloning operations underscores the importance of promptly applying patches and exercising caution when interacting with Git repositories, emphasizing its significant severity within the realm of software security.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-32002" }, { "category": "external", "summary": "RHBZ#2280421", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280421" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-32002", "url": "https://www.cve.org/CVERecord?id=CVE-2024-32002" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-32002", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32002" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-8h77-4q3w-gfgv", "url": "https://github.com/git/git/security/advisories/GHSA-8h77-4q3w-gfgv" } ], "release_date": "2024-05-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-25T08:24:01+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4084" }, { "category": "workaround", "details": "One preventative measure is to disable symbolic link support. This can be accomplished by running the command git config --global core.symlinks false. Another temporary option is to avoid using the --recurse-submodules setting with untrusted git repos.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.0, "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" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "git: Recursive clones RCE" }, { "cve": "CVE-2024-32004", "cwe": { "id": "CWE-114", "name": "Process Control" }, "discovery_date": "2024-05-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2280428" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in Git. This vulnerability can be exploited by an unauthenticated attacker who places a specialized repository on the target\u0027s local system. If the victim clones this repository, the attacker can execute arbitrary code.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: RCE while cloning local repos", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability, while significant, does not reach Critical severity due to its reliance on local repository manipulation. While it allows attackers to execute arbitrary code during cloning operations, its impact is constrained by the necessity for access to the target\u0027s local environment. Critical severity typically involves vulnerabilities that can be exploited remotely or without user interaction. Nonetheless, this issue remains Important as it can lead to unauthorized code execution, potentially compromising the integrity and security of affected systems.\n\n\nFuse 7 Karaf uses JGit to manage patches. It\u0027s heavily protected by file permissions and RBAC. Unless an attacker have write permissions to Fuse internal git repositories, this vulnerability is not exploitable.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-32004" }, { "category": "external", "summary": "RHBZ#2280428", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280428" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-32004", "url": "https://www.cve.org/CVERecord?id=CVE-2024-32004" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-32004", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32004" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-xfc6-vwr8-r389", "url": "https://github.com/git/git/security/advisories/GHSA-xfc6-vwr8-r389" } ], "release_date": "2024-05-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-25T08:24:01+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4084" }, { "category": "workaround", "details": "Exercise caution when cloning repositories from untrusted sources.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "git: RCE while cloning local repos" }, { "cve": "CVE-2024-32020", "cwe": { "id": "CWE-62", "name": "UNIX Hard Link" }, "discovery_date": "2024-05-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2280466" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in Git. This flaw allows an unauthenticated attacker to place a specialized repository on their target\u0027s local system. For performance reasons, Git uses hardlinks when cloning a repository located on the same disk. However, if the repo being cloned is owned by a different user, this can introduce a security risk. At any time in the future, the original repo owner could rewrite the hardlinked files in the cloned user\u0027s repo.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: insecure hardlinks", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability presents a Low severity issue due to its contextual constraints and limited impact potential. Primarily affecting local Git repository clones where source and target repositories reside on the same disk, the risk arises only when the source repository is owned by a different, potentially untrusted user. This scenario necessitates specific conditions for exploitation, such as shared access to the disk among multiple users. Moreover, the impact is localized to the affected repositories and does not extend to the broader system or network. While the integrity of the target repository may be compromised if the untrusted user modifies linked files, the scope of influence is contained within the repository structure.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-32020" }, { "category": "external", "summary": "RHBZ#2280466", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280466" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-32020", "url": "https://www.cve.org/CVERecord?id=CVE-2024-32020" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-32020", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32020" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-5rfh-556j-fhgj", "url": "https://github.com/git/git/security/advisories/GHSA-5rfh-556j-fhgj" } ], "release_date": "2024-05-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-25T08:24:01+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4084" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 3.9, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "git: insecure hardlinks" }, { "cve": "CVE-2024-32021", "cwe": { "id": "CWE-61", "name": "UNIX Symbolic Link (Symlink) Following" }, "discovery_date": "2024-05-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2280484" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in Git. This flaw allows an unauthenticated attacker to place a repository on their target\u0027s local system that contains symlinks. During the cloning process, Git could be tricked into creating hardlinked arbitrary files into their repository\u0027s objects/ directory, impacting availability and integrity.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: symlink bypass", "title": "Vulnerability summary" }, { "category": "other", "text": "While the Git vulnerability described involves the potential creation of hardlinks to arbitrary files during the cloning process, its severity is considered Low due to several mitigating factors. First, successful exploitation relies on the presence of specific conditions, including the use of local cloning over the filesystem and the ability to manipulate symbolic links within the source repository. Secondly, the impact is limited to the creation of hardlinks to user-readable files, which may not necessarily lead to immediate compromise or exploitation of sensitive data. Additionally, the likelihood of exploitation is reduced by the need for direct access to the filesystem where the cloning operation occurs.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-32021" }, { "category": "external", "summary": "RHBZ#2280484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-32021", "url": "https://www.cve.org/CVERecord?id=CVE-2024-32021" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-32021", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32021" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-mvxm-9j2h-qjx7", "url": "https://github.com/git/git/security/advisories/GHSA-mvxm-9j2h-qjx7" } ], "release_date": "2024-05-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-25T08:24:01+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4084" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 3.9, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "git: symlink bypass" }, { "cve": "CVE-2024-32465", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2024-05-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2280446" } ], "notes": [ { "category": "description", "text": "A flaw was found in Git in a full copy of a Git repository. A prerequisite for this vulnerability is for an unauthenticated attacker to place a specialized repository on their target\u0027s local system. If the victim were to clone this repository, it could result in arbitrary code execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: additional local RCE", "title": "Vulnerability summary" }, { "category": "other", "text": "The vulnerability identified in Git as CVE-2024-32004, while significant, is categorized as Moderate rather than Important due to several factors. Primarily, the exploit requires meeting specific conditions, such as interacting with repositories from untrusted sources and potentially executing malicious code embedded within them. Additionally, the vulnerability does not inherently grant unauthorized access to system resources or compromise the integrity of Git installations. Although the potential impact of the exploit is substantial, its severity is tempered by the fact that it necessitates user interaction with repositories obtained from untrusted origins.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-32465" }, { "category": "external", "summary": "RHBZ#2280446", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280446" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-32465", "url": "https://www.cve.org/CVERecord?id=CVE-2024-32465" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-32465", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32465" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-vm9j-46j9-qvq4", "url": "https://github.com/git/git/security/advisories/GHSA-vm9j-46j9-qvq4" } ], "release_date": "2024-05-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-25T08:24:01+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4084" }, { "category": "workaround", "details": "To reduce the risk of exploitation, users are advised to refrain from using Git in repositories obtained from archives sourced from untrusted origins. This precautionary measure helps to minimize exposure to potential security threats until the necessary patches can be applied.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "PHYSICAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "git: additional local RCE" } ] }
rhsa-2024_4083
Vulnerability from csaf_redhat
Published
2024-06-25 08:30
Modified
2024-11-24 16:31
Summary
Red Hat Security Advisory: git security update
Notes
Topic
An update for git is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.
Security Fix(es):
* git: Recursive clones RCE (CVE-2024-32002)
* git: RCE while cloning local repos (CVE-2024-32004)
* git: additional local RCE (CVE-2024-32465)
* git: insecure hardlinks (CVE-2024-32020)
* git: symlink bypass (CVE-2024-32021)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for git is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: Recursive clones RCE (CVE-2024-32002)\n\n* git: RCE while cloning local repos (CVE-2024-32004)\n\n* git: additional local RCE (CVE-2024-32465)\n\n* git: insecure hardlinks (CVE-2024-32020)\n\n* git: symlink bypass (CVE-2024-32021)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:4083", "url": "https://access.redhat.com/errata/RHSA-2024:4083" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2280421", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280421" }, { "category": "external", "summary": "2280428", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280428" }, { "category": "external", "summary": "2280446", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280446" }, { "category": "external", "summary": "2280466", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280466" }, { "category": "external", "summary": "2280484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280484" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4083.json" } ], "title": "Red Hat Security Advisory: git security update", "tracking": { "current_release_date": "2024-11-24T16:31:12+00:00", "generator": { "date": "2024-11-24T16:31:12+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2024:4083", "initial_release_date": "2024-06-25T08:30:30+00:00", "revision_history": [ { "date": "2024-06-25T08:30:30+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-06-25T08:30:30+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-24T16:31:12+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "git-0:2.43.5-1.el9_4.src", "product": { "name": "git-0:2.43.5-1.el9_4.src", "product_id": "git-0:2.43.5-1.el9_4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.43.5-1.el9_4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "git-0:2.43.5-1.el9_4.aarch64", "product": { "name": "git-0:2.43.5-1.el9_4.aarch64", "product_id": "git-0:2.43.5-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.43.5-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "git-core-0:2.43.5-1.el9_4.aarch64", "product": { "name": "git-core-0:2.43.5-1.el9_4.aarch64", "product_id": "git-core-0:2.43.5-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.43.5-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", "product": { "name": "git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", "product_id": "git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "git-daemon-0:2.43.5-1.el9_4.aarch64", "product": { "name": "git-daemon-0:2.43.5-1.el9_4.aarch64", "product_id": "git-daemon-0:2.43.5-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.43.5-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "git-subtree-0:2.43.5-1.el9_4.aarch64", "product": { "name": "git-subtree-0:2.43.5-1.el9_4.aarch64", "product_id": "git-subtree-0:2.43.5-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.43.5-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "git-debugsource-0:2.43.5-1.el9_4.aarch64", "product": { "name": "git-debugsource-0:2.43.5-1.el9_4.aarch64", "product_id": "git-debugsource-0:2.43.5-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.43.5-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", "product": { "name": "git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", "product_id": "git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", "product": { "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", "product_id": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", "product": { "name": "git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", "product_id": "git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.43.5-1.el9_4.aarch64", "product": { "name": "git-debuginfo-0:2.43.5-1.el9_4.aarch64", "product_id": "git-debuginfo-0:2.43.5-1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el9_4?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "git-0:2.43.5-1.el9_4.ppc64le", "product": { "name": "git-0:2.43.5-1.el9_4.ppc64le", "product_id": "git-0:2.43.5-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.43.5-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "git-core-0:2.43.5-1.el9_4.ppc64le", "product": { "name": "git-core-0:2.43.5-1.el9_4.ppc64le", "product_id": "git-core-0:2.43.5-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.43.5-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", "product": { "name": "git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", "product_id": "git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-0:2.43.5-1.el9_4.ppc64le", "product": { "name": "git-daemon-0:2.43.5-1.el9_4.ppc64le", "product_id": "git-daemon-0:2.43.5-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.43.5-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "git-subtree-0:2.43.5-1.el9_4.ppc64le", "product": { "name": "git-subtree-0:2.43.5-1.el9_4.ppc64le", "product_id": "git-subtree-0:2.43.5-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.43.5-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debugsource-0:2.43.5-1.el9_4.ppc64le", "product": { "name": "git-debugsource-0:2.43.5-1.el9_4.ppc64le", "product_id": "git-debugsource-0:2.43.5-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.43.5-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", "product": { "name": "git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", "product_id": "git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", "product": { "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", "product_id": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", "product": { "name": "git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", "product_id": "git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.43.5-1.el9_4.ppc64le", "product": { "name": "git-debuginfo-0:2.43.5-1.el9_4.ppc64le", "product_id": "git-debuginfo-0:2.43.5-1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el9_4?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "git-0:2.43.5-1.el9_4.x86_64", "product": { "name": "git-0:2.43.5-1.el9_4.x86_64", "product_id": "git-0:2.43.5-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.43.5-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "git-core-0:2.43.5-1.el9_4.x86_64", "product": { "name": "git-core-0:2.43.5-1.el9_4.x86_64", "product_id": "git-core-0:2.43.5-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.43.5-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", "product": { "name": "git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", "product_id": "git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-0:2.43.5-1.el9_4.x86_64", "product": { "name": "git-daemon-0:2.43.5-1.el9_4.x86_64", "product_id": "git-daemon-0:2.43.5-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.43.5-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "git-subtree-0:2.43.5-1.el9_4.x86_64", "product": { "name": "git-subtree-0:2.43.5-1.el9_4.x86_64", "product_id": "git-subtree-0:2.43.5-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.43.5-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "git-debugsource-0:2.43.5-1.el9_4.x86_64", "product": { "name": "git-debugsource-0:2.43.5-1.el9_4.x86_64", "product_id": "git-debugsource-0:2.43.5-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.43.5-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", "product": { "name": "git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", "product_id": "git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", "product": { "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", "product_id": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", "product": { "name": "git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", "product_id": "git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.43.5-1.el9_4.x86_64", "product": { "name": "git-debuginfo-0:2.43.5-1.el9_4.x86_64", "product_id": "git-debuginfo-0:2.43.5-1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el9_4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "git-0:2.43.5-1.el9_4.s390x", "product": { "name": "git-0:2.43.5-1.el9_4.s390x", "product_id": "git-0:2.43.5-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.43.5-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "git-core-0:2.43.5-1.el9_4.s390x", "product": { "name": "git-core-0:2.43.5-1.el9_4.s390x", "product_id": "git-core-0:2.43.5-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.43.5-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.43.5-1.el9_4.s390x", "product": { "name": "git-credential-libsecret-0:2.43.5-1.el9_4.s390x", "product_id": "git-credential-libsecret-0:2.43.5-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "git-daemon-0:2.43.5-1.el9_4.s390x", "product": { "name": "git-daemon-0:2.43.5-1.el9_4.s390x", "product_id": "git-daemon-0:2.43.5-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.43.5-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "git-subtree-0:2.43.5-1.el9_4.s390x", "product": { "name": "git-subtree-0:2.43.5-1.el9_4.s390x", "product_id": "git-subtree-0:2.43.5-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.43.5-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "git-debugsource-0:2.43.5-1.el9_4.s390x", "product": { "name": "git-debugsource-0:2.43.5-1.el9_4.s390x", "product_id": "git-debugsource-0:2.43.5-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.43.5-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.43.5-1.el9_4.s390x", "product": { "name": "git-core-debuginfo-0:2.43.5-1.el9_4.s390x", "product_id": "git-core-debuginfo-0:2.43.5-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", "product": { "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", "product_id": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", "product": { "name": "git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", "product_id": "git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.43.5-1.el9_4.s390x", "product": { "name": "git-debuginfo-0:2.43.5-1.el9_4.s390x", "product_id": "git-debuginfo-0:2.43.5-1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el9_4?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "git-all-0:2.43.5-1.el9_4.noarch", "product": { "name": "git-all-0:2.43.5-1.el9_4.noarch", "product_id": "git-all-0:2.43.5-1.el9_4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-all@2.43.5-1.el9_4?arch=noarch" } } }, { "category": "product_version", "name": "git-core-doc-0:2.43.5-1.el9_4.noarch", "product": { "name": "git-core-doc-0:2.43.5-1.el9_4.noarch", "product_id": "git-core-doc-0:2.43.5-1.el9_4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-doc@2.43.5-1.el9_4?arch=noarch" } } }, { "category": "product_version", "name": "git-email-0:2.43.5-1.el9_4.noarch", "product": { "name": "git-email-0:2.43.5-1.el9_4.noarch", "product_id": "git-email-0:2.43.5-1.el9_4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-email@2.43.5-1.el9_4?arch=noarch" } } }, { "category": "product_version", "name": "git-gui-0:2.43.5-1.el9_4.noarch", "product": { "name": "git-gui-0:2.43.5-1.el9_4.noarch", "product_id": "git-gui-0:2.43.5-1.el9_4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-gui@2.43.5-1.el9_4?arch=noarch" } } }, { "category": "product_version", "name": "git-instaweb-0:2.43.5-1.el9_4.noarch", "product": { "name": "git-instaweb-0:2.43.5-1.el9_4.noarch", "product_id": "git-instaweb-0:2.43.5-1.el9_4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-instaweb@2.43.5-1.el9_4?arch=noarch" } } }, { "category": "product_version", "name": "git-svn-0:2.43.5-1.el9_4.noarch", "product": { "name": "git-svn-0:2.43.5-1.el9_4.noarch", "product_id": "git-svn-0:2.43.5-1.el9_4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn@2.43.5-1.el9_4?arch=noarch" } } }, { "category": "product_version", "name": "gitk-0:2.43.5-1.el9_4.noarch", "product": { "name": "gitk-0:2.43.5-1.el9_4.noarch", "product_id": "gitk-0:2.43.5-1.el9_4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitk@2.43.5-1.el9_4?arch=noarch" } } }, { "category": "product_version", "name": "gitweb-0:2.43.5-1.el9_4.noarch", "product": { "name": "gitweb-0:2.43.5-1.el9_4.noarch", "product_id": "gitweb-0:2.43.5-1.el9_4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitweb@2.43.5-1.el9_4?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-0:2.43.5-1.el9_4.noarch", "product": { "name": "perl-Git-0:2.43.5-1.el9_4.noarch", "product_id": "perl-Git-0:2.43.5-1.el9_4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git@2.43.5-1.el9_4?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-SVN-0:2.43.5-1.el9_4.noarch", "product": { "name": "perl-Git-SVN-0:2.43.5-1.el9_4.noarch", "product_id": "perl-Git-SVN-0:2.43.5-1.el9_4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git-SVN@2.43.5-1.el9_4?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "git-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.aarch64" }, "product_reference": "git-0:2.43.5-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.ppc64le" }, "product_reference": "git-0:2.43.5-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.s390x" }, "product_reference": "git-0:2.43.5-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.43.5-1.el9_4.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.src" }, "product_reference": "git-0:2.43.5-1.el9_4.src", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.x86_64" }, "product_reference": "git-0:2.43.5-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-all-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el9_4.noarch" }, "product_reference": "git-all-0:2.43.5-1.el9_4.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.aarch64" }, "product_reference": "git-core-0:2.43.5-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.ppc64le" }, "product_reference": "git-core-0:2.43.5-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.s390x" }, "product_reference": "git-core-0:2.43.5-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.x86_64" }, "product_reference": "git-core-0:2.43.5-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.aarch64" }, "product_reference": "git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le" }, "product_reference": "git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.s390x" }, "product_reference": "git-core-debuginfo-0:2.43.5-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.x86_64" }, "product_reference": "git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-doc-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el9_4.noarch" }, "product_reference": "git-core-doc-0:2.43.5-1.el9_4.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.aarch64" }, "product_reference": "git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le" }, "product_reference": "git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.s390x" }, "product_reference": "git-credential-libsecret-0:2.43.5-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.x86_64" }, "product_reference": "git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.aarch64" }, "product_reference": "git-daemon-0:2.43.5-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.ppc64le" }, "product_reference": "git-daemon-0:2.43.5-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.s390x" }, "product_reference": "git-daemon-0:2.43.5-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.x86_64" }, "product_reference": "git-daemon-0:2.43.5-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64" }, "product_reference": "git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le" }, "product_reference": "git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x" }, "product_reference": "git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64" }, "product_reference": "git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.aarch64" }, "product_reference": "git-debuginfo-0:2.43.5-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.ppc64le" }, "product_reference": "git-debuginfo-0:2.43.5-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.s390x" }, "product_reference": "git-debuginfo-0:2.43.5-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.x86_64" }, "product_reference": "git-debuginfo-0:2.43.5-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.aarch64" }, "product_reference": "git-debugsource-0:2.43.5-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.ppc64le" }, "product_reference": "git-debugsource-0:2.43.5-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.s390x" }, "product_reference": "git-debugsource-0:2.43.5-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.x86_64" }, "product_reference": "git-debugsource-0:2.43.5-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el9_4.noarch" }, "product_reference": "git-email-0:2.43.5-1.el9_4.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el9_4.noarch" }, "product_reference": "git-gui-0:2.43.5-1.el9_4.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-instaweb-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el9_4.noarch" }, "product_reference": "git-instaweb-0:2.43.5-1.el9_4.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.aarch64" }, "product_reference": "git-subtree-0:2.43.5-1.el9_4.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.ppc64le" }, "product_reference": "git-subtree-0:2.43.5-1.el9_4.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.s390x" }, "product_reference": "git-subtree-0:2.43.5-1.el9_4.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.x86_64" }, "product_reference": "git-subtree-0:2.43.5-1.el9_4.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el9_4.noarch" }, "product_reference": "git-svn-0:2.43.5-1.el9_4.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el9_4.noarch" }, "product_reference": "gitk-0:2.43.5-1.el9_4.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gitweb-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el9_4.noarch" }, "product_reference": "gitweb-0:2.43.5-1.el9_4.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el9_4.noarch" }, "product_reference": "perl-Git-0:2.43.5-1.el9_4.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-SVN-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el9_4.noarch" }, "product_reference": "perl-Git-SVN-0:2.43.5-1.el9_4.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-32002", "cwe": { "id": "CWE-434", "name": "Unrestricted Upload of File with Dangerous Type" }, "discovery_date": "2024-05-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2280421" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in Git. This vulnerability allows the malicious manipulation of repositories containing submodules, exploiting a bug that enables the writing of files into the .git/ directory instead of the submodule\u0027s intended worktree. This manipulation facilitates the execution of arbitrary code during the cloning process, bypassing user inspection and control.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: Recursive clones RCE", "title": "Vulnerability summary" }, { "category": "other", "text": "While the described bug in Git presents a significant security concern, it falls short of being categorized as Critical due to several factors. The exploit requires a specific set of conditions, such as repositories with submodules and the presence of symbolic link support. Additionally, successful exploitation relies on users cloning repositories from untrusted sources, limiting its scope compared to critical vulnerabilities that may be remotely exploitable or affect a broader range of use cases. However, the potential impact of remote code execution during cloning operations underscores the importance of promptly applying patches and exercising caution when interacting with Git repositories, emphasizing its significant severity within the realm of software security.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el9_4.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-32002" }, { "category": "external", "summary": "RHBZ#2280421", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280421" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-32002", "url": "https://www.cve.org/CVERecord?id=CVE-2024-32002" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-32002", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32002" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-8h77-4q3w-gfgv", "url": "https://github.com/git/git/security/advisories/GHSA-8h77-4q3w-gfgv" } ], "release_date": "2024-05-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-25T08:30:30+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el9_4.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4083" }, { "category": "workaround", "details": "One preventative measure is to disable symbolic link support. This can be accomplished by running the command git config --global core.symlinks false. Another temporary option is to avoid using the --recurse-submodules setting with untrusted git repos.", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el9_4.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.0, "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" }, "products": [ "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el9_4.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "git: Recursive clones RCE" }, { "cve": "CVE-2024-32004", "cwe": { "id": "CWE-114", "name": "Process Control" }, "discovery_date": "2024-05-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2280428" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in Git. This vulnerability can be exploited by an unauthenticated attacker who places a specialized repository on the target\u0027s local system. If the victim clones this repository, the attacker can execute arbitrary code.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: RCE while cloning local repos", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability, while significant, does not reach Critical severity due to its reliance on local repository manipulation. While it allows attackers to execute arbitrary code during cloning operations, its impact is constrained by the necessity for access to the target\u0027s local environment. Critical severity typically involves vulnerabilities that can be exploited remotely or without user interaction. Nonetheless, this issue remains Important as it can lead to unauthorized code execution, potentially compromising the integrity and security of affected systems.\n\n\nFuse 7 Karaf uses JGit to manage patches. It\u0027s heavily protected by file permissions and RBAC. Unless an attacker have write permissions to Fuse internal git repositories, this vulnerability is not exploitable.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el9_4.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-32004" }, { "category": "external", "summary": "RHBZ#2280428", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280428" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-32004", "url": "https://www.cve.org/CVERecord?id=CVE-2024-32004" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-32004", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32004" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-xfc6-vwr8-r389", "url": "https://github.com/git/git/security/advisories/GHSA-xfc6-vwr8-r389" } ], "release_date": "2024-05-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-25T08:30:30+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el9_4.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4083" }, { "category": "workaround", "details": "Exercise caution when cloning repositories from untrusted sources.", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el9_4.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el9_4.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "git: RCE while cloning local repos" }, { "cve": "CVE-2024-32020", "cwe": { "id": "CWE-62", "name": "UNIX Hard Link" }, "discovery_date": "2024-05-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2280466" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in Git. This flaw allows an unauthenticated attacker to place a specialized repository on their target\u0027s local system. For performance reasons, Git uses hardlinks when cloning a repository located on the same disk. However, if the repo being cloned is owned by a different user, this can introduce a security risk. At any time in the future, the original repo owner could rewrite the hardlinked files in the cloned user\u0027s repo.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: insecure hardlinks", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability presents a Low severity issue due to its contextual constraints and limited impact potential. Primarily affecting local Git repository clones where source and target repositories reside on the same disk, the risk arises only when the source repository is owned by a different, potentially untrusted user. This scenario necessitates specific conditions for exploitation, such as shared access to the disk among multiple users. Moreover, the impact is localized to the affected repositories and does not extend to the broader system or network. While the integrity of the target repository may be compromised if the untrusted user modifies linked files, the scope of influence is contained within the repository structure.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el9_4.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-32020" }, { "category": "external", "summary": "RHBZ#2280466", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280466" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-32020", "url": "https://www.cve.org/CVERecord?id=CVE-2024-32020" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-32020", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32020" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-5rfh-556j-fhgj", "url": "https://github.com/git/git/security/advisories/GHSA-5rfh-556j-fhgj" } ], "release_date": "2024-05-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-25T08:30:30+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el9_4.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4083" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el9_4.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 3.9, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el9_4.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "git: insecure hardlinks" }, { "cve": "CVE-2024-32021", "cwe": { "id": "CWE-61", "name": "UNIX Symbolic Link (Symlink) Following" }, "discovery_date": "2024-05-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2280484" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in Git. This flaw allows an unauthenticated attacker to place a repository on their target\u0027s local system that contains symlinks. During the cloning process, Git could be tricked into creating hardlinked arbitrary files into their repository\u0027s objects/ directory, impacting availability and integrity.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: symlink bypass", "title": "Vulnerability summary" }, { "category": "other", "text": "While the Git vulnerability described involves the potential creation of hardlinks to arbitrary files during the cloning process, its severity is considered Low due to several mitigating factors. First, successful exploitation relies on the presence of specific conditions, including the use of local cloning over the filesystem and the ability to manipulate symbolic links within the source repository. Secondly, the impact is limited to the creation of hardlinks to user-readable files, which may not necessarily lead to immediate compromise or exploitation of sensitive data. Additionally, the likelihood of exploitation is reduced by the need for direct access to the filesystem where the cloning operation occurs.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el9_4.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-32021" }, { "category": "external", "summary": "RHBZ#2280484", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280484" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-32021", "url": "https://www.cve.org/CVERecord?id=CVE-2024-32021" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-32021", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32021" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-mvxm-9j2h-qjx7", "url": "https://github.com/git/git/security/advisories/GHSA-mvxm-9j2h-qjx7" } ], "release_date": "2024-05-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-25T08:30:30+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el9_4.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4083" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el9_4.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 3.9, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el9_4.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "git: symlink bypass" }, { "cve": "CVE-2024-32465", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2024-05-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2280446" } ], "notes": [ { "category": "description", "text": "A flaw was found in Git in a full copy of a Git repository. A prerequisite for this vulnerability is for an unauthenticated attacker to place a specialized repository on their target\u0027s local system. If the victim were to clone this repository, it could result in arbitrary code execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: additional local RCE", "title": "Vulnerability summary" }, { "category": "other", "text": "The vulnerability identified in Git as CVE-2024-32004, while significant, is categorized as Moderate rather than Important due to several factors. Primarily, the exploit requires meeting specific conditions, such as interacting with repositories from untrusted sources and potentially executing malicious code embedded within them. Additionally, the vulnerability does not inherently grant unauthorized access to system resources or compromise the integrity of Git installations. Although the potential impact of the exploit is substantial, its severity is tempered by the fact that it necessitates user interaction with repositories obtained from untrusted origins.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el9_4.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-32465" }, { "category": "external", "summary": "RHBZ#2280446", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280446" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-32465", "url": "https://www.cve.org/CVERecord?id=CVE-2024-32465" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-32465", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32465" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-vm9j-46j9-qvq4", "url": "https://github.com/git/git/security/advisories/GHSA-vm9j-46j9-qvq4" } ], "release_date": "2024-05-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-25T08:30:30+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el9_4.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4083" }, { "category": "workaround", "details": "To reduce the risk of exploitation, users are advised to refrain from using Git in repositories obtained from archives sourced from untrusted origins. This precautionary measure helps to minimize exposure to potential security threats until the necessary patches can be applied.", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el9_4.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "PHYSICAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.src", "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.s390x", "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el9_4.noarch", "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el9_4.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "git: additional local RCE" } ] }
wid-sec-w-2024-1125
Vulnerability from csaf_certbund
Published
2024-05-14 22:00
Modified
2024-11-21 23:00
Summary
git: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Git ist eine freie Software zur verteilten Versionsverwaltung von Dateien.
Angriff
Ein entfernter, anonymer Angreifer oder ein lokaler authentifizierter Angreiferkann mehrere Schwachstellen in git ausnutzen, um beliebigen Programmcode auszuführen und und die Sicherheitsmaßnahmen zu umgehen.
Betroffene Betriebssysteme
- Sonstiges
- UNIX
- Windows
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Git ist eine freie Software zur verteilten Versionsverwaltung von Dateien.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer oder ein lokaler authentifizierter Angreiferkann mehrere Schwachstellen in git ausnutzen, um beliebigen Programmcode auszuf\u00fchren und und die Sicherheitsma\u00dfnahmen zu umgehen.", "title": "Angriff" }, { "category": "general", "text": "- Sonstiges\n- UNIX\n- Windows", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2024-1125 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1125.json" }, { "category": "self", "summary": "WID-SEC-2024-1125 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1125" }, { "category": "external", "summary": "OSS Security Mailing List vom 2024-05-14", "url": "https://seclists.org/oss-sec/2024/q2/241" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6793-1 vom 2024-05-28", "url": "https://ubuntu.com/security/notices/USN-6793-1" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1807-1 vom 2024-05-29", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018613.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2024-1939 vom 2024-05-30", "url": "https://alas.aws.amazon.com/ALAS-2024-1939.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2024-2548 vom 2024-05-30", "url": "https://alas.aws.amazon.com/AL2/ALAS-2024-2548.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6793-2 vom 2024-06-18", "url": "https://ubuntu.com/security/notices/USN-6793-2" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4083 vom 2024-06-25", "url": "https://access.redhat.com/errata/RHSA-2024:4083" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4084 vom 2024-06-25", "url": "https://access.redhat.com/errata/RHSA-2024:4084" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-4083 vom 2024-06-25", "url": "https://linux.oracle.com/errata/ELSA-2024-4083.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-4084 vom 2024-06-25", "url": "https://linux.oracle.com/errata/ELSA-2024-4084.html" }, { "category": "external", "summary": "Debian Security Advisory DLA-3844 vom 2024-06-26", "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00018.html" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:4083 vom 2024-07-02", "url": "https://errata.build.resf.org/RLSA-2024:4083" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:4084 vom 2024-07-02", "url": "https://errata.build.resf.org/RLSA-2024:4084" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2277-1 vom 2024-07-02", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018849.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4368 vom 2024-07-08", "url": "https://access.redhat.com/errata/RHSA-2024:4368" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1807-2 vom 2024-07-12", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018956.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4579 vom 2024-07-17", "url": "https://access.redhat.com/errata/RHSA-2024:4579" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4631 vom 2024-07-18", "url": "https://access.redhat.com/errata/RHSA-2024:4631" }, { "category": "external", "summary": "IBM Security Bulletin 7162077 vom 2024-07-31", "url": "https://www.ibm.com/support/pages/node/7162077" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1854-1 vom 2024-08-19", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019262.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6028 vom 2024-08-29", "url": "https://access.redhat.com/errata/RHSA-2024:6028" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6027 vom 2024-08-29", "url": "https://access.redhat.com/errata/RHSA-2024:6027" }, { "category": "external", "summary": "Debian Security Advisory DLA-3867 vom 2024-09-03", "url": "https://lists.debian.org/debian-lts-announce/2024/09/msg00009.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:6610 vom 2024-09-12", "url": "https://access.redhat.com/errata/RHSA-2024:6610" }, { "category": "external", "summary": "Debian Security Advisory DSA-5769 vom 2024-09-13", "url": "https://lists.debian.org/debian-security-announce/2024/msg00182.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7023-1 vom 2024-09-19", "url": "https://ubuntu.com/security/notices/USN-7023-1" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:7701 vom 2024-10-07", "url": "https://access.redhat.com/errata/RHSA-2024:7701" }, { "category": "external", "summary": "Dell Security Advisory DSA-2024-422 vom 2024-10-10", "url": "https://www.dell.com/support/kbdoc/de-de/000234730/dsa-2024-422-security-update-for-dell-networker-vproxy-multiple-component-vulnerabilities" }, { "category": "external", "summary": "XEROX Security Advisory XRX24-017 vom 2024-11-21", "url": "https://securitydocs.business.xerox.com/wp-content/uploads/2024/11/Xerox-Security-Bulletin-XRX24-017-for-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf" } ], "source_lang": "en-US", "title": "git: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-11-21T23:00:00.000+00:00", "generator": { "date": "2024-11-22T10:06:57.756+00:00", "engine": { "name": "BSI-WID", "version": "1.3.8" } }, "id": "WID-SEC-W-2024-1125", "initial_release_date": "2024-05-14T22:00:00.000+00:00", "revision_history": [ { "date": "2024-05-14T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-05-28T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2024-05-30T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2024-06-18T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2024-06-24T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-06-25T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-07-02T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Rocky Enterprise Software Foundation und SUSE aufgenommen" }, { "date": "2024-07-08T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-07-14T22:00:00.000+00:00", "number": "9", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-07-16T22:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-07-18T22:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-07-31T22:00:00.000+00:00", "number": "12", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2024-08-19T22:00:00.000+00:00", "number": "13", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-08-29T22:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-09-02T22:00:00.000+00:00", "number": "15", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2024-09-11T22:00:00.000+00:00", "number": "16", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-09-15T22:00:00.000+00:00", "number": "17", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2024-09-18T22:00:00.000+00:00", "number": "18", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2024-10-06T22:00:00.000+00:00", "number": "19", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-10-09T22:00:00.000+00:00", "number": "20", "summary": "Neue Updates von Dell aufgenommen" }, { "date": "2024-11-21T23:00:00.000+00:00", "number": "21", "summary": "Neue Updates von XEROX aufgenommen" } ], "status": "final", "version": "21" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Debian Linux", "product": { "name": "Debian Linux", "product_id": "2951", "product_identification_helper": { "cpe": "cpe:/o:debian:debian_linux:-" } } } ], "category": "vendor", "name": "Debian" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003cv2.45.1", "product": { "name": "Open Source git \u003cv2.45.1", "product_id": "T034803" } }, { "category": "product_version", "name": "v2.45.1", "product": { "name": "Open Source git v2.45.1", "product_id": "T034803-fixed", "product_identification_helper": { "cpe": "cpe:/a:open_source:git:v2.45.1" } } }, { "category": "product_version_range", "name": "\u003cv2.44.1", "product": { "name": "Open Source git \u003cv2.44.1", "product_id": "T034804" } }, { "category": "product_version", "name": "v2.44.1", "product": { "name": "Open Source git v2.44.1", "product_id": "T034804-fixed", "product_identification_helper": { "cpe": "cpe:/a:open_source:git:v2.44.1" } } }, { "category": "product_version_range", "name": "\u003cv2.43.4", "product": { "name": "Open Source git \u003cv2.43.4", "product_id": "T034805" } }, { "category": "product_version", "name": "v2.43.4", "product": { "name": "Open Source git v2.43.4", "product_id": "T034805-fixed", "product_identification_helper": { "cpe": "cpe:/a:open_source:git:v2.43.4" } } }, { "category": "product_version_range", "name": "\u003cv2.42.2", "product": { "name": "Open Source git \u003cv2.42.2", "product_id": "T034807" } }, { "category": "product_version", "name": "v2.42.2", "product": { "name": "Open Source git v2.42.2", "product_id": "T034807-fixed", "product_identification_helper": { "cpe": "cpe:/a:open_source:git:v2.42.2" } } }, { "category": "product_version_range", "name": "\u003cv2.41.1", "product": { "name": "Open Source git \u003cv2.41.1", "product_id": "T034808" } }, { "category": "product_version", "name": "v2.41.1", "product": { "name": "Open Source git v2.41.1", "product_id": "T034808-fixed", "product_identification_helper": { "cpe": "cpe:/a:open_source:git:v2.41.1" } } }, { "category": "product_version_range", "name": "\u003cv2.40.2", "product": { "name": "Open Source git \u003cv2.40.2", "product_id": "T034809" } }, { "category": "product_version", "name": "v2.40.2", "product": { "name": "Open Source git v2.40.2", "product_id": "T034809-fixed", "product_identification_helper": { "cpe": "cpe:/a:open_source:git:v2.40.2" } } }, { "category": "product_version_range", "name": "\u003cv2.39.4", "product": { "name": "Open Source git \u003cv2.39.4", "product_id": "T034810" } }, { "category": "product_version", "name": "v2.39.4", "product": { "name": "Open Source git v2.39.4", "product_id": "T034810-fixed", "product_identification_helper": { "cpe": "cpe:/a:open_source:git:v2.39.4" } } } ], "category": "product_name", "name": "git" } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "RESF Rocky Linux", "product": { "name": "RESF Rocky Linux", "product_id": "T032255", "product_identification_helper": { "cpe": "cpe:/o:resf:rocky_linux:-" } } } ], "category": "vendor", "name": "RESF" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" }, { "branches": [ { "category": "product_name", "name": "Ubuntu Linux", "product": { "name": "Ubuntu Linux", "product_id": "T000126", "product_identification_helper": { "cpe": "cpe:/o:canonical:ubuntu_linux:-" } } } ], "category": "vendor", "name": "Ubuntu" }, { "branches": [ { "branches": [ { "category": "product_version", "name": "v9", "product": { "name": "Xerox FreeFlow Print Server v9", "product_id": "T015632", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v9" } } } ], "category": "product_name", "name": "FreeFlow Print Server" } ], "category": "vendor", "name": "Xerox" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-32002", "notes": [ { "category": "description", "text": "In git existieren mehrere Schwachstellen. Der Cloning-Prozess ist anf\u00e4llig f\u00fcr diese Schwachstellen, die unter anderem durch unzureichende Sicherheitsma\u00dfnahmen wie eine unsachgem\u00e4\u00dfe Eigent\u00fcmerpr\u00fcfung oder ein Write-Hook-Problem verursacht werden. Ein entfernter, anonymer Angreifer oder ein lokaler authentifizierter Angreifer k\u00f6nnte diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren und die Sicherheitsma\u00dfnahmen zu umgehen. Einige der Schwachstellen erfordern eine Benutzerinteraktion." } ], "product_status": { "known_affected": [ "T034810", "T034804", "67646", "T034803", "T015632", "T004914", "T032255", "2951", "T002207", "T000126", "T034808", "T034807", "398363", "T034805", "T034809" ] }, "release_date": "2024-05-14T22:00:00.000+00:00", "title": "CVE-2024-32002" }, { "cve": "CVE-2024-32004", "notes": [ { "category": "description", "text": "In git existieren mehrere Schwachstellen. Der Cloning-Prozess ist anf\u00e4llig f\u00fcr diese Schwachstellen, die unter anderem durch unzureichende Sicherheitsma\u00dfnahmen wie eine unsachgem\u00e4\u00dfe Eigent\u00fcmerpr\u00fcfung oder ein Write-Hook-Problem verursacht werden. Ein entfernter, anonymer Angreifer oder ein lokaler authentifizierter Angreifer k\u00f6nnte diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren und die Sicherheitsma\u00dfnahmen zu umgehen. Einige der Schwachstellen erfordern eine Benutzerinteraktion." } ], "product_status": { "known_affected": [ "T034810", "T034804", "67646", "T034803", "T015632", "T004914", "T032255", "2951", "T002207", "T000126", "T034808", "T034807", "398363", "T034805", "T034809" ] }, "release_date": "2024-05-14T22:00:00.000+00:00", "title": "CVE-2024-32004" }, { "cve": "CVE-2024-32020", "notes": [ { "category": "description", "text": "In git existieren mehrere Schwachstellen. Der Cloning-Prozess ist anf\u00e4llig f\u00fcr diese Schwachstellen, die unter anderem durch unzureichende Sicherheitsma\u00dfnahmen wie eine unsachgem\u00e4\u00dfe Eigent\u00fcmerpr\u00fcfung oder ein Write-Hook-Problem verursacht werden. Ein entfernter, anonymer Angreifer oder ein lokaler authentifizierter Angreifer k\u00f6nnte diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren und die Sicherheitsma\u00dfnahmen zu umgehen. Einige der Schwachstellen erfordern eine Benutzerinteraktion." } ], "product_status": { "known_affected": [ "T034810", "T034804", "67646", "T034803", "T015632", "T004914", "T032255", "2951", "T002207", "T000126", "T034808", "T034807", "398363", "T034805", "T034809" ] }, "release_date": "2024-05-14T22:00:00.000+00:00", "title": "CVE-2024-32020" }, { "cve": "CVE-2024-32021", "notes": [ { "category": "description", "text": "In git existieren mehrere Schwachstellen. Der Cloning-Prozess ist anf\u00e4llig f\u00fcr diese Schwachstellen, die unter anderem durch unzureichende Sicherheitsma\u00dfnahmen wie eine unsachgem\u00e4\u00dfe Eigent\u00fcmerpr\u00fcfung oder ein Write-Hook-Problem verursacht werden. Ein entfernter, anonymer Angreifer oder ein lokaler authentifizierter Angreifer k\u00f6nnte diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren und die Sicherheitsma\u00dfnahmen zu umgehen. Einige der Schwachstellen erfordern eine Benutzerinteraktion." } ], "product_status": { "known_affected": [ "T034810", "T034804", "67646", "T034803", "T015632", "T004914", "T032255", "2951", "T002207", "T000126", "T034808", "T034807", "398363", "T034805", "T034809" ] }, "release_date": "2024-05-14T22:00:00.000+00:00", "title": "CVE-2024-32021" }, { "cve": "CVE-2024-32465", "notes": [ { "category": "description", "text": "In git existieren mehrere Schwachstellen. Der Cloning-Prozess ist anf\u00e4llig f\u00fcr diese Schwachstellen, die unter anderem durch unzureichende Sicherheitsma\u00dfnahmen wie eine unsachgem\u00e4\u00dfe Eigent\u00fcmerpr\u00fcfung oder ein Write-Hook-Problem verursacht werden. Ein entfernter, anonymer Angreifer oder ein lokaler authentifizierter Angreifer k\u00f6nnte diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren und die Sicherheitsma\u00dfnahmen zu umgehen. Einige der Schwachstellen erfordern eine Benutzerinteraktion." } ], "product_status": { "known_affected": [ "T034810", "T034804", "67646", "T034803", "T015632", "T004914", "T032255", "2951", "T002207", "T000126", "T034808", "T034807", "398363", "T034805", "T034809" ] }, "release_date": "2024-05-14T22:00:00.000+00:00", "title": "CVE-2024-32465" } ] }
gsd-2024-32020
Vulnerability from gsd
Modified
2024-04-11 05:03
Details
** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.
Aliases
{ "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2024-32020" ], "id": "GSD-2024-32020", "modified": "2024-04-11T05:03:18.974758Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2024-32020", "STATE": "RESERVED" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." } ] } } } }
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.