Action not permitted
Modal body text goes here.
cve-2024-32021
Vulnerability from cvelistv5
Published
2024-05-14 19:15
Modified
2024-08-02 01:59
Severity ?
EPSS score ?
Summary
Local Git clone may hardlink arbitrary user-readable files into the new repository's "objects/" directory
References
{ "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" }, { "lessThan": "2.40.2", "status": "affected", "version": "2.40.0", "versionType": "custom" }, { "lessThan": "2.41.1", "status": "affected", "version": "2.41.0", "versionType": "custom" }, { "lessThan": "2.42.2", "status": "affected", "version": "2.42.0", "versionType": "custom" }, { "lessThan": "2.43.4", "status": "affected", "version": "2.43.0", "versionType": "custom" }, { "lessThan": "2.44.1", "status": "affected", "version": "2.44.0", "versionType": "custom" }, { "lessThan": "2.45.1", "status": "affected", "version": "2.45.0", "versionType": "custom" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2024-32021", "options": [ { "Exploitation": "poc" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-06-11T20:29:23.147248Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-06-11T20:39:28.890Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" }, { "providerMetadata": { "dateUpdated": "2024-08-02T01:59:50.833Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/git/git/security/advisories/GHSA-mvxm-9j2h-qjx7", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/git/git/security/advisories/GHSA-mvxm-9j2h-qjx7" }, { "tags": [ "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S4CK4IYTXEOBZTEM5K3T6LWOIZ3S44AR/" }, { "tags": [ "x_transferred" ], "url": "http://www.openwall.com/lists/oss-security/2024/05/14/2" }, { "tags": [ "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00018.html" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "git", "vendor": "git", "versions": [ { "status": "affected", "version": "= 2.45.0" }, { "status": "affected", "version": "= 2.44.0" }, { "status": "affected", "version": "\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, when cloning a local source repository that contains symlinks via the filesystem, Git may create hardlinks to arbitrary user-readable files on the same filesystem as the target repository in the `objects/` directory. Cloning a local repository over the filesystem may creating hardlinks to arbitrary user-owned files on the same filesystem in the target Git repository\u0027s `objects/` directory. When cloning a repository over the filesystem (without explicitly specifying the `file://` protocol or `--no-local`), the optimizations for local cloning\nwill be used, which include attempting to hard link the object files instead of copying them. While the code includes checks against symbolic links in the source repository, which were added during the fix for CVE-2022-39253, these checks can still be raced because the hard link operation ultimately follows symlinks. If the object on the filesystem appears as a file during the check, and then a symlink during the operation, this will allow the adversary to bypass the check and create hardlinks in the destination objects directory to arbitrary, user-readable files. 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-547", "description": "CWE-547: Use of Hard-coded, Security-relevant Constants", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-05-14T19:15:28.534Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/git/git/security/advisories/GHSA-mvxm-9j2h-qjx7", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/git/git/security/advisories/GHSA-mvxm-9j2h-qjx7" }, { "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S4CK4IYTXEOBZTEM5K3T6LWOIZ3S44AR/" }, { "url": "http://www.openwall.com/lists/oss-security/2024/05/14/2" }, { "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00018.html" } ], "source": { "advisory": "GHSA-mvxm-9j2h-qjx7", "discovery": "UNKNOWN" }, "title": "Local Git clone may hardlink arbitrary user-readable files into the new repository\u0027s \"objects/\" directory" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-32021", "datePublished": "2024-05-14T19:15:28.534Z", "dateReserved": "2024-04-09T15:29:35.937Z", "dateUpdated": "2024-08-02T01:59:50.833Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-32021\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-05-14T20:15:13.630\",\"lastModified\":\"2024-06-26T10:15:12.167\",\"vulnStatus\":\"Awaiting Analysis\",\"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, when cloning a local source repository that contains symlinks via the filesystem, Git may create hardlinks to arbitrary user-readable files on the same filesystem as the target repository in the `objects/` directory. Cloning a local repository over the filesystem may creating hardlinks to arbitrary user-owned files on the same filesystem in the target Git repository\u0027s `objects/` directory. When cloning a repository over the filesystem (without explicitly specifying the `file://` protocol or `--no-local`), the optimizations for local cloning\\nwill be used, which include attempting to hard link the object files instead of copying them. While the code includes checks against symbolic links in the source repository, which were added during the fix for CVE-2022-39253, these checks can still be raced because the hard link operation ultimately follows symlinks. If the object on the filesystem appears as a file during the check, and then a symlink during the operation, this will allow the adversary to bypass the check and create hardlinks in the destination objects directory to arbitrary, user-readable files. 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, al clonar un repositorio de origen local que contiene enlaces simb\u00f3licos a trav\u00e9s del sistema de archivos, Git puede crear enlaces duros a archivos arbitrarios legibles por el usuario en el mismo sistema de archivos que el repositorio de destino en el directorio `objects/`. Clonar un repositorio local sobre el sistema de archivos puede crear enlaces duros a archivos arbitrarios propiedad del usuario en el mismo sistema de archivos en el directorio `objects/` del repositorio Git de destino. Al clonar un repositorio a trav\u00e9s del sistema de archivos (sin especificar expl\u00edcitamente el protocolo `file://` o `--no-local`), se utilizar\u00e1n las optimizaciones para la clonaci\u00f3n local, que incluyen intentar vincular los archivos objeto en lugar de copiarlos. a ellos. Si bien el c\u00f3digo incluye verificaciones de enlaces simb\u00f3licos en el repositorio de origen, que se agregaron durante la correcci\u00f3n de CVE-2022-39253, estas verificaciones a\u00fan se pueden ejecutar porque la operaci\u00f3n de enlace f\u00edsico finalmente sigue enlaces simb\u00f3licos. Si el objeto en el sistema de archivos aparece como un archivo durante la verificaci\u00f3n, y luego como un enlace simb\u00f3lico durante la operaci\u00f3n, esto permitir\u00e1 al adversario eludir la verificaci\u00f3n y crear v\u00ednculos f\u00edsicos en el directorio de objetos de destino a archivos arbitrarios legibles por el usuario. 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\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\",\"baseScore\":3.9,\"baseSeverity\":\"LOW\"},\"exploitabilityScore\":0.8,\"impactScore\":2.7}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-547\"}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2024/05/14/2\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/git/git/security/advisories/GHSA-mvxm-9j2h-qjx7\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/06/msg00018.html\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S4CK4IYTXEOBZTEM5K3T6LWOIZ3S44AR/\",\"source\":\"security-advisories@github.com\"}]}}" } }
rhsa-2024_4083
Vulnerability from csaf_redhat
Published
2024-06-25 08:30
Modified
2024-11-06 06:13
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-06T06:13:53+00:00", "generator": { "date": "2024-11-06T06:13:53+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.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-06T06:13:53+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" } ] }
rhsa-2024_4368
Vulnerability from csaf_redhat
Published
2024-07-08 11:27
Modified
2024-11-06 06:19
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-06T06:19:45+00:00", "generator": { "date": "2024-11-06T06:19:45+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.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-06T06:19:45+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-06 06:14
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-06T06:14:27+00:00", "generator": { "date": "2024-11-06T06:14:27+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.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-06T06:14:27+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" } ] }
gsd-2024-32021
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-32021" ], "id": "GSD-2024-32021", "modified": "2024-04-11T05:03:18.986771Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2024-32021", "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." } ] } } } }
wid-sec-w-2024-1125
Vulnerability from csaf_certbund
Published
2024-05-14 22:00
Modified
2024-05-30 22: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" } ], "source_lang": "en-US", "title": "git: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-05-30T22:00:00.000+00:00", "generator": { "date": "2024-05-31T10:06:03.980+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "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" } ], "status": "final", "version": "3" } }, "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": [ { "branches": [ { "category": "product_version_range", "name": "\u003cv2.45.1", "product": { "name": "Open Source git \u003cv2.45.1", "product_id": "T034803", "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", "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", "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", "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", "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", "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", "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": "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" } ] }, "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": [ "T002207", "T000126", "398363" ] }, "release_date": "2024-05-14T22:00:00Z", "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": [ "T002207", "T000126", "398363" ] }, "release_date": "2024-05-14T22:00:00Z", "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": [ "T002207", "T000126", "398363" ] }, "release_date": "2024-05-14T22:00:00Z", "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": [ "T002207", "T000126", "398363" ] }, "release_date": "2024-05-14T22:00:00Z", "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": [ "T002207", "T000126", "398363" ] }, "release_date": "2024-05-14T22:00:00Z", "title": "CVE-2024-32465" } ] }
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.