Action not permitted
Modal body text goes here.
Modal Title
Modal Body
cve-2024-32021
Vulnerability from cvelistv5
Published
2024-05-14 19:15
Modified
2025-02-13 17:52
Severity ?
EPSS score ?
Summary
Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, 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's `objects/` directory. When cloning a repository over the filesystem (without explicitly specifying the `file://` protocol or `--no-local`), the optimizations for local cloning
will 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.
References
Impacted products
{ containers: { adp: [ { affected: [ { cpes: [ "cpe:2.3:a:git:git:*:*:*:*:*:*:*:*", ], defaultStatus: "unknown", product: "git", vendor: "git", versions: [ { lessThan: "2.39.4", status: "affected", version: "0", versionType: "custom", }, { 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: ">= 2.43.0, < 2.43.4", }, { status: "affected", version: ">= 2.42.0, < 2.42.2", }, { status: "affected", version: "= 2.41.0", }, { status: "affected", version: ">= 2.40.0, < 2.40.2", }, { status: "affected", version: "< 2.39.4", }, ], }, ], descriptions: [ { lang: "en", value: "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, 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's `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-06-26T10:05:54.295Z", 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's \"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: "2025-02-13T17:52:05.770Z", state: "PUBLISHED", }, dataType: "CVE_RECORD", dataVersion: "5.1", "vulnerability-lookup:meta": { fkie_nvd: { 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's `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.\"}]", id: "CVE-2024-32021", lastModified: "2024-11-21T09:14:20.700", metrics: "{\"cvssMetricV31\": [{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L\", \"baseScore\": 3.9, \"baseSeverity\": \"LOW\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"REQUIRED\", \"scope\": \"CHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"LOW\", \"availabilityImpact\": \"LOW\"}, \"exploitabilityScore\": 0.8, \"impactScore\": 2.7}]}", published: "2024-05-14T20:15:13.630", 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\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/05/14/2\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/git/git/security/advisories/GHSA-mvxm-9j2h-qjx7\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/06/msg00018.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S4CK4IYTXEOBZTEM5K3T6LWOIZ3S44AR/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]", sourceIdentifier: "security-advisories@github.com", vulnStatus: "Awaiting Analysis", weaknesses: "[{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-547\"}]}]", }, nvd: "{\"cve\":{\"id\":\"CVE-2024-32021\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-05-14T20:15:13.630\",\"lastModified\":\"2024-11-21T09:14:20.700\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, 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's `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ólicos a través 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és del sistema de archivos (sin especificar explícitamente el protocolo `file://` o `--no-local`), se utilizarán las optimizaciones para la clonación local, que incluyen intentar vincular los archivos objeto en lugar de copiarlos. a ellos. Si bien el código incluye verificaciones de enlaces simbólicos en el repositorio de origen, que se agregaron durante la corrección de CVE-2022-39253, estas verificaciones aún se pueden ejecutar porque la operación de enlace físico finalmente sigue enlaces simbólicos. Si el objeto en el sistema de archivos aparece como un archivo durante la verificación, y luego como un enlace simbólico durante la operación, esto permitirá al adversario eludir la verificación y crear vínculos físicos en el directorio de objetos de destino a archivos arbitrarios legibles por el usuario. El problema se solucionó en las versiones 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2 y 2.39.4.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L\",\"baseScore\":3.9,\"baseSeverity\":\"LOW\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":0.8,\"impactScore\":2.7}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-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\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/05/14/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/git/git/security/advisories/GHSA-mvxm-9j2h-qjx7\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/06/msg00018.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S4CK4IYTXEOBZTEM5K3T6LWOIZ3S44AR/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}", vulnrichment: { containers: "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/git/git/security/advisories/GHSA-mvxm-9j2h-qjx7\", \"name\": \"https://github.com/git/git/security/advisories/GHSA-mvxm-9j2h-qjx7\", \"tags\": [\"x_refsource_CONFIRM\", \"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\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T01:59:50.833Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-32021\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-06-11T20:29:23.147248Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:git:git:*:*:*:*:*:*:*:*\"], \"vendor\": \"git\", \"product\": \"git\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"2.39.4\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"2.40.0\", \"lessThan\": \"2.40.2\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"2.41.0\", \"lessThan\": \"2.41.1\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"2.42.0\", \"lessThan\": \"2.42.2\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"2.43.0\", \"lessThan\": \"2.43.4\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"2.44.0\", \"lessThan\": \"2.44.1\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"2.45.0\", \"lessThan\": \"2.45.1\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-06-11T20:39:04.278Z\"}}], \"cna\": {\"title\": \"Local Git clone may hardlink arbitrary user-readable files into the new repository's \\\"objects/\\\" directory\", \"source\": {\"advisory\": \"GHSA-mvxm-9j2h-qjx7\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"CHANGED\", \"version\": \"3.1\", \"baseScore\": 3.9, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"LOW\", \"vectorString\": \"CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"git\", \"product\": \"git\", \"versions\": [{\"status\": \"affected\", \"version\": \"= 2.45.0\"}, {\"status\": \"affected\", \"version\": \"= 2.44.0\"}, {\"status\": \"affected\", \"version\": \">= 2.43.0, < 2.43.4\"}, {\"status\": \"affected\", \"version\": \">= 2.42.0, < 2.42.2\"}, {\"status\": \"affected\", \"version\": \"= 2.41.0\"}, {\"status\": \"affected\", \"version\": \">= 2.40.0, < 2.40.2\"}, {\"status\": \"affected\", \"version\": \"< 2.39.4\"}]}], \"references\": [{\"url\": \"https://github.com/git/git/security/advisories/GHSA-mvxm-9j2h-qjx7\", \"name\": \"https://github.com/git/git/security/advisories/GHSA-mvxm-9j2h-qjx7\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"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\"}], \"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's `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.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-547\", \"description\": \"CWE-547: Use of Hard-coded, Security-relevant Constants\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2024-06-26T10:05:54.295Z\"}}}", cveMetadata: "{\"cveId\": \"CVE-2024-32021\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-13T17:52:05.770Z\", \"dateReserved\": \"2024-04-09T15:29:35.937Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2024-05-14T19:15:28.534Z\", \"assignerShortName\": \"GitHub_M\"}", dataType: "CVE_RECORD", dataVersion: "5.1", }, }, }
rhsa-2024_4368
Vulnerability from csaf_redhat
Published
2024-07-08 11:27
Modified
2024-11-24 16:31
Summary
Red Hat Security Advisory: git security update
Notes
Topic
An update for git is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.
Security Fix(es):
* git: Recursive clones RCE (CVE-2024-32002)
* git: RCE while cloning local repos (CVE-2024-32004)
* git: additional local RCE (CVE-2024-32465)
* git: insecure hardlinks (CVE-2024-32020)
* git: symlink bypass (CVE-2024-32021)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for git is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: Recursive clones RCE (CVE-2024-32002)\n\n* git: RCE while cloning local repos (CVE-2024-32004)\n\n* git: additional local RCE (CVE-2024-32465)\n\n* git: insecure hardlinks (CVE-2024-32020)\n\n* git: symlink bypass (CVE-2024-32021)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2024:4368", url: "https://access.redhat.com/errata/RHSA-2024:4368", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2280421", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280421", }, { category: "external", summary: "2280428", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280428", }, { category: "external", summary: "2280446", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280446", }, { category: "external", summary: "2280466", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280466", }, { category: "external", summary: "2280484", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280484", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4368.json", }, ], title: "Red Hat Security Advisory: git security update", tracking: { current_release_date: "2024-11-24T16:31:33+00:00", generator: { date: "2024-11-24T16:31:33+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2024:4368", initial_release_date: "2024-07-08T11:27:59+00:00", revision_history: [ { date: "2024-07-08T11:27:59+00:00", number: "1", summary: "Initial version", }, { date: "2024-07-08T11:27:59+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-24T16:31:33+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream EUS (v.9.2)", product: { name: "Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_eus:9.2::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "git-0:2.39.5-1.el9_2.src", product: { name: "git-0:2.39.5-1.el9_2.src", product_id: "git-0:2.39.5-1.el9_2.src", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.39.5-1.el9_2?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "git-0:2.39.5-1.el9_2.aarch64", product: { name: "git-0:2.39.5-1.el9_2.aarch64", product_id: "git-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.39.5-1.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "git-core-0:2.39.5-1.el9_2.aarch64", product: { name: "git-core-0:2.39.5-1.el9_2.aarch64", product_id: "git-core-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.39.5-1.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", product: { name: "git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", product_id: "git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.39.5-1.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "git-daemon-0:2.39.5-1.el9_2.aarch64", product: { name: "git-daemon-0:2.39.5-1.el9_2.aarch64", product_id: "git-daemon-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.39.5-1.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "git-subtree-0:2.39.5-1.el9_2.aarch64", product: { name: "git-subtree-0:2.39.5-1.el9_2.aarch64", product_id: "git-subtree-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.39.5-1.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "git-debugsource-0:2.39.5-1.el9_2.aarch64", product: { name: "git-debugsource-0:2.39.5-1.el9_2.aarch64", product_id: "git-debugsource-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.39.5-1.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", product: { name: "git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", product_id: "git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.39.5-1.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", product: { name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", product_id: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.5-1.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", product: { name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", product_id: "git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.39.5-1.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.39.5-1.el9_2.aarch64", product: { name: "git-debuginfo-0:2.39.5-1.el9_2.aarch64", product_id: "git-debuginfo-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.39.5-1.el9_2?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "git-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-0:2.39.5-1.el9_2.ppc64le", product_id: "git-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.39.5-1.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "git-core-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-core-0:2.39.5-1.el9_2.ppc64le", product_id: "git-core-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.39.5-1.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", product_id: "git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.39.5-1.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "git-daemon-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-daemon-0:2.39.5-1.el9_2.ppc64le", product_id: "git-daemon-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.39.5-1.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "git-subtree-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-subtree-0:2.39.5-1.el9_2.ppc64le", product_id: "git-subtree-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.39.5-1.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "git-debugsource-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-debugsource-0:2.39.5-1.el9_2.ppc64le", product_id: "git-debugsource-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.39.5-1.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", product_id: "git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.39.5-1.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", product_id: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.5-1.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", product_id: "git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.39.5-1.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-debuginfo-0:2.39.5-1.el9_2.ppc64le", product_id: "git-debuginfo-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.39.5-1.el9_2?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "git-0:2.39.5-1.el9_2.x86_64", product: { name: "git-0:2.39.5-1.el9_2.x86_64", product_id: "git-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.39.5-1.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "git-core-0:2.39.5-1.el9_2.x86_64", product: { name: "git-core-0:2.39.5-1.el9_2.x86_64", product_id: "git-core-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.39.5-1.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", product: { name: "git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", product_id: "git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.39.5-1.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "git-daemon-0:2.39.5-1.el9_2.x86_64", product: { name: "git-daemon-0:2.39.5-1.el9_2.x86_64", product_id: "git-daemon-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.39.5-1.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "git-subtree-0:2.39.5-1.el9_2.x86_64", product: { name: "git-subtree-0:2.39.5-1.el9_2.x86_64", product_id: "git-subtree-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.39.5-1.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "git-debugsource-0:2.39.5-1.el9_2.x86_64", product: { name: "git-debugsource-0:2.39.5-1.el9_2.x86_64", product_id: "git-debugsource-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.39.5-1.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", product: { name: "git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", product_id: "git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.39.5-1.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", product: { name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", product_id: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.5-1.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", product: { name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", product_id: "git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.39.5-1.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.39.5-1.el9_2.x86_64", product: { name: "git-debuginfo-0:2.39.5-1.el9_2.x86_64", product_id: "git-debuginfo-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.39.5-1.el9_2?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "git-0:2.39.5-1.el9_2.s390x", product: { name: "git-0:2.39.5-1.el9_2.s390x", product_id: "git-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.39.5-1.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "git-core-0:2.39.5-1.el9_2.s390x", product: { name: "git-core-0:2.39.5-1.el9_2.s390x", product_id: "git-core-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.39.5-1.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.39.5-1.el9_2.s390x", product: { name: "git-credential-libsecret-0:2.39.5-1.el9_2.s390x", product_id: "git-credential-libsecret-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.39.5-1.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "git-daemon-0:2.39.5-1.el9_2.s390x", product: { name: "git-daemon-0:2.39.5-1.el9_2.s390x", product_id: "git-daemon-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.39.5-1.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "git-subtree-0:2.39.5-1.el9_2.s390x", product: { name: "git-subtree-0:2.39.5-1.el9_2.s390x", product_id: "git-subtree-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.39.5-1.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "git-debugsource-0:2.39.5-1.el9_2.s390x", product: { name: "git-debugsource-0:2.39.5-1.el9_2.s390x", product_id: "git-debugsource-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.39.5-1.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.39.5-1.el9_2.s390x", product: { name: "git-core-debuginfo-0:2.39.5-1.el9_2.s390x", product_id: "git-core-debuginfo-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.39.5-1.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", product: { name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", product_id: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.5-1.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", product: { name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", product_id: "git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.39.5-1.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.39.5-1.el9_2.s390x", product: { name: "git-debuginfo-0:2.39.5-1.el9_2.s390x", product_id: "git-debuginfo-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.39.5-1.el9_2?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "git-all-0:2.39.5-1.el9_2.noarch", product: { name: "git-all-0:2.39.5-1.el9_2.noarch", product_id: "git-all-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-all@2.39.5-1.el9_2?arch=noarch", }, }, }, { category: "product_version", name: "git-core-doc-0:2.39.5-1.el9_2.noarch", product: { name: "git-core-doc-0:2.39.5-1.el9_2.noarch", product_id: "git-core-doc-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-doc@2.39.5-1.el9_2?arch=noarch", }, }, }, { category: "product_version", name: "git-email-0:2.39.5-1.el9_2.noarch", product: { name: "git-email-0:2.39.5-1.el9_2.noarch", product_id: "git-email-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-email@2.39.5-1.el9_2?arch=noarch", }, }, }, { category: "product_version", name: "git-gui-0:2.39.5-1.el9_2.noarch", product: { name: "git-gui-0:2.39.5-1.el9_2.noarch", product_id: "git-gui-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-gui@2.39.5-1.el9_2?arch=noarch", }, }, }, { category: "product_version", name: "git-instaweb-0:2.39.5-1.el9_2.noarch", product: { name: "git-instaweb-0:2.39.5-1.el9_2.noarch", product_id: "git-instaweb-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-instaweb@2.39.5-1.el9_2?arch=noarch", }, }, }, { category: "product_version", name: "git-svn-0:2.39.5-1.el9_2.noarch", product: { name: "git-svn-0:2.39.5-1.el9_2.noarch", product_id: "git-svn-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-svn@2.39.5-1.el9_2?arch=noarch", }, }, }, { category: "product_version", name: "gitk-0:2.39.5-1.el9_2.noarch", product: { name: "gitk-0:2.39.5-1.el9_2.noarch", product_id: "gitk-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/gitk@2.39.5-1.el9_2?arch=noarch", }, }, }, { category: "product_version", name: "gitweb-0:2.39.5-1.el9_2.noarch", product: { name: "gitweb-0:2.39.5-1.el9_2.noarch", product_id: "gitweb-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/gitweb@2.39.5-1.el9_2?arch=noarch", }, }, }, { category: "product_version", name: "perl-Git-0:2.39.5-1.el9_2.noarch", product: { name: "perl-Git-0:2.39.5-1.el9_2.noarch", product_id: "perl-Git-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/perl-Git@2.39.5-1.el9_2?arch=noarch", }, }, }, { category: "product_version", name: "perl-Git-SVN-0:2.39.5-1.el9_2.noarch", product: { name: "perl-Git-SVN-0:2.39.5-1.el9_2.noarch", product_id: "perl-Git-SVN-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/perl-Git-SVN@2.39.5-1.el9_2?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "git-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.39.5-1.el9_2.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", }, product_reference: "git-0:2.39.5-1.el9_2.src", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-all-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", }, product_reference: "git-all-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-core-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-core-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-core-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-core-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-core-debuginfo-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-doc-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", }, product_reference: "git-core-doc-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-credential-libsecret-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-daemon-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-daemon-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-daemon-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-daemon-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-debuginfo-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-debuginfo-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-debuginfo-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-debuginfo-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-debugsource-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-debugsource-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-debugsource-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-debugsource-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-email-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", }, product_reference: "git-email-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-gui-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", }, product_reference: "git-gui-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-instaweb-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", }, product_reference: "git-instaweb-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-subtree-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-subtree-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-subtree-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-subtree-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-svn-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", }, product_reference: "git-svn-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gitk-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", }, product_reference: "gitk-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gitweb-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", }, product_reference: "gitweb-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", }, product_reference: "perl-Git-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-SVN-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch", }, product_reference: "perl-Git-SVN-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-32002", cwe: { id: "CWE-434", name: "Unrestricted Upload of File with Dangerous Type", }, discovery_date: "2024-05-14T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2280421", }, ], notes: [ { category: "description", text: "A vulnerability was found in Git. This vulnerability allows the malicious manipulation of repositories containing submodules, exploiting a bug that enables the writing of files into the .git/ directory instead of the submodule's 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's 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, 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's 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's 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's 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's 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's 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's 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's 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't 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's local system that contains symlinks. During the cloning process, Git could be tricked into creating hardlinked arbitrary files into their repository's 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's 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't 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 ('Path Traversal')", }, 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's 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's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-32465", }, { category: "external", summary: "RHBZ#2280446", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280446", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-32465", url: "https://www.cve.org/CVERecord?id=CVE-2024-32465", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-32465", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-32465", }, { category: "external", summary: "https://github.com/git/git/security/advisories/GHSA-vm9j-46j9-qvq4", url: "https://github.com/git/git/security/advisories/GHSA-vm9j-46j9-qvq4", }, ], release_date: "2024-05-14T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-07-08T11:27:59+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:4368", }, { category: "workaround", details: "To reduce the risk of exploitation, users are advised to refrain from using Git in repositories obtained from archives sourced from untrusted origins. This precautionary measure helps to minimize exposure to potential security threats until the necessary patches can be applied.", product_ids: [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "PHYSICAL", availabilityImpact: "HIGH", baseScore: 7.3, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:P/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "git: additional local RCE", }, ], }
rhsa-2024:4084
Vulnerability from csaf_redhat
Published
2024-06-25 08:24
Modified
2024-11-24 16:31
Summary
Red Hat Security Advisory: git security update
Notes
Topic
An update for git is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.
Security Fix(es):
* git: Recursive clones RCE (CVE-2024-32002)
* git: RCE while cloning local repos (CVE-2024-32004)
* git: additional local RCE (CVE-2024-32465)
* git: insecure hardlinks (CVE-2024-32020)
* git: symlink bypass (CVE-2024-32021)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for git is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: Recursive clones RCE (CVE-2024-32002)\n\n* git: RCE while cloning local repos (CVE-2024-32004)\n\n* git: additional local RCE (CVE-2024-32465)\n\n* git: insecure hardlinks (CVE-2024-32020)\n\n* git: symlink bypass (CVE-2024-32021)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2024:4084", url: "https://access.redhat.com/errata/RHSA-2024:4084", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2280421", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280421", }, { category: "external", summary: "2280428", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280428", }, { category: "external", summary: "2280446", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280446", }, { category: "external", summary: "2280466", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280466", }, { category: "external", summary: "2280484", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280484", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4084.json", }, ], title: "Red Hat Security Advisory: git security update", tracking: { current_release_date: "2024-11-24T16:31:22+00:00", generator: { date: "2024-11-24T16:31:22+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2024:4084", initial_release_date: "2024-06-25T08:24:01+00:00", revision_history: [ { date: "2024-06-25T08:24:01+00:00", number: "1", summary: "Initial version", }, { date: "2024-06-25T08:24:01+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-24T16:31:22+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 8)", product: { name: "Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el8_10.src", product: { name: "git-0:2.43.5-1.el8_10.src", product_id: "git-0:2.43.5-1.el8_10.src", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el8_10?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el8_10.aarch64", product: { name: "git-0:2.43.5-1.el8_10.aarch64", product_id: "git-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "git-core-0:2.43.5-1.el8_10.aarch64", product: { name: "git-core-0:2.43.5-1.el8_10.aarch64", product_id: "git-core-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.43.5-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", product: { name: "git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", product_id: "git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "git-daemon-0:2.43.5-1.el8_10.aarch64", product: { name: "git-daemon-0:2.43.5-1.el8_10.aarch64", product_id: "git-daemon-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.43.5-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "git-subtree-0:2.43.5-1.el8_10.aarch64", product: { name: "git-subtree-0:2.43.5-1.el8_10.aarch64", product_id: "git-subtree-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.43.5-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "git-debugsource-0:2.43.5-1.el8_10.aarch64", product: { name: "git-debugsource-0:2.43.5-1.el8_10.aarch64", product_id: "git-debugsource-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.43.5-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", product: { name: "git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", product_id: "git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", product: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", product_id: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", product: { name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", product_id: "git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.43.5-1.el8_10.aarch64", product: { name: "git-debuginfo-0:2.43.5-1.el8_10.aarch64", product_id: "git-debuginfo-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el8_10?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-0:2.43.5-1.el8_10.ppc64le", product_id: "git-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "git-core-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-core-0:2.43.5-1.el8_10.ppc64le", product_id: "git-core-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.43.5-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", product_id: "git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "git-daemon-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-daemon-0:2.43.5-1.el8_10.ppc64le", product_id: "git-daemon-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.43.5-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "git-subtree-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-subtree-0:2.43.5-1.el8_10.ppc64le", product_id: "git-subtree-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.43.5-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "git-debugsource-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-debugsource-0:2.43.5-1.el8_10.ppc64le", product_id: "git-debugsource-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.43.5-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", product_id: "git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", product_id: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", product_id: "git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-debuginfo-0:2.43.5-1.el8_10.ppc64le", product_id: "git-debuginfo-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el8_10?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el8_10.x86_64", product: { name: "git-0:2.43.5-1.el8_10.x86_64", product_id: "git-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "git-core-0:2.43.5-1.el8_10.x86_64", product: { name: "git-core-0:2.43.5-1.el8_10.x86_64", product_id: "git-core-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.43.5-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", product: { name: "git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", product_id: "git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "git-daemon-0:2.43.5-1.el8_10.x86_64", product: { name: "git-daemon-0:2.43.5-1.el8_10.x86_64", product_id: "git-daemon-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.43.5-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "git-subtree-0:2.43.5-1.el8_10.x86_64", product: { name: "git-subtree-0:2.43.5-1.el8_10.x86_64", product_id: "git-subtree-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.43.5-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "git-debugsource-0:2.43.5-1.el8_10.x86_64", product: { name: "git-debugsource-0:2.43.5-1.el8_10.x86_64", product_id: "git-debugsource-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.43.5-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", product: { name: "git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", product_id: "git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", product: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", product_id: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", product: { name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", product_id: "git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.43.5-1.el8_10.x86_64", product: { name: "git-debuginfo-0:2.43.5-1.el8_10.x86_64", product_id: "git-debuginfo-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el8_10?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el8_10.s390x", product: { name: "git-0:2.43.5-1.el8_10.s390x", product_id: "git-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "git-core-0:2.43.5-1.el8_10.s390x", product: { name: "git-core-0:2.43.5-1.el8_10.s390x", product_id: "git-core-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.43.5-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.43.5-1.el8_10.s390x", product: { name: "git-credential-libsecret-0:2.43.5-1.el8_10.s390x", product_id: "git-credential-libsecret-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "git-daemon-0:2.43.5-1.el8_10.s390x", product: { name: "git-daemon-0:2.43.5-1.el8_10.s390x", product_id: "git-daemon-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.43.5-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "git-subtree-0:2.43.5-1.el8_10.s390x", product: { name: "git-subtree-0:2.43.5-1.el8_10.s390x", product_id: "git-subtree-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.43.5-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "git-debugsource-0:2.43.5-1.el8_10.s390x", product: { name: "git-debugsource-0:2.43.5-1.el8_10.s390x", product_id: "git-debugsource-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.43.5-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.43.5-1.el8_10.s390x", product: { name: "git-core-debuginfo-0:2.43.5-1.el8_10.s390x", product_id: "git-core-debuginfo-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", product: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", product_id: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", product: { name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", product_id: "git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.43.5-1.el8_10.s390x", product: { name: "git-debuginfo-0:2.43.5-1.el8_10.s390x", product_id: "git-debuginfo-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el8_10?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "git-all-0:2.43.5-1.el8_10.noarch", product: { name: "git-all-0:2.43.5-1.el8_10.noarch", product_id: "git-all-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-all@2.43.5-1.el8_10?arch=noarch", }, }, }, { category: "product_version", name: "git-core-doc-0:2.43.5-1.el8_10.noarch", product: { name: "git-core-doc-0:2.43.5-1.el8_10.noarch", product_id: "git-core-doc-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-doc@2.43.5-1.el8_10?arch=noarch", }, }, }, { category: "product_version", name: "git-email-0:2.43.5-1.el8_10.noarch", product: { name: "git-email-0:2.43.5-1.el8_10.noarch", product_id: "git-email-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-email@2.43.5-1.el8_10?arch=noarch", }, }, }, { category: "product_version", name: "git-gui-0:2.43.5-1.el8_10.noarch", product: { name: "git-gui-0:2.43.5-1.el8_10.noarch", product_id: "git-gui-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-gui@2.43.5-1.el8_10?arch=noarch", }, }, }, { category: "product_version", name: "git-instaweb-0:2.43.5-1.el8_10.noarch", product: { name: "git-instaweb-0:2.43.5-1.el8_10.noarch", product_id: "git-instaweb-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-instaweb@2.43.5-1.el8_10?arch=noarch", }, }, }, { category: "product_version", name: "git-svn-0:2.43.5-1.el8_10.noarch", product: { name: "git-svn-0:2.43.5-1.el8_10.noarch", product_id: "git-svn-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-svn@2.43.5-1.el8_10?arch=noarch", }, }, }, { category: "product_version", name: "gitk-0:2.43.5-1.el8_10.noarch", product: { name: "gitk-0:2.43.5-1.el8_10.noarch", product_id: "gitk-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/gitk@2.43.5-1.el8_10?arch=noarch", }, }, }, { category: "product_version", name: "gitweb-0:2.43.5-1.el8_10.noarch", product: { name: "gitweb-0:2.43.5-1.el8_10.noarch", product_id: "gitweb-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/gitweb@2.43.5-1.el8_10?arch=noarch", }, }, }, { category: "product_version", name: "perl-Git-0:2.43.5-1.el8_10.noarch", product: { name: "perl-Git-0:2.43.5-1.el8_10.noarch", product_id: "perl-Git-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/perl-Git@2.43.5-1.el8_10?arch=noarch", }, }, }, { category: "product_version", name: "perl-Git-SVN-0:2.43.5-1.el8_10.noarch", product: { name: "perl-Git-SVN-0:2.43.5-1.el8_10.noarch", product_id: "perl-Git-SVN-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/perl-Git-SVN@2.43.5-1.el8_10?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", }, product_reference: "git-0:2.43.5-1.el8_10.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-all-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", }, product_reference: "git-all-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-core-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-core-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-core-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-core-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-core-debuginfo-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-doc-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", }, product_reference: "git-core-doc-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-credential-libsecret-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-daemon-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-daemon-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-daemon-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-daemon-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-debuginfo-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-debuginfo-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-debuginfo-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-debuginfo-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-debugsource-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-debugsource-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-debugsource-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-debugsource-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-email-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", }, product_reference: "git-email-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-gui-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", }, product_reference: "git-gui-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-instaweb-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", }, product_reference: "git-instaweb-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-subtree-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-subtree-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-subtree-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-subtree-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-svn-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", }, product_reference: "git-svn-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gitk-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", }, product_reference: "gitk-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gitweb-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", }, product_reference: "gitweb-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", }, product_reference: "perl-Git-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-SVN-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch", }, product_reference: "perl-Git-SVN-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-32002", cwe: { id: "CWE-434", name: "Unrestricted Upload of File with Dangerous Type", }, discovery_date: "2024-05-14T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2280421", }, ], notes: [ { category: "description", text: "A vulnerability was found in Git. This vulnerability allows the malicious manipulation of repositories containing submodules, exploiting a bug that enables the writing of files into the .git/ directory instead of the submodule's 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's 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, 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's 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's 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's 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's 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's 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's 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's 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't 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's local system that contains symlinks. During the cloning process, Git could be tricked into creating hardlinked arbitrary files into their repository's 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's 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't 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 ('Path Traversal')", }, 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's 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's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-32465", }, { category: "external", summary: "RHBZ#2280446", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280446", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-32465", url: "https://www.cve.org/CVERecord?id=CVE-2024-32465", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-32465", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-32465", }, { category: "external", summary: "https://github.com/git/git/security/advisories/GHSA-vm9j-46j9-qvq4", url: "https://github.com/git/git/security/advisories/GHSA-vm9j-46j9-qvq4", }, ], release_date: "2024-05-14T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-06-25T08:24:01+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:4084", }, { category: "workaround", details: "To reduce the risk of exploitation, users are advised to refrain from using Git in repositories obtained from archives sourced from untrusted origins. This precautionary measure helps to minimize exposure to potential security threats until the necessary patches can be applied.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "PHYSICAL", availabilityImpact: "HIGH", baseScore: 7.3, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:P/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "git: additional local RCE", }, ], }
rhsa-2024:4083
Vulnerability from csaf_redhat
Published
2024-06-25 08:30
Modified
2024-11-24 16:31
Summary
Red Hat Security Advisory: git security update
Notes
Topic
An update for git is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.
Security Fix(es):
* git: Recursive clones RCE (CVE-2024-32002)
* git: RCE while cloning local repos (CVE-2024-32004)
* git: additional local RCE (CVE-2024-32465)
* git: insecure hardlinks (CVE-2024-32020)
* git: symlink bypass (CVE-2024-32021)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for git is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: Recursive clones RCE (CVE-2024-32002)\n\n* git: RCE while cloning local repos (CVE-2024-32004)\n\n* git: additional local RCE (CVE-2024-32465)\n\n* git: insecure hardlinks (CVE-2024-32020)\n\n* git: symlink bypass (CVE-2024-32021)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2024:4083", url: "https://access.redhat.com/errata/RHSA-2024:4083", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2280421", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280421", }, { category: "external", summary: "2280428", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280428", }, { category: "external", summary: "2280446", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280446", }, { category: "external", summary: "2280466", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280466", }, { category: "external", summary: "2280484", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280484", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4083.json", }, ], title: "Red Hat Security Advisory: git security update", tracking: { current_release_date: "2024-11-24T16:31:12+00:00", generator: { date: "2024-11-24T16:31:12+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2024:4083", initial_release_date: "2024-06-25T08:30:30+00:00", revision_history: [ { date: "2024-06-25T08:30:30+00:00", number: "1", summary: "Initial version", }, { date: "2024-06-25T08:30:30+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-24T16:31:12+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 9)", product: { name: "Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:9::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el9_4.src", product: { name: "git-0:2.43.5-1.el9_4.src", product_id: "git-0:2.43.5-1.el9_4.src", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el9_4?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el9_4.aarch64", product: { name: "git-0:2.43.5-1.el9_4.aarch64", product_id: "git-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "git-core-0:2.43.5-1.el9_4.aarch64", product: { name: "git-core-0:2.43.5-1.el9_4.aarch64", product_id: "git-core-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.43.5-1.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", product: { name: "git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", product_id: "git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "git-daemon-0:2.43.5-1.el9_4.aarch64", product: { name: "git-daemon-0:2.43.5-1.el9_4.aarch64", product_id: "git-daemon-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.43.5-1.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "git-subtree-0:2.43.5-1.el9_4.aarch64", product: { name: "git-subtree-0:2.43.5-1.el9_4.aarch64", product_id: "git-subtree-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.43.5-1.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "git-debugsource-0:2.43.5-1.el9_4.aarch64", product: { name: "git-debugsource-0:2.43.5-1.el9_4.aarch64", product_id: "git-debugsource-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.43.5-1.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", product: { name: "git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", product_id: "git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", product: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", product_id: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", product: { name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", product_id: "git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.43.5-1.el9_4.aarch64", product: { name: "git-debuginfo-0:2.43.5-1.el9_4.aarch64", product_id: "git-debuginfo-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el9_4?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-0:2.43.5-1.el9_4.ppc64le", product_id: "git-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "git-core-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-core-0:2.43.5-1.el9_4.ppc64le", product_id: "git-core-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.43.5-1.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", product_id: "git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "git-daemon-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-daemon-0:2.43.5-1.el9_4.ppc64le", product_id: "git-daemon-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.43.5-1.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "git-subtree-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-subtree-0:2.43.5-1.el9_4.ppc64le", product_id: "git-subtree-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.43.5-1.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "git-debugsource-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-debugsource-0:2.43.5-1.el9_4.ppc64le", product_id: "git-debugsource-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.43.5-1.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", product_id: "git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", product_id: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", product_id: "git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-debuginfo-0:2.43.5-1.el9_4.ppc64le", product_id: "git-debuginfo-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el9_4?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el9_4.x86_64", product: { name: "git-0:2.43.5-1.el9_4.x86_64", product_id: "git-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "git-core-0:2.43.5-1.el9_4.x86_64", product: { name: "git-core-0:2.43.5-1.el9_4.x86_64", product_id: "git-core-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.43.5-1.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", product: { name: "git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", product_id: "git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "git-daemon-0:2.43.5-1.el9_4.x86_64", product: { name: "git-daemon-0:2.43.5-1.el9_4.x86_64", product_id: "git-daemon-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.43.5-1.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "git-subtree-0:2.43.5-1.el9_4.x86_64", product: { name: "git-subtree-0:2.43.5-1.el9_4.x86_64", product_id: "git-subtree-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.43.5-1.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "git-debugsource-0:2.43.5-1.el9_4.x86_64", product: { name: "git-debugsource-0:2.43.5-1.el9_4.x86_64", product_id: "git-debugsource-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.43.5-1.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", product: { name: "git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", product_id: "git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", product: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", product_id: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", product: { name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", product_id: "git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.43.5-1.el9_4.x86_64", product: { name: "git-debuginfo-0:2.43.5-1.el9_4.x86_64", product_id: "git-debuginfo-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el9_4?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el9_4.s390x", product: { name: "git-0:2.43.5-1.el9_4.s390x", product_id: "git-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "git-core-0:2.43.5-1.el9_4.s390x", product: { name: "git-core-0:2.43.5-1.el9_4.s390x", product_id: "git-core-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.43.5-1.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.43.5-1.el9_4.s390x", product: { name: "git-credential-libsecret-0:2.43.5-1.el9_4.s390x", product_id: "git-credential-libsecret-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "git-daemon-0:2.43.5-1.el9_4.s390x", product: { name: "git-daemon-0:2.43.5-1.el9_4.s390x", product_id: "git-daemon-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.43.5-1.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "git-subtree-0:2.43.5-1.el9_4.s390x", product: { name: "git-subtree-0:2.43.5-1.el9_4.s390x", product_id: "git-subtree-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.43.5-1.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "git-debugsource-0:2.43.5-1.el9_4.s390x", product: { name: "git-debugsource-0:2.43.5-1.el9_4.s390x", product_id: "git-debugsource-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.43.5-1.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.43.5-1.el9_4.s390x", product: { name: "git-core-debuginfo-0:2.43.5-1.el9_4.s390x", product_id: "git-core-debuginfo-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", product: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", product_id: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", product: { name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", product_id: "git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.43.5-1.el9_4.s390x", product: { name: "git-debuginfo-0:2.43.5-1.el9_4.s390x", product_id: "git-debuginfo-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el9_4?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "git-all-0:2.43.5-1.el9_4.noarch", product: { name: "git-all-0:2.43.5-1.el9_4.noarch", product_id: "git-all-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-all@2.43.5-1.el9_4?arch=noarch", }, }, }, { category: "product_version", name: "git-core-doc-0:2.43.5-1.el9_4.noarch", product: { name: "git-core-doc-0:2.43.5-1.el9_4.noarch", product_id: "git-core-doc-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-doc@2.43.5-1.el9_4?arch=noarch", }, }, }, { category: "product_version", name: "git-email-0:2.43.5-1.el9_4.noarch", product: { name: "git-email-0:2.43.5-1.el9_4.noarch", product_id: "git-email-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-email@2.43.5-1.el9_4?arch=noarch", }, }, }, { category: "product_version", name: "git-gui-0:2.43.5-1.el9_4.noarch", product: { name: "git-gui-0:2.43.5-1.el9_4.noarch", product_id: "git-gui-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-gui@2.43.5-1.el9_4?arch=noarch", }, }, }, { category: "product_version", name: "git-instaweb-0:2.43.5-1.el9_4.noarch", product: { name: "git-instaweb-0:2.43.5-1.el9_4.noarch", product_id: "git-instaweb-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-instaweb@2.43.5-1.el9_4?arch=noarch", }, }, }, { category: "product_version", name: "git-svn-0:2.43.5-1.el9_4.noarch", product: { name: "git-svn-0:2.43.5-1.el9_4.noarch", product_id: "git-svn-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-svn@2.43.5-1.el9_4?arch=noarch", }, }, }, { category: "product_version", name: "gitk-0:2.43.5-1.el9_4.noarch", product: { name: "gitk-0:2.43.5-1.el9_4.noarch", product_id: "gitk-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/gitk@2.43.5-1.el9_4?arch=noarch", }, }, }, { category: "product_version", name: "gitweb-0:2.43.5-1.el9_4.noarch", product: { name: "gitweb-0:2.43.5-1.el9_4.noarch", product_id: "gitweb-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/gitweb@2.43.5-1.el9_4?arch=noarch", }, }, }, { category: "product_version", name: "perl-Git-0:2.43.5-1.el9_4.noarch", product: { name: "perl-Git-0:2.43.5-1.el9_4.noarch", product_id: "perl-Git-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/perl-Git@2.43.5-1.el9_4?arch=noarch", }, }, }, { category: "product_version", name: "perl-Git-SVN-0:2.43.5-1.el9_4.noarch", product: { name: "perl-Git-SVN-0:2.43.5-1.el9_4.noarch", product_id: "perl-Git-SVN-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/perl-Git-SVN@2.43.5-1.el9_4?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el9_4.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.src", }, product_reference: "git-0:2.43.5-1.el9_4.src", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-all-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el9_4.noarch", }, product_reference: "git-all-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-core-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-core-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-core-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-core-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-core-debuginfo-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-doc-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el9_4.noarch", }, product_reference: "git-core-doc-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-credential-libsecret-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-daemon-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-daemon-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-daemon-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-daemon-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-debuginfo-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-debuginfo-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-debuginfo-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-debuginfo-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-debugsource-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-debugsource-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-debugsource-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-debugsource-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-email-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el9_4.noarch", }, product_reference: "git-email-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-gui-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el9_4.noarch", }, product_reference: "git-gui-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-instaweb-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el9_4.noarch", }, product_reference: "git-instaweb-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-subtree-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-subtree-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-subtree-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-subtree-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-svn-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el9_4.noarch", }, product_reference: "git-svn-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gitk-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el9_4.noarch", }, product_reference: "gitk-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gitweb-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el9_4.noarch", }, product_reference: "gitweb-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el9_4.noarch", }, product_reference: "perl-Git-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-SVN-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el9_4.noarch", }, product_reference: "perl-Git-SVN-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-32002", cwe: { id: "CWE-434", name: "Unrestricted Upload of File with Dangerous Type", }, discovery_date: "2024-05-14T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2280421", }, ], notes: [ { category: "description", text: "A vulnerability was found in Git. This vulnerability allows the malicious manipulation of repositories containing submodules, exploiting a bug that enables the writing of files into the .git/ directory instead of the submodule's 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's 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, 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's 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's 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's 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's 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's 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's 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's 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't 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's local system that contains symlinks. During the cloning process, Git could be tricked into creating hardlinked arbitrary files into their repository's 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's 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't 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 ('Path Traversal')", }, 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's 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's 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_4084
Vulnerability from csaf_redhat
Published
2024-06-25 08:24
Modified
2024-11-24 16:31
Summary
Red Hat Security Advisory: git security update
Notes
Topic
An update for git is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.
Security Fix(es):
* git: Recursive clones RCE (CVE-2024-32002)
* git: RCE while cloning local repos (CVE-2024-32004)
* git: additional local RCE (CVE-2024-32465)
* git: insecure hardlinks (CVE-2024-32020)
* git: symlink bypass (CVE-2024-32021)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for git is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: Recursive clones RCE (CVE-2024-32002)\n\n* git: RCE while cloning local repos (CVE-2024-32004)\n\n* git: additional local RCE (CVE-2024-32465)\n\n* git: insecure hardlinks (CVE-2024-32020)\n\n* git: symlink bypass (CVE-2024-32021)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2024:4084", url: "https://access.redhat.com/errata/RHSA-2024:4084", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2280421", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280421", }, { category: "external", summary: "2280428", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280428", }, { category: "external", summary: "2280446", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280446", }, { category: "external", summary: "2280466", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280466", }, { category: "external", summary: "2280484", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280484", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4084.json", }, ], title: "Red Hat Security Advisory: git security update", tracking: { current_release_date: "2024-11-24T16:31:22+00:00", generator: { date: "2024-11-24T16:31:22+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2024:4084", initial_release_date: "2024-06-25T08:24:01+00:00", revision_history: [ { date: "2024-06-25T08:24:01+00:00", number: "1", summary: "Initial version", }, { date: "2024-06-25T08:24:01+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-24T16:31:22+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 8)", product: { name: "Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el8_10.src", product: { name: "git-0:2.43.5-1.el8_10.src", product_id: "git-0:2.43.5-1.el8_10.src", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el8_10?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el8_10.aarch64", product: { name: "git-0:2.43.5-1.el8_10.aarch64", product_id: "git-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "git-core-0:2.43.5-1.el8_10.aarch64", product: { name: "git-core-0:2.43.5-1.el8_10.aarch64", product_id: "git-core-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.43.5-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", product: { name: "git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", product_id: "git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "git-daemon-0:2.43.5-1.el8_10.aarch64", product: { name: "git-daemon-0:2.43.5-1.el8_10.aarch64", product_id: "git-daemon-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.43.5-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "git-subtree-0:2.43.5-1.el8_10.aarch64", product: { name: "git-subtree-0:2.43.5-1.el8_10.aarch64", product_id: "git-subtree-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.43.5-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "git-debugsource-0:2.43.5-1.el8_10.aarch64", product: { name: "git-debugsource-0:2.43.5-1.el8_10.aarch64", product_id: "git-debugsource-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.43.5-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", product: { name: "git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", product_id: "git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", product: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", product_id: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", product: { name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", product_id: "git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.43.5-1.el8_10.aarch64", product: { name: "git-debuginfo-0:2.43.5-1.el8_10.aarch64", product_id: "git-debuginfo-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el8_10?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-0:2.43.5-1.el8_10.ppc64le", product_id: "git-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "git-core-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-core-0:2.43.5-1.el8_10.ppc64le", product_id: "git-core-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.43.5-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", product_id: "git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "git-daemon-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-daemon-0:2.43.5-1.el8_10.ppc64le", product_id: "git-daemon-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.43.5-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "git-subtree-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-subtree-0:2.43.5-1.el8_10.ppc64le", product_id: "git-subtree-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.43.5-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "git-debugsource-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-debugsource-0:2.43.5-1.el8_10.ppc64le", product_id: "git-debugsource-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.43.5-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", product_id: "git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", product_id: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", product_id: "git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-debuginfo-0:2.43.5-1.el8_10.ppc64le", product_id: "git-debuginfo-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el8_10?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el8_10.x86_64", product: { name: "git-0:2.43.5-1.el8_10.x86_64", product_id: "git-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "git-core-0:2.43.5-1.el8_10.x86_64", product: { name: "git-core-0:2.43.5-1.el8_10.x86_64", product_id: "git-core-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.43.5-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", product: { name: "git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", product_id: "git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "git-daemon-0:2.43.5-1.el8_10.x86_64", product: { name: "git-daemon-0:2.43.5-1.el8_10.x86_64", product_id: "git-daemon-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.43.5-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "git-subtree-0:2.43.5-1.el8_10.x86_64", product: { name: "git-subtree-0:2.43.5-1.el8_10.x86_64", product_id: "git-subtree-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.43.5-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "git-debugsource-0:2.43.5-1.el8_10.x86_64", product: { name: "git-debugsource-0:2.43.5-1.el8_10.x86_64", product_id: "git-debugsource-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.43.5-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", product: { name: "git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", product_id: "git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", product: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", product_id: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", product: { name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", product_id: "git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.43.5-1.el8_10.x86_64", product: { name: "git-debuginfo-0:2.43.5-1.el8_10.x86_64", product_id: "git-debuginfo-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el8_10?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el8_10.s390x", product: { name: "git-0:2.43.5-1.el8_10.s390x", product_id: "git-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "git-core-0:2.43.5-1.el8_10.s390x", product: { name: "git-core-0:2.43.5-1.el8_10.s390x", product_id: "git-core-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.43.5-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.43.5-1.el8_10.s390x", product: { name: "git-credential-libsecret-0:2.43.5-1.el8_10.s390x", product_id: "git-credential-libsecret-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "git-daemon-0:2.43.5-1.el8_10.s390x", product: { name: "git-daemon-0:2.43.5-1.el8_10.s390x", product_id: "git-daemon-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.43.5-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "git-subtree-0:2.43.5-1.el8_10.s390x", product: { name: "git-subtree-0:2.43.5-1.el8_10.s390x", product_id: "git-subtree-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.43.5-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "git-debugsource-0:2.43.5-1.el8_10.s390x", product: { name: "git-debugsource-0:2.43.5-1.el8_10.s390x", product_id: "git-debugsource-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.43.5-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.43.5-1.el8_10.s390x", product: { name: "git-core-debuginfo-0:2.43.5-1.el8_10.s390x", product_id: "git-core-debuginfo-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", product: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", product_id: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", product: { name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", product_id: "git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.43.5-1.el8_10.s390x", product: { name: "git-debuginfo-0:2.43.5-1.el8_10.s390x", product_id: "git-debuginfo-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el8_10?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "git-all-0:2.43.5-1.el8_10.noarch", product: { name: "git-all-0:2.43.5-1.el8_10.noarch", product_id: "git-all-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-all@2.43.5-1.el8_10?arch=noarch", }, }, }, { category: "product_version", name: "git-core-doc-0:2.43.5-1.el8_10.noarch", product: { name: "git-core-doc-0:2.43.5-1.el8_10.noarch", product_id: "git-core-doc-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-doc@2.43.5-1.el8_10?arch=noarch", }, }, }, { category: "product_version", name: "git-email-0:2.43.5-1.el8_10.noarch", product: { name: "git-email-0:2.43.5-1.el8_10.noarch", product_id: "git-email-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-email@2.43.5-1.el8_10?arch=noarch", }, }, }, { category: "product_version", name: "git-gui-0:2.43.5-1.el8_10.noarch", product: { name: "git-gui-0:2.43.5-1.el8_10.noarch", product_id: "git-gui-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-gui@2.43.5-1.el8_10?arch=noarch", }, }, }, { category: "product_version", name: "git-instaweb-0:2.43.5-1.el8_10.noarch", product: { name: "git-instaweb-0:2.43.5-1.el8_10.noarch", product_id: "git-instaweb-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-instaweb@2.43.5-1.el8_10?arch=noarch", }, }, }, { category: "product_version", name: "git-svn-0:2.43.5-1.el8_10.noarch", product: { name: "git-svn-0:2.43.5-1.el8_10.noarch", product_id: "git-svn-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-svn@2.43.5-1.el8_10?arch=noarch", }, }, }, { category: "product_version", name: "gitk-0:2.43.5-1.el8_10.noarch", product: { name: "gitk-0:2.43.5-1.el8_10.noarch", product_id: "gitk-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/gitk@2.43.5-1.el8_10?arch=noarch", }, }, }, { category: "product_version", name: "gitweb-0:2.43.5-1.el8_10.noarch", product: { name: "gitweb-0:2.43.5-1.el8_10.noarch", product_id: "gitweb-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/gitweb@2.43.5-1.el8_10?arch=noarch", }, }, }, { category: "product_version", name: "perl-Git-0:2.43.5-1.el8_10.noarch", product: { name: "perl-Git-0:2.43.5-1.el8_10.noarch", product_id: "perl-Git-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/perl-Git@2.43.5-1.el8_10?arch=noarch", }, }, }, { category: "product_version", name: "perl-Git-SVN-0:2.43.5-1.el8_10.noarch", product: { name: "perl-Git-SVN-0:2.43.5-1.el8_10.noarch", product_id: "perl-Git-SVN-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/perl-Git-SVN@2.43.5-1.el8_10?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", }, product_reference: "git-0:2.43.5-1.el8_10.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-all-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", }, product_reference: "git-all-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-core-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-core-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-core-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-core-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-core-debuginfo-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-doc-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", }, product_reference: "git-core-doc-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-credential-libsecret-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-daemon-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-daemon-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-daemon-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-daemon-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-debuginfo-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-debuginfo-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-debuginfo-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-debuginfo-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-debugsource-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-debugsource-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-debugsource-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-debugsource-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-email-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", }, product_reference: "git-email-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-gui-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", }, product_reference: "git-gui-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-instaweb-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", }, product_reference: "git-instaweb-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-subtree-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-subtree-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-subtree-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-subtree-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-svn-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", }, product_reference: "git-svn-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gitk-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", }, product_reference: "gitk-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gitweb-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", }, product_reference: "gitweb-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", }, product_reference: "perl-Git-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-SVN-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch", }, product_reference: "perl-Git-SVN-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-32002", cwe: { id: "CWE-434", name: "Unrestricted Upload of File with Dangerous Type", }, discovery_date: "2024-05-14T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2280421", }, ], notes: [ { category: "description", text: "A vulnerability was found in Git. This vulnerability allows the malicious manipulation of repositories containing submodules, exploiting a bug that enables the writing of files into the .git/ directory instead of the submodule's 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's 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, 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's 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's 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's 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's 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's 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's 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's 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't 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's local system that contains symlinks. During the cloning process, Git could be tricked into creating hardlinked arbitrary files into their repository's 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's 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't 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 ('Path Traversal')", }, 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's 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's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-32465", }, { category: "external", summary: "RHBZ#2280446", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280446", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-32465", url: "https://www.cve.org/CVERecord?id=CVE-2024-32465", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-32465", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-32465", }, { category: "external", summary: "https://github.com/git/git/security/advisories/GHSA-vm9j-46j9-qvq4", url: "https://github.com/git/git/security/advisories/GHSA-vm9j-46j9-qvq4", }, ], release_date: "2024-05-14T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-06-25T08:24:01+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:4084", }, { category: "workaround", details: "To reduce the risk of exploitation, users are advised to refrain from using Git in repositories obtained from archives sourced from untrusted origins. This precautionary measure helps to minimize exposure to potential security threats until the necessary patches can be applied.", product_ids: [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "PHYSICAL", availabilityImpact: "HIGH", baseScore: 7.3, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:P/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "git: additional local RCE", }, ], }
rhsa-2024_4083
Vulnerability from csaf_redhat
Published
2024-06-25 08:30
Modified
2024-11-24 16:31
Summary
Red Hat Security Advisory: git security update
Notes
Topic
An update for git is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.
Security Fix(es):
* git: Recursive clones RCE (CVE-2024-32002)
* git: RCE while cloning local repos (CVE-2024-32004)
* git: additional local RCE (CVE-2024-32465)
* git: insecure hardlinks (CVE-2024-32020)
* git: symlink bypass (CVE-2024-32021)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for git is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: Recursive clones RCE (CVE-2024-32002)\n\n* git: RCE while cloning local repos (CVE-2024-32004)\n\n* git: additional local RCE (CVE-2024-32465)\n\n* git: insecure hardlinks (CVE-2024-32020)\n\n* git: symlink bypass (CVE-2024-32021)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2024:4083", url: "https://access.redhat.com/errata/RHSA-2024:4083", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2280421", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280421", }, { category: "external", summary: "2280428", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280428", }, { category: "external", summary: "2280446", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280446", }, { category: "external", summary: "2280466", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280466", }, { category: "external", summary: "2280484", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280484", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4083.json", }, ], title: "Red Hat Security Advisory: git security update", tracking: { current_release_date: "2024-11-24T16:31:12+00:00", generator: { date: "2024-11-24T16:31:12+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2024:4083", initial_release_date: "2024-06-25T08:30:30+00:00", revision_history: [ { date: "2024-06-25T08:30:30+00:00", number: "1", summary: "Initial version", }, { date: "2024-06-25T08:30:30+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-24T16:31:12+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 9)", product: { name: "Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:9::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el9_4.src", product: { name: "git-0:2.43.5-1.el9_4.src", product_id: "git-0:2.43.5-1.el9_4.src", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el9_4?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el9_4.aarch64", product: { name: "git-0:2.43.5-1.el9_4.aarch64", product_id: "git-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "git-core-0:2.43.5-1.el9_4.aarch64", product: { name: "git-core-0:2.43.5-1.el9_4.aarch64", product_id: "git-core-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.43.5-1.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", product: { name: "git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", product_id: "git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "git-daemon-0:2.43.5-1.el9_4.aarch64", product: { name: "git-daemon-0:2.43.5-1.el9_4.aarch64", product_id: "git-daemon-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.43.5-1.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "git-subtree-0:2.43.5-1.el9_4.aarch64", product: { name: "git-subtree-0:2.43.5-1.el9_4.aarch64", product_id: "git-subtree-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.43.5-1.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "git-debugsource-0:2.43.5-1.el9_4.aarch64", product: { name: "git-debugsource-0:2.43.5-1.el9_4.aarch64", product_id: "git-debugsource-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.43.5-1.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", product: { name: "git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", product_id: "git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", product: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", product_id: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", product: { name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", product_id: "git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.43.5-1.el9_4.aarch64", product: { name: "git-debuginfo-0:2.43.5-1.el9_4.aarch64", product_id: "git-debuginfo-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el9_4?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-0:2.43.5-1.el9_4.ppc64le", product_id: "git-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "git-core-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-core-0:2.43.5-1.el9_4.ppc64le", product_id: "git-core-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.43.5-1.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", product_id: "git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "git-daemon-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-daemon-0:2.43.5-1.el9_4.ppc64le", product_id: "git-daemon-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.43.5-1.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "git-subtree-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-subtree-0:2.43.5-1.el9_4.ppc64le", product_id: "git-subtree-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.43.5-1.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "git-debugsource-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-debugsource-0:2.43.5-1.el9_4.ppc64le", product_id: "git-debugsource-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.43.5-1.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", product_id: "git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", product_id: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", product_id: "git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-debuginfo-0:2.43.5-1.el9_4.ppc64le", product_id: "git-debuginfo-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el9_4?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el9_4.x86_64", product: { name: "git-0:2.43.5-1.el9_4.x86_64", product_id: "git-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "git-core-0:2.43.5-1.el9_4.x86_64", product: { name: "git-core-0:2.43.5-1.el9_4.x86_64", product_id: "git-core-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.43.5-1.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", product: { name: "git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", product_id: "git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "git-daemon-0:2.43.5-1.el9_4.x86_64", product: { name: "git-daemon-0:2.43.5-1.el9_4.x86_64", product_id: "git-daemon-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.43.5-1.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "git-subtree-0:2.43.5-1.el9_4.x86_64", product: { name: "git-subtree-0:2.43.5-1.el9_4.x86_64", product_id: "git-subtree-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.43.5-1.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "git-debugsource-0:2.43.5-1.el9_4.x86_64", product: { name: "git-debugsource-0:2.43.5-1.el9_4.x86_64", product_id: "git-debugsource-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.43.5-1.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", product: { name: "git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", product_id: "git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", product: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", product_id: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", product: { name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", product_id: "git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.43.5-1.el9_4.x86_64", product: { name: "git-debuginfo-0:2.43.5-1.el9_4.x86_64", product_id: "git-debuginfo-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el9_4?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el9_4.s390x", product: { name: "git-0:2.43.5-1.el9_4.s390x", product_id: "git-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "git-core-0:2.43.5-1.el9_4.s390x", product: { name: "git-core-0:2.43.5-1.el9_4.s390x", product_id: "git-core-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.43.5-1.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.43.5-1.el9_4.s390x", product: { name: "git-credential-libsecret-0:2.43.5-1.el9_4.s390x", product_id: "git-credential-libsecret-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "git-daemon-0:2.43.5-1.el9_4.s390x", product: { name: "git-daemon-0:2.43.5-1.el9_4.s390x", product_id: "git-daemon-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.43.5-1.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "git-subtree-0:2.43.5-1.el9_4.s390x", product: { name: "git-subtree-0:2.43.5-1.el9_4.s390x", product_id: "git-subtree-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.43.5-1.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "git-debugsource-0:2.43.5-1.el9_4.s390x", product: { name: "git-debugsource-0:2.43.5-1.el9_4.s390x", product_id: "git-debugsource-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.43.5-1.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.43.5-1.el9_4.s390x", product: { name: "git-core-debuginfo-0:2.43.5-1.el9_4.s390x", product_id: "git-core-debuginfo-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", product: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", product_id: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", product: { name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", product_id: "git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.43.5-1.el9_4.s390x", product: { name: "git-debuginfo-0:2.43.5-1.el9_4.s390x", product_id: "git-debuginfo-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el9_4?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "git-all-0:2.43.5-1.el9_4.noarch", product: { name: "git-all-0:2.43.5-1.el9_4.noarch", product_id: "git-all-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-all@2.43.5-1.el9_4?arch=noarch", }, }, }, { category: "product_version", name: "git-core-doc-0:2.43.5-1.el9_4.noarch", product: { name: "git-core-doc-0:2.43.5-1.el9_4.noarch", product_id: "git-core-doc-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-doc@2.43.5-1.el9_4?arch=noarch", }, }, }, { category: "product_version", name: "git-email-0:2.43.5-1.el9_4.noarch", product: { name: "git-email-0:2.43.5-1.el9_4.noarch", product_id: "git-email-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-email@2.43.5-1.el9_4?arch=noarch", }, }, }, { category: "product_version", name: "git-gui-0:2.43.5-1.el9_4.noarch", product: { name: "git-gui-0:2.43.5-1.el9_4.noarch", product_id: "git-gui-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-gui@2.43.5-1.el9_4?arch=noarch", }, }, }, { category: "product_version", name: "git-instaweb-0:2.43.5-1.el9_4.noarch", product: { name: "git-instaweb-0:2.43.5-1.el9_4.noarch", product_id: "git-instaweb-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-instaweb@2.43.5-1.el9_4?arch=noarch", }, }, }, { category: "product_version", name: "git-svn-0:2.43.5-1.el9_4.noarch", product: { name: "git-svn-0:2.43.5-1.el9_4.noarch", product_id: "git-svn-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-svn@2.43.5-1.el9_4?arch=noarch", }, }, }, { category: "product_version", name: "gitk-0:2.43.5-1.el9_4.noarch", product: { name: "gitk-0:2.43.5-1.el9_4.noarch", product_id: "gitk-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/gitk@2.43.5-1.el9_4?arch=noarch", }, }, }, { category: "product_version", name: "gitweb-0:2.43.5-1.el9_4.noarch", product: { name: "gitweb-0:2.43.5-1.el9_4.noarch", product_id: "gitweb-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/gitweb@2.43.5-1.el9_4?arch=noarch", }, }, }, { category: "product_version", name: "perl-Git-0:2.43.5-1.el9_4.noarch", product: { name: "perl-Git-0:2.43.5-1.el9_4.noarch", product_id: "perl-Git-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/perl-Git@2.43.5-1.el9_4?arch=noarch", }, }, }, { category: "product_version", name: "perl-Git-SVN-0:2.43.5-1.el9_4.noarch", product: { name: "perl-Git-SVN-0:2.43.5-1.el9_4.noarch", product_id: "perl-Git-SVN-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/perl-Git-SVN@2.43.5-1.el9_4?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el9_4.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.src", }, product_reference: "git-0:2.43.5-1.el9_4.src", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-all-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el9_4.noarch", }, product_reference: "git-all-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-core-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-core-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-core-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-core-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-core-debuginfo-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-doc-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el9_4.noarch", }, product_reference: "git-core-doc-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-credential-libsecret-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-daemon-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-daemon-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-daemon-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-daemon-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-debuginfo-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-debuginfo-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-debuginfo-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-debuginfo-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-debugsource-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-debugsource-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-debugsource-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-debugsource-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-email-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el9_4.noarch", }, product_reference: "git-email-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-gui-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el9_4.noarch", }, product_reference: "git-gui-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-instaweb-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el9_4.noarch", }, product_reference: "git-instaweb-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-subtree-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-subtree-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-subtree-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-subtree-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-svn-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el9_4.noarch", }, product_reference: "git-svn-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gitk-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el9_4.noarch", }, product_reference: "gitk-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gitweb-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el9_4.noarch", }, product_reference: "gitweb-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el9_4.noarch", }, product_reference: "perl-Git-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-SVN-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el9_4.noarch", }, product_reference: "perl-Git-SVN-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-32002", cwe: { id: "CWE-434", name: "Unrestricted Upload of File with Dangerous Type", }, discovery_date: "2024-05-14T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2280421", }, ], notes: [ { category: "description", text: "A vulnerability was found in Git. This vulnerability allows the malicious manipulation of repositories containing submodules, exploiting a bug that enables the writing of files into the .git/ directory instead of the submodule's 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's 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, 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's 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's 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's 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's 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's 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's 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's 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't 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's local system that contains symlinks. During the cloning process, Git could be tricked into creating hardlinked arbitrary files into their repository's 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's 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't 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 ('Path Traversal')", }, 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's 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's 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-24 16:31
Summary
Red Hat Security Advisory: git security update
Notes
Topic
An update for git is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.
Security Fix(es):
* git: Recursive clones RCE (CVE-2024-32002)
* git: RCE while cloning local repos (CVE-2024-32004)
* git: additional local RCE (CVE-2024-32465)
* git: insecure hardlinks (CVE-2024-32020)
* git: symlink bypass (CVE-2024-32021)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for git is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: Recursive clones RCE (CVE-2024-32002)\n\n* git: RCE while cloning local repos (CVE-2024-32004)\n\n* git: additional local RCE (CVE-2024-32465)\n\n* git: insecure hardlinks (CVE-2024-32020)\n\n* git: symlink bypass (CVE-2024-32021)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2024:4368", url: "https://access.redhat.com/errata/RHSA-2024:4368", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2280421", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280421", }, { category: "external", summary: "2280428", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280428", }, { category: "external", summary: "2280446", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280446", }, { category: "external", summary: "2280466", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280466", }, { category: "external", summary: "2280484", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280484", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4368.json", }, ], title: "Red Hat Security Advisory: git security update", tracking: { current_release_date: "2024-11-24T16:31:33+00:00", generator: { date: "2024-11-24T16:31:33+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2024:4368", initial_release_date: "2024-07-08T11:27:59+00:00", revision_history: [ { date: "2024-07-08T11:27:59+00:00", number: "1", summary: "Initial version", }, { date: "2024-07-08T11:27:59+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-24T16:31:33+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream EUS (v.9.2)", product: { name: "Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_eus:9.2::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "git-0:2.39.5-1.el9_2.src", product: { name: "git-0:2.39.5-1.el9_2.src", product_id: "git-0:2.39.5-1.el9_2.src", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.39.5-1.el9_2?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "git-0:2.39.5-1.el9_2.aarch64", product: { name: "git-0:2.39.5-1.el9_2.aarch64", product_id: "git-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.39.5-1.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "git-core-0:2.39.5-1.el9_2.aarch64", product: { name: "git-core-0:2.39.5-1.el9_2.aarch64", product_id: "git-core-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.39.5-1.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", product: { name: "git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", product_id: "git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.39.5-1.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "git-daemon-0:2.39.5-1.el9_2.aarch64", product: { name: "git-daemon-0:2.39.5-1.el9_2.aarch64", product_id: "git-daemon-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.39.5-1.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "git-subtree-0:2.39.5-1.el9_2.aarch64", product: { name: "git-subtree-0:2.39.5-1.el9_2.aarch64", product_id: "git-subtree-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.39.5-1.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "git-debugsource-0:2.39.5-1.el9_2.aarch64", product: { name: "git-debugsource-0:2.39.5-1.el9_2.aarch64", product_id: "git-debugsource-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.39.5-1.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", product: { name: "git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", product_id: "git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.39.5-1.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", product: { name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", product_id: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.5-1.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", product: { name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", product_id: "git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.39.5-1.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.39.5-1.el9_2.aarch64", product: { name: "git-debuginfo-0:2.39.5-1.el9_2.aarch64", product_id: "git-debuginfo-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.39.5-1.el9_2?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "git-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-0:2.39.5-1.el9_2.ppc64le", product_id: "git-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.39.5-1.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "git-core-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-core-0:2.39.5-1.el9_2.ppc64le", product_id: "git-core-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.39.5-1.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", product_id: "git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.39.5-1.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "git-daemon-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-daemon-0:2.39.5-1.el9_2.ppc64le", product_id: "git-daemon-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.39.5-1.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "git-subtree-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-subtree-0:2.39.5-1.el9_2.ppc64le", product_id: "git-subtree-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.39.5-1.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "git-debugsource-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-debugsource-0:2.39.5-1.el9_2.ppc64le", product_id: "git-debugsource-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.39.5-1.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", product_id: "git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.39.5-1.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", product_id: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.5-1.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", product_id: "git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.39.5-1.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-debuginfo-0:2.39.5-1.el9_2.ppc64le", product_id: "git-debuginfo-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.39.5-1.el9_2?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "git-0:2.39.5-1.el9_2.x86_64", product: { name: "git-0:2.39.5-1.el9_2.x86_64", product_id: "git-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.39.5-1.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "git-core-0:2.39.5-1.el9_2.x86_64", product: { name: "git-core-0:2.39.5-1.el9_2.x86_64", product_id: "git-core-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.39.5-1.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", product: { name: "git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", product_id: "git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.39.5-1.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "git-daemon-0:2.39.5-1.el9_2.x86_64", product: { name: "git-daemon-0:2.39.5-1.el9_2.x86_64", product_id: "git-daemon-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.39.5-1.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "git-subtree-0:2.39.5-1.el9_2.x86_64", product: { name: "git-subtree-0:2.39.5-1.el9_2.x86_64", product_id: "git-subtree-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.39.5-1.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "git-debugsource-0:2.39.5-1.el9_2.x86_64", product: { name: "git-debugsource-0:2.39.5-1.el9_2.x86_64", product_id: "git-debugsource-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.39.5-1.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", product: { name: "git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", product_id: "git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.39.5-1.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", product: { name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", product_id: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.5-1.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", product: { name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", product_id: "git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.39.5-1.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.39.5-1.el9_2.x86_64", product: { name: "git-debuginfo-0:2.39.5-1.el9_2.x86_64", product_id: "git-debuginfo-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.39.5-1.el9_2?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "git-0:2.39.5-1.el9_2.s390x", product: { name: "git-0:2.39.5-1.el9_2.s390x", product_id: "git-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.39.5-1.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "git-core-0:2.39.5-1.el9_2.s390x", product: { name: "git-core-0:2.39.5-1.el9_2.s390x", product_id: "git-core-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.39.5-1.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.39.5-1.el9_2.s390x", product: { name: "git-credential-libsecret-0:2.39.5-1.el9_2.s390x", product_id: "git-credential-libsecret-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.39.5-1.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "git-daemon-0:2.39.5-1.el9_2.s390x", product: { name: "git-daemon-0:2.39.5-1.el9_2.s390x", product_id: "git-daemon-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.39.5-1.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "git-subtree-0:2.39.5-1.el9_2.s390x", product: { name: "git-subtree-0:2.39.5-1.el9_2.s390x", product_id: "git-subtree-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.39.5-1.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "git-debugsource-0:2.39.5-1.el9_2.s390x", product: { name: "git-debugsource-0:2.39.5-1.el9_2.s390x", product_id: "git-debugsource-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.39.5-1.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.39.5-1.el9_2.s390x", product: { name: "git-core-debuginfo-0:2.39.5-1.el9_2.s390x", product_id: "git-core-debuginfo-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.39.5-1.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", product: { name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", product_id: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.5-1.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", product: { name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", product_id: "git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.39.5-1.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.39.5-1.el9_2.s390x", product: { name: "git-debuginfo-0:2.39.5-1.el9_2.s390x", product_id: "git-debuginfo-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.39.5-1.el9_2?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "git-all-0:2.39.5-1.el9_2.noarch", product: { name: "git-all-0:2.39.5-1.el9_2.noarch", product_id: "git-all-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-all@2.39.5-1.el9_2?arch=noarch", }, }, }, { category: "product_version", name: "git-core-doc-0:2.39.5-1.el9_2.noarch", product: { name: "git-core-doc-0:2.39.5-1.el9_2.noarch", product_id: "git-core-doc-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-doc@2.39.5-1.el9_2?arch=noarch", }, }, }, { category: "product_version", name: "git-email-0:2.39.5-1.el9_2.noarch", product: { name: "git-email-0:2.39.5-1.el9_2.noarch", product_id: "git-email-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-email@2.39.5-1.el9_2?arch=noarch", }, }, }, { category: "product_version", name: "git-gui-0:2.39.5-1.el9_2.noarch", product: { name: "git-gui-0:2.39.5-1.el9_2.noarch", product_id: "git-gui-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-gui@2.39.5-1.el9_2?arch=noarch", }, }, }, { category: "product_version", name: "git-instaweb-0:2.39.5-1.el9_2.noarch", product: { name: "git-instaweb-0:2.39.5-1.el9_2.noarch", product_id: "git-instaweb-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-instaweb@2.39.5-1.el9_2?arch=noarch", }, }, }, { category: "product_version", name: "git-svn-0:2.39.5-1.el9_2.noarch", product: { name: "git-svn-0:2.39.5-1.el9_2.noarch", product_id: "git-svn-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-svn@2.39.5-1.el9_2?arch=noarch", }, }, }, { category: "product_version", name: "gitk-0:2.39.5-1.el9_2.noarch", product: { name: "gitk-0:2.39.5-1.el9_2.noarch", product_id: "gitk-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/gitk@2.39.5-1.el9_2?arch=noarch", }, }, }, { category: "product_version", name: "gitweb-0:2.39.5-1.el9_2.noarch", product: { name: "gitweb-0:2.39.5-1.el9_2.noarch", product_id: "gitweb-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/gitweb@2.39.5-1.el9_2?arch=noarch", }, }, }, { category: "product_version", name: "perl-Git-0:2.39.5-1.el9_2.noarch", product: { name: "perl-Git-0:2.39.5-1.el9_2.noarch", product_id: "perl-Git-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/perl-Git@2.39.5-1.el9_2?arch=noarch", }, }, }, { category: "product_version", name: "perl-Git-SVN-0:2.39.5-1.el9_2.noarch", product: { name: "perl-Git-SVN-0:2.39.5-1.el9_2.noarch", product_id: "perl-Git-SVN-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/perl-Git-SVN@2.39.5-1.el9_2?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "git-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.39.5-1.el9_2.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", }, product_reference: "git-0:2.39.5-1.el9_2.src", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-all-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", }, product_reference: "git-all-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-core-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-core-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-core-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-core-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-core-debuginfo-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-doc-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", }, product_reference: "git-core-doc-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-credential-libsecret-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-daemon-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-daemon-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-daemon-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-daemon-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-debuginfo-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-debuginfo-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-debuginfo-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-debuginfo-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-debugsource-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-debugsource-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-debugsource-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-debugsource-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-email-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", }, product_reference: "git-email-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-gui-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", }, product_reference: "git-gui-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-instaweb-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", }, product_reference: "git-instaweb-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-subtree-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-subtree-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-subtree-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-subtree-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-svn-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", }, product_reference: "git-svn-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gitk-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", }, product_reference: "gitk-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gitweb-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", }, product_reference: "gitweb-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", }, product_reference: "perl-Git-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-SVN-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch", }, product_reference: "perl-Git-SVN-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-32002", cwe: { id: "CWE-434", name: "Unrestricted Upload of File with Dangerous Type", }, discovery_date: "2024-05-14T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2280421", }, ], notes: [ { category: "description", text: "A vulnerability was found in Git. This vulnerability allows the malicious manipulation of repositories containing submodules, exploiting a bug that enables the writing of files into the .git/ directory instead of the submodule's 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's 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, 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's 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's 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's 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's 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's 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's 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's 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't 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's local system that contains symlinks. During the cloning process, Git could be tricked into creating hardlinked arbitrary files into their repository's 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's 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't 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 ('Path Traversal')", }, 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's 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's 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:4083
Vulnerability from csaf_redhat
Published
2024-06-25 08:30
Modified
2024-11-24 16:31
Summary
Red Hat Security Advisory: git security update
Notes
Topic
An update for git is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.
Security Fix(es):
* git: Recursive clones RCE (CVE-2024-32002)
* git: RCE while cloning local repos (CVE-2024-32004)
* git: additional local RCE (CVE-2024-32465)
* git: insecure hardlinks (CVE-2024-32020)
* git: symlink bypass (CVE-2024-32021)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for git is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: Recursive clones RCE (CVE-2024-32002)\n\n* git: RCE while cloning local repos (CVE-2024-32004)\n\n* git: additional local RCE (CVE-2024-32465)\n\n* git: insecure hardlinks (CVE-2024-32020)\n\n* git: symlink bypass (CVE-2024-32021)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2024:4083", url: "https://access.redhat.com/errata/RHSA-2024:4083", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2280421", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280421", }, { category: "external", summary: "2280428", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280428", }, { category: "external", summary: "2280446", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280446", }, { category: "external", summary: "2280466", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280466", }, { category: "external", summary: "2280484", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280484", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4083.json", }, ], title: "Red Hat Security Advisory: git security update", tracking: { current_release_date: "2024-11-24T16:31:12+00:00", generator: { date: "2024-11-24T16:31:12+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2024:4083", initial_release_date: "2024-06-25T08:30:30+00:00", revision_history: [ { date: "2024-06-25T08:30:30+00:00", number: "1", summary: "Initial version", }, { date: "2024-06-25T08:30:30+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-24T16:31:12+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 9)", product: { name: "Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:9::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el9_4.src", product: { name: "git-0:2.43.5-1.el9_4.src", product_id: "git-0:2.43.5-1.el9_4.src", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el9_4?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el9_4.aarch64", product: { name: "git-0:2.43.5-1.el9_4.aarch64", product_id: "git-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "git-core-0:2.43.5-1.el9_4.aarch64", product: { name: "git-core-0:2.43.5-1.el9_4.aarch64", product_id: "git-core-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.43.5-1.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", product: { name: "git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", product_id: "git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "git-daemon-0:2.43.5-1.el9_4.aarch64", product: { name: "git-daemon-0:2.43.5-1.el9_4.aarch64", product_id: "git-daemon-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.43.5-1.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "git-subtree-0:2.43.5-1.el9_4.aarch64", product: { name: "git-subtree-0:2.43.5-1.el9_4.aarch64", product_id: "git-subtree-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.43.5-1.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "git-debugsource-0:2.43.5-1.el9_4.aarch64", product: { name: "git-debugsource-0:2.43.5-1.el9_4.aarch64", product_id: "git-debugsource-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.43.5-1.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", product: { name: "git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", product_id: "git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", product: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", product_id: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", product: { name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", product_id: "git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el9_4?arch=aarch64", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.43.5-1.el9_4.aarch64", product: { name: "git-debuginfo-0:2.43.5-1.el9_4.aarch64", product_id: "git-debuginfo-0:2.43.5-1.el9_4.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el9_4?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-0:2.43.5-1.el9_4.ppc64le", product_id: "git-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "git-core-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-core-0:2.43.5-1.el9_4.ppc64le", product_id: "git-core-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.43.5-1.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", product_id: "git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "git-daemon-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-daemon-0:2.43.5-1.el9_4.ppc64le", product_id: "git-daemon-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.43.5-1.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "git-subtree-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-subtree-0:2.43.5-1.el9_4.ppc64le", product_id: "git-subtree-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.43.5-1.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "git-debugsource-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-debugsource-0:2.43.5-1.el9_4.ppc64le", product_id: "git-debugsource-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.43.5-1.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", product_id: "git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", product_id: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", product_id: "git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el9_4?arch=ppc64le", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.43.5-1.el9_4.ppc64le", product: { name: "git-debuginfo-0:2.43.5-1.el9_4.ppc64le", product_id: "git-debuginfo-0:2.43.5-1.el9_4.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el9_4?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el9_4.x86_64", product: { name: "git-0:2.43.5-1.el9_4.x86_64", product_id: "git-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "git-core-0:2.43.5-1.el9_4.x86_64", product: { name: "git-core-0:2.43.5-1.el9_4.x86_64", product_id: "git-core-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.43.5-1.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", product: { name: "git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", product_id: "git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "git-daemon-0:2.43.5-1.el9_4.x86_64", product: { name: "git-daemon-0:2.43.5-1.el9_4.x86_64", product_id: "git-daemon-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.43.5-1.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "git-subtree-0:2.43.5-1.el9_4.x86_64", product: { name: "git-subtree-0:2.43.5-1.el9_4.x86_64", product_id: "git-subtree-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.43.5-1.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "git-debugsource-0:2.43.5-1.el9_4.x86_64", product: { name: "git-debugsource-0:2.43.5-1.el9_4.x86_64", product_id: "git-debugsource-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.43.5-1.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", product: { name: "git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", product_id: "git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", product: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", product_id: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", product: { name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", product_id: "git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el9_4?arch=x86_64", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.43.5-1.el9_4.x86_64", product: { name: "git-debuginfo-0:2.43.5-1.el9_4.x86_64", product_id: "git-debuginfo-0:2.43.5-1.el9_4.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el9_4?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el9_4.s390x", product: { name: "git-0:2.43.5-1.el9_4.s390x", product_id: "git-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "git-core-0:2.43.5-1.el9_4.s390x", product: { name: "git-core-0:2.43.5-1.el9_4.s390x", product_id: "git-core-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.43.5-1.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.43.5-1.el9_4.s390x", product: { name: "git-credential-libsecret-0:2.43.5-1.el9_4.s390x", product_id: "git-credential-libsecret-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "git-daemon-0:2.43.5-1.el9_4.s390x", product: { name: "git-daemon-0:2.43.5-1.el9_4.s390x", product_id: "git-daemon-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.43.5-1.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "git-subtree-0:2.43.5-1.el9_4.s390x", product: { name: "git-subtree-0:2.43.5-1.el9_4.s390x", product_id: "git-subtree-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.43.5-1.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "git-debugsource-0:2.43.5-1.el9_4.s390x", product: { name: "git-debugsource-0:2.43.5-1.el9_4.s390x", product_id: "git-debugsource-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.43.5-1.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.43.5-1.el9_4.s390x", product: { name: "git-core-debuginfo-0:2.43.5-1.el9_4.s390x", product_id: "git-core-debuginfo-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", product: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", product_id: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", product: { name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", product_id: "git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el9_4?arch=s390x", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.43.5-1.el9_4.s390x", product: { name: "git-debuginfo-0:2.43.5-1.el9_4.s390x", product_id: "git-debuginfo-0:2.43.5-1.el9_4.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el9_4?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "git-all-0:2.43.5-1.el9_4.noarch", product: { name: "git-all-0:2.43.5-1.el9_4.noarch", product_id: "git-all-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-all@2.43.5-1.el9_4?arch=noarch", }, }, }, { category: "product_version", name: "git-core-doc-0:2.43.5-1.el9_4.noarch", product: { name: "git-core-doc-0:2.43.5-1.el9_4.noarch", product_id: "git-core-doc-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-doc@2.43.5-1.el9_4?arch=noarch", }, }, }, { category: "product_version", name: "git-email-0:2.43.5-1.el9_4.noarch", product: { name: "git-email-0:2.43.5-1.el9_4.noarch", product_id: "git-email-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-email@2.43.5-1.el9_4?arch=noarch", }, }, }, { category: "product_version", name: "git-gui-0:2.43.5-1.el9_4.noarch", product: { name: "git-gui-0:2.43.5-1.el9_4.noarch", product_id: "git-gui-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-gui@2.43.5-1.el9_4?arch=noarch", }, }, }, { category: "product_version", name: "git-instaweb-0:2.43.5-1.el9_4.noarch", product: { name: "git-instaweb-0:2.43.5-1.el9_4.noarch", product_id: "git-instaweb-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-instaweb@2.43.5-1.el9_4?arch=noarch", }, }, }, { category: "product_version", name: "git-svn-0:2.43.5-1.el9_4.noarch", product: { name: "git-svn-0:2.43.5-1.el9_4.noarch", product_id: "git-svn-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-svn@2.43.5-1.el9_4?arch=noarch", }, }, }, { category: "product_version", name: "gitk-0:2.43.5-1.el9_4.noarch", product: { name: "gitk-0:2.43.5-1.el9_4.noarch", product_id: "gitk-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/gitk@2.43.5-1.el9_4?arch=noarch", }, }, }, { category: "product_version", name: "gitweb-0:2.43.5-1.el9_4.noarch", product: { name: "gitweb-0:2.43.5-1.el9_4.noarch", product_id: "gitweb-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/gitweb@2.43.5-1.el9_4?arch=noarch", }, }, }, { category: "product_version", name: "perl-Git-0:2.43.5-1.el9_4.noarch", product: { name: "perl-Git-0:2.43.5-1.el9_4.noarch", product_id: "perl-Git-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/perl-Git@2.43.5-1.el9_4?arch=noarch", }, }, }, { category: "product_version", name: "perl-Git-SVN-0:2.43.5-1.el9_4.noarch", product: { name: "perl-Git-SVN-0:2.43.5-1.el9_4.noarch", product_id: "perl-Git-SVN-0:2.43.5-1.el9_4.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/perl-Git-SVN@2.43.5-1.el9_4?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el9_4.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.src", }, product_reference: "git-0:2.43.5-1.el9_4.src", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-all-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el9_4.noarch", }, product_reference: "git-all-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-core-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-core-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-core-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-core-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-core-debuginfo-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-core-debuginfo-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-core-debuginfo-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-core-debuginfo-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-doc-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el9_4.noarch", }, product_reference: "git-core-doc-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-credential-libsecret-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-credential-libsecret-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-credential-libsecret-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-credential-libsecret-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-daemon-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-daemon-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-daemon-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-daemon-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-daemon-debuginfo-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-daemon-debuginfo-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-daemon-debuginfo-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-daemon-debuginfo-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-debuginfo-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-debuginfo-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-debuginfo-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-debuginfo-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-debugsource-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-debugsource-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-debugsource-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-debugsource-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-email-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el9_4.noarch", }, product_reference: "git-email-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-gui-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el9_4.noarch", }, product_reference: "git-gui-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-instaweb-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el9_4.noarch", }, product_reference: "git-instaweb-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.43.5-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.aarch64", }, product_reference: "git-subtree-0:2.43.5-1.el9_4.aarch64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.43.5-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.ppc64le", }, product_reference: "git-subtree-0:2.43.5-1.el9_4.ppc64le", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.43.5-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.s390x", }, product_reference: "git-subtree-0:2.43.5-1.el9_4.s390x", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.43.5-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el9_4.x86_64", }, product_reference: "git-subtree-0:2.43.5-1.el9_4.x86_64", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-svn-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el9_4.noarch", }, product_reference: "git-svn-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gitk-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el9_4.noarch", }, product_reference: "gitk-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gitweb-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el9_4.noarch", }, product_reference: "gitweb-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el9_4.noarch", }, product_reference: "perl-Git-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-SVN-0:2.43.5-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", product_id: "AppStream-9.4.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el9_4.noarch", }, product_reference: "perl-Git-SVN-0:2.43.5-1.el9_4.noarch", relates_to_product_reference: "AppStream-9.4.0.Z.MAIN.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-32002", cwe: { id: "CWE-434", name: "Unrestricted Upload of File with Dangerous Type", }, discovery_date: "2024-05-14T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2280421", }, ], notes: [ { category: "description", text: "A vulnerability was found in Git. This vulnerability allows the malicious manipulation of repositories containing submodules, exploiting a bug that enables the writing of files into the .git/ directory instead of the submodule's 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's 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, 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's 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's 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's 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's 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's 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's 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's 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't 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's local system that contains symlinks. During the cloning process, Git could be tricked into creating hardlinked arbitrary files into their repository's 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's 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't 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 ('Path Traversal')", }, 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's 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's 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-24 16:31
Summary
Red Hat Security Advisory: git security update
Notes
Topic
An update for git is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.
Security Fix(es):
* git: Recursive clones RCE (CVE-2024-32002)
* git: RCE while cloning local repos (CVE-2024-32004)
* git: additional local RCE (CVE-2024-32465)
* git: insecure hardlinks (CVE-2024-32020)
* git: symlink bypass (CVE-2024-32021)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for git is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: Recursive clones RCE (CVE-2024-32002)\n\n* git: RCE while cloning local repos (CVE-2024-32004)\n\n* git: additional local RCE (CVE-2024-32465)\n\n* git: insecure hardlinks (CVE-2024-32020)\n\n* git: symlink bypass (CVE-2024-32021)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2024:4368", url: "https://access.redhat.com/errata/RHSA-2024:4368", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2280421", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280421", }, { category: "external", summary: "2280428", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280428", }, { category: "external", summary: "2280446", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280446", }, { category: "external", summary: "2280466", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280466", }, { category: "external", summary: "2280484", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280484", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4368.json", }, ], title: "Red Hat Security Advisory: git security update", tracking: { current_release_date: "2024-11-24T16:31:33+00:00", generator: { date: "2024-11-24T16:31:33+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2024:4368", initial_release_date: "2024-07-08T11:27:59+00:00", revision_history: [ { date: "2024-07-08T11:27:59+00:00", number: "1", summary: "Initial version", }, { date: "2024-07-08T11:27:59+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-24T16:31:33+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream EUS (v.9.2)", product: { name: "Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:rhel_eus:9.2::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "git-0:2.39.5-1.el9_2.src", product: { name: "git-0:2.39.5-1.el9_2.src", product_id: "git-0:2.39.5-1.el9_2.src", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.39.5-1.el9_2?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "git-0:2.39.5-1.el9_2.aarch64", product: { name: "git-0:2.39.5-1.el9_2.aarch64", product_id: "git-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.39.5-1.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "git-core-0:2.39.5-1.el9_2.aarch64", product: { name: "git-core-0:2.39.5-1.el9_2.aarch64", product_id: "git-core-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.39.5-1.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", product: { name: "git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", product_id: "git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.39.5-1.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "git-daemon-0:2.39.5-1.el9_2.aarch64", product: { name: "git-daemon-0:2.39.5-1.el9_2.aarch64", product_id: "git-daemon-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.39.5-1.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "git-subtree-0:2.39.5-1.el9_2.aarch64", product: { name: "git-subtree-0:2.39.5-1.el9_2.aarch64", product_id: "git-subtree-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.39.5-1.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "git-debugsource-0:2.39.5-1.el9_2.aarch64", product: { name: "git-debugsource-0:2.39.5-1.el9_2.aarch64", product_id: "git-debugsource-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.39.5-1.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", product: { name: "git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", product_id: "git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.39.5-1.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", product: { name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", product_id: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.5-1.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", product: { name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", product_id: "git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.39.5-1.el9_2?arch=aarch64", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.39.5-1.el9_2.aarch64", product: { name: "git-debuginfo-0:2.39.5-1.el9_2.aarch64", product_id: "git-debuginfo-0:2.39.5-1.el9_2.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.39.5-1.el9_2?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "git-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-0:2.39.5-1.el9_2.ppc64le", product_id: "git-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.39.5-1.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "git-core-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-core-0:2.39.5-1.el9_2.ppc64le", product_id: "git-core-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.39.5-1.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", product_id: "git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.39.5-1.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "git-daemon-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-daemon-0:2.39.5-1.el9_2.ppc64le", product_id: "git-daemon-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.39.5-1.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "git-subtree-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-subtree-0:2.39.5-1.el9_2.ppc64le", product_id: "git-subtree-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.39.5-1.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "git-debugsource-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-debugsource-0:2.39.5-1.el9_2.ppc64le", product_id: "git-debugsource-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.39.5-1.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", product_id: "git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.39.5-1.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", product_id: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.5-1.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", product_id: "git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.39.5-1.el9_2?arch=ppc64le", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.39.5-1.el9_2.ppc64le", product: { name: "git-debuginfo-0:2.39.5-1.el9_2.ppc64le", product_id: "git-debuginfo-0:2.39.5-1.el9_2.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.39.5-1.el9_2?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "git-0:2.39.5-1.el9_2.x86_64", product: { name: "git-0:2.39.5-1.el9_2.x86_64", product_id: "git-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.39.5-1.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "git-core-0:2.39.5-1.el9_2.x86_64", product: { name: "git-core-0:2.39.5-1.el9_2.x86_64", product_id: "git-core-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.39.5-1.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", product: { name: "git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", product_id: "git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.39.5-1.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "git-daemon-0:2.39.5-1.el9_2.x86_64", product: { name: "git-daemon-0:2.39.5-1.el9_2.x86_64", product_id: "git-daemon-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.39.5-1.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "git-subtree-0:2.39.5-1.el9_2.x86_64", product: { name: "git-subtree-0:2.39.5-1.el9_2.x86_64", product_id: "git-subtree-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.39.5-1.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "git-debugsource-0:2.39.5-1.el9_2.x86_64", product: { name: "git-debugsource-0:2.39.5-1.el9_2.x86_64", product_id: "git-debugsource-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.39.5-1.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", product: { name: "git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", product_id: "git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.39.5-1.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", product: { name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", product_id: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.5-1.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", product: { name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", product_id: "git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.39.5-1.el9_2?arch=x86_64", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.39.5-1.el9_2.x86_64", product: { name: "git-debuginfo-0:2.39.5-1.el9_2.x86_64", product_id: "git-debuginfo-0:2.39.5-1.el9_2.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.39.5-1.el9_2?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "git-0:2.39.5-1.el9_2.s390x", product: { name: "git-0:2.39.5-1.el9_2.s390x", product_id: "git-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.39.5-1.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "git-core-0:2.39.5-1.el9_2.s390x", product: { name: "git-core-0:2.39.5-1.el9_2.s390x", product_id: "git-core-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.39.5-1.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.39.5-1.el9_2.s390x", product: { name: "git-credential-libsecret-0:2.39.5-1.el9_2.s390x", product_id: "git-credential-libsecret-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.39.5-1.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "git-daemon-0:2.39.5-1.el9_2.s390x", product: { name: "git-daemon-0:2.39.5-1.el9_2.s390x", product_id: "git-daemon-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.39.5-1.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "git-subtree-0:2.39.5-1.el9_2.s390x", product: { name: "git-subtree-0:2.39.5-1.el9_2.s390x", product_id: "git-subtree-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.39.5-1.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "git-debugsource-0:2.39.5-1.el9_2.s390x", product: { name: "git-debugsource-0:2.39.5-1.el9_2.s390x", product_id: "git-debugsource-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.39.5-1.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.39.5-1.el9_2.s390x", product: { name: "git-core-debuginfo-0:2.39.5-1.el9_2.s390x", product_id: "git-core-debuginfo-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.39.5-1.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", product: { name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", product_id: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.5-1.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", product: { name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", product_id: "git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.39.5-1.el9_2?arch=s390x", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.39.5-1.el9_2.s390x", product: { name: "git-debuginfo-0:2.39.5-1.el9_2.s390x", product_id: "git-debuginfo-0:2.39.5-1.el9_2.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.39.5-1.el9_2?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "git-all-0:2.39.5-1.el9_2.noarch", product: { name: "git-all-0:2.39.5-1.el9_2.noarch", product_id: "git-all-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-all@2.39.5-1.el9_2?arch=noarch", }, }, }, { category: "product_version", name: "git-core-doc-0:2.39.5-1.el9_2.noarch", product: { name: "git-core-doc-0:2.39.5-1.el9_2.noarch", product_id: "git-core-doc-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-doc@2.39.5-1.el9_2?arch=noarch", }, }, }, { category: "product_version", name: "git-email-0:2.39.5-1.el9_2.noarch", product: { name: "git-email-0:2.39.5-1.el9_2.noarch", product_id: "git-email-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-email@2.39.5-1.el9_2?arch=noarch", }, }, }, { category: "product_version", name: "git-gui-0:2.39.5-1.el9_2.noarch", product: { name: "git-gui-0:2.39.5-1.el9_2.noarch", product_id: "git-gui-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-gui@2.39.5-1.el9_2?arch=noarch", }, }, }, { category: "product_version", name: "git-instaweb-0:2.39.5-1.el9_2.noarch", product: { name: "git-instaweb-0:2.39.5-1.el9_2.noarch", product_id: "git-instaweb-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-instaweb@2.39.5-1.el9_2?arch=noarch", }, }, }, { category: "product_version", name: "git-svn-0:2.39.5-1.el9_2.noarch", product: { name: "git-svn-0:2.39.5-1.el9_2.noarch", product_id: "git-svn-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-svn@2.39.5-1.el9_2?arch=noarch", }, }, }, { category: "product_version", name: "gitk-0:2.39.5-1.el9_2.noarch", product: { name: "gitk-0:2.39.5-1.el9_2.noarch", product_id: "gitk-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/gitk@2.39.5-1.el9_2?arch=noarch", }, }, }, { category: "product_version", name: "gitweb-0:2.39.5-1.el9_2.noarch", product: { name: "gitweb-0:2.39.5-1.el9_2.noarch", product_id: "gitweb-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/gitweb@2.39.5-1.el9_2?arch=noarch", }, }, }, { category: "product_version", name: "perl-Git-0:2.39.5-1.el9_2.noarch", product: { name: "perl-Git-0:2.39.5-1.el9_2.noarch", product_id: "perl-Git-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/perl-Git@2.39.5-1.el9_2?arch=noarch", }, }, }, { category: "product_version", name: "perl-Git-SVN-0:2.39.5-1.el9_2.noarch", product: { name: "perl-Git-SVN-0:2.39.5-1.el9_2.noarch", product_id: "perl-Git-SVN-0:2.39.5-1.el9_2.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/perl-Git-SVN@2.39.5-1.el9_2?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "git-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.39.5-1.el9_2.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", }, product_reference: "git-0:2.39.5-1.el9_2.src", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-all-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", }, product_reference: "git-all-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-core-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-core-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-core-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-core-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-core-debuginfo-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-doc-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", }, product_reference: "git-core-doc-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-credential-libsecret-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-daemon-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-daemon-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-daemon-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-daemon-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-debuginfo-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-debuginfo-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-debuginfo-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-debuginfo-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-debugsource-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-debugsource-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-debugsource-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-debugsource-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-email-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", }, product_reference: "git-email-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-gui-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", }, product_reference: "git-gui-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-instaweb-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", }, product_reference: "git-instaweb-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.39.5-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", }, product_reference: "git-subtree-0:2.39.5-1.el9_2.aarch64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.39.5-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", }, product_reference: "git-subtree-0:2.39.5-1.el9_2.ppc64le", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.39.5-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", }, product_reference: "git-subtree-0:2.39.5-1.el9_2.s390x", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.39.5-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", }, product_reference: "git-subtree-0:2.39.5-1.el9_2.x86_64", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "git-svn-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", }, product_reference: "git-svn-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gitk-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", }, product_reference: "gitk-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "gitweb-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", }, product_reference: "gitweb-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", }, product_reference: "perl-Git-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-SVN-0:2.39.5-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", product_id: "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch", }, product_reference: "perl-Git-SVN-0:2.39.5-1.el9_2.noarch", relates_to_product_reference: "AppStream-9.2.0.Z.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-32002", cwe: { id: "CWE-434", name: "Unrestricted Upload of File with Dangerous Type", }, discovery_date: "2024-05-14T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2280421", }, ], notes: [ { category: "description", text: "A vulnerability was found in Git. This vulnerability allows the malicious manipulation of repositories containing submodules, exploiting a bug that enables the writing of files into the .git/ directory instead of the submodule's 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's 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, 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's 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's 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's 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's 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's 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's 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's 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't 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's local system that contains symlinks. During the cloning process, Git could be tricked into creating hardlinked arbitrary files into their repository's 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's 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't 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 ('Path Traversal')", }, 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's 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's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2024-32465", }, { category: "external", summary: "RHBZ#2280446", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280446", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2024-32465", url: "https://www.cve.org/CVERecord?id=CVE-2024-32465", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2024-32465", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-32465", }, { category: "external", summary: "https://github.com/git/git/security/advisories/GHSA-vm9j-46j9-qvq4", url: "https://github.com/git/git/security/advisories/GHSA-vm9j-46j9-qvq4", }, ], release_date: "2024-05-14T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2024-07-08T11:27:59+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2024:4368", }, { category: "workaround", details: "To reduce the risk of exploitation, users are advised to refrain from using Git in repositories obtained from archives sourced from untrusted origins. This precautionary measure helps to minimize exposure to potential security threats until the necessary patches can be applied.", product_ids: [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "PHYSICAL", availabilityImpact: "HIGH", baseScore: 7.3, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:P/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.noarch", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "git: additional local RCE", }, ], }
RHSA-2024:4084
Vulnerability from csaf_redhat
Published
2024-06-25 08:24
Modified
2024-11-24 16:31
Summary
Red Hat Security Advisory: git security update
Notes
Topic
An update for git is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.
Security Fix(es):
* git: Recursive clones RCE (CVE-2024-32002)
* git: RCE while cloning local repos (CVE-2024-32004)
* git: additional local RCE (CVE-2024-32465)
* git: insecure hardlinks (CVE-2024-32020)
* git: symlink bypass (CVE-2024-32021)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for git is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: Recursive clones RCE (CVE-2024-32002)\n\n* git: RCE while cloning local repos (CVE-2024-32004)\n\n* git: additional local RCE (CVE-2024-32465)\n\n* git: insecure hardlinks (CVE-2024-32020)\n\n* git: symlink bypass (CVE-2024-32021)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer the CVE page(s) listed in the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2024:4084", url: "https://access.redhat.com/errata/RHSA-2024:4084", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "2280421", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280421", }, { category: "external", summary: "2280428", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280428", }, { category: "external", summary: "2280446", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280446", }, { category: "external", summary: "2280466", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280466", }, { category: "external", summary: "2280484", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2280484", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4084.json", }, ], title: "Red Hat Security Advisory: git security update", tracking: { current_release_date: "2024-11-24T16:31:22+00:00", generator: { date: "2024-11-24T16:31:22+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.1", }, }, id: "RHSA-2024:4084", initial_release_date: "2024-06-25T08:24:01+00:00", revision_history: [ { date: "2024-06-25T08:24:01+00:00", number: "1", summary: "Initial version", }, { date: "2024-06-25T08:24:01+00:00", number: "2", summary: "Last updated version", }, { date: "2024-11-24T16:31:22+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux AppStream (v. 8)", product: { name: "Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::appstream", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el8_10.src", product: { name: "git-0:2.43.5-1.el8_10.src", product_id: "git-0:2.43.5-1.el8_10.src", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el8_10?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el8_10.aarch64", product: { name: "git-0:2.43.5-1.el8_10.aarch64", product_id: "git-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "git-core-0:2.43.5-1.el8_10.aarch64", product: { name: "git-core-0:2.43.5-1.el8_10.aarch64", product_id: "git-core-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.43.5-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", product: { name: "git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", product_id: "git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "git-daemon-0:2.43.5-1.el8_10.aarch64", product: { name: "git-daemon-0:2.43.5-1.el8_10.aarch64", product_id: "git-daemon-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.43.5-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "git-subtree-0:2.43.5-1.el8_10.aarch64", product: { name: "git-subtree-0:2.43.5-1.el8_10.aarch64", product_id: "git-subtree-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.43.5-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "git-debugsource-0:2.43.5-1.el8_10.aarch64", product: { name: "git-debugsource-0:2.43.5-1.el8_10.aarch64", product_id: "git-debugsource-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.43.5-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", product: { name: "git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", product_id: "git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", product: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", product_id: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", product: { name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", product_id: "git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el8_10?arch=aarch64", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.43.5-1.el8_10.aarch64", product: { name: "git-debuginfo-0:2.43.5-1.el8_10.aarch64", product_id: "git-debuginfo-0:2.43.5-1.el8_10.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el8_10?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-0:2.43.5-1.el8_10.ppc64le", product_id: "git-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "git-core-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-core-0:2.43.5-1.el8_10.ppc64le", product_id: "git-core-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.43.5-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", product_id: "git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "git-daemon-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-daemon-0:2.43.5-1.el8_10.ppc64le", product_id: "git-daemon-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.43.5-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "git-subtree-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-subtree-0:2.43.5-1.el8_10.ppc64le", product_id: "git-subtree-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.43.5-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "git-debugsource-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-debugsource-0:2.43.5-1.el8_10.ppc64le", product_id: "git-debugsource-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.43.5-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", product_id: "git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", product_id: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", product_id: "git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el8_10?arch=ppc64le", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.43.5-1.el8_10.ppc64le", product: { name: "git-debuginfo-0:2.43.5-1.el8_10.ppc64le", product_id: "git-debuginfo-0:2.43.5-1.el8_10.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el8_10?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el8_10.x86_64", product: { name: "git-0:2.43.5-1.el8_10.x86_64", product_id: "git-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "git-core-0:2.43.5-1.el8_10.x86_64", product: { name: "git-core-0:2.43.5-1.el8_10.x86_64", product_id: "git-core-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.43.5-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", product: { name: "git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", product_id: "git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "git-daemon-0:2.43.5-1.el8_10.x86_64", product: { name: "git-daemon-0:2.43.5-1.el8_10.x86_64", product_id: "git-daemon-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.43.5-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "git-subtree-0:2.43.5-1.el8_10.x86_64", product: { name: "git-subtree-0:2.43.5-1.el8_10.x86_64", product_id: "git-subtree-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.43.5-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "git-debugsource-0:2.43.5-1.el8_10.x86_64", product: { name: "git-debugsource-0:2.43.5-1.el8_10.x86_64", product_id: "git-debugsource-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.43.5-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", product: { name: "git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", product_id: "git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", product: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", product_id: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", product: { name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", product_id: "git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el8_10?arch=x86_64", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.43.5-1.el8_10.x86_64", product: { name: "git-debuginfo-0:2.43.5-1.el8_10.x86_64", product_id: "git-debuginfo-0:2.43.5-1.el8_10.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el8_10?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "git-0:2.43.5-1.el8_10.s390x", product: { name: "git-0:2.43.5-1.el8_10.s390x", product_id: "git-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git@2.43.5-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "git-core-0:2.43.5-1.el8_10.s390x", product: { name: "git-core-0:2.43.5-1.el8_10.s390x", product_id: "git-core-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-core@2.43.5-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "git-credential-libsecret-0:2.43.5-1.el8_10.s390x", product: { name: "git-credential-libsecret-0:2.43.5-1.el8_10.s390x", product_id: "git-credential-libsecret-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "git-daemon-0:2.43.5-1.el8_10.s390x", product: { name: "git-daemon-0:2.43.5-1.el8_10.s390x", product_id: "git-daemon-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon@2.43.5-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "git-subtree-0:2.43.5-1.el8_10.s390x", product: { name: "git-subtree-0:2.43.5-1.el8_10.s390x", product_id: "git-subtree-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-subtree@2.43.5-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "git-debugsource-0:2.43.5-1.el8_10.s390x", product: { name: "git-debugsource-0:2.43.5-1.el8_10.s390x", product_id: "git-debugsource-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-debugsource@2.43.5-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "git-core-debuginfo-0:2.43.5-1.el8_10.s390x", product: { name: "git-core-debuginfo-0:2.43.5-1.el8_10.s390x", product_id: "git-core-debuginfo-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", product: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", product_id: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", product: { name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", product_id: "git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el8_10?arch=s390x", }, }, }, { category: "product_version", name: "git-debuginfo-0:2.43.5-1.el8_10.s390x", product: { name: "git-debuginfo-0:2.43.5-1.el8_10.s390x", product_id: "git-debuginfo-0:2.43.5-1.el8_10.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el8_10?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "git-all-0:2.43.5-1.el8_10.noarch", product: { name: "git-all-0:2.43.5-1.el8_10.noarch", product_id: "git-all-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-all@2.43.5-1.el8_10?arch=noarch", }, }, }, { category: "product_version", name: "git-core-doc-0:2.43.5-1.el8_10.noarch", product: { name: "git-core-doc-0:2.43.5-1.el8_10.noarch", product_id: "git-core-doc-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-core-doc@2.43.5-1.el8_10?arch=noarch", }, }, }, { category: "product_version", name: "git-email-0:2.43.5-1.el8_10.noarch", product: { name: "git-email-0:2.43.5-1.el8_10.noarch", product_id: "git-email-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-email@2.43.5-1.el8_10?arch=noarch", }, }, }, { category: "product_version", name: "git-gui-0:2.43.5-1.el8_10.noarch", product: { name: "git-gui-0:2.43.5-1.el8_10.noarch", product_id: "git-gui-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-gui@2.43.5-1.el8_10?arch=noarch", }, }, }, { category: "product_version", name: "git-instaweb-0:2.43.5-1.el8_10.noarch", product: { name: "git-instaweb-0:2.43.5-1.el8_10.noarch", product_id: "git-instaweb-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-instaweb@2.43.5-1.el8_10?arch=noarch", }, }, }, { category: "product_version", name: "git-svn-0:2.43.5-1.el8_10.noarch", product: { name: "git-svn-0:2.43.5-1.el8_10.noarch", product_id: "git-svn-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/git-svn@2.43.5-1.el8_10?arch=noarch", }, }, }, { category: "product_version", name: "gitk-0:2.43.5-1.el8_10.noarch", product: { name: "gitk-0:2.43.5-1.el8_10.noarch", product_id: "gitk-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/gitk@2.43.5-1.el8_10?arch=noarch", }, }, }, { category: "product_version", name: "gitweb-0:2.43.5-1.el8_10.noarch", product: { name: "gitweb-0:2.43.5-1.el8_10.noarch", product_id: "gitweb-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/gitweb@2.43.5-1.el8_10?arch=noarch", }, }, }, { category: "product_version", name: "perl-Git-0:2.43.5-1.el8_10.noarch", product: { name: "perl-Git-0:2.43.5-1.el8_10.noarch", product_id: "perl-Git-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/perl-Git@2.43.5-1.el8_10?arch=noarch", }, }, }, { category: "product_version", name: "perl-Git-SVN-0:2.43.5-1.el8_10.noarch", product: { name: "perl-Git-SVN-0:2.43.5-1.el8_10.noarch", product_id: "perl-Git-SVN-0:2.43.5-1.el8_10.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/perl-Git-SVN@2.43.5-1.el8_10?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.src", }, product_reference: "git-0:2.43.5-1.el8_10.src", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-all-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-1.el8_10.noarch", }, product_reference: "git-all-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-core-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-core-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-core-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-core-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-core-debuginfo-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-core-debuginfo-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-core-debuginfo-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-debuginfo-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-core-debuginfo-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-core-doc-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-1.el8_10.noarch", }, product_reference: "git-core-doc-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-credential-libsecret-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-credential-libsecret-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-credential-libsecret-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-credential-libsecret-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-credential-libsecret-debuginfo-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-daemon-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-daemon-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-daemon-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-daemon-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-daemon-debuginfo-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-daemon-debuginfo-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-daemon-debuginfo-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-daemon-debuginfo-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-debuginfo-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-debuginfo-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-debuginfo-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debuginfo-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-debuginfo-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-debugsource-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-debugsource-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-debugsource-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-debugsource-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-debugsource-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-email-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-1.el8_10.noarch", }, product_reference: "git-email-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-gui-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-1.el8_10.noarch", }, product_reference: "git-gui-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-instaweb-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-1.el8_10.noarch", }, product_reference: "git-instaweb-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.43.5-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.aarch64", }, product_reference: "git-subtree-0:2.43.5-1.el8_10.aarch64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.43.5-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.ppc64le", }, product_reference: "git-subtree-0:2.43.5-1.el8_10.ppc64le", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.43.5-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.s390x", }, product_reference: "git-subtree-0:2.43.5-1.el8_10.s390x", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-subtree-0:2.43.5-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-1.el8_10.x86_64", }, product_reference: "git-subtree-0:2.43.5-1.el8_10.x86_64", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "git-svn-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-1.el8_10.noarch", }, product_reference: "git-svn-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gitk-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-1.el8_10.noarch", }, product_reference: "gitk-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "gitweb-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-1.el8_10.noarch", }, product_reference: "gitweb-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-1.el8_10.noarch", }, product_reference: "perl-Git-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-SVN-0:2.43.5-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-1.el8_10.noarch", }, product_reference: "perl-Git-SVN-0:2.43.5-1.el8_10.noarch", relates_to_product_reference: "AppStream-8.10.0.Z.MAIN.EUS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-32002", cwe: { id: "CWE-434", name: "Unrestricted Upload of File with Dangerous Type", }, discovery_date: "2024-05-14T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2280421", }, ], notes: [ { category: "description", text: "A vulnerability was found in Git. This vulnerability allows the malicious manipulation of repositories containing submodules, exploiting a bug that enables the writing of files into the .git/ directory instead of the submodule's 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's 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, 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's 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's 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's 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's 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's 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's 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's 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't 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's local system that contains symlinks. During the cloning process, Git could be tricked into creating hardlinked arbitrary files into their repository's 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's 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't 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 ('Path Traversal')", }, 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's 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's 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", }, ], }
suse-su-2025:0197-1
Vulnerability from csaf_suse
Published
2025-01-21 10:03
Modified
2025-01-21 10:03
Summary
Security update for git
Notes
Title of the patch
Security update for git
Description of the patch
This update for git fixes the following issues:
- CVE-2024-32002: Fix recursive clones on case-insensitive filesystems that support symbolic links are susceptible to case confusion. (bsc#1224168)
- CVE-2024-32004: Fixed arbitrary code execution during local clones. (bsc#1224170)
- CVE-2024-32020: Fix file overwriting vulnerability during local clones. (bsc#1224171)
- CVE-2024-32021: Git may create hardlinks to arbitrary user-readable files. (bsc#1224172)
- CVE-2024-32465: Fixed arbitrary code execution during clone operations. (bsc#1224173)
- CVE-2024-50349: Passwords for trusted sites could be sent to untrusted sites (bsc#1235600).
- CVE-2024-52006: Carriage Returns via the credential protocol to credential helpers (bsc#1235601).
Patchnames
SUSE-2025-197,SUSE-SLE-SERVER-12-SP5-LTSS-2025-197,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-197
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for git", title: "Title of the patch", }, { category: "description", text: "This update for git fixes the following issues:\n\n- CVE-2024-32002: Fix recursive clones on case-insensitive filesystems that support symbolic links are susceptible to case confusion. (bsc#1224168)\n- CVE-2024-32004: Fixed arbitrary code execution during local clones. (bsc#1224170)\n- CVE-2024-32020: Fix file overwriting vulnerability during local clones. (bsc#1224171)\n- CVE-2024-32021: Git may create hardlinks to arbitrary user-readable files. (bsc#1224172)\n- CVE-2024-32465: Fixed arbitrary code execution during clone operations. (bsc#1224173)\n- CVE-2024-50349: Passwords for trusted sites could be sent to untrusted sites (bsc#1235600).\n- CVE-2024-52006: Carriage Returns via the credential protocol to credential helpers (bsc#1235601).\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2025-197,SUSE-SLE-SERVER-12-SP5-LTSS-2025-197,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-197", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0197-1.json", }, { category: "self", summary: "URL for SUSE-SU-2025:0197-1", url: "https://www.suse.com/support/update/announcement/2025/suse-su-20250197-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2025:0197-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020179.html", }, { category: "self", summary: "SUSE Bug 1224168", url: "https://bugzilla.suse.com/1224168", }, { category: "self", summary: "SUSE Bug 1224170", url: "https://bugzilla.suse.com/1224170", }, { category: "self", summary: "SUSE Bug 1224171", url: "https://bugzilla.suse.com/1224171", }, { category: "self", summary: "SUSE Bug 1224172", url: "https://bugzilla.suse.com/1224172", }, { category: "self", summary: "SUSE Bug 1224173", url: "https://bugzilla.suse.com/1224173", }, { category: "self", summary: "SUSE Bug 1235600", url: "https://bugzilla.suse.com/1235600", }, { category: "self", summary: "SUSE Bug 1235601", url: "https://bugzilla.suse.com/1235601", }, { category: "self", summary: "SUSE CVE CVE-2024-32002 page", url: "https://www.suse.com/security/cve/CVE-2024-32002/", }, { category: "self", summary: "SUSE CVE CVE-2024-32004 page", url: "https://www.suse.com/security/cve/CVE-2024-32004/", }, { category: "self", summary: "SUSE CVE CVE-2024-32020 page", url: "https://www.suse.com/security/cve/CVE-2024-32020/", }, { category: "self", summary: "SUSE CVE CVE-2024-32021 page", url: "https://www.suse.com/security/cve/CVE-2024-32021/", }, { category: "self", summary: "SUSE CVE CVE-2024-32465 page", url: "https://www.suse.com/security/cve/CVE-2024-32465/", }, { category: "self", summary: "SUSE CVE CVE-2024-50349 page", url: "https://www.suse.com/security/cve/CVE-2024-50349/", }, { category: "self", summary: "SUSE CVE CVE-2024-52006 page", url: "https://www.suse.com/security/cve/CVE-2024-52006/", }, ], title: "Security update for git", tracking: { current_release_date: "2025-01-21T10:03:35Z", generator: { date: "2025-01-21T10:03:35Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2025:0197-1", initial_release_date: "2025-01-21T10:03:35Z", revision_history: [ { date: "2025-01-21T10:03:35Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "git-2.26.2-27.78.1.aarch64", product: { name: "git-2.26.2-27.78.1.aarch64", product_id: "git-2.26.2-27.78.1.aarch64", }, }, { category: "product_version", name: "git-arch-2.26.2-27.78.1.aarch64", product: { name: "git-arch-2.26.2-27.78.1.aarch64", product_id: "git-arch-2.26.2-27.78.1.aarch64", }, }, { category: "product_version", name: "git-core-2.26.2-27.78.1.aarch64", product: { name: "git-core-2.26.2-27.78.1.aarch64", product_id: "git-core-2.26.2-27.78.1.aarch64", }, }, { category: "product_version", name: "git-credential-gnome-keyring-2.26.2-27.78.1.aarch64", product: { name: "git-credential-gnome-keyring-2.26.2-27.78.1.aarch64", product_id: "git-credential-gnome-keyring-2.26.2-27.78.1.aarch64", }, }, { category: "product_version", name: "git-credential-libsecret-2.26.2-27.78.1.aarch64", product: { name: "git-credential-libsecret-2.26.2-27.78.1.aarch64", product_id: "git-credential-libsecret-2.26.2-27.78.1.aarch64", }, }, { category: "product_version", name: "git-cvs-2.26.2-27.78.1.aarch64", product: { name: "git-cvs-2.26.2-27.78.1.aarch64", product_id: "git-cvs-2.26.2-27.78.1.aarch64", }, }, { category: "product_version", name: "git-daemon-2.26.2-27.78.1.aarch64", product: { name: "git-daemon-2.26.2-27.78.1.aarch64", product_id: "git-daemon-2.26.2-27.78.1.aarch64", }, }, { category: "product_version", name: "git-email-2.26.2-27.78.1.aarch64", product: { name: "git-email-2.26.2-27.78.1.aarch64", product_id: "git-email-2.26.2-27.78.1.aarch64", }, }, { category: "product_version", name: "git-gui-2.26.2-27.78.1.aarch64", product: { name: "git-gui-2.26.2-27.78.1.aarch64", product_id: "git-gui-2.26.2-27.78.1.aarch64", }, }, { category: "product_version", name: "git-p4-2.26.2-27.78.1.aarch64", product: { name: "git-p4-2.26.2-27.78.1.aarch64", product_id: "git-p4-2.26.2-27.78.1.aarch64", }, }, { category: "product_version", name: "git-svn-2.26.2-27.78.1.aarch64", product: { name: "git-svn-2.26.2-27.78.1.aarch64", product_id: "git-svn-2.26.2-27.78.1.aarch64", }, }, { category: "product_version", name: "git-web-2.26.2-27.78.1.aarch64", product: { name: "git-web-2.26.2-27.78.1.aarch64", product_id: "git-web-2.26.2-27.78.1.aarch64", }, }, { category: "product_version", name: "gitk-2.26.2-27.78.1.aarch64", product: { name: "gitk-2.26.2-27.78.1.aarch64", product_id: "gitk-2.26.2-27.78.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "git-2.26.2-27.78.1.i586", product: { name: "git-2.26.2-27.78.1.i586", product_id: "git-2.26.2-27.78.1.i586", }, }, { category: "product_version", name: "git-arch-2.26.2-27.78.1.i586", product: { name: "git-arch-2.26.2-27.78.1.i586", product_id: "git-arch-2.26.2-27.78.1.i586", }, }, { category: "product_version", name: "git-core-2.26.2-27.78.1.i586", product: { name: "git-core-2.26.2-27.78.1.i586", product_id: "git-core-2.26.2-27.78.1.i586", }, }, { category: "product_version", name: "git-credential-gnome-keyring-2.26.2-27.78.1.i586", product: { name: "git-credential-gnome-keyring-2.26.2-27.78.1.i586", product_id: "git-credential-gnome-keyring-2.26.2-27.78.1.i586", }, }, { category: "product_version", name: "git-credential-libsecret-2.26.2-27.78.1.i586", product: { name: "git-credential-libsecret-2.26.2-27.78.1.i586", product_id: "git-credential-libsecret-2.26.2-27.78.1.i586", }, }, { category: "product_version", name: "git-cvs-2.26.2-27.78.1.i586", product: { name: "git-cvs-2.26.2-27.78.1.i586", product_id: "git-cvs-2.26.2-27.78.1.i586", }, }, { category: "product_version", name: "git-daemon-2.26.2-27.78.1.i586", product: { name: "git-daemon-2.26.2-27.78.1.i586", product_id: "git-daemon-2.26.2-27.78.1.i586", }, }, { category: "product_version", name: "git-email-2.26.2-27.78.1.i586", product: { name: "git-email-2.26.2-27.78.1.i586", product_id: "git-email-2.26.2-27.78.1.i586", }, }, { category: "product_version", name: "git-gui-2.26.2-27.78.1.i586", product: { name: "git-gui-2.26.2-27.78.1.i586", product_id: "git-gui-2.26.2-27.78.1.i586", }, }, { category: "product_version", name: "git-p4-2.26.2-27.78.1.i586", product: { name: "git-p4-2.26.2-27.78.1.i586", product_id: "git-p4-2.26.2-27.78.1.i586", }, }, { category: "product_version", name: "git-svn-2.26.2-27.78.1.i586", product: { name: "git-svn-2.26.2-27.78.1.i586", product_id: "git-svn-2.26.2-27.78.1.i586", }, }, { category: "product_version", name: "git-web-2.26.2-27.78.1.i586", product: { name: "git-web-2.26.2-27.78.1.i586", product_id: "git-web-2.26.2-27.78.1.i586", }, }, { category: "product_version", name: "gitk-2.26.2-27.78.1.i586", product: { name: "gitk-2.26.2-27.78.1.i586", product_id: "gitk-2.26.2-27.78.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "git-doc-2.26.2-27.78.1.noarch", product: { name: "git-doc-2.26.2-27.78.1.noarch", product_id: "git-doc-2.26.2-27.78.1.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "git-2.26.2-27.78.1.ppc64le", product: { name: "git-2.26.2-27.78.1.ppc64le", product_id: "git-2.26.2-27.78.1.ppc64le", }, }, { category: "product_version", name: "git-arch-2.26.2-27.78.1.ppc64le", product: { name: "git-arch-2.26.2-27.78.1.ppc64le", product_id: "git-arch-2.26.2-27.78.1.ppc64le", }, }, { category: "product_version", name: "git-core-2.26.2-27.78.1.ppc64le", product: { name: "git-core-2.26.2-27.78.1.ppc64le", product_id: "git-core-2.26.2-27.78.1.ppc64le", }, }, { category: "product_version", name: "git-credential-gnome-keyring-2.26.2-27.78.1.ppc64le", product: { name: "git-credential-gnome-keyring-2.26.2-27.78.1.ppc64le", product_id: "git-credential-gnome-keyring-2.26.2-27.78.1.ppc64le", }, }, { category: "product_version", name: "git-credential-libsecret-2.26.2-27.78.1.ppc64le", product: { name: "git-credential-libsecret-2.26.2-27.78.1.ppc64le", product_id: "git-credential-libsecret-2.26.2-27.78.1.ppc64le", }, }, { category: "product_version", name: "git-cvs-2.26.2-27.78.1.ppc64le", product: { name: "git-cvs-2.26.2-27.78.1.ppc64le", product_id: "git-cvs-2.26.2-27.78.1.ppc64le", }, }, { category: "product_version", name: "git-daemon-2.26.2-27.78.1.ppc64le", product: { name: "git-daemon-2.26.2-27.78.1.ppc64le", product_id: "git-daemon-2.26.2-27.78.1.ppc64le", }, }, { category: "product_version", name: "git-email-2.26.2-27.78.1.ppc64le", product: { name: "git-email-2.26.2-27.78.1.ppc64le", product_id: "git-email-2.26.2-27.78.1.ppc64le", }, }, { category: "product_version", name: "git-gui-2.26.2-27.78.1.ppc64le", product: { name: "git-gui-2.26.2-27.78.1.ppc64le", product_id: "git-gui-2.26.2-27.78.1.ppc64le", }, }, { category: "product_version", name: "git-p4-2.26.2-27.78.1.ppc64le", product: { name: "git-p4-2.26.2-27.78.1.ppc64le", product_id: "git-p4-2.26.2-27.78.1.ppc64le", }, }, { category: "product_version", name: "git-svn-2.26.2-27.78.1.ppc64le", product: { name: "git-svn-2.26.2-27.78.1.ppc64le", product_id: "git-svn-2.26.2-27.78.1.ppc64le", }, }, { category: "product_version", name: "git-web-2.26.2-27.78.1.ppc64le", product: { name: "git-web-2.26.2-27.78.1.ppc64le", product_id: "git-web-2.26.2-27.78.1.ppc64le", }, }, { category: "product_version", name: "gitk-2.26.2-27.78.1.ppc64le", product: { name: "gitk-2.26.2-27.78.1.ppc64le", product_id: "gitk-2.26.2-27.78.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "git-2.26.2-27.78.1.s390", product: { name: "git-2.26.2-27.78.1.s390", product_id: "git-2.26.2-27.78.1.s390", }, }, { category: "product_version", name: "git-arch-2.26.2-27.78.1.s390", product: { name: "git-arch-2.26.2-27.78.1.s390", product_id: "git-arch-2.26.2-27.78.1.s390", }, }, { category: "product_version", name: "git-core-2.26.2-27.78.1.s390", product: { name: "git-core-2.26.2-27.78.1.s390", product_id: "git-core-2.26.2-27.78.1.s390", }, }, { category: "product_version", name: "git-credential-gnome-keyring-2.26.2-27.78.1.s390", product: { name: "git-credential-gnome-keyring-2.26.2-27.78.1.s390", product_id: "git-credential-gnome-keyring-2.26.2-27.78.1.s390", }, }, { category: "product_version", name: "git-credential-libsecret-2.26.2-27.78.1.s390", product: { name: "git-credential-libsecret-2.26.2-27.78.1.s390", product_id: "git-credential-libsecret-2.26.2-27.78.1.s390", }, }, { category: "product_version", name: "git-cvs-2.26.2-27.78.1.s390", product: { name: "git-cvs-2.26.2-27.78.1.s390", product_id: "git-cvs-2.26.2-27.78.1.s390", }, }, { category: "product_version", name: "git-daemon-2.26.2-27.78.1.s390", product: { name: "git-daemon-2.26.2-27.78.1.s390", product_id: "git-daemon-2.26.2-27.78.1.s390", }, }, { category: "product_version", name: "git-email-2.26.2-27.78.1.s390", product: { name: "git-email-2.26.2-27.78.1.s390", product_id: "git-email-2.26.2-27.78.1.s390", }, }, { category: "product_version", name: "git-gui-2.26.2-27.78.1.s390", product: { name: "git-gui-2.26.2-27.78.1.s390", product_id: "git-gui-2.26.2-27.78.1.s390", }, }, { category: "product_version", name: "git-p4-2.26.2-27.78.1.s390", product: { name: "git-p4-2.26.2-27.78.1.s390", product_id: "git-p4-2.26.2-27.78.1.s390", }, }, { category: "product_version", name: "git-svn-2.26.2-27.78.1.s390", product: { name: "git-svn-2.26.2-27.78.1.s390", product_id: "git-svn-2.26.2-27.78.1.s390", }, }, { category: "product_version", name: "git-web-2.26.2-27.78.1.s390", product: { name: "git-web-2.26.2-27.78.1.s390", product_id: "git-web-2.26.2-27.78.1.s390", }, }, { category: "product_version", name: "gitk-2.26.2-27.78.1.s390", product: { name: "gitk-2.26.2-27.78.1.s390", product_id: "gitk-2.26.2-27.78.1.s390", }, }, ], category: "architecture", name: "s390", }, { branches: [ { category: "product_version", name: "git-2.26.2-27.78.1.s390x", product: { name: "git-2.26.2-27.78.1.s390x", product_id: "git-2.26.2-27.78.1.s390x", }, }, { category: "product_version", name: "git-arch-2.26.2-27.78.1.s390x", product: { name: "git-arch-2.26.2-27.78.1.s390x", product_id: "git-arch-2.26.2-27.78.1.s390x", }, }, { category: "product_version", name: "git-core-2.26.2-27.78.1.s390x", product: { name: "git-core-2.26.2-27.78.1.s390x", product_id: "git-core-2.26.2-27.78.1.s390x", }, }, { category: "product_version", name: "git-credential-gnome-keyring-2.26.2-27.78.1.s390x", product: { name: "git-credential-gnome-keyring-2.26.2-27.78.1.s390x", product_id: "git-credential-gnome-keyring-2.26.2-27.78.1.s390x", }, }, { category: "product_version", name: "git-credential-libsecret-2.26.2-27.78.1.s390x", product: { name: "git-credential-libsecret-2.26.2-27.78.1.s390x", product_id: "git-credential-libsecret-2.26.2-27.78.1.s390x", }, }, { category: "product_version", name: "git-cvs-2.26.2-27.78.1.s390x", product: { name: "git-cvs-2.26.2-27.78.1.s390x", product_id: "git-cvs-2.26.2-27.78.1.s390x", }, }, { category: "product_version", name: "git-daemon-2.26.2-27.78.1.s390x", product: { name: "git-daemon-2.26.2-27.78.1.s390x", product_id: "git-daemon-2.26.2-27.78.1.s390x", }, }, { category: "product_version", name: "git-email-2.26.2-27.78.1.s390x", product: { name: "git-email-2.26.2-27.78.1.s390x", product_id: "git-email-2.26.2-27.78.1.s390x", }, }, { category: "product_version", name: "git-gui-2.26.2-27.78.1.s390x", product: { name: "git-gui-2.26.2-27.78.1.s390x", product_id: "git-gui-2.26.2-27.78.1.s390x", }, }, { category: "product_version", name: "git-p4-2.26.2-27.78.1.s390x", product: { name: "git-p4-2.26.2-27.78.1.s390x", product_id: "git-p4-2.26.2-27.78.1.s390x", }, }, { category: "product_version", name: "git-svn-2.26.2-27.78.1.s390x", product: { name: "git-svn-2.26.2-27.78.1.s390x", product_id: "git-svn-2.26.2-27.78.1.s390x", }, }, { category: "product_version", name: "git-web-2.26.2-27.78.1.s390x", product: { name: "git-web-2.26.2-27.78.1.s390x", product_id: "git-web-2.26.2-27.78.1.s390x", }, }, { category: "product_version", name: "gitk-2.26.2-27.78.1.s390x", product: { name: "gitk-2.26.2-27.78.1.s390x", product_id: "gitk-2.26.2-27.78.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "git-2.26.2-27.78.1.x86_64", product: { name: "git-2.26.2-27.78.1.x86_64", product_id: "git-2.26.2-27.78.1.x86_64", }, }, { category: "product_version", name: "git-arch-2.26.2-27.78.1.x86_64", product: { name: "git-arch-2.26.2-27.78.1.x86_64", product_id: "git-arch-2.26.2-27.78.1.x86_64", }, }, { category: "product_version", name: "git-core-2.26.2-27.78.1.x86_64", product: { name: "git-core-2.26.2-27.78.1.x86_64", product_id: "git-core-2.26.2-27.78.1.x86_64", }, }, { category: "product_version", name: "git-credential-gnome-keyring-2.26.2-27.78.1.x86_64", product: { name: "git-credential-gnome-keyring-2.26.2-27.78.1.x86_64", product_id: "git-credential-gnome-keyring-2.26.2-27.78.1.x86_64", }, }, { category: "product_version", name: "git-credential-libsecret-2.26.2-27.78.1.x86_64", product: { name: "git-credential-libsecret-2.26.2-27.78.1.x86_64", product_id: "git-credential-libsecret-2.26.2-27.78.1.x86_64", }, }, { category: "product_version", name: "git-cvs-2.26.2-27.78.1.x86_64", product: { name: "git-cvs-2.26.2-27.78.1.x86_64", product_id: "git-cvs-2.26.2-27.78.1.x86_64", }, }, { category: "product_version", name: "git-daemon-2.26.2-27.78.1.x86_64", product: { name: "git-daemon-2.26.2-27.78.1.x86_64", product_id: "git-daemon-2.26.2-27.78.1.x86_64", }, }, { category: "product_version", name: "git-email-2.26.2-27.78.1.x86_64", product: { name: "git-email-2.26.2-27.78.1.x86_64", product_id: "git-email-2.26.2-27.78.1.x86_64", }, }, { category: "product_version", name: "git-gui-2.26.2-27.78.1.x86_64", product: { name: "git-gui-2.26.2-27.78.1.x86_64", product_id: "git-gui-2.26.2-27.78.1.x86_64", }, }, { category: "product_version", name: "git-p4-2.26.2-27.78.1.x86_64", product: { name: "git-p4-2.26.2-27.78.1.x86_64", product_id: "git-p4-2.26.2-27.78.1.x86_64", }, }, { category: "product_version", name: "git-svn-2.26.2-27.78.1.x86_64", product: { name: "git-svn-2.26.2-27.78.1.x86_64", product_id: "git-svn-2.26.2-27.78.1.x86_64", }, }, { category: "product_version", name: "git-web-2.26.2-27.78.1.x86_64", product: { name: "git-web-2.26.2-27.78.1.x86_64", product_id: "git-web-2.26.2-27.78.1.x86_64", }, }, { category: "product_version", name: "gitk-2.26.2-27.78.1.x86_64", product: { name: "gitk-2.26.2-27.78.1.x86_64", product_id: "gitk-2.26.2-27.78.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Server 12 SP5-LTSS", product: { name: "SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:12:sp5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product: { name: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss-extended-security:12:sp5", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "git-2.26.2-27.78.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", }, product_reference: "git-2.26.2-27.78.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-2.26.2-27.78.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", }, product_reference: "git-2.26.2-27.78.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-2.26.2-27.78.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", }, product_reference: "git-2.26.2-27.78.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", }, product_reference: "git-2.26.2-27.78.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-core-2.26.2-27.78.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", }, product_reference: "git-core-2.26.2-27.78.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-core-2.26.2-27.78.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", }, product_reference: "git-core-2.26.2-27.78.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-core-2.26.2-27.78.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", }, product_reference: "git-core-2.26.2-27.78.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-core-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", }, product_reference: "git-core-2.26.2-27.78.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.26.2-27.78.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", }, product_reference: "git-cvs-2.26.2-27.78.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.26.2-27.78.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", }, product_reference: "git-cvs-2.26.2-27.78.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.26.2-27.78.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", }, product_reference: "git-cvs-2.26.2-27.78.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", }, product_reference: "git-cvs-2.26.2-27.78.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.26.2-27.78.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", }, product_reference: "git-daemon-2.26.2-27.78.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.26.2-27.78.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", }, product_reference: "git-daemon-2.26.2-27.78.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.26.2-27.78.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", }, product_reference: "git-daemon-2.26.2-27.78.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", }, product_reference: "git-daemon-2.26.2-27.78.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-email-2.26.2-27.78.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", }, product_reference: "git-email-2.26.2-27.78.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-email-2.26.2-27.78.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", }, product_reference: "git-email-2.26.2-27.78.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-email-2.26.2-27.78.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", }, product_reference: "git-email-2.26.2-27.78.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-email-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", }, product_reference: "git-email-2.26.2-27.78.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.26.2-27.78.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", }, product_reference: "git-gui-2.26.2-27.78.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.26.2-27.78.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", }, product_reference: "git-gui-2.26.2-27.78.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.26.2-27.78.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", }, product_reference: "git-gui-2.26.2-27.78.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", }, product_reference: "git-gui-2.26.2-27.78.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.26.2-27.78.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", }, product_reference: "git-svn-2.26.2-27.78.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.26.2-27.78.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", }, product_reference: "git-svn-2.26.2-27.78.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.26.2-27.78.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", }, product_reference: "git-svn-2.26.2-27.78.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", }, product_reference: "git-svn-2.26.2-27.78.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-web-2.26.2-27.78.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", }, product_reference: "git-web-2.26.2-27.78.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-web-2.26.2-27.78.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", }, product_reference: "git-web-2.26.2-27.78.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-web-2.26.2-27.78.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", }, product_reference: "git-web-2.26.2-27.78.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-web-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", }, product_reference: "git-web-2.26.2-27.78.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gitk-2.26.2-27.78.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", }, product_reference: "gitk-2.26.2-27.78.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gitk-2.26.2-27.78.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", }, product_reference: "gitk-2.26.2-27.78.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gitk-2.26.2-27.78.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", }, product_reference: "gitk-2.26.2-27.78.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "gitk-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", product_id: "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", }, product_reference: "gitk-2.26.2-27.78.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", }, product_reference: "git-2.26.2-27.78.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", }, { category: "default_component_of", full_product_name: { name: "git-core-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", }, product_reference: "git-core-2.26.2-27.78.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", }, product_reference: "git-cvs-2.26.2-27.78.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", }, product_reference: "git-daemon-2.26.2-27.78.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", }, { category: "default_component_of", full_product_name: { name: "git-email-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", }, product_reference: "git-email-2.26.2-27.78.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", }, product_reference: "git-gui-2.26.2-27.78.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", }, product_reference: "git-svn-2.26.2-27.78.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", }, { category: "default_component_of", full_product_name: { name: "git-web-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", }, product_reference: "git-web-2.26.2-27.78.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", }, { category: "default_component_of", full_product_name: { name: "gitk-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", product_id: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64", }, product_reference: "gitk-2.26.2-27.78.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", }, ], }, vulnerabilities: [ { cve: "CVE-2024-32002", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32002", }, ], notes: [ { category: "general", text: "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, repositories with submodules can be crafted in a way that exploits a bug in Git whereby it can be fooled into writing files not into the submodule's worktree but into a `.git/` directory. This allows writing a hook that will be executed while the clone operation is still running, giving the user no opportunity to inspect the code that is being executed. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4. If symbolic link support is disabled in Git (e.g. via `git config --global core.symlinks false`), the described attack won't work. As always, it is best to avoid cloning repositories from untrusted sources.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32002", url: "https://www.suse.com/security/cve/CVE-2024-32002", }, { category: "external", summary: "SUSE Bug 1224168 for CVE-2024-32002", url: "https://bugzilla.suse.com/1224168", }, { category: "external", summary: "SUSE Bug 1224170 for CVE-2024-32002", url: "https://bugzilla.suse.com/1224170", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-21T10:03:35Z", details: "important", }, ], title: "CVE-2024-32002", }, { cve: "CVE-2024-32004", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32004", }, ], notes: [ { category: "general", text: "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, an attacker can prepare a local repository in such a way that, when cloned, will execute arbitrary code during the operation. 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. As a workaround, avoid cloning repositories from untrusted sources.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32004", url: "https://www.suse.com/security/cve/CVE-2024-32004", }, { category: "external", summary: "SUSE Bug 1224170 for CVE-2024-32004", url: "https://bugzilla.suse.com/1224170", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.1, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-21T10:03:35Z", details: "important", }, ], title: "CVE-2024-32004", }, { cve: "CVE-2024-32020", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32020", }, ], notes: [ { category: "general", text: "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, local clones may end up hardlinking files into the target repository's object database when source and target repository reside on the same disk. If the source repository is owned by a different user, then those hardlinked files may be rewritten at any point in time by the untrusted user. Cloning local repositories will cause Git to either copy or hardlink files of the source repository into the target repository. This significantly speeds up such local clones compared to doing a \"proper\" clone and saves both disk space and compute time. When cloning a repository located on the same disk that is owned by a different user than the current user we also end up creating such hardlinks. These files will continue to be owned and controlled by the potentially-untrusted user and can be rewritten by them at will in the future. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32020", url: "https://www.suse.com/security/cve/CVE-2024-32020", }, { category: "external", summary: "SUSE Bug 1224171 for CVE-2024-32020", url: "https://bugzilla.suse.com/1224171", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.9, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-21T10:03:35Z", details: "low", }, ], title: "CVE-2024-32020", }, { cve: "CVE-2024-32021", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32021", }, ], notes: [ { category: "general", text: "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's `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.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32021", url: "https://www.suse.com/security/cve/CVE-2024-32021", }, { category: "external", summary: "SUSE Bug 1224172 for CVE-2024-32021", url: "https://bugzilla.suse.com/1224172", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.9, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-21T10:03:35Z", details: "low", }, ], title: "CVE-2024-32021", }, { cve: "CVE-2024-32465", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32465", }, ], notes: [ { category: "general", text: "Git is a revision control system. The Git project recommends to avoid working in untrusted repositories, and instead to clone it first with `git clone --no-local` to obtain a clean copy. Git has specific protections to make that a safe operation even with an untrusted source repository, but vulnerabilities allow those protections to be bypassed. In the context of cloning local repositories owned by other users, this vulnerability has been covered in CVE-2024-32004. But there are circumstances where the fixes for CVE-2024-32004 are not enough: For example, when obtaining a `.zip` file containing a full copy of a Git repository, it should not be trusted by default to be safe, as e.g. hooks could be configured to run within the context of that repository. 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. As a workaround, avoid using Git in repositories that have been obtained via archives from untrusted sources.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32465", url: "https://www.suse.com/security/cve/CVE-2024-32465", }, { category: "external", summary: "SUSE Bug 1224170 for CVE-2024-32465", url: "https://bugzilla.suse.com/1224170", }, { category: "external", summary: "SUSE Bug 1224173 for CVE-2024-32465", url: "https://bugzilla.suse.com/1224173", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-21T10:03:35Z", details: "important", }, ], title: "CVE-2024-32465", }, { cve: "CVE-2024-50349", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-50349", }, ], notes: [ { category: "general", text: "Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. When Git asks for credentials via a terminal prompt (i.e. without using any credential helper), it prints out the host name for which the user is expected to provide a username and/or a password. At this stage, any URL-encoded parts have been decoded already, and are printed verbatim. This allows attackers to craft URLs that contain ANSI escape sequences that the terminal interpret to confuse users e.g. into providing passwords for trusted Git hosting sites when in fact they are then sent to untrusted sites that are under the attacker's control. This issue has been patch via commits `7725b81` and `c903985` which are included in release versions v2.48.1, v2.47.2, v2.46.3, v2.45.3, v2.44.3, v2.43.6, v2.42.4, v2.41.3, and v2.40.4. Users are advised to upgrade. Users unable to upgrade should avoid cloning from untrusted URLs, especially recursive clones.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-50349", url: "https://www.suse.com/security/cve/CVE-2024-50349", }, { category: "external", summary: "SUSE Bug 1235600 for CVE-2024-50349", url: "https://bugzilla.suse.com/1235600", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.1, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-21T10:03:35Z", details: "low", }, ], title: "CVE-2024-50349", }, { cve: "CVE-2024-52006", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-52006", }, ], notes: [ { category: "general", text: "Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. Git defines a line-based protocol that is used to exchange information between Git and Git credential helpers. Some ecosystems (most notably, .NET and node.js) interpret single Carriage Return characters as newlines, which renders the protections against CVE-2020-5260 incomplete for credential helpers that treat Carriage Returns in this way. This issue has been addressed in commit `b01b9b8` which is included in release versions v2.48.1, v2.47.2, v2.46.3, v2.45.3, v2.44.3, v2.43.6, v2.42.4, v2.41.3, and v2.40.4. Users are advised to upgrade. Users unable to upgrade should avoid cloning from untrusted URLs, especially recursive clones.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-52006", url: "https://www.suse.com/security/cve/CVE-2024-52006", }, { category: "external", summary: "SUSE Bug 1235601 for CVE-2024-52006", url: "https://bugzilla.suse.com/1235601", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2025-01-21T10:03:35Z", details: "moderate", }, ], title: "CVE-2024-52006", }, ], }
suse-su-2024:1807-1
Vulnerability from csaf_suse
Published
2024-05-28 20:11
Modified
2024-05-28 20:11
Summary
Security update for git
Notes
Title of the patch
Security update for git
Description of the patch
This update for git fixes the following issues:
- CVE-2024-32002: Fixed recursive clones on case-insensitive filesystems that support symbolic links are susceptible to case confusion (bsc#1224168).
- CVE-2024-32004: Fixed arbitrary code execution during local clones (bsc#1224170).
- CVE-2024-32020: Fixed file overwriting vulnerability during local clones (bsc#1224171).
- CVE-2024-32021: Fixed git may create hardlinks to arbitrary user-readable files (bsc#1224172).
- CVE-2024-32465: Fixed arbitrary code execution during clone operations (bsc#1224173).
Patchnames
SUSE-2024-1807,SUSE-SLE-Micro-5.5-2024-1807,SUSE-SLE-Module-Basesystem-15-SP5-2024-1807,SUSE-SLE-Module-Development-Tools-15-SP5-2024-1807,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-1807,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-1807,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-1807,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-1807,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-1807,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-1807,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-1807,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-1807,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-1807,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-1807,SUSE-Storage-7.1-2024-1807,openSUSE-SLE-15.5-2024-1807
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for git", title: "Title of the patch", }, { category: "description", text: "This update for git fixes the following issues:\n\n- CVE-2024-32002: Fixed recursive clones on case-insensitive filesystems that support symbolic links are susceptible to case confusion (bsc#1224168).\n- CVE-2024-32004: Fixed arbitrary code execution during local clones (bsc#1224170).\n- CVE-2024-32020: Fixed file overwriting vulnerability during local clones (bsc#1224171).\n- CVE-2024-32021: Fixed git may create hardlinks to arbitrary user-readable files (bsc#1224172).\n- CVE-2024-32465: Fixed arbitrary code execution during clone operations (bsc#1224173).\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-1807,SUSE-SLE-Micro-5.5-2024-1807,SUSE-SLE-Module-Basesystem-15-SP5-2024-1807,SUSE-SLE-Module-Development-Tools-15-SP5-2024-1807,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-1807,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-1807,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-1807,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-1807,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-1807,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-1807,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-1807,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-1807,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-1807,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-1807,SUSE-Storage-7.1-2024-1807,openSUSE-SLE-15.5-2024-1807", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_1807-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:1807-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20241807-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:1807-1", url: "https://lists.suse.com/pipermail/sle-updates/2024-May/035389.html", }, { category: "self", summary: "SUSE Bug 1224168", url: "https://bugzilla.suse.com/1224168", }, { category: "self", summary: "SUSE Bug 1224170", url: "https://bugzilla.suse.com/1224170", }, { category: "self", summary: "SUSE Bug 1224171", url: "https://bugzilla.suse.com/1224171", }, { category: "self", summary: "SUSE Bug 1224172", url: "https://bugzilla.suse.com/1224172", }, { category: "self", summary: "SUSE Bug 1224173", url: "https://bugzilla.suse.com/1224173", }, { category: "self", summary: "SUSE CVE CVE-2024-32002 page", url: "https://www.suse.com/security/cve/CVE-2024-32002/", }, { category: "self", summary: "SUSE CVE CVE-2024-32004 page", url: "https://www.suse.com/security/cve/CVE-2024-32004/", }, { category: "self", summary: "SUSE CVE CVE-2024-32020 page", url: "https://www.suse.com/security/cve/CVE-2024-32020/", }, { category: "self", summary: "SUSE CVE CVE-2024-32021 page", url: "https://www.suse.com/security/cve/CVE-2024-32021/", }, { category: "self", summary: "SUSE CVE CVE-2024-32465 page", url: "https://www.suse.com/security/cve/CVE-2024-32465/", }, ], title: "Security update for git", tracking: { current_release_date: "2024-05-28T20:11:34Z", generator: { date: "2024-05-28T20:11:34Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:1807-1", initial_release_date: "2024-05-28T20:11:34Z", revision_history: [ { date: "2024-05-28T20:11:34Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "git-2.35.3-150300.10.39.1.aarch64", product: { name: "git-2.35.3-150300.10.39.1.aarch64", product_id: "git-2.35.3-150300.10.39.1.aarch64", }, }, { category: "product_version", name: "git-arch-2.35.3-150300.10.39.1.aarch64", product: { name: "git-arch-2.35.3-150300.10.39.1.aarch64", product_id: "git-arch-2.35.3-150300.10.39.1.aarch64", }, }, { category: "product_version", name: "git-core-2.35.3-150300.10.39.1.aarch64", product: { name: "git-core-2.35.3-150300.10.39.1.aarch64", product_id: "git-core-2.35.3-150300.10.39.1.aarch64", }, }, { category: "product_version", name: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.aarch64", product: { name: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.aarch64", product_id: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.aarch64", }, }, { category: "product_version", name: "git-credential-libsecret-2.35.3-150300.10.39.1.aarch64", product: { name: "git-credential-libsecret-2.35.3-150300.10.39.1.aarch64", product_id: "git-credential-libsecret-2.35.3-150300.10.39.1.aarch64", }, }, { category: "product_version", name: "git-cvs-2.35.3-150300.10.39.1.aarch64", product: { name: "git-cvs-2.35.3-150300.10.39.1.aarch64", product_id: "git-cvs-2.35.3-150300.10.39.1.aarch64", }, }, { category: "product_version", name: "git-daemon-2.35.3-150300.10.39.1.aarch64", product: { name: "git-daemon-2.35.3-150300.10.39.1.aarch64", product_id: "git-daemon-2.35.3-150300.10.39.1.aarch64", }, }, { category: "product_version", name: "git-email-2.35.3-150300.10.39.1.aarch64", product: { name: "git-email-2.35.3-150300.10.39.1.aarch64", product_id: "git-email-2.35.3-150300.10.39.1.aarch64", }, }, { category: "product_version", name: "git-gui-2.35.3-150300.10.39.1.aarch64", product: { name: "git-gui-2.35.3-150300.10.39.1.aarch64", product_id: "git-gui-2.35.3-150300.10.39.1.aarch64", }, }, { category: "product_version", name: "git-p4-2.35.3-150300.10.39.1.aarch64", product: { name: "git-p4-2.35.3-150300.10.39.1.aarch64", product_id: "git-p4-2.35.3-150300.10.39.1.aarch64", }, }, { category: "product_version", name: "git-svn-2.35.3-150300.10.39.1.aarch64", product: { name: "git-svn-2.35.3-150300.10.39.1.aarch64", product_id: "git-svn-2.35.3-150300.10.39.1.aarch64", }, }, { category: "product_version", name: "git-web-2.35.3-150300.10.39.1.aarch64", product: { name: "git-web-2.35.3-150300.10.39.1.aarch64", product_id: "git-web-2.35.3-150300.10.39.1.aarch64", }, }, { category: "product_version", name: "gitk-2.35.3-150300.10.39.1.aarch64", product: { name: "gitk-2.35.3-150300.10.39.1.aarch64", product_id: "gitk-2.35.3-150300.10.39.1.aarch64", }, }, { category: "product_version", name: "perl-Git-2.35.3-150300.10.39.1.aarch64", product: { name: "perl-Git-2.35.3-150300.10.39.1.aarch64", product_id: "perl-Git-2.35.3-150300.10.39.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "git-2.35.3-150300.10.39.1.i586", product: { name: "git-2.35.3-150300.10.39.1.i586", product_id: "git-2.35.3-150300.10.39.1.i586", }, }, { category: "product_version", name: "git-arch-2.35.3-150300.10.39.1.i586", product: { name: "git-arch-2.35.3-150300.10.39.1.i586", product_id: "git-arch-2.35.3-150300.10.39.1.i586", }, }, { category: "product_version", name: "git-core-2.35.3-150300.10.39.1.i586", product: { name: "git-core-2.35.3-150300.10.39.1.i586", product_id: "git-core-2.35.3-150300.10.39.1.i586", }, }, { category: "product_version", name: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.i586", product: { name: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.i586", product_id: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.i586", }, }, { category: "product_version", name: "git-credential-libsecret-2.35.3-150300.10.39.1.i586", product: { name: "git-credential-libsecret-2.35.3-150300.10.39.1.i586", product_id: "git-credential-libsecret-2.35.3-150300.10.39.1.i586", }, }, { category: "product_version", name: "git-cvs-2.35.3-150300.10.39.1.i586", product: { name: "git-cvs-2.35.3-150300.10.39.1.i586", product_id: "git-cvs-2.35.3-150300.10.39.1.i586", }, }, { category: "product_version", name: "git-daemon-2.35.3-150300.10.39.1.i586", product: { name: "git-daemon-2.35.3-150300.10.39.1.i586", product_id: "git-daemon-2.35.3-150300.10.39.1.i586", }, }, { category: "product_version", name: "git-email-2.35.3-150300.10.39.1.i586", product: { name: "git-email-2.35.3-150300.10.39.1.i586", product_id: "git-email-2.35.3-150300.10.39.1.i586", }, }, { category: "product_version", name: "git-gui-2.35.3-150300.10.39.1.i586", product: { name: "git-gui-2.35.3-150300.10.39.1.i586", product_id: "git-gui-2.35.3-150300.10.39.1.i586", }, }, { category: "product_version", name: "git-p4-2.35.3-150300.10.39.1.i586", product: { name: "git-p4-2.35.3-150300.10.39.1.i586", product_id: "git-p4-2.35.3-150300.10.39.1.i586", }, }, { category: "product_version", name: "git-svn-2.35.3-150300.10.39.1.i586", product: { name: "git-svn-2.35.3-150300.10.39.1.i586", product_id: "git-svn-2.35.3-150300.10.39.1.i586", }, }, { category: "product_version", name: "git-web-2.35.3-150300.10.39.1.i586", product: { name: "git-web-2.35.3-150300.10.39.1.i586", product_id: "git-web-2.35.3-150300.10.39.1.i586", }, }, { category: "product_version", name: "gitk-2.35.3-150300.10.39.1.i586", product: { name: "gitk-2.35.3-150300.10.39.1.i586", product_id: "gitk-2.35.3-150300.10.39.1.i586", }, }, { category: "product_version", name: "perl-Git-2.35.3-150300.10.39.1.i586", product: { name: "perl-Git-2.35.3-150300.10.39.1.i586", product_id: "perl-Git-2.35.3-150300.10.39.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "git-doc-2.35.3-150300.10.39.1.noarch", product: { name: "git-doc-2.35.3-150300.10.39.1.noarch", product_id: "git-doc-2.35.3-150300.10.39.1.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "git-2.35.3-150300.10.39.1.ppc64le", product: { name: "git-2.35.3-150300.10.39.1.ppc64le", product_id: "git-2.35.3-150300.10.39.1.ppc64le", }, }, { category: "product_version", name: "git-arch-2.35.3-150300.10.39.1.ppc64le", product: { name: "git-arch-2.35.3-150300.10.39.1.ppc64le", product_id: "git-arch-2.35.3-150300.10.39.1.ppc64le", }, }, { category: "product_version", name: "git-core-2.35.3-150300.10.39.1.ppc64le", product: { name: "git-core-2.35.3-150300.10.39.1.ppc64le", product_id: "git-core-2.35.3-150300.10.39.1.ppc64le", }, }, { category: "product_version", name: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.ppc64le", product: { name: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.ppc64le", product_id: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.ppc64le", }, }, { category: "product_version", name: "git-credential-libsecret-2.35.3-150300.10.39.1.ppc64le", product: { name: "git-credential-libsecret-2.35.3-150300.10.39.1.ppc64le", product_id: "git-credential-libsecret-2.35.3-150300.10.39.1.ppc64le", }, }, { category: "product_version", name: "git-cvs-2.35.3-150300.10.39.1.ppc64le", product: { name: "git-cvs-2.35.3-150300.10.39.1.ppc64le", product_id: "git-cvs-2.35.3-150300.10.39.1.ppc64le", }, }, { category: "product_version", name: "git-daemon-2.35.3-150300.10.39.1.ppc64le", product: { name: "git-daemon-2.35.3-150300.10.39.1.ppc64le", product_id: "git-daemon-2.35.3-150300.10.39.1.ppc64le", }, }, { category: "product_version", name: "git-email-2.35.3-150300.10.39.1.ppc64le", product: { name: "git-email-2.35.3-150300.10.39.1.ppc64le", product_id: "git-email-2.35.3-150300.10.39.1.ppc64le", }, }, { category: "product_version", name: "git-gui-2.35.3-150300.10.39.1.ppc64le", product: { name: "git-gui-2.35.3-150300.10.39.1.ppc64le", product_id: "git-gui-2.35.3-150300.10.39.1.ppc64le", }, }, { category: "product_version", name: "git-p4-2.35.3-150300.10.39.1.ppc64le", product: { name: "git-p4-2.35.3-150300.10.39.1.ppc64le", product_id: "git-p4-2.35.3-150300.10.39.1.ppc64le", }, }, { category: "product_version", name: "git-svn-2.35.3-150300.10.39.1.ppc64le", product: { name: "git-svn-2.35.3-150300.10.39.1.ppc64le", product_id: "git-svn-2.35.3-150300.10.39.1.ppc64le", }, }, { category: "product_version", name: "git-web-2.35.3-150300.10.39.1.ppc64le", product: { name: "git-web-2.35.3-150300.10.39.1.ppc64le", product_id: "git-web-2.35.3-150300.10.39.1.ppc64le", }, }, { category: "product_version", name: "gitk-2.35.3-150300.10.39.1.ppc64le", product: { name: "gitk-2.35.3-150300.10.39.1.ppc64le", product_id: "gitk-2.35.3-150300.10.39.1.ppc64le", }, }, { category: "product_version", name: "perl-Git-2.35.3-150300.10.39.1.ppc64le", product: { name: "perl-Git-2.35.3-150300.10.39.1.ppc64le", product_id: "perl-Git-2.35.3-150300.10.39.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "git-2.35.3-150300.10.39.1.s390x", product: { name: "git-2.35.3-150300.10.39.1.s390x", product_id: "git-2.35.3-150300.10.39.1.s390x", }, }, { category: "product_version", name: "git-arch-2.35.3-150300.10.39.1.s390x", product: { name: "git-arch-2.35.3-150300.10.39.1.s390x", product_id: "git-arch-2.35.3-150300.10.39.1.s390x", }, }, { category: "product_version", name: "git-core-2.35.3-150300.10.39.1.s390x", product: { name: "git-core-2.35.3-150300.10.39.1.s390x", product_id: "git-core-2.35.3-150300.10.39.1.s390x", }, }, { category: "product_version", name: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.s390x", product: { name: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.s390x", product_id: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.s390x", }, }, { category: "product_version", name: "git-credential-libsecret-2.35.3-150300.10.39.1.s390x", product: { name: "git-credential-libsecret-2.35.3-150300.10.39.1.s390x", product_id: "git-credential-libsecret-2.35.3-150300.10.39.1.s390x", }, }, { category: "product_version", name: "git-cvs-2.35.3-150300.10.39.1.s390x", product: { name: "git-cvs-2.35.3-150300.10.39.1.s390x", product_id: "git-cvs-2.35.3-150300.10.39.1.s390x", }, }, { category: "product_version", name: "git-daemon-2.35.3-150300.10.39.1.s390x", product: { name: "git-daemon-2.35.3-150300.10.39.1.s390x", product_id: "git-daemon-2.35.3-150300.10.39.1.s390x", }, }, { category: "product_version", name: "git-email-2.35.3-150300.10.39.1.s390x", product: { name: "git-email-2.35.3-150300.10.39.1.s390x", product_id: "git-email-2.35.3-150300.10.39.1.s390x", }, }, { category: "product_version", name: "git-gui-2.35.3-150300.10.39.1.s390x", product: { name: "git-gui-2.35.3-150300.10.39.1.s390x", product_id: "git-gui-2.35.3-150300.10.39.1.s390x", }, }, { category: "product_version", name: "git-p4-2.35.3-150300.10.39.1.s390x", product: { name: "git-p4-2.35.3-150300.10.39.1.s390x", product_id: "git-p4-2.35.3-150300.10.39.1.s390x", }, }, { category: "product_version", name: "git-svn-2.35.3-150300.10.39.1.s390x", product: { name: "git-svn-2.35.3-150300.10.39.1.s390x", product_id: "git-svn-2.35.3-150300.10.39.1.s390x", }, }, { category: "product_version", name: "git-web-2.35.3-150300.10.39.1.s390x", product: { name: "git-web-2.35.3-150300.10.39.1.s390x", product_id: "git-web-2.35.3-150300.10.39.1.s390x", }, }, { category: "product_version", name: "gitk-2.35.3-150300.10.39.1.s390x", product: { name: "gitk-2.35.3-150300.10.39.1.s390x", product_id: "gitk-2.35.3-150300.10.39.1.s390x", }, }, { category: "product_version", name: "perl-Git-2.35.3-150300.10.39.1.s390x", product: { name: "perl-Git-2.35.3-150300.10.39.1.s390x", product_id: "perl-Git-2.35.3-150300.10.39.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "git-2.35.3-150300.10.39.1.x86_64", product: { name: "git-2.35.3-150300.10.39.1.x86_64", product_id: "git-2.35.3-150300.10.39.1.x86_64", }, }, { category: "product_version", name: "git-arch-2.35.3-150300.10.39.1.x86_64", product: { name: "git-arch-2.35.3-150300.10.39.1.x86_64", product_id: "git-arch-2.35.3-150300.10.39.1.x86_64", }, }, { category: "product_version", name: "git-core-2.35.3-150300.10.39.1.x86_64", product: { name: "git-core-2.35.3-150300.10.39.1.x86_64", product_id: "git-core-2.35.3-150300.10.39.1.x86_64", }, }, { category: "product_version", name: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.x86_64", product: { name: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.x86_64", product_id: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.x86_64", }, }, { category: "product_version", name: "git-credential-libsecret-2.35.3-150300.10.39.1.x86_64", product: { name: "git-credential-libsecret-2.35.3-150300.10.39.1.x86_64", product_id: "git-credential-libsecret-2.35.3-150300.10.39.1.x86_64", }, }, { category: "product_version", name: "git-cvs-2.35.3-150300.10.39.1.x86_64", product: { name: "git-cvs-2.35.3-150300.10.39.1.x86_64", product_id: "git-cvs-2.35.3-150300.10.39.1.x86_64", }, }, { category: "product_version", name: "git-daemon-2.35.3-150300.10.39.1.x86_64", product: { name: "git-daemon-2.35.3-150300.10.39.1.x86_64", product_id: "git-daemon-2.35.3-150300.10.39.1.x86_64", }, }, { category: "product_version", name: "git-email-2.35.3-150300.10.39.1.x86_64", product: { name: "git-email-2.35.3-150300.10.39.1.x86_64", product_id: "git-email-2.35.3-150300.10.39.1.x86_64", }, }, { category: "product_version", name: "git-gui-2.35.3-150300.10.39.1.x86_64", product: { name: "git-gui-2.35.3-150300.10.39.1.x86_64", product_id: "git-gui-2.35.3-150300.10.39.1.x86_64", }, }, { category: "product_version", name: "git-p4-2.35.3-150300.10.39.1.x86_64", product: { name: "git-p4-2.35.3-150300.10.39.1.x86_64", product_id: "git-p4-2.35.3-150300.10.39.1.x86_64", }, }, { category: "product_version", name: "git-svn-2.35.3-150300.10.39.1.x86_64", product: { name: "git-svn-2.35.3-150300.10.39.1.x86_64", product_id: "git-svn-2.35.3-150300.10.39.1.x86_64", }, }, { category: "product_version", name: "git-web-2.35.3-150300.10.39.1.x86_64", product: { name: "git-web-2.35.3-150300.10.39.1.x86_64", product_id: "git-web-2.35.3-150300.10.39.1.x86_64", }, }, { category: "product_version", name: "gitk-2.35.3-150300.10.39.1.x86_64", product: { name: "gitk-2.35.3-150300.10.39.1.x86_64", product_id: "gitk-2.35.3-150300.10.39.1.x86_64", }, }, { category: "product_version", name: "perl-Git-2.35.3-150300.10.39.1.x86_64", product: { name: "perl-Git-2.35.3-150300.10.39.1.x86_64", product_id: "perl-Git-2.35.3-150300.10.39.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Micro 5.5", product: { name: "SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5", product_identification_helper: { cpe: "cpe:/o:suse:sle-micro:5.5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Module for Basesystem 15 SP5", product: { name: "SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-basesystem:15:sp5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Module for Development Tools 15 SP5", product: { name: "SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-development-tools:15:sp5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-ltss:15:sp3", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-espos:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-ltss:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 15 SP3-LTSS", product: { name: "SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:15:sp3", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 15 SP4-LTSS", product: { name: "SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", product: { name: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:15:sp3", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", product: { name: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:15:sp4", }, }, }, { category: "product_name", name: "SUSE Manager Proxy 4.3", product: { name: "SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3", product_identification_helper: { cpe: "cpe:/o:suse:suse-manager-proxy:4.3", }, }, }, { category: "product_name", name: "SUSE Manager Server 4.3", product: { name: "SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3", product_identification_helper: { cpe: "cpe:/o:suse:suse-manager-server:4.3", }, }, }, { category: "product_name", name: "SUSE Enterprise Storage 7.1", product: { name: "SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1", product_identification_helper: { cpe: "cpe:/o:suse:ses:7.1", }, }, }, { category: "product_name", name: "openSUSE Leap 15.5", product: { name: "openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.5", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-core-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-core-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-core-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-core-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-core-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-core-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-core-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-core-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-arch-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-arch-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-arch-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-arch-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-cvs-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-cvs-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-cvs-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-cvs-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-daemon-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-daemon-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-daemon-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-daemon-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-doc-2.35.3-150300.10.39.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-doc-2.35.3-150300.10.39.1.noarch", }, product_reference: "git-doc-2.35.3-150300.10.39.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-email-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-email-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-email-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-email-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-email-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-email-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-email-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-email-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-gui-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-gui-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-gui-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-gui-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-svn-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-svn-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-svn-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-svn-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-web-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-web-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-web-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-web-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-web-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-web-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-web-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-web-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "gitk-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.aarch64", }, product_reference: "gitk-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "gitk-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "gitk-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "gitk-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.s390x", }, product_reference: "gitk-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "gitk-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.x86_64", }, product_reference: "gitk-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.aarch64", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.s390x", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.x86_64", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-arch-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-arch-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-core-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-core-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-cvs-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-cvs-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-daemon-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-daemon-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-doc-2.35.3-150300.10.39.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", }, product_reference: "git-doc-2.35.3-150300.10.39.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-email-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-email-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-email-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-email-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-gui-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-gui-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-svn-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-svn-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-web-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-web-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-web-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-web-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "gitk-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", }, product_reference: "gitk-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "gitk-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", }, product_reference: "gitk-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-arch-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-arch-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-core-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-core-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-cvs-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-cvs-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-daemon-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-daemon-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "git-doc-2.35.3-150300.10.39.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-doc-2.35.3-150300.10.39.1.noarch", }, product_reference: "git-doc-2.35.3-150300.10.39.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "git-email-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-email-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "git-email-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-email-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-gui-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-gui-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-svn-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-svn-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "git-web-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-web-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "git-web-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-web-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "gitk-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.aarch64", }, product_reference: "gitk-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "gitk-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.x86_64", }, product_reference: "gitk-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.aarch64", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.x86_64", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-arch-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-arch-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-core-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-core-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-cvs-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-cvs-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-daemon-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-daemon-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-doc-2.35.3-150300.10.39.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", }, product_reference: "git-doc-2.35.3-150300.10.39.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-email-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-email-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-email-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-email-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-gui-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-gui-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-svn-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-svn-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-web-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-web-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-web-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-web-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gitk-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", }, product_reference: "gitk-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gitk-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", }, product_reference: "gitk-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-arch-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-arch-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-arch-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-arch-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-core-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-core-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-core-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-core-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-cvs-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-cvs-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-cvs-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-cvs-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-daemon-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-daemon-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-daemon-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-daemon-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-doc-2.35.3-150300.10.39.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", }, product_reference: "git-doc-2.35.3-150300.10.39.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-email-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-email-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-email-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-email-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-email-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-email-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-email-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-email-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-gui-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-gui-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-gui-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-gui-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-svn-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-svn-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-svn-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-svn-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-web-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-web-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-web-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-web-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-web-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-web-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-web-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-web-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "gitk-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", }, product_reference: "gitk-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "gitk-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "gitk-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "gitk-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.s390x", }, product_reference: "gitk-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "gitk-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", }, product_reference: "gitk-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-arch-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-arch-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-arch-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-arch-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-core-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-core-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-core-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-core-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-cvs-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-cvs-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-cvs-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-cvs-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-daemon-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-daemon-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-daemon-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-daemon-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-doc-2.35.3-150300.10.39.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", }, product_reference: "git-doc-2.35.3-150300.10.39.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-email-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-email-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-email-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-email-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-email-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-email-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-email-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-email-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-gui-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-gui-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-gui-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-gui-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-svn-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-svn-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-svn-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-svn-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-web-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-web-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-web-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-web-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-web-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-web-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-web-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-web-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gitk-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", }, product_reference: "gitk-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gitk-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "gitk-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gitk-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.s390x", }, product_reference: "gitk-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "gitk-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", }, product_reference: "gitk-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-arch-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-arch-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-core-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-core-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-cvs-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-cvs-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-daemon-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-daemon-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "git-doc-2.35.3-150300.10.39.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-doc-2.35.3-150300.10.39.1.noarch", }, product_reference: "git-doc-2.35.3-150300.10.39.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "git-email-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-email-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "git-email-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-email-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-gui-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-gui-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-svn-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-svn-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "git-web-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-web-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "git-web-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-web-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "gitk-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "gitk-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "gitk-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.x86_64", }, product_reference: "gitk-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.x86_64", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-arch-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-arch-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-core-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-core-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-cvs-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-cvs-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-daemon-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-daemon-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "git-doc-2.35.3-150300.10.39.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-doc-2.35.3-150300.10.39.1.noarch", }, product_reference: "git-doc-2.35.3-150300.10.39.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "git-email-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-email-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "git-email-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-email-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-gui-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-gui-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-svn-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-svn-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "git-web-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-web-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "git-web-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-web-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "gitk-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "gitk-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "gitk-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.x86_64", }, product_reference: "gitk-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.x86_64", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.x86_64 as component of SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3:git-core-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-core-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.3", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.ppc64le as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-core-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.s390x as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-core-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.x86_64 as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-core-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.35.3-150300.10.39.1.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-arch-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.35.3-150300.10.39.1.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-arch-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-core-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-core-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.35.3-150300.10.39.1.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-cvs-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.35.3-150300.10.39.1.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-cvs-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.35.3-150300.10.39.1.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-daemon-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.35.3-150300.10.39.1.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-daemon-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "git-doc-2.35.3-150300.10.39.1.noarch as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:git-doc-2.35.3-150300.10.39.1.noarch", }, product_reference: "git-doc-2.35.3-150300.10.39.1.noarch", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "git-email-2.35.3-150300.10.39.1.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-email-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "git-email-2.35.3-150300.10.39.1.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-email-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.35.3-150300.10.39.1.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-gui-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.35.3-150300.10.39.1.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-gui-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.35.3-150300.10.39.1.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-svn-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.35.3-150300.10.39.1.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-svn-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "git-web-2.35.3-150300.10.39.1.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-web-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "git-web-2.35.3-150300.10.39.1.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-web-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "gitk-2.35.3-150300.10.39.1.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.aarch64", }, product_reference: "gitk-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "gitk-2.35.3-150300.10.39.1.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.x86_64", }, product_reference: "gitk-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.aarch64", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.x86_64", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.35.3-150300.10.39.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-arch-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.35.3-150300.10.39.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-arch-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.35.3-150300.10.39.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-arch-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.35.3-150300.10.39.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-arch-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-core-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-core-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-core-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-core-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-2.35.3-150300.10.39.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-credential-libsecret-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-2.35.3-150300.10.39.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-credential-libsecret-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-2.35.3-150300.10.39.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-credential-libsecret-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-2.35.3-150300.10.39.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-credential-libsecret-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.35.3-150300.10.39.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-cvs-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.35.3-150300.10.39.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-cvs-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.35.3-150300.10.39.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-cvs-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.35.3-150300.10.39.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-cvs-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.35.3-150300.10.39.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-daemon-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.35.3-150300.10.39.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-daemon-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.35.3-150300.10.39.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-daemon-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.35.3-150300.10.39.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-daemon-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-doc-2.35.3-150300.10.39.1.noarch as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-doc-2.35.3-150300.10.39.1.noarch", }, product_reference: "git-doc-2.35.3-150300.10.39.1.noarch", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-email-2.35.3-150300.10.39.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-email-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-email-2.35.3-150300.10.39.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-email-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-email-2.35.3-150300.10.39.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-email-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-email-2.35.3-150300.10.39.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-email-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.35.3-150300.10.39.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-gui-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.35.3-150300.10.39.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-gui-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.35.3-150300.10.39.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-gui-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.35.3-150300.10.39.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-gui-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-p4-2.35.3-150300.10.39.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-p4-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-p4-2.35.3-150300.10.39.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-p4-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-p4-2.35.3-150300.10.39.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-p4-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-p4-2.35.3-150300.10.39.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-p4-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.35.3-150300.10.39.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-svn-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.35.3-150300.10.39.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-svn-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.35.3-150300.10.39.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-svn-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.35.3-150300.10.39.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-svn-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-web-2.35.3-150300.10.39.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-web-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-web-2.35.3-150300.10.39.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-web-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-web-2.35.3-150300.10.39.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-web-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "git-web-2.35.3-150300.10.39.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-web-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "gitk-2.35.3-150300.10.39.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.aarch64", }, product_reference: "gitk-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "gitk-2.35.3-150300.10.39.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "gitk-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "gitk-2.35.3-150300.10.39.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.s390x", }, product_reference: "gitk-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "gitk-2.35.3-150300.10.39.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.x86_64", }, product_reference: "gitk-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.aarch64", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.s390x", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.x86_64", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, ], }, vulnerabilities: [ { cve: "CVE-2024-32002", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32002", }, ], notes: [ { category: "general", text: "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, repositories with submodules can be crafted in a way that exploits a bug in Git whereby it can be fooled into writing files not into the submodule's worktree but into a `.git/` directory. This allows writing a hook that will be executed while the clone operation is still running, giving the user no opportunity to inspect the code that is being executed. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4. If symbolic link support is disabled in Git (e.g. via `git config --global core.symlinks false`), the described attack won't work. As always, it is best to avoid cloning repositories from untrusted sources.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Proxy 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-doc-2.35.3-150300.10.39.1.noarch", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32002", url: "https://www.suse.com/security/cve/CVE-2024-32002", }, { category: "external", summary: "SUSE Bug 1224168 for CVE-2024-32002", url: "https://bugzilla.suse.com/1224168", }, { category: "external", summary: "SUSE Bug 1224170 for CVE-2024-32002", url: "https://bugzilla.suse.com/1224170", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Proxy 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-doc-2.35.3-150300.10.39.1.noarch", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Proxy 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-doc-2.35.3-150300.10.39.1.noarch", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-05-28T20:11:34Z", details: "important", }, ], title: "CVE-2024-32002", }, { cve: "CVE-2024-32004", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32004", }, ], notes: [ { category: "general", text: "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, an attacker can prepare a local repository in such a way that, when cloned, will execute arbitrary code during the operation. 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. As a workaround, avoid cloning repositories from untrusted sources.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Proxy 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-doc-2.35.3-150300.10.39.1.noarch", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32004", url: "https://www.suse.com/security/cve/CVE-2024-32004", }, { category: "external", summary: "SUSE Bug 1224170 for CVE-2024-32004", url: "https://bugzilla.suse.com/1224170", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Proxy 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-doc-2.35.3-150300.10.39.1.noarch", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.1, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Proxy 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-doc-2.35.3-150300.10.39.1.noarch", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-05-28T20:11:34Z", details: "important", }, ], title: "CVE-2024-32004", }, { cve: "CVE-2024-32020", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32020", }, ], notes: [ { category: "general", text: "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, local clones may end up hardlinking files into the target repository's object database when source and target repository reside on the same disk. If the source repository is owned by a different user, then those hardlinked files may be rewritten at any point in time by the untrusted user. Cloning local repositories will cause Git to either copy or hardlink files of the source repository into the target repository. This significantly speeds up such local clones compared to doing a \"proper\" clone and saves both disk space and compute time. When cloning a repository located on the same disk that is owned by a different user than the current user we also end up creating such hardlinks. These files will continue to be owned and controlled by the potentially-untrusted user and can be rewritten by them at will in the future. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Proxy 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-doc-2.35.3-150300.10.39.1.noarch", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32020", url: "https://www.suse.com/security/cve/CVE-2024-32020", }, { category: "external", summary: "SUSE Bug 1224171 for CVE-2024-32020", url: "https://bugzilla.suse.com/1224171", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Proxy 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-doc-2.35.3-150300.10.39.1.noarch", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.9, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L", version: "3.1", }, products: [ "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Proxy 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-doc-2.35.3-150300.10.39.1.noarch", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-05-28T20:11:34Z", details: "low", }, ], title: "CVE-2024-32020", }, { cve: "CVE-2024-32021", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32021", }, ], notes: [ { category: "general", text: "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's `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.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Proxy 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-doc-2.35.3-150300.10.39.1.noarch", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32021", url: "https://www.suse.com/security/cve/CVE-2024-32021", }, { category: "external", summary: "SUSE Bug 1224172 for CVE-2024-32021", url: "https://bugzilla.suse.com/1224172", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Proxy 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-doc-2.35.3-150300.10.39.1.noarch", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.9, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L", version: "3.1", }, products: [ "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Proxy 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-doc-2.35.3-150300.10.39.1.noarch", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-05-28T20:11:34Z", details: "low", }, ], title: "CVE-2024-32021", }, { cve: "CVE-2024-32465", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32465", }, ], notes: [ { category: "general", text: "Git is a revision control system. The Git project recommends to avoid working in untrusted repositories, and instead to clone it first with `git clone --no-local` to obtain a clean copy. Git has specific protections to make that a safe operation even with an untrusted source repository, but vulnerabilities allow those protections to be bypassed. In the context of cloning local repositories owned by other users, this vulnerability has been covered in CVE-2024-32004. But there are circumstances where the fixes for CVE-2024-32004 are not enough: For example, when obtaining a `.zip` file containing a full copy of a Git repository, it should not be trusted by default to be safe, as e.g. hooks could be configured to run within the context of that repository. 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. As a workaround, avoid using Git in repositories that have been obtained via archives from untrusted sources.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Proxy 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-doc-2.35.3-150300.10.39.1.noarch", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32465", url: "https://www.suse.com/security/cve/CVE-2024-32465", }, { category: "external", summary: "SUSE Bug 1224170 for CVE-2024-32465", url: "https://bugzilla.suse.com/1224170", }, { category: "external", summary: "SUSE Bug 1224173 for CVE-2024-32465", url: "https://bugzilla.suse.com/1224173", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Proxy 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-doc-2.35.3-150300.10.39.1.noarch", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-doc-2.35.3-150300.10.39.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Proxy 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-arch-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-core-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-gnome-keyring-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-credential-libsecret-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-cvs-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-daemon-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-doc-2.35.3-150300.10.39.1.noarch", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-email-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-gui-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-p4-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-svn-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:git-web-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:gitk-2.35.3-150300.10.39.1.x86_64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.s390x", "openSUSE Leap 15.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-05-28T20:11:34Z", details: "important", }, ], title: "CVE-2024-32465", }, ], }
suse-su-2024:1807-2
Vulnerability from csaf_suse
Published
2024-05-28 20:11
Modified
2024-05-28 20:11
Summary
Security update for git
Notes
Title of the patch
Security update for git
Description of the patch
This update for git fixes the following issues:
- CVE-2024-32002: Fixed recursive clones on case-insensitive filesystems that support symbolic links are susceptible to case confusion (bsc#1224168).
- CVE-2024-32004: Fixed arbitrary code execution during local clones (bsc#1224170).
- CVE-2024-32020: Fixed file overwriting vulnerability during local clones (bsc#1224171).
- CVE-2024-32021: Fixed git may create hardlinks to arbitrary user-readable files (bsc#1224172).
- CVE-2024-32465: Fixed arbitrary code execution during clone operations (bsc#1224173).
Patchnames
SUSE-2024-1807,SUSE-SLE-Micro-5.5-2024-1807
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for git", title: "Title of the patch", }, { category: "description", text: "This update for git fixes the following issues:\n\n- CVE-2024-32002: Fixed recursive clones on case-insensitive filesystems that support symbolic links are susceptible to case confusion (bsc#1224168).\n- CVE-2024-32004: Fixed arbitrary code execution during local clones (bsc#1224170).\n- CVE-2024-32020: Fixed file overwriting vulnerability during local clones (bsc#1224171).\n- CVE-2024-32021: Fixed git may create hardlinks to arbitrary user-readable files (bsc#1224172).\n- CVE-2024-32465: Fixed arbitrary code execution during clone operations (bsc#1224173).\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-1807,SUSE-SLE-Micro-5.5-2024-1807", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_1807-2.json", }, { category: "self", summary: "URL for SUSE-SU-2024:1807-2", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20241807-2/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:1807-2", url: "https://lists.suse.com/pipermail/sle-updates/2024-July/035964.html", }, { category: "self", summary: "SUSE Bug 1224168", url: "https://bugzilla.suse.com/1224168", }, { category: "self", summary: "SUSE Bug 1224170", url: "https://bugzilla.suse.com/1224170", }, { category: "self", summary: "SUSE Bug 1224171", url: "https://bugzilla.suse.com/1224171", }, { category: "self", summary: "SUSE Bug 1224172", url: "https://bugzilla.suse.com/1224172", }, { category: "self", summary: "SUSE Bug 1224173", url: "https://bugzilla.suse.com/1224173", }, { category: "self", summary: "SUSE CVE CVE-2024-32002 page", url: "https://www.suse.com/security/cve/CVE-2024-32002/", }, { category: "self", summary: "SUSE CVE CVE-2024-32004 page", url: "https://www.suse.com/security/cve/CVE-2024-32004/", }, { category: "self", summary: "SUSE CVE CVE-2024-32020 page", url: "https://www.suse.com/security/cve/CVE-2024-32020/", }, { category: "self", summary: "SUSE CVE CVE-2024-32021 page", url: "https://www.suse.com/security/cve/CVE-2024-32021/", }, { category: "self", summary: "SUSE CVE CVE-2024-32465 page", url: "https://www.suse.com/security/cve/CVE-2024-32465/", }, ], title: "Security update for git", tracking: { current_release_date: "2024-05-28T20:11:48Z", generator: { date: "2024-05-28T20:11:48Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:1807-2", initial_release_date: "2024-05-28T20:11:48Z", revision_history: [ { date: "2024-05-28T20:11:48Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "git-2.35.3-150300.10.39.1.aarch64", product: { name: "git-2.35.3-150300.10.39.1.aarch64", product_id: "git-2.35.3-150300.10.39.1.aarch64", }, }, { category: "product_version", name: "git-arch-2.35.3-150300.10.39.1.aarch64", product: { name: "git-arch-2.35.3-150300.10.39.1.aarch64", product_id: "git-arch-2.35.3-150300.10.39.1.aarch64", }, }, { category: "product_version", name: "git-core-2.35.3-150300.10.39.1.aarch64", product: { name: "git-core-2.35.3-150300.10.39.1.aarch64", product_id: "git-core-2.35.3-150300.10.39.1.aarch64", }, }, { category: "product_version", name: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.aarch64", product: { name: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.aarch64", product_id: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.aarch64", }, }, { category: "product_version", name: "git-credential-libsecret-2.35.3-150300.10.39.1.aarch64", product: { name: "git-credential-libsecret-2.35.3-150300.10.39.1.aarch64", product_id: "git-credential-libsecret-2.35.3-150300.10.39.1.aarch64", }, }, { category: "product_version", name: "git-cvs-2.35.3-150300.10.39.1.aarch64", product: { name: "git-cvs-2.35.3-150300.10.39.1.aarch64", product_id: "git-cvs-2.35.3-150300.10.39.1.aarch64", }, }, { category: "product_version", name: "git-daemon-2.35.3-150300.10.39.1.aarch64", product: { name: "git-daemon-2.35.3-150300.10.39.1.aarch64", product_id: "git-daemon-2.35.3-150300.10.39.1.aarch64", }, }, { category: "product_version", name: "git-email-2.35.3-150300.10.39.1.aarch64", product: { name: "git-email-2.35.3-150300.10.39.1.aarch64", product_id: "git-email-2.35.3-150300.10.39.1.aarch64", }, }, { category: "product_version", name: "git-gui-2.35.3-150300.10.39.1.aarch64", product: { name: "git-gui-2.35.3-150300.10.39.1.aarch64", product_id: "git-gui-2.35.3-150300.10.39.1.aarch64", }, }, { category: "product_version", name: "git-p4-2.35.3-150300.10.39.1.aarch64", product: { name: "git-p4-2.35.3-150300.10.39.1.aarch64", product_id: "git-p4-2.35.3-150300.10.39.1.aarch64", }, }, { category: "product_version", name: "git-svn-2.35.3-150300.10.39.1.aarch64", product: { name: "git-svn-2.35.3-150300.10.39.1.aarch64", product_id: "git-svn-2.35.3-150300.10.39.1.aarch64", }, }, { category: "product_version", name: "git-web-2.35.3-150300.10.39.1.aarch64", product: { name: "git-web-2.35.3-150300.10.39.1.aarch64", product_id: "git-web-2.35.3-150300.10.39.1.aarch64", }, }, { category: "product_version", name: "gitk-2.35.3-150300.10.39.1.aarch64", product: { name: "gitk-2.35.3-150300.10.39.1.aarch64", product_id: "gitk-2.35.3-150300.10.39.1.aarch64", }, }, { category: "product_version", name: "perl-Git-2.35.3-150300.10.39.1.aarch64", product: { name: "perl-Git-2.35.3-150300.10.39.1.aarch64", product_id: "perl-Git-2.35.3-150300.10.39.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "git-2.35.3-150300.10.39.1.i586", product: { name: "git-2.35.3-150300.10.39.1.i586", product_id: "git-2.35.3-150300.10.39.1.i586", }, }, { category: "product_version", name: "git-arch-2.35.3-150300.10.39.1.i586", product: { name: "git-arch-2.35.3-150300.10.39.1.i586", product_id: "git-arch-2.35.3-150300.10.39.1.i586", }, }, { category: "product_version", name: "git-core-2.35.3-150300.10.39.1.i586", product: { name: "git-core-2.35.3-150300.10.39.1.i586", product_id: "git-core-2.35.3-150300.10.39.1.i586", }, }, { category: "product_version", name: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.i586", product: { name: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.i586", product_id: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.i586", }, }, { category: "product_version", name: "git-credential-libsecret-2.35.3-150300.10.39.1.i586", product: { name: "git-credential-libsecret-2.35.3-150300.10.39.1.i586", product_id: "git-credential-libsecret-2.35.3-150300.10.39.1.i586", }, }, { category: "product_version", name: "git-cvs-2.35.3-150300.10.39.1.i586", product: { name: "git-cvs-2.35.3-150300.10.39.1.i586", product_id: "git-cvs-2.35.3-150300.10.39.1.i586", }, }, { category: "product_version", name: "git-daemon-2.35.3-150300.10.39.1.i586", product: { name: "git-daemon-2.35.3-150300.10.39.1.i586", product_id: "git-daemon-2.35.3-150300.10.39.1.i586", }, }, { category: "product_version", name: "git-email-2.35.3-150300.10.39.1.i586", product: { name: "git-email-2.35.3-150300.10.39.1.i586", product_id: "git-email-2.35.3-150300.10.39.1.i586", }, }, { category: "product_version", name: "git-gui-2.35.3-150300.10.39.1.i586", product: { name: "git-gui-2.35.3-150300.10.39.1.i586", product_id: "git-gui-2.35.3-150300.10.39.1.i586", }, }, { category: "product_version", name: "git-p4-2.35.3-150300.10.39.1.i586", product: { name: "git-p4-2.35.3-150300.10.39.1.i586", product_id: "git-p4-2.35.3-150300.10.39.1.i586", }, }, { category: "product_version", name: "git-svn-2.35.3-150300.10.39.1.i586", product: { name: "git-svn-2.35.3-150300.10.39.1.i586", product_id: "git-svn-2.35.3-150300.10.39.1.i586", }, }, { category: "product_version", name: "git-web-2.35.3-150300.10.39.1.i586", product: { name: "git-web-2.35.3-150300.10.39.1.i586", product_id: "git-web-2.35.3-150300.10.39.1.i586", }, }, { category: "product_version", name: "gitk-2.35.3-150300.10.39.1.i586", product: { name: "gitk-2.35.3-150300.10.39.1.i586", product_id: "gitk-2.35.3-150300.10.39.1.i586", }, }, { category: "product_version", name: "perl-Git-2.35.3-150300.10.39.1.i586", product: { name: "perl-Git-2.35.3-150300.10.39.1.i586", product_id: "perl-Git-2.35.3-150300.10.39.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "git-doc-2.35.3-150300.10.39.1.noarch", product: { name: "git-doc-2.35.3-150300.10.39.1.noarch", product_id: "git-doc-2.35.3-150300.10.39.1.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "git-2.35.3-150300.10.39.1.ppc64le", product: { name: "git-2.35.3-150300.10.39.1.ppc64le", product_id: "git-2.35.3-150300.10.39.1.ppc64le", }, }, { category: "product_version", name: "git-arch-2.35.3-150300.10.39.1.ppc64le", product: { name: "git-arch-2.35.3-150300.10.39.1.ppc64le", product_id: "git-arch-2.35.3-150300.10.39.1.ppc64le", }, }, { category: "product_version", name: "git-core-2.35.3-150300.10.39.1.ppc64le", product: { name: "git-core-2.35.3-150300.10.39.1.ppc64le", product_id: "git-core-2.35.3-150300.10.39.1.ppc64le", }, }, { category: "product_version", name: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.ppc64le", product: { name: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.ppc64le", product_id: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.ppc64le", }, }, { category: "product_version", name: "git-credential-libsecret-2.35.3-150300.10.39.1.ppc64le", product: { name: "git-credential-libsecret-2.35.3-150300.10.39.1.ppc64le", product_id: "git-credential-libsecret-2.35.3-150300.10.39.1.ppc64le", }, }, { category: "product_version", name: "git-cvs-2.35.3-150300.10.39.1.ppc64le", product: { name: "git-cvs-2.35.3-150300.10.39.1.ppc64le", product_id: "git-cvs-2.35.3-150300.10.39.1.ppc64le", }, }, { category: "product_version", name: "git-daemon-2.35.3-150300.10.39.1.ppc64le", product: { name: "git-daemon-2.35.3-150300.10.39.1.ppc64le", product_id: "git-daemon-2.35.3-150300.10.39.1.ppc64le", }, }, { category: "product_version", name: "git-email-2.35.3-150300.10.39.1.ppc64le", product: { name: "git-email-2.35.3-150300.10.39.1.ppc64le", product_id: "git-email-2.35.3-150300.10.39.1.ppc64le", }, }, { category: "product_version", name: "git-gui-2.35.3-150300.10.39.1.ppc64le", product: { name: "git-gui-2.35.3-150300.10.39.1.ppc64le", product_id: "git-gui-2.35.3-150300.10.39.1.ppc64le", }, }, { category: "product_version", name: "git-p4-2.35.3-150300.10.39.1.ppc64le", product: { name: "git-p4-2.35.3-150300.10.39.1.ppc64le", product_id: "git-p4-2.35.3-150300.10.39.1.ppc64le", }, }, { category: "product_version", name: "git-svn-2.35.3-150300.10.39.1.ppc64le", product: { name: "git-svn-2.35.3-150300.10.39.1.ppc64le", product_id: "git-svn-2.35.3-150300.10.39.1.ppc64le", }, }, { category: "product_version", name: "git-web-2.35.3-150300.10.39.1.ppc64le", product: { name: "git-web-2.35.3-150300.10.39.1.ppc64le", product_id: "git-web-2.35.3-150300.10.39.1.ppc64le", }, }, { category: "product_version", name: "gitk-2.35.3-150300.10.39.1.ppc64le", product: { name: "gitk-2.35.3-150300.10.39.1.ppc64le", product_id: "gitk-2.35.3-150300.10.39.1.ppc64le", }, }, { category: "product_version", name: "perl-Git-2.35.3-150300.10.39.1.ppc64le", product: { name: "perl-Git-2.35.3-150300.10.39.1.ppc64le", product_id: "perl-Git-2.35.3-150300.10.39.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "git-2.35.3-150300.10.39.1.s390x", product: { name: "git-2.35.3-150300.10.39.1.s390x", product_id: "git-2.35.3-150300.10.39.1.s390x", }, }, { category: "product_version", name: "git-arch-2.35.3-150300.10.39.1.s390x", product: { name: "git-arch-2.35.3-150300.10.39.1.s390x", product_id: "git-arch-2.35.3-150300.10.39.1.s390x", }, }, { category: "product_version", name: "git-core-2.35.3-150300.10.39.1.s390x", product: { name: "git-core-2.35.3-150300.10.39.1.s390x", product_id: "git-core-2.35.3-150300.10.39.1.s390x", }, }, { category: "product_version", name: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.s390x", product: { name: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.s390x", product_id: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.s390x", }, }, { category: "product_version", name: "git-credential-libsecret-2.35.3-150300.10.39.1.s390x", product: { name: "git-credential-libsecret-2.35.3-150300.10.39.1.s390x", product_id: "git-credential-libsecret-2.35.3-150300.10.39.1.s390x", }, }, { category: "product_version", name: "git-cvs-2.35.3-150300.10.39.1.s390x", product: { name: "git-cvs-2.35.3-150300.10.39.1.s390x", product_id: "git-cvs-2.35.3-150300.10.39.1.s390x", }, }, { category: "product_version", name: "git-daemon-2.35.3-150300.10.39.1.s390x", product: { name: "git-daemon-2.35.3-150300.10.39.1.s390x", product_id: "git-daemon-2.35.3-150300.10.39.1.s390x", }, }, { category: "product_version", name: "git-email-2.35.3-150300.10.39.1.s390x", product: { name: "git-email-2.35.3-150300.10.39.1.s390x", product_id: "git-email-2.35.3-150300.10.39.1.s390x", }, }, { category: "product_version", name: "git-gui-2.35.3-150300.10.39.1.s390x", product: { name: "git-gui-2.35.3-150300.10.39.1.s390x", product_id: "git-gui-2.35.3-150300.10.39.1.s390x", }, }, { category: "product_version", name: "git-p4-2.35.3-150300.10.39.1.s390x", product: { name: "git-p4-2.35.3-150300.10.39.1.s390x", product_id: "git-p4-2.35.3-150300.10.39.1.s390x", }, }, { category: "product_version", name: "git-svn-2.35.3-150300.10.39.1.s390x", product: { name: "git-svn-2.35.3-150300.10.39.1.s390x", product_id: "git-svn-2.35.3-150300.10.39.1.s390x", }, }, { category: "product_version", name: "git-web-2.35.3-150300.10.39.1.s390x", product: { name: "git-web-2.35.3-150300.10.39.1.s390x", product_id: "git-web-2.35.3-150300.10.39.1.s390x", }, }, { category: "product_version", name: "gitk-2.35.3-150300.10.39.1.s390x", product: { name: "gitk-2.35.3-150300.10.39.1.s390x", product_id: "gitk-2.35.3-150300.10.39.1.s390x", }, }, { category: "product_version", name: "perl-Git-2.35.3-150300.10.39.1.s390x", product: { name: "perl-Git-2.35.3-150300.10.39.1.s390x", product_id: "perl-Git-2.35.3-150300.10.39.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "git-2.35.3-150300.10.39.1.x86_64", product: { name: "git-2.35.3-150300.10.39.1.x86_64", product_id: "git-2.35.3-150300.10.39.1.x86_64", }, }, { category: "product_version", name: "git-arch-2.35.3-150300.10.39.1.x86_64", product: { name: "git-arch-2.35.3-150300.10.39.1.x86_64", product_id: "git-arch-2.35.3-150300.10.39.1.x86_64", }, }, { category: "product_version", name: "git-core-2.35.3-150300.10.39.1.x86_64", product: { name: "git-core-2.35.3-150300.10.39.1.x86_64", product_id: "git-core-2.35.3-150300.10.39.1.x86_64", }, }, { category: "product_version", name: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.x86_64", product: { name: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.x86_64", product_id: "git-credential-gnome-keyring-2.35.3-150300.10.39.1.x86_64", }, }, { category: "product_version", name: "git-credential-libsecret-2.35.3-150300.10.39.1.x86_64", product: { name: "git-credential-libsecret-2.35.3-150300.10.39.1.x86_64", product_id: "git-credential-libsecret-2.35.3-150300.10.39.1.x86_64", }, }, { category: "product_version", name: "git-cvs-2.35.3-150300.10.39.1.x86_64", product: { name: "git-cvs-2.35.3-150300.10.39.1.x86_64", product_id: "git-cvs-2.35.3-150300.10.39.1.x86_64", }, }, { category: "product_version", name: "git-daemon-2.35.3-150300.10.39.1.x86_64", product: { name: "git-daemon-2.35.3-150300.10.39.1.x86_64", product_id: "git-daemon-2.35.3-150300.10.39.1.x86_64", }, }, { category: "product_version", name: "git-email-2.35.3-150300.10.39.1.x86_64", product: { name: "git-email-2.35.3-150300.10.39.1.x86_64", product_id: "git-email-2.35.3-150300.10.39.1.x86_64", }, }, { category: "product_version", name: "git-gui-2.35.3-150300.10.39.1.x86_64", product: { name: "git-gui-2.35.3-150300.10.39.1.x86_64", product_id: "git-gui-2.35.3-150300.10.39.1.x86_64", }, }, { category: "product_version", name: "git-p4-2.35.3-150300.10.39.1.x86_64", product: { name: "git-p4-2.35.3-150300.10.39.1.x86_64", product_id: "git-p4-2.35.3-150300.10.39.1.x86_64", }, }, { category: "product_version", name: "git-svn-2.35.3-150300.10.39.1.x86_64", product: { name: "git-svn-2.35.3-150300.10.39.1.x86_64", product_id: "git-svn-2.35.3-150300.10.39.1.x86_64", }, }, { category: "product_version", name: "git-web-2.35.3-150300.10.39.1.x86_64", product: { name: "git-web-2.35.3-150300.10.39.1.x86_64", product_id: "git-web-2.35.3-150300.10.39.1.x86_64", }, }, { category: "product_version", name: "gitk-2.35.3-150300.10.39.1.x86_64", product: { name: "gitk-2.35.3-150300.10.39.1.x86_64", product_id: "gitk-2.35.3-150300.10.39.1.x86_64", }, }, { category: "product_version", name: "perl-Git-2.35.3-150300.10.39.1.x86_64", product: { name: "perl-Git-2.35.3-150300.10.39.1.x86_64", product_id: "perl-Git-2.35.3-150300.10.39.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Micro 5.5", product: { name: "SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5", product_identification_helper: { cpe: "cpe:/o:suse:sle-micro:5.5", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "git-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", }, product_reference: "git-core-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "git-core-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", }, product_reference: "git-core-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "git-core-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", }, product_reference: "git-core-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.s390x as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.35.3-150300.10.39.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", }, product_reference: "perl-Git-2.35.3-150300.10.39.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.5", }, ], }, vulnerabilities: [ { cve: "CVE-2024-32002", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32002", }, ], notes: [ { category: "general", text: "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, repositories with submodules can be crafted in a way that exploits a bug in Git whereby it can be fooled into writing files not into the submodule's worktree but into a `.git/` directory. This allows writing a hook that will be executed while the clone operation is still running, giving the user no opportunity to inspect the code that is being executed. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4. If symbolic link support is disabled in Git (e.g. via `git config --global core.symlinks false`), the described attack won't work. As always, it is best to avoid cloning repositories from untrusted sources.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32002", url: "https://www.suse.com/security/cve/CVE-2024-32002", }, { category: "external", summary: "SUSE Bug 1224168 for CVE-2024-32002", url: "https://bugzilla.suse.com/1224168", }, { category: "external", summary: "SUSE Bug 1224170 for CVE-2024-32002", url: "https://bugzilla.suse.com/1224170", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-05-28T20:11:48Z", details: "important", }, ], title: "CVE-2024-32002", }, { cve: "CVE-2024-32004", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32004", }, ], notes: [ { category: "general", text: "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, an attacker can prepare a local repository in such a way that, when cloned, will execute arbitrary code during the operation. 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. As a workaround, avoid cloning repositories from untrusted sources.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32004", url: "https://www.suse.com/security/cve/CVE-2024-32004", }, { category: "external", summary: "SUSE Bug 1224170 for CVE-2024-32004", url: "https://bugzilla.suse.com/1224170", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.1, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-05-28T20:11:48Z", details: "important", }, ], title: "CVE-2024-32004", }, { cve: "CVE-2024-32020", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32020", }, ], notes: [ { category: "general", text: "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, local clones may end up hardlinking files into the target repository's object database when source and target repository reside on the same disk. If the source repository is owned by a different user, then those hardlinked files may be rewritten at any point in time by the untrusted user. Cloning local repositories will cause Git to either copy or hardlink files of the source repository into the target repository. This significantly speeds up such local clones compared to doing a \"proper\" clone and saves both disk space and compute time. When cloning a repository located on the same disk that is owned by a different user than the current user we also end up creating such hardlinks. These files will continue to be owned and controlled by the potentially-untrusted user and can be rewritten by them at will in the future. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32020", url: "https://www.suse.com/security/cve/CVE-2024-32020", }, { category: "external", summary: "SUSE Bug 1224171 for CVE-2024-32020", url: "https://bugzilla.suse.com/1224171", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.9, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L", version: "3.1", }, products: [ "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-05-28T20:11:48Z", details: "low", }, ], title: "CVE-2024-32020", }, { cve: "CVE-2024-32021", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32021", }, ], notes: [ { category: "general", text: "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's `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.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32021", url: "https://www.suse.com/security/cve/CVE-2024-32021", }, { category: "external", summary: "SUSE Bug 1224172 for CVE-2024-32021", url: "https://bugzilla.suse.com/1224172", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.9, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L", version: "3.1", }, products: [ "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-05-28T20:11:48Z", details: "low", }, ], title: "CVE-2024-32021", }, { cve: "CVE-2024-32465", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32465", }, ], notes: [ { category: "general", text: "Git is a revision control system. The Git project recommends to avoid working in untrusted repositories, and instead to clone it first with `git clone --no-local` to obtain a clean copy. Git has specific protections to make that a safe operation even with an untrusted source repository, but vulnerabilities allow those protections to be bypassed. In the context of cloning local repositories owned by other users, this vulnerability has been covered in CVE-2024-32004. But there are circumstances where the fixes for CVE-2024-32004 are not enough: For example, when obtaining a `.zip` file containing a full copy of a Git repository, it should not be trusted by default to be safe, as e.g. hooks could be configured to run within the context of that repository. 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. As a workaround, avoid using Git in repositories that have been obtained via archives from untrusted sources.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32465", url: "https://www.suse.com/security/cve/CVE-2024-32465", }, { category: "external", summary: "SUSE Bug 1224170 for CVE-2024-32465", url: "https://bugzilla.suse.com/1224170", }, { category: "external", summary: "SUSE Bug 1224173 for CVE-2024-32465", url: "https://bugzilla.suse.com/1224173", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.39.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.39.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-05-28T20:11:48Z", details: "important", }, ], title: "CVE-2024-32465", }, ], }
suse-su-2024:2277-1
Vulnerability from csaf_suse
Published
2024-07-02 15:03
Modified
2024-07-02 15:03
Summary
Security update for git
Notes
Title of the patch
Security update for git
Description of the patch
This update for git fixes the following issues:
- CVE-2024-32002: Fix recursive clones on case-insensitive filesystems that support symbolic links are susceptible to case confusion. (bsc#1224168)
- CVE-2024-32004: Fixed arbitrary code execution during local clones. (bsc#1224170)
- CVE-2024-32020: Fix file overwriting vulnerability during local clones. (bsc#1224171)
- CVE-2024-32021: Git may create hardlinks to arbitrary user-readable files. (bsc#1224172)
- CVE-2024-32465: Fixed arbitrary code execution during clone operations. (bsc#1224173)
Patchnames
SUSE-2024-2277,SUSE-SLE-Module-Basesystem-15-SP6-2024-2277,SUSE-SLE-Module-Development-Tools-15-SP6-2024-2277,openSUSE-SLE-15.6-2024-2277
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for git", title: "Title of the patch", }, { category: "description", text: "This update for git fixes the following issues:\n\n- CVE-2024-32002: Fix recursive clones on case-insensitive filesystems that support symbolic links are susceptible to case confusion. (bsc#1224168)\n- CVE-2024-32004: Fixed arbitrary code execution during local clones. (bsc#1224170)\n- CVE-2024-32020: Fix file overwriting vulnerability during local clones. (bsc#1224171)\n- CVE-2024-32021: Git may create hardlinks to arbitrary user-readable files. (bsc#1224172)\n- CVE-2024-32465: Fixed arbitrary code execution during clone operations. (bsc#1224173)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-2277,SUSE-SLE-Module-Basesystem-15-SP6-2024-2277,SUSE-SLE-Module-Development-Tools-15-SP6-2024-2277,openSUSE-SLE-15.6-2024-2277", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_2277-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:2277-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20242277-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:2277-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018849.html", }, { category: "self", summary: "SUSE Bug 1224168", url: "https://bugzilla.suse.com/1224168", }, { category: "self", summary: "SUSE Bug 1224170", url: "https://bugzilla.suse.com/1224170", }, { category: "self", summary: "SUSE Bug 1224171", url: "https://bugzilla.suse.com/1224171", }, { category: "self", summary: "SUSE Bug 1224172", url: "https://bugzilla.suse.com/1224172", }, { category: "self", summary: "SUSE Bug 1224173", url: "https://bugzilla.suse.com/1224173", }, { category: "self", summary: "SUSE CVE CVE-2024-32002 page", url: "https://www.suse.com/security/cve/CVE-2024-32002/", }, { category: "self", summary: "SUSE CVE CVE-2024-32004 page", url: "https://www.suse.com/security/cve/CVE-2024-32004/", }, { category: "self", summary: "SUSE CVE CVE-2024-32020 page", url: "https://www.suse.com/security/cve/CVE-2024-32020/", }, { category: "self", summary: "SUSE CVE CVE-2024-32021 page", url: "https://www.suse.com/security/cve/CVE-2024-32021/", }, { category: "self", summary: "SUSE CVE CVE-2024-32465 page", url: "https://www.suse.com/security/cve/CVE-2024-32465/", }, ], title: "Security update for git", tracking: { current_release_date: "2024-07-02T15:03:50Z", generator: { date: "2024-07-02T15:03:50Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:2277-1", initial_release_date: "2024-07-02T15:03:50Z", revision_history: [ { date: "2024-07-02T15:03:50Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "git-2.43.0-150600.3.3.1.aarch64", product: { name: "git-2.43.0-150600.3.3.1.aarch64", product_id: "git-2.43.0-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "git-arch-2.43.0-150600.3.3.1.aarch64", product: { name: "git-arch-2.43.0-150600.3.3.1.aarch64", product_id: "git-arch-2.43.0-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "git-core-2.43.0-150600.3.3.1.aarch64", product: { name: "git-core-2.43.0-150600.3.3.1.aarch64", product_id: "git-core-2.43.0-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "git-credential-libsecret-2.43.0-150600.3.3.1.aarch64", product: { name: "git-credential-libsecret-2.43.0-150600.3.3.1.aarch64", product_id: "git-credential-libsecret-2.43.0-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "git-cvs-2.43.0-150600.3.3.1.aarch64", product: { name: "git-cvs-2.43.0-150600.3.3.1.aarch64", product_id: "git-cvs-2.43.0-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "git-daemon-2.43.0-150600.3.3.1.aarch64", product: { name: "git-daemon-2.43.0-150600.3.3.1.aarch64", product_id: "git-daemon-2.43.0-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "git-email-2.43.0-150600.3.3.1.aarch64", product: { name: "git-email-2.43.0-150600.3.3.1.aarch64", product_id: "git-email-2.43.0-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "git-gui-2.43.0-150600.3.3.1.aarch64", product: { name: "git-gui-2.43.0-150600.3.3.1.aarch64", product_id: "git-gui-2.43.0-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "git-p4-2.43.0-150600.3.3.1.aarch64", product: { name: "git-p4-2.43.0-150600.3.3.1.aarch64", product_id: "git-p4-2.43.0-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "git-svn-2.43.0-150600.3.3.1.aarch64", product: { name: "git-svn-2.43.0-150600.3.3.1.aarch64", product_id: "git-svn-2.43.0-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "git-web-2.43.0-150600.3.3.1.aarch64", product: { name: "git-web-2.43.0-150600.3.3.1.aarch64", product_id: "git-web-2.43.0-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "gitk-2.43.0-150600.3.3.1.aarch64", product: { name: "gitk-2.43.0-150600.3.3.1.aarch64", product_id: "gitk-2.43.0-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "perl-Git-2.43.0-150600.3.3.1.aarch64", product: { name: "perl-Git-2.43.0-150600.3.3.1.aarch64", product_id: "perl-Git-2.43.0-150600.3.3.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "git-2.43.0-150600.3.3.1.i586", product: { name: "git-2.43.0-150600.3.3.1.i586", product_id: "git-2.43.0-150600.3.3.1.i586", }, }, { category: "product_version", name: "git-arch-2.43.0-150600.3.3.1.i586", product: { name: "git-arch-2.43.0-150600.3.3.1.i586", product_id: "git-arch-2.43.0-150600.3.3.1.i586", }, }, { category: "product_version", name: "git-core-2.43.0-150600.3.3.1.i586", product: { name: "git-core-2.43.0-150600.3.3.1.i586", product_id: "git-core-2.43.0-150600.3.3.1.i586", }, }, { category: "product_version", name: "git-credential-libsecret-2.43.0-150600.3.3.1.i586", product: { name: "git-credential-libsecret-2.43.0-150600.3.3.1.i586", product_id: "git-credential-libsecret-2.43.0-150600.3.3.1.i586", }, }, { category: "product_version", name: "git-cvs-2.43.0-150600.3.3.1.i586", product: { name: "git-cvs-2.43.0-150600.3.3.1.i586", product_id: "git-cvs-2.43.0-150600.3.3.1.i586", }, }, { category: "product_version", name: "git-daemon-2.43.0-150600.3.3.1.i586", product: { name: "git-daemon-2.43.0-150600.3.3.1.i586", product_id: "git-daemon-2.43.0-150600.3.3.1.i586", }, }, { category: "product_version", name: "git-email-2.43.0-150600.3.3.1.i586", product: { name: "git-email-2.43.0-150600.3.3.1.i586", product_id: "git-email-2.43.0-150600.3.3.1.i586", }, }, { category: "product_version", name: "git-gui-2.43.0-150600.3.3.1.i586", product: { name: "git-gui-2.43.0-150600.3.3.1.i586", product_id: "git-gui-2.43.0-150600.3.3.1.i586", }, }, { category: "product_version", name: "git-p4-2.43.0-150600.3.3.1.i586", product: { name: "git-p4-2.43.0-150600.3.3.1.i586", product_id: "git-p4-2.43.0-150600.3.3.1.i586", }, }, { category: "product_version", name: "git-svn-2.43.0-150600.3.3.1.i586", product: { name: "git-svn-2.43.0-150600.3.3.1.i586", product_id: "git-svn-2.43.0-150600.3.3.1.i586", }, }, { category: "product_version", name: "git-web-2.43.0-150600.3.3.1.i586", product: { name: "git-web-2.43.0-150600.3.3.1.i586", product_id: "git-web-2.43.0-150600.3.3.1.i586", }, }, { category: "product_version", name: "gitk-2.43.0-150600.3.3.1.i586", product: { name: "gitk-2.43.0-150600.3.3.1.i586", product_id: "gitk-2.43.0-150600.3.3.1.i586", }, }, { category: "product_version", name: "perl-Git-2.43.0-150600.3.3.1.i586", product: { name: "perl-Git-2.43.0-150600.3.3.1.i586", product_id: "perl-Git-2.43.0-150600.3.3.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "git-doc-2.43.0-150600.3.3.1.noarch", product: { name: "git-doc-2.43.0-150600.3.3.1.noarch", product_id: "git-doc-2.43.0-150600.3.3.1.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "git-2.43.0-150600.3.3.1.ppc64le", product: { name: "git-2.43.0-150600.3.3.1.ppc64le", product_id: "git-2.43.0-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "git-arch-2.43.0-150600.3.3.1.ppc64le", product: { name: "git-arch-2.43.0-150600.3.3.1.ppc64le", product_id: "git-arch-2.43.0-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "git-core-2.43.0-150600.3.3.1.ppc64le", product: { name: "git-core-2.43.0-150600.3.3.1.ppc64le", product_id: "git-core-2.43.0-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "git-credential-libsecret-2.43.0-150600.3.3.1.ppc64le", product: { name: "git-credential-libsecret-2.43.0-150600.3.3.1.ppc64le", product_id: "git-credential-libsecret-2.43.0-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "git-cvs-2.43.0-150600.3.3.1.ppc64le", product: { name: "git-cvs-2.43.0-150600.3.3.1.ppc64le", product_id: "git-cvs-2.43.0-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "git-daemon-2.43.0-150600.3.3.1.ppc64le", product: { name: "git-daemon-2.43.0-150600.3.3.1.ppc64le", product_id: "git-daemon-2.43.0-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "git-email-2.43.0-150600.3.3.1.ppc64le", product: { name: "git-email-2.43.0-150600.3.3.1.ppc64le", product_id: "git-email-2.43.0-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "git-gui-2.43.0-150600.3.3.1.ppc64le", product: { name: "git-gui-2.43.0-150600.3.3.1.ppc64le", product_id: "git-gui-2.43.0-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "git-p4-2.43.0-150600.3.3.1.ppc64le", product: { name: "git-p4-2.43.0-150600.3.3.1.ppc64le", product_id: "git-p4-2.43.0-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "git-svn-2.43.0-150600.3.3.1.ppc64le", product: { name: "git-svn-2.43.0-150600.3.3.1.ppc64le", product_id: "git-svn-2.43.0-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "git-web-2.43.0-150600.3.3.1.ppc64le", product: { name: "git-web-2.43.0-150600.3.3.1.ppc64le", product_id: "git-web-2.43.0-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "gitk-2.43.0-150600.3.3.1.ppc64le", product: { name: "gitk-2.43.0-150600.3.3.1.ppc64le", product_id: "gitk-2.43.0-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "perl-Git-2.43.0-150600.3.3.1.ppc64le", product: { name: "perl-Git-2.43.0-150600.3.3.1.ppc64le", product_id: "perl-Git-2.43.0-150600.3.3.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "git-2.43.0-150600.3.3.1.s390x", product: { name: "git-2.43.0-150600.3.3.1.s390x", product_id: "git-2.43.0-150600.3.3.1.s390x", }, }, { category: "product_version", name: "git-arch-2.43.0-150600.3.3.1.s390x", product: { name: "git-arch-2.43.0-150600.3.3.1.s390x", product_id: "git-arch-2.43.0-150600.3.3.1.s390x", }, }, { category: "product_version", name: "git-core-2.43.0-150600.3.3.1.s390x", product: { name: "git-core-2.43.0-150600.3.3.1.s390x", product_id: "git-core-2.43.0-150600.3.3.1.s390x", }, }, { category: "product_version", name: "git-credential-libsecret-2.43.0-150600.3.3.1.s390x", product: { name: "git-credential-libsecret-2.43.0-150600.3.3.1.s390x", product_id: "git-credential-libsecret-2.43.0-150600.3.3.1.s390x", }, }, { category: "product_version", name: "git-cvs-2.43.0-150600.3.3.1.s390x", product: { name: "git-cvs-2.43.0-150600.3.3.1.s390x", product_id: "git-cvs-2.43.0-150600.3.3.1.s390x", }, }, { category: "product_version", name: "git-daemon-2.43.0-150600.3.3.1.s390x", product: { name: "git-daemon-2.43.0-150600.3.3.1.s390x", product_id: "git-daemon-2.43.0-150600.3.3.1.s390x", }, }, { category: "product_version", name: "git-email-2.43.0-150600.3.3.1.s390x", product: { name: "git-email-2.43.0-150600.3.3.1.s390x", product_id: "git-email-2.43.0-150600.3.3.1.s390x", }, }, { category: "product_version", name: "git-gui-2.43.0-150600.3.3.1.s390x", product: { name: "git-gui-2.43.0-150600.3.3.1.s390x", product_id: "git-gui-2.43.0-150600.3.3.1.s390x", }, }, { category: "product_version", name: "git-p4-2.43.0-150600.3.3.1.s390x", product: { name: "git-p4-2.43.0-150600.3.3.1.s390x", product_id: "git-p4-2.43.0-150600.3.3.1.s390x", }, }, { category: "product_version", name: "git-svn-2.43.0-150600.3.3.1.s390x", product: { name: "git-svn-2.43.0-150600.3.3.1.s390x", product_id: "git-svn-2.43.0-150600.3.3.1.s390x", }, }, { category: "product_version", name: "git-web-2.43.0-150600.3.3.1.s390x", product: { name: "git-web-2.43.0-150600.3.3.1.s390x", product_id: "git-web-2.43.0-150600.3.3.1.s390x", }, }, { category: "product_version", name: "gitk-2.43.0-150600.3.3.1.s390x", product: { name: "gitk-2.43.0-150600.3.3.1.s390x", product_id: "gitk-2.43.0-150600.3.3.1.s390x", }, }, { category: "product_version", name: "perl-Git-2.43.0-150600.3.3.1.s390x", product: { name: "perl-Git-2.43.0-150600.3.3.1.s390x", product_id: "perl-Git-2.43.0-150600.3.3.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "git-2.43.0-150600.3.3.1.x86_64", product: { name: "git-2.43.0-150600.3.3.1.x86_64", product_id: "git-2.43.0-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "git-arch-2.43.0-150600.3.3.1.x86_64", product: { name: "git-arch-2.43.0-150600.3.3.1.x86_64", product_id: "git-arch-2.43.0-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "git-core-2.43.0-150600.3.3.1.x86_64", product: { name: "git-core-2.43.0-150600.3.3.1.x86_64", product_id: "git-core-2.43.0-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "git-credential-libsecret-2.43.0-150600.3.3.1.x86_64", product: { name: "git-credential-libsecret-2.43.0-150600.3.3.1.x86_64", product_id: "git-credential-libsecret-2.43.0-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "git-cvs-2.43.0-150600.3.3.1.x86_64", product: { name: "git-cvs-2.43.0-150600.3.3.1.x86_64", product_id: "git-cvs-2.43.0-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "git-daemon-2.43.0-150600.3.3.1.x86_64", product: { name: "git-daemon-2.43.0-150600.3.3.1.x86_64", product_id: "git-daemon-2.43.0-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "git-email-2.43.0-150600.3.3.1.x86_64", product: { name: "git-email-2.43.0-150600.3.3.1.x86_64", product_id: "git-email-2.43.0-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "git-gui-2.43.0-150600.3.3.1.x86_64", product: { name: "git-gui-2.43.0-150600.3.3.1.x86_64", product_id: "git-gui-2.43.0-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "git-p4-2.43.0-150600.3.3.1.x86_64", product: { name: "git-p4-2.43.0-150600.3.3.1.x86_64", product_id: "git-p4-2.43.0-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "git-svn-2.43.0-150600.3.3.1.x86_64", product: { name: "git-svn-2.43.0-150600.3.3.1.x86_64", product_id: "git-svn-2.43.0-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "git-web-2.43.0-150600.3.3.1.x86_64", product: { name: "git-web-2.43.0-150600.3.3.1.x86_64", product_id: "git-web-2.43.0-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "gitk-2.43.0-150600.3.3.1.x86_64", product: { name: "gitk-2.43.0-150600.3.3.1.x86_64", product_id: "gitk-2.43.0-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "perl-Git-2.43.0-150600.3.3.1.x86_64", product: { name: "perl-Git-2.43.0-150600.3.3.1.x86_64", product_id: "perl-Git-2.43.0-150600.3.3.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Basesystem 15 SP6", product: { name: "SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-basesystem:15:sp6", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Module for Development Tools 15 SP6", product: { name: "SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-development-tools:15:sp6", }, }, }, { category: "product_name", name: "openSUSE Leap 15.6", product: { name: "openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.6", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "git-core-2.43.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.aarch64", }, product_reference: "git-core-2.43.0-150600.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-core-2.43.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.ppc64le", }, product_reference: "git-core-2.43.0-150600.3.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-core-2.43.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.s390x", }, product_reference: "git-core-2.43.0-150600.3.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-core-2.43.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.x86_64", }, product_reference: "git-core-2.43.0-150600.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-2.43.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.aarch64", }, product_reference: "git-2.43.0-150600.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-2.43.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.ppc64le", }, product_reference: "git-2.43.0-150600.3.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-2.43.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.s390x", }, product_reference: "git-2.43.0-150600.3.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-2.43.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.x86_64", }, product_reference: "git-2.43.0-150600.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.43.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.aarch64", }, product_reference: "git-arch-2.43.0-150600.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.43.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.ppc64le", }, product_reference: "git-arch-2.43.0-150600.3.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.43.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.s390x", }, product_reference: "git-arch-2.43.0-150600.3.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.43.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.x86_64", }, product_reference: "git-arch-2.43.0-150600.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.43.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.aarch64", }, product_reference: "git-cvs-2.43.0-150600.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.43.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.ppc64le", }, product_reference: "git-cvs-2.43.0-150600.3.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.43.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.s390x", }, product_reference: "git-cvs-2.43.0-150600.3.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.43.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.x86_64", }, product_reference: "git-cvs-2.43.0-150600.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.43.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.aarch64", }, product_reference: "git-daemon-2.43.0-150600.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.43.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.ppc64le", }, product_reference: "git-daemon-2.43.0-150600.3.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.43.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.s390x", }, product_reference: "git-daemon-2.43.0-150600.3.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.43.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.x86_64", }, product_reference: "git-daemon-2.43.0-150600.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-doc-2.43.0-150600.3.3.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-doc-2.43.0-150600.3.3.1.noarch", }, product_reference: "git-doc-2.43.0-150600.3.3.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-email-2.43.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.aarch64", }, product_reference: "git-email-2.43.0-150600.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-email-2.43.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.ppc64le", }, product_reference: "git-email-2.43.0-150600.3.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-email-2.43.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.s390x", }, product_reference: "git-email-2.43.0-150600.3.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-email-2.43.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.x86_64", }, product_reference: "git-email-2.43.0-150600.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.43.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.aarch64", }, product_reference: "git-gui-2.43.0-150600.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.43.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.ppc64le", }, product_reference: "git-gui-2.43.0-150600.3.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.43.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.s390x", }, product_reference: "git-gui-2.43.0-150600.3.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.43.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.x86_64", }, product_reference: "git-gui-2.43.0-150600.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.43.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.aarch64", }, product_reference: "git-svn-2.43.0-150600.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.43.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.ppc64le", }, product_reference: "git-svn-2.43.0-150600.3.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.43.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.s390x", }, product_reference: "git-svn-2.43.0-150600.3.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.43.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.x86_64", }, product_reference: "git-svn-2.43.0-150600.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-web-2.43.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.aarch64", }, product_reference: "git-web-2.43.0-150600.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-web-2.43.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.ppc64le", }, product_reference: "git-web-2.43.0-150600.3.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-web-2.43.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.s390x", }, product_reference: "git-web-2.43.0-150600.3.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-web-2.43.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.x86_64", }, product_reference: "git-web-2.43.0-150600.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "gitk-2.43.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.aarch64", }, product_reference: "gitk-2.43.0-150600.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "gitk-2.43.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.ppc64le", }, product_reference: "gitk-2.43.0-150600.3.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "gitk-2.43.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.s390x", }, product_reference: "gitk-2.43.0-150600.3.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "gitk-2.43.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.x86_64", }, product_reference: "gitk-2.43.0-150600.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.43.0-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.aarch64", }, product_reference: "perl-Git-2.43.0-150600.3.3.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.43.0-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.ppc64le", }, product_reference: "perl-Git-2.43.0-150600.3.3.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.43.0-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.s390x", }, product_reference: "perl-Git-2.43.0-150600.3.3.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.43.0-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.x86_64", }, product_reference: "perl-Git-2.43.0-150600.3.3.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP6", }, { category: "default_component_of", full_product_name: { name: "git-2.43.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.aarch64", }, product_reference: "git-2.43.0-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-2.43.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.ppc64le", }, product_reference: "git-2.43.0-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-2.43.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.s390x", }, product_reference: "git-2.43.0-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-2.43.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.x86_64", }, product_reference: "git-2.43.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.43.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.aarch64", }, product_reference: "git-arch-2.43.0-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.43.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.ppc64le", }, product_reference: "git-arch-2.43.0-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.43.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.s390x", }, product_reference: "git-arch-2.43.0-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.43.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.x86_64", }, product_reference: "git-arch-2.43.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-core-2.43.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.aarch64", }, product_reference: "git-core-2.43.0-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-core-2.43.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.ppc64le", }, product_reference: "git-core-2.43.0-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-core-2.43.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.s390x", }, product_reference: "git-core-2.43.0-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-core-2.43.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.x86_64", }, product_reference: "git-core-2.43.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-2.43.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.aarch64", }, product_reference: "git-credential-libsecret-2.43.0-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-2.43.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.ppc64le", }, product_reference: "git-credential-libsecret-2.43.0-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-2.43.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.s390x", }, product_reference: "git-credential-libsecret-2.43.0-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-2.43.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.x86_64", }, product_reference: "git-credential-libsecret-2.43.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.43.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.aarch64", }, product_reference: "git-cvs-2.43.0-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.43.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.ppc64le", }, product_reference: "git-cvs-2.43.0-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.43.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.s390x", }, product_reference: "git-cvs-2.43.0-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.43.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.x86_64", }, product_reference: "git-cvs-2.43.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.43.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.aarch64", }, product_reference: "git-daemon-2.43.0-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.43.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.ppc64le", }, product_reference: "git-daemon-2.43.0-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.43.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.s390x", }, product_reference: "git-daemon-2.43.0-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.43.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.x86_64", }, product_reference: "git-daemon-2.43.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-doc-2.43.0-150600.3.3.1.noarch as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-doc-2.43.0-150600.3.3.1.noarch", }, product_reference: "git-doc-2.43.0-150600.3.3.1.noarch", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-email-2.43.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.aarch64", }, product_reference: "git-email-2.43.0-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-email-2.43.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.ppc64le", }, product_reference: "git-email-2.43.0-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-email-2.43.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.s390x", }, product_reference: "git-email-2.43.0-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-email-2.43.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.x86_64", }, product_reference: "git-email-2.43.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.43.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.aarch64", }, product_reference: "git-gui-2.43.0-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.43.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.ppc64le", }, product_reference: "git-gui-2.43.0-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.43.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.s390x", }, product_reference: "git-gui-2.43.0-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.43.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.x86_64", }, product_reference: "git-gui-2.43.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-p4-2.43.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.aarch64", }, product_reference: "git-p4-2.43.0-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-p4-2.43.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.ppc64le", }, product_reference: "git-p4-2.43.0-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-p4-2.43.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.s390x", }, product_reference: "git-p4-2.43.0-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-p4-2.43.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.x86_64", }, product_reference: "git-p4-2.43.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.43.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.aarch64", }, product_reference: "git-svn-2.43.0-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.43.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.ppc64le", }, product_reference: "git-svn-2.43.0-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.43.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.s390x", }, product_reference: "git-svn-2.43.0-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.43.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.x86_64", }, product_reference: "git-svn-2.43.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-web-2.43.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.aarch64", }, product_reference: "git-web-2.43.0-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-web-2.43.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.ppc64le", }, product_reference: "git-web-2.43.0-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-web-2.43.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.s390x", }, product_reference: "git-web-2.43.0-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "git-web-2.43.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.x86_64", }, product_reference: "git-web-2.43.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gitk-2.43.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.aarch64", }, product_reference: "gitk-2.43.0-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gitk-2.43.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.ppc64le", }, product_reference: "gitk-2.43.0-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gitk-2.43.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.s390x", }, product_reference: "gitk-2.43.0-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "gitk-2.43.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.x86_64", }, product_reference: "gitk-2.43.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.43.0-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.aarch64", }, product_reference: "perl-Git-2.43.0-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.43.0-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.ppc64le", }, product_reference: "perl-Git-2.43.0-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.43.0-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.s390x", }, product_reference: "perl-Git-2.43.0-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.43.0-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.x86_64", }, product_reference: "perl-Git-2.43.0-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, ], }, vulnerabilities: [ { cve: "CVE-2024-32002", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32002", }, ], notes: [ { category: "general", text: "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, repositories with submodules can be crafted in a way that exploits a bug in Git whereby it can be fooled into writing files not into the submodule's worktree but into a `.git/` directory. This allows writing a hook that will be executed while the clone operation is still running, giving the user no opportunity to inspect the code that is being executed. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4. If symbolic link support is disabled in Git (e.g. via `git config --global core.symlinks false`), the described attack won't work. As always, it is best to avoid cloning repositories from untrusted sources.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-doc-2.43.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-doc-2.43.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32002", url: "https://www.suse.com/security/cve/CVE-2024-32002", }, { category: "external", summary: "SUSE Bug 1224168 for CVE-2024-32002", url: "https://bugzilla.suse.com/1224168", }, { category: "external", summary: "SUSE Bug 1224170 for CVE-2024-32002", url: "https://bugzilla.suse.com/1224170", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-doc-2.43.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-doc-2.43.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-doc-2.43.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-doc-2.43.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-07-02T15:03:50Z", details: "important", }, ], title: "CVE-2024-32002", }, { cve: "CVE-2024-32004", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32004", }, ], notes: [ { category: "general", text: "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, an attacker can prepare a local repository in such a way that, when cloned, will execute arbitrary code during the operation. 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. As a workaround, avoid cloning repositories from untrusted sources.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-doc-2.43.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-doc-2.43.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32004", url: "https://www.suse.com/security/cve/CVE-2024-32004", }, { category: "external", summary: "SUSE Bug 1224170 for CVE-2024-32004", url: "https://bugzilla.suse.com/1224170", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-doc-2.43.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-doc-2.43.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.1, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-doc-2.43.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-doc-2.43.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-07-02T15:03:50Z", details: "important", }, ], title: "CVE-2024-32004", }, { cve: "CVE-2024-32020", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32020", }, ], notes: [ { category: "general", text: "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, local clones may end up hardlinking files into the target repository's object database when source and target repository reside on the same disk. If the source repository is owned by a different user, then those hardlinked files may be rewritten at any point in time by the untrusted user. Cloning local repositories will cause Git to either copy or hardlink files of the source repository into the target repository. This significantly speeds up such local clones compared to doing a \"proper\" clone and saves both disk space and compute time. When cloning a repository located on the same disk that is owned by a different user than the current user we also end up creating such hardlinks. These files will continue to be owned and controlled by the potentially-untrusted user and can be rewritten by them at will in the future. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-doc-2.43.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-doc-2.43.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32020", url: "https://www.suse.com/security/cve/CVE-2024-32020", }, { category: "external", summary: "SUSE Bug 1224171 for CVE-2024-32020", url: "https://bugzilla.suse.com/1224171", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-doc-2.43.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-doc-2.43.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.9, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-doc-2.43.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-doc-2.43.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-07-02T15:03:50Z", details: "low", }, ], title: "CVE-2024-32020", }, { cve: "CVE-2024-32021", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32021", }, ], notes: [ { category: "general", text: "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's `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.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-doc-2.43.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-doc-2.43.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32021", url: "https://www.suse.com/security/cve/CVE-2024-32021", }, { category: "external", summary: "SUSE Bug 1224172 for CVE-2024-32021", url: "https://bugzilla.suse.com/1224172", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-doc-2.43.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-doc-2.43.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.9, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-doc-2.43.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-doc-2.43.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-07-02T15:03:50Z", details: "low", }, ], title: "CVE-2024-32021", }, { cve: "CVE-2024-32465", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32465", }, ], notes: [ { category: "general", text: "Git is a revision control system. The Git project recommends to avoid working in untrusted repositories, and instead to clone it first with `git clone --no-local` to obtain a clean copy. Git has specific protections to make that a safe operation even with an untrusted source repository, but vulnerabilities allow those protections to be bypassed. In the context of cloning local repositories owned by other users, this vulnerability has been covered in CVE-2024-32004. But there are circumstances where the fixes for CVE-2024-32004 are not enough: For example, when obtaining a `.zip` file containing a full copy of a Git repository, it should not be trusted by default to be safe, as e.g. hooks could be configured to run within the context of that repository. 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. As a workaround, avoid using Git in repositories that have been obtained via archives from untrusted sources.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-doc-2.43.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-doc-2.43.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32465", url: "https://www.suse.com/security/cve/CVE-2024-32465", }, { category: "external", summary: "SUSE Bug 1224170 for CVE-2024-32465", url: "https://bugzilla.suse.com/1224170", }, { category: "external", summary: "SUSE Bug 1224173 for CVE-2024-32465", url: "https://bugzilla.suse.com/1224173", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-doc-2.43.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-doc-2.43.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-doc-2.43.0-150600.3.3.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-doc-2.43.0-150600.3.3.1.noarch", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.3.1.x86_64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.aarch64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.s390x", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-07-02T15:03:50Z", details: "important", }, ], title: "CVE-2024-32465", }, ], }
suse-su-2024:1854-1
Vulnerability from csaf_suse
Published
2024-05-30 12:11
Modified
2024-05-30 12:11
Summary
Security update for git
Notes
Title of the patch
Security update for git
Description of the patch
This update for git fixes the following issues:
- CVE-2024-32002: Fixed case confusion with recursive clones on case-insensitive filesystems that support symbolic links (bsc#1224168)
- CVE-2024-32004: Fixed arbitrary code execution during local clones (bsc#1224170)
- CVE-2024-32020: Fixed file overwriting vulnerability during local clones (bsc#1224171)
- CVE-2024-32021: Fixed issue where git created hardlinks to arbitrary user-readable files (bsc#1224172)
- CVE-2024-32465: Fixed arbitrary code execution during clone operations (bsc#1224173)
Patchnames
SUSE-2024-1854,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-1854,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-1854,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-1854
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for git", title: "Title of the patch", }, { category: "description", text: "This update for git fixes the following issues:\n\n- CVE-2024-32002: Fixed case confusion with recursive clones on case-insensitive filesystems that support symbolic links (bsc#1224168)\n- CVE-2024-32004: Fixed arbitrary code execution during local clones (bsc#1224170)\n- CVE-2024-32020: Fixed file overwriting vulnerability during local clones (bsc#1224171)\n- CVE-2024-32021: Fixed issue where git created hardlinks to arbitrary user-readable files (bsc#1224172)\n- CVE-2024-32465: Fixed arbitrary code execution during clone operations (bsc#1224173)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-1854,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-1854,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-1854,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-1854", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_1854-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:1854-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20241854-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:1854-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019262.html", }, { category: "self", summary: "SUSE Bug 1224168", url: "https://bugzilla.suse.com/1224168", }, { category: "self", summary: "SUSE Bug 1224170", url: "https://bugzilla.suse.com/1224170", }, { category: "self", summary: "SUSE Bug 1224171", url: "https://bugzilla.suse.com/1224171", }, { category: "self", summary: "SUSE Bug 1224172", url: "https://bugzilla.suse.com/1224172", }, { category: "self", summary: "SUSE Bug 1224173", url: "https://bugzilla.suse.com/1224173", }, { category: "self", summary: "SUSE CVE CVE-2024-32002 page", url: "https://www.suse.com/security/cve/CVE-2024-32002/", }, { category: "self", summary: "SUSE CVE CVE-2024-32004 page", url: "https://www.suse.com/security/cve/CVE-2024-32004/", }, { category: "self", summary: "SUSE CVE CVE-2024-32020 page", url: "https://www.suse.com/security/cve/CVE-2024-32020/", }, { category: "self", summary: "SUSE CVE CVE-2024-32021 page", url: "https://www.suse.com/security/cve/CVE-2024-32021/", }, { category: "self", summary: "SUSE CVE CVE-2024-32465 page", url: "https://www.suse.com/security/cve/CVE-2024-32465/", }, ], title: "Security update for git", tracking: { current_release_date: "2024-05-30T12:11:40Z", generator: { date: "2024-05-30T12:11:40Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:1854-1", initial_release_date: "2024-05-30T12:11:40Z", revision_history: [ { date: "2024-05-30T12:11:40Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "git-2.26.2-150000.56.1.aarch64", product: { name: "git-2.26.2-150000.56.1.aarch64", product_id: "git-2.26.2-150000.56.1.aarch64", }, }, { category: "product_version", name: "git-arch-2.26.2-150000.56.1.aarch64", product: { name: "git-arch-2.26.2-150000.56.1.aarch64", product_id: "git-arch-2.26.2-150000.56.1.aarch64", }, }, { category: "product_version", name: "git-core-2.26.2-150000.56.1.aarch64", product: { name: "git-core-2.26.2-150000.56.1.aarch64", product_id: "git-core-2.26.2-150000.56.1.aarch64", }, }, { category: "product_version", name: "git-credential-gnome-keyring-2.26.2-150000.56.1.aarch64", product: { name: "git-credential-gnome-keyring-2.26.2-150000.56.1.aarch64", product_id: "git-credential-gnome-keyring-2.26.2-150000.56.1.aarch64", }, }, { category: "product_version", name: "git-credential-libsecret-2.26.2-150000.56.1.aarch64", product: { name: "git-credential-libsecret-2.26.2-150000.56.1.aarch64", product_id: "git-credential-libsecret-2.26.2-150000.56.1.aarch64", }, }, { category: "product_version", name: "git-cvs-2.26.2-150000.56.1.aarch64", product: { name: "git-cvs-2.26.2-150000.56.1.aarch64", product_id: "git-cvs-2.26.2-150000.56.1.aarch64", }, }, { category: "product_version", name: "git-daemon-2.26.2-150000.56.1.aarch64", product: { name: "git-daemon-2.26.2-150000.56.1.aarch64", product_id: "git-daemon-2.26.2-150000.56.1.aarch64", }, }, { category: "product_version", name: "git-email-2.26.2-150000.56.1.aarch64", product: { name: "git-email-2.26.2-150000.56.1.aarch64", product_id: "git-email-2.26.2-150000.56.1.aarch64", }, }, { category: "product_version", name: "git-gui-2.26.2-150000.56.1.aarch64", product: { name: "git-gui-2.26.2-150000.56.1.aarch64", product_id: "git-gui-2.26.2-150000.56.1.aarch64", }, }, { category: "product_version", name: "git-p4-2.26.2-150000.56.1.aarch64", product: { name: "git-p4-2.26.2-150000.56.1.aarch64", product_id: "git-p4-2.26.2-150000.56.1.aarch64", }, }, { category: "product_version", name: "git-svn-2.26.2-150000.56.1.aarch64", product: { name: "git-svn-2.26.2-150000.56.1.aarch64", product_id: "git-svn-2.26.2-150000.56.1.aarch64", }, }, { category: "product_version", name: "git-web-2.26.2-150000.56.1.aarch64", product: { name: "git-web-2.26.2-150000.56.1.aarch64", product_id: "git-web-2.26.2-150000.56.1.aarch64", }, }, { category: "product_version", name: "gitk-2.26.2-150000.56.1.aarch64", product: { name: "gitk-2.26.2-150000.56.1.aarch64", product_id: "gitk-2.26.2-150000.56.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "git-2.26.2-150000.56.1.i586", product: { name: "git-2.26.2-150000.56.1.i586", product_id: "git-2.26.2-150000.56.1.i586", }, }, { category: "product_version", name: "git-arch-2.26.2-150000.56.1.i586", product: { name: "git-arch-2.26.2-150000.56.1.i586", product_id: "git-arch-2.26.2-150000.56.1.i586", }, }, { category: "product_version", name: "git-core-2.26.2-150000.56.1.i586", product: { name: "git-core-2.26.2-150000.56.1.i586", product_id: "git-core-2.26.2-150000.56.1.i586", }, }, { category: "product_version", name: "git-credential-gnome-keyring-2.26.2-150000.56.1.i586", product: { name: "git-credential-gnome-keyring-2.26.2-150000.56.1.i586", product_id: "git-credential-gnome-keyring-2.26.2-150000.56.1.i586", }, }, { category: "product_version", name: "git-credential-libsecret-2.26.2-150000.56.1.i586", product: { name: "git-credential-libsecret-2.26.2-150000.56.1.i586", product_id: "git-credential-libsecret-2.26.2-150000.56.1.i586", }, }, { category: "product_version", name: "git-cvs-2.26.2-150000.56.1.i586", product: { name: "git-cvs-2.26.2-150000.56.1.i586", product_id: "git-cvs-2.26.2-150000.56.1.i586", }, }, { category: "product_version", name: "git-daemon-2.26.2-150000.56.1.i586", product: { name: "git-daemon-2.26.2-150000.56.1.i586", product_id: "git-daemon-2.26.2-150000.56.1.i586", }, }, { category: "product_version", name: "git-email-2.26.2-150000.56.1.i586", product: { name: "git-email-2.26.2-150000.56.1.i586", product_id: "git-email-2.26.2-150000.56.1.i586", }, }, { category: "product_version", name: "git-gui-2.26.2-150000.56.1.i586", product: { name: "git-gui-2.26.2-150000.56.1.i586", product_id: "git-gui-2.26.2-150000.56.1.i586", }, }, { category: "product_version", name: "git-p4-2.26.2-150000.56.1.i586", product: { name: "git-p4-2.26.2-150000.56.1.i586", product_id: "git-p4-2.26.2-150000.56.1.i586", }, }, { category: "product_version", name: "git-svn-2.26.2-150000.56.1.i586", product: { name: "git-svn-2.26.2-150000.56.1.i586", product_id: "git-svn-2.26.2-150000.56.1.i586", }, }, { category: "product_version", name: "git-web-2.26.2-150000.56.1.i586", product: { name: "git-web-2.26.2-150000.56.1.i586", product_id: "git-web-2.26.2-150000.56.1.i586", }, }, { category: "product_version", name: "gitk-2.26.2-150000.56.1.i586", product: { name: "gitk-2.26.2-150000.56.1.i586", product_id: "gitk-2.26.2-150000.56.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "git-doc-2.26.2-150000.56.1.noarch", product: { name: "git-doc-2.26.2-150000.56.1.noarch", product_id: "git-doc-2.26.2-150000.56.1.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "git-2.26.2-150000.56.1.ppc64le", product: { name: "git-2.26.2-150000.56.1.ppc64le", product_id: "git-2.26.2-150000.56.1.ppc64le", }, }, { category: "product_version", name: "git-arch-2.26.2-150000.56.1.ppc64le", product: { name: "git-arch-2.26.2-150000.56.1.ppc64le", product_id: "git-arch-2.26.2-150000.56.1.ppc64le", }, }, { category: "product_version", name: "git-core-2.26.2-150000.56.1.ppc64le", product: { name: "git-core-2.26.2-150000.56.1.ppc64le", product_id: "git-core-2.26.2-150000.56.1.ppc64le", }, }, { category: "product_version", name: "git-credential-gnome-keyring-2.26.2-150000.56.1.ppc64le", product: { name: "git-credential-gnome-keyring-2.26.2-150000.56.1.ppc64le", product_id: "git-credential-gnome-keyring-2.26.2-150000.56.1.ppc64le", }, }, { category: "product_version", name: "git-credential-libsecret-2.26.2-150000.56.1.ppc64le", product: { name: "git-credential-libsecret-2.26.2-150000.56.1.ppc64le", product_id: "git-credential-libsecret-2.26.2-150000.56.1.ppc64le", }, }, { category: "product_version", name: "git-cvs-2.26.2-150000.56.1.ppc64le", product: { name: "git-cvs-2.26.2-150000.56.1.ppc64le", product_id: "git-cvs-2.26.2-150000.56.1.ppc64le", }, }, { category: "product_version", name: "git-daemon-2.26.2-150000.56.1.ppc64le", product: { name: "git-daemon-2.26.2-150000.56.1.ppc64le", product_id: "git-daemon-2.26.2-150000.56.1.ppc64le", }, }, { category: "product_version", name: "git-email-2.26.2-150000.56.1.ppc64le", product: { name: "git-email-2.26.2-150000.56.1.ppc64le", product_id: "git-email-2.26.2-150000.56.1.ppc64le", }, }, { category: "product_version", name: "git-gui-2.26.2-150000.56.1.ppc64le", product: { name: "git-gui-2.26.2-150000.56.1.ppc64le", product_id: "git-gui-2.26.2-150000.56.1.ppc64le", }, }, { category: "product_version", name: "git-p4-2.26.2-150000.56.1.ppc64le", product: { name: "git-p4-2.26.2-150000.56.1.ppc64le", product_id: "git-p4-2.26.2-150000.56.1.ppc64le", }, }, { category: "product_version", name: "git-svn-2.26.2-150000.56.1.ppc64le", product: { name: "git-svn-2.26.2-150000.56.1.ppc64le", product_id: "git-svn-2.26.2-150000.56.1.ppc64le", }, }, { category: "product_version", name: "git-web-2.26.2-150000.56.1.ppc64le", product: { name: "git-web-2.26.2-150000.56.1.ppc64le", product_id: "git-web-2.26.2-150000.56.1.ppc64le", }, }, { category: "product_version", name: "gitk-2.26.2-150000.56.1.ppc64le", product: { name: "gitk-2.26.2-150000.56.1.ppc64le", product_id: "gitk-2.26.2-150000.56.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "git-2.26.2-150000.56.1.s390x", product: { name: "git-2.26.2-150000.56.1.s390x", product_id: "git-2.26.2-150000.56.1.s390x", }, }, { category: "product_version", name: "git-arch-2.26.2-150000.56.1.s390x", product: { name: "git-arch-2.26.2-150000.56.1.s390x", product_id: "git-arch-2.26.2-150000.56.1.s390x", }, }, { category: "product_version", name: "git-core-2.26.2-150000.56.1.s390x", product: { name: "git-core-2.26.2-150000.56.1.s390x", product_id: "git-core-2.26.2-150000.56.1.s390x", }, }, { category: "product_version", name: "git-credential-gnome-keyring-2.26.2-150000.56.1.s390x", product: { name: "git-credential-gnome-keyring-2.26.2-150000.56.1.s390x", product_id: "git-credential-gnome-keyring-2.26.2-150000.56.1.s390x", }, }, { category: "product_version", name: "git-credential-libsecret-2.26.2-150000.56.1.s390x", product: { name: "git-credential-libsecret-2.26.2-150000.56.1.s390x", product_id: "git-credential-libsecret-2.26.2-150000.56.1.s390x", }, }, { category: "product_version", name: "git-cvs-2.26.2-150000.56.1.s390x", product: { name: "git-cvs-2.26.2-150000.56.1.s390x", product_id: "git-cvs-2.26.2-150000.56.1.s390x", }, }, { category: "product_version", name: "git-daemon-2.26.2-150000.56.1.s390x", product: { name: "git-daemon-2.26.2-150000.56.1.s390x", product_id: "git-daemon-2.26.2-150000.56.1.s390x", }, }, { category: "product_version", name: "git-email-2.26.2-150000.56.1.s390x", product: { name: "git-email-2.26.2-150000.56.1.s390x", product_id: "git-email-2.26.2-150000.56.1.s390x", }, }, { category: "product_version", name: "git-gui-2.26.2-150000.56.1.s390x", product: { name: "git-gui-2.26.2-150000.56.1.s390x", product_id: "git-gui-2.26.2-150000.56.1.s390x", }, }, { category: "product_version", name: "git-p4-2.26.2-150000.56.1.s390x", product: { name: "git-p4-2.26.2-150000.56.1.s390x", product_id: "git-p4-2.26.2-150000.56.1.s390x", }, }, { category: "product_version", name: "git-svn-2.26.2-150000.56.1.s390x", product: { name: "git-svn-2.26.2-150000.56.1.s390x", product_id: "git-svn-2.26.2-150000.56.1.s390x", }, }, { category: "product_version", name: "git-web-2.26.2-150000.56.1.s390x", product: { name: "git-web-2.26.2-150000.56.1.s390x", product_id: "git-web-2.26.2-150000.56.1.s390x", }, }, { category: "product_version", name: "gitk-2.26.2-150000.56.1.s390x", product: { name: "gitk-2.26.2-150000.56.1.s390x", product_id: "gitk-2.26.2-150000.56.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "git-2.26.2-150000.56.1.x86_64", product: { name: "git-2.26.2-150000.56.1.x86_64", product_id: "git-2.26.2-150000.56.1.x86_64", }, }, { category: "product_version", name: "git-arch-2.26.2-150000.56.1.x86_64", product: { name: "git-arch-2.26.2-150000.56.1.x86_64", product_id: "git-arch-2.26.2-150000.56.1.x86_64", }, }, { category: "product_version", name: "git-core-2.26.2-150000.56.1.x86_64", product: { name: "git-core-2.26.2-150000.56.1.x86_64", product_id: "git-core-2.26.2-150000.56.1.x86_64", }, }, { category: "product_version", name: "git-credential-gnome-keyring-2.26.2-150000.56.1.x86_64", product: { name: "git-credential-gnome-keyring-2.26.2-150000.56.1.x86_64", product_id: "git-credential-gnome-keyring-2.26.2-150000.56.1.x86_64", }, }, { category: "product_version", name: "git-credential-libsecret-2.26.2-150000.56.1.x86_64", product: { name: "git-credential-libsecret-2.26.2-150000.56.1.x86_64", product_id: "git-credential-libsecret-2.26.2-150000.56.1.x86_64", }, }, { category: "product_version", name: "git-cvs-2.26.2-150000.56.1.x86_64", product: { name: "git-cvs-2.26.2-150000.56.1.x86_64", product_id: "git-cvs-2.26.2-150000.56.1.x86_64", }, }, { category: "product_version", name: "git-daemon-2.26.2-150000.56.1.x86_64", product: { name: "git-daemon-2.26.2-150000.56.1.x86_64", product_id: "git-daemon-2.26.2-150000.56.1.x86_64", }, }, { category: "product_version", name: "git-email-2.26.2-150000.56.1.x86_64", product: { name: "git-email-2.26.2-150000.56.1.x86_64", product_id: "git-email-2.26.2-150000.56.1.x86_64", }, }, { category: "product_version", name: "git-gui-2.26.2-150000.56.1.x86_64", product: { name: "git-gui-2.26.2-150000.56.1.x86_64", product_id: "git-gui-2.26.2-150000.56.1.x86_64", }, }, { category: "product_version", name: "git-p4-2.26.2-150000.56.1.x86_64", product: { name: "git-p4-2.26.2-150000.56.1.x86_64", product_id: "git-p4-2.26.2-150000.56.1.x86_64", }, }, { category: "product_version", name: "git-svn-2.26.2-150000.56.1.x86_64", product: { name: "git-svn-2.26.2-150000.56.1.x86_64", product_id: "git-svn-2.26.2-150000.56.1.x86_64", }, }, { category: "product_version", name: "git-web-2.26.2-150000.56.1.x86_64", product: { name: "git-web-2.26.2-150000.56.1.x86_64", product_id: "git-web-2.26.2-150000.56.1.x86_64", }, }, { category: "product_version", name: "gitk-2.26.2-150000.56.1.x86_64", product: { name: "gitk-2.26.2-150000.56.1.x86_64", product_id: "gitk-2.26.2-150000.56.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-ltss:15:sp2", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 15 SP2-LTSS", product: { name: "SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:15:sp2", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", product: { name: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:15:sp2", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "git-2.26.2-150000.56.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", }, product_reference: "git-2.26.2-150000.56.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", }, product_reference: "git-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.26.2-150000.56.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", }, product_reference: "git-arch-2.26.2-150000.56.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", }, product_reference: "git-arch-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-core-2.26.2-150000.56.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", }, product_reference: "git-core-2.26.2-150000.56.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-core-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", }, product_reference: "git-core-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.26.2-150000.56.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", }, product_reference: "git-cvs-2.26.2-150000.56.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", }, product_reference: "git-cvs-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.26.2-150000.56.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", }, product_reference: "git-daemon-2.26.2-150000.56.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", }, product_reference: "git-daemon-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-doc-2.26.2-150000.56.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", }, product_reference: "git-doc-2.26.2-150000.56.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-email-2.26.2-150000.56.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", }, product_reference: "git-email-2.26.2-150000.56.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-email-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", }, product_reference: "git-email-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.26.2-150000.56.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", }, product_reference: "git-gui-2.26.2-150000.56.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", }, product_reference: "git-gui-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.26.2-150000.56.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", }, product_reference: "git-svn-2.26.2-150000.56.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", }, product_reference: "git-svn-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-web-2.26.2-150000.56.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", }, product_reference: "git-web-2.26.2-150000.56.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-web-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", }, product_reference: "git-web-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "gitk-2.26.2-150000.56.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", }, product_reference: "gitk-2.26.2-150000.56.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "gitk-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", }, product_reference: "gitk-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-2.26.2-150000.56.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", }, product_reference: "git-2.26.2-150000.56.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-2.26.2-150000.56.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.ppc64le", }, product_reference: "git-2.26.2-150000.56.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-2.26.2-150000.56.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.s390x", }, product_reference: "git-2.26.2-150000.56.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", }, product_reference: "git-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.26.2-150000.56.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", }, product_reference: "git-arch-2.26.2-150000.56.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.26.2-150000.56.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.ppc64le", }, product_reference: "git-arch-2.26.2-150000.56.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.26.2-150000.56.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.s390x", }, product_reference: "git-arch-2.26.2-150000.56.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", }, product_reference: "git-arch-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-core-2.26.2-150000.56.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", }, product_reference: "git-core-2.26.2-150000.56.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-core-2.26.2-150000.56.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.ppc64le", }, product_reference: "git-core-2.26.2-150000.56.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-core-2.26.2-150000.56.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.s390x", }, product_reference: "git-core-2.26.2-150000.56.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-core-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", }, product_reference: "git-core-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.26.2-150000.56.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", }, product_reference: "git-cvs-2.26.2-150000.56.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.26.2-150000.56.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.ppc64le", }, product_reference: "git-cvs-2.26.2-150000.56.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.26.2-150000.56.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.s390x", }, product_reference: "git-cvs-2.26.2-150000.56.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", }, product_reference: "git-cvs-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.26.2-150000.56.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", }, product_reference: "git-daemon-2.26.2-150000.56.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.26.2-150000.56.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.ppc64le", }, product_reference: "git-daemon-2.26.2-150000.56.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.26.2-150000.56.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.s390x", }, product_reference: "git-daemon-2.26.2-150000.56.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", }, product_reference: "git-daemon-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-doc-2.26.2-150000.56.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", }, product_reference: "git-doc-2.26.2-150000.56.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-email-2.26.2-150000.56.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", }, product_reference: "git-email-2.26.2-150000.56.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-email-2.26.2-150000.56.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.ppc64le", }, product_reference: "git-email-2.26.2-150000.56.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-email-2.26.2-150000.56.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.s390x", }, product_reference: "git-email-2.26.2-150000.56.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-email-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", }, product_reference: "git-email-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.26.2-150000.56.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", }, product_reference: "git-gui-2.26.2-150000.56.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.26.2-150000.56.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.ppc64le", }, product_reference: "git-gui-2.26.2-150000.56.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.26.2-150000.56.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.s390x", }, product_reference: "git-gui-2.26.2-150000.56.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", }, product_reference: "git-gui-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.26.2-150000.56.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", }, product_reference: "git-svn-2.26.2-150000.56.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.26.2-150000.56.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.ppc64le", }, product_reference: "git-svn-2.26.2-150000.56.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.26.2-150000.56.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.s390x", }, product_reference: "git-svn-2.26.2-150000.56.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", }, product_reference: "git-svn-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-web-2.26.2-150000.56.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", }, product_reference: "git-web-2.26.2-150000.56.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-web-2.26.2-150000.56.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.ppc64le", }, product_reference: "git-web-2.26.2-150000.56.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-web-2.26.2-150000.56.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.s390x", }, product_reference: "git-web-2.26.2-150000.56.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-web-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", }, product_reference: "git-web-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "gitk-2.26.2-150000.56.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", }, product_reference: "gitk-2.26.2-150000.56.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "gitk-2.26.2-150000.56.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.ppc64le", }, product_reference: "gitk-2.26.2-150000.56.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "gitk-2.26.2-150000.56.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.s390x", }, product_reference: "gitk-2.26.2-150000.56.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "gitk-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", }, product_reference: "gitk-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "git-2.26.2-150000.56.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.ppc64le", }, product_reference: "git-2.26.2-150000.56.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "git-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.x86_64", }, product_reference: "git-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.26.2-150000.56.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.ppc64le", }, product_reference: "git-arch-2.26.2-150000.56.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.x86_64", }, product_reference: "git-arch-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "git-core-2.26.2-150000.56.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.ppc64le", }, product_reference: "git-core-2.26.2-150000.56.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "git-core-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.x86_64", }, product_reference: "git-core-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.26.2-150000.56.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.ppc64le", }, product_reference: "git-cvs-2.26.2-150000.56.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.x86_64", }, product_reference: "git-cvs-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.26.2-150000.56.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.ppc64le", }, product_reference: "git-daemon-2.26.2-150000.56.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.x86_64", }, product_reference: "git-daemon-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "git-doc-2.26.2-150000.56.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.56.1.noarch", }, product_reference: "git-doc-2.26.2-150000.56.1.noarch", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "git-email-2.26.2-150000.56.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.ppc64le", }, product_reference: "git-email-2.26.2-150000.56.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "git-email-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.x86_64", }, product_reference: "git-email-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.26.2-150000.56.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.ppc64le", }, product_reference: "git-gui-2.26.2-150000.56.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.x86_64", }, product_reference: "git-gui-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.26.2-150000.56.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.ppc64le", }, product_reference: "git-svn-2.26.2-150000.56.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.x86_64", }, product_reference: "git-svn-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "git-web-2.26.2-150000.56.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.ppc64le", }, product_reference: "git-web-2.26.2-150000.56.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "git-web-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.x86_64", }, product_reference: "git-web-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "gitk-2.26.2-150000.56.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.ppc64le", }, product_reference: "gitk-2.26.2-150000.56.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "gitk-2.26.2-150000.56.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.x86_64", }, product_reference: "gitk-2.26.2-150000.56.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, ], }, vulnerabilities: [ { cve: "CVE-2024-32002", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32002", }, ], notes: [ { category: "general", text: "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, repositories with submodules can be crafted in a way that exploits a bug in Git whereby it can be fooled into writing files not into the submodule's worktree but into a `.git/` directory. This allows writing a hook that will be executed while the clone operation is still running, giving the user no opportunity to inspect the code that is being executed. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4. If symbolic link support is disabled in Git (e.g. via `git config --global core.symlinks false`), the described attack won't work. As always, it is best to avoid cloning repositories from untrusted sources.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32002", url: "https://www.suse.com/security/cve/CVE-2024-32002", }, { category: "external", summary: "SUSE Bug 1224168 for CVE-2024-32002", url: "https://bugzilla.suse.com/1224168", }, { category: "external", summary: "SUSE Bug 1224170 for CVE-2024-32002", url: "https://bugzilla.suse.com/1224170", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-05-30T12:11:40Z", details: "important", }, ], title: "CVE-2024-32002", }, { cve: "CVE-2024-32004", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32004", }, ], notes: [ { category: "general", text: "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, an attacker can prepare a local repository in such a way that, when cloned, will execute arbitrary code during the operation. 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. As a workaround, avoid cloning repositories from untrusted sources.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32004", url: "https://www.suse.com/security/cve/CVE-2024-32004", }, { category: "external", summary: "SUSE Bug 1224170 for CVE-2024-32004", url: "https://bugzilla.suse.com/1224170", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.1, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-05-30T12:11:40Z", details: "important", }, ], title: "CVE-2024-32004", }, { cve: "CVE-2024-32020", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32020", }, ], notes: [ { category: "general", text: "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, local clones may end up hardlinking files into the target repository's object database when source and target repository reside on the same disk. If the source repository is owned by a different user, then those hardlinked files may be rewritten at any point in time by the untrusted user. Cloning local repositories will cause Git to either copy or hardlink files of the source repository into the target repository. This significantly speeds up such local clones compared to doing a \"proper\" clone and saves both disk space and compute time. When cloning a repository located on the same disk that is owned by a different user than the current user we also end up creating such hardlinks. These files will continue to be owned and controlled by the potentially-untrusted user and can be rewritten by them at will in the future. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32020", url: "https://www.suse.com/security/cve/CVE-2024-32020", }, { category: "external", summary: "SUSE Bug 1224171 for CVE-2024-32020", url: "https://bugzilla.suse.com/1224171", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.9, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-05-30T12:11:40Z", details: "low", }, ], title: "CVE-2024-32020", }, { cve: "CVE-2024-32021", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32021", }, ], notes: [ { category: "general", text: "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's `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.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32021", url: "https://www.suse.com/security/cve/CVE-2024-32021", }, { category: "external", summary: "SUSE Bug 1224172 for CVE-2024-32021", url: "https://bugzilla.suse.com/1224172", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.9, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-05-30T12:11:40Z", details: "low", }, ], title: "CVE-2024-32021", }, { cve: "CVE-2024-32465", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32465", }, ], notes: [ { category: "general", text: "Git is a revision control system. The Git project recommends to avoid working in untrusted repositories, and instead to clone it first with `git clone --no-local` to obtain a clean copy. Git has specific protections to make that a safe operation even with an untrusted source repository, but vulnerabilities allow those protections to be bypassed. In the context of cloning local repositories owned by other users, this vulnerability has been covered in CVE-2024-32004. But there are circumstances where the fixes for CVE-2024-32004 are not enough: For example, when obtaining a `.zip` file containing a full copy of a Git repository, it should not be trusted by default to be safe, as e.g. hooks could be configured to run within the context of that repository. 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. As a workaround, avoid using Git in repositories that have been obtained via archives from untrusted sources.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32465", url: "https://www.suse.com/security/cve/CVE-2024-32465", }, { category: "external", summary: "SUSE Bug 1224170 for CVE-2024-32465", url: "https://bugzilla.suse.com/1224170", }, { category: "external", summary: "SUSE Bug 1224173 for CVE-2024-32465", url: "https://bugzilla.suse.com/1224173", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.56.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.56.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.56.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-05-30T12:11:40Z", details: "important", }, ], title: "CVE-2024-32465", }, ], }
opensuse-su-2024:13968-1
Vulnerability from csaf_opensuse
Published
2024-06-15 00:00
Modified
2024-06-15 00:00
Summary
git-2.45.1-1.1 on GA media
Notes
Title of the patch
git-2.45.1-1.1 on GA media
Description of the patch
These are all security issues fixed in the git-2.45.1-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-13968
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "git-2.45.1-1.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the git-2.45.1-1.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-13968", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_13968-1.json", }, { category: "self", summary: "SUSE CVE CVE-2024-32002 page", url: "https://www.suse.com/security/cve/CVE-2024-32002/", }, { category: "self", summary: "SUSE CVE CVE-2024-32004 page", url: "https://www.suse.com/security/cve/CVE-2024-32004/", }, { category: "self", summary: "SUSE CVE CVE-2024-32020 page", url: "https://www.suse.com/security/cve/CVE-2024-32020/", }, { category: "self", summary: "SUSE CVE CVE-2024-32021 page", url: "https://www.suse.com/security/cve/CVE-2024-32021/", }, { category: "self", summary: "SUSE CVE CVE-2024-32465 page", url: "https://www.suse.com/security/cve/CVE-2024-32465/", }, ], title: "git-2.45.1-1.1 on GA media", tracking: { current_release_date: "2024-06-15T00:00:00Z", generator: { date: "2024-06-15T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:13968-1", initial_release_date: "2024-06-15T00:00:00Z", revision_history: [ { date: "2024-06-15T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "git-2.45.1-1.1.aarch64", product: { name: "git-2.45.1-1.1.aarch64", product_id: "git-2.45.1-1.1.aarch64", }, }, { category: "product_version", name: "git-arch-2.45.1-1.1.aarch64", product: { name: "git-arch-2.45.1-1.1.aarch64", product_id: "git-arch-2.45.1-1.1.aarch64", }, }, { category: "product_version", name: "git-core-2.45.1-1.1.aarch64", product: { name: "git-core-2.45.1-1.1.aarch64", product_id: "git-core-2.45.1-1.1.aarch64", }, }, { category: "product_version", name: "git-credential-libsecret-2.45.1-1.1.aarch64", product: { name: "git-credential-libsecret-2.45.1-1.1.aarch64", product_id: "git-credential-libsecret-2.45.1-1.1.aarch64", }, }, { category: "product_version", name: "git-cvs-2.45.1-1.1.aarch64", product: { name: "git-cvs-2.45.1-1.1.aarch64", product_id: "git-cvs-2.45.1-1.1.aarch64", }, }, { category: "product_version", name: "git-daemon-2.45.1-1.1.aarch64", product: { name: "git-daemon-2.45.1-1.1.aarch64", product_id: "git-daemon-2.45.1-1.1.aarch64", }, }, { category: "product_version", name: "git-doc-2.45.1-1.1.aarch64", product: { name: "git-doc-2.45.1-1.1.aarch64", product_id: "git-doc-2.45.1-1.1.aarch64", }, }, { category: "product_version", name: "git-email-2.45.1-1.1.aarch64", product: { name: "git-email-2.45.1-1.1.aarch64", product_id: "git-email-2.45.1-1.1.aarch64", }, }, { category: "product_version", name: "git-gui-2.45.1-1.1.aarch64", product: { name: "git-gui-2.45.1-1.1.aarch64", product_id: "git-gui-2.45.1-1.1.aarch64", }, }, { category: "product_version", name: "git-p4-2.45.1-1.1.aarch64", product: { name: "git-p4-2.45.1-1.1.aarch64", product_id: "git-p4-2.45.1-1.1.aarch64", }, }, { category: "product_version", name: "git-svn-2.45.1-1.1.aarch64", product: { name: "git-svn-2.45.1-1.1.aarch64", product_id: "git-svn-2.45.1-1.1.aarch64", }, }, { category: "product_version", name: "git-web-2.45.1-1.1.aarch64", product: { name: "git-web-2.45.1-1.1.aarch64", product_id: "git-web-2.45.1-1.1.aarch64", }, }, { category: "product_version", name: "gitk-2.45.1-1.1.aarch64", product: { name: "gitk-2.45.1-1.1.aarch64", product_id: "gitk-2.45.1-1.1.aarch64", }, }, { category: "product_version", name: "perl-Git-2.45.1-1.1.aarch64", product: { name: "perl-Git-2.45.1-1.1.aarch64", product_id: "perl-Git-2.45.1-1.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "git-2.45.1-1.1.ppc64le", product: { name: "git-2.45.1-1.1.ppc64le", product_id: "git-2.45.1-1.1.ppc64le", }, }, { category: "product_version", name: "git-arch-2.45.1-1.1.ppc64le", product: { name: "git-arch-2.45.1-1.1.ppc64le", product_id: "git-arch-2.45.1-1.1.ppc64le", }, }, { category: "product_version", name: "git-core-2.45.1-1.1.ppc64le", product: { name: "git-core-2.45.1-1.1.ppc64le", product_id: "git-core-2.45.1-1.1.ppc64le", }, }, { category: "product_version", name: "git-credential-libsecret-2.45.1-1.1.ppc64le", product: { name: "git-credential-libsecret-2.45.1-1.1.ppc64le", product_id: "git-credential-libsecret-2.45.1-1.1.ppc64le", }, }, { category: "product_version", name: "git-cvs-2.45.1-1.1.ppc64le", product: { name: "git-cvs-2.45.1-1.1.ppc64le", product_id: "git-cvs-2.45.1-1.1.ppc64le", }, }, { category: "product_version", name: "git-daemon-2.45.1-1.1.ppc64le", product: { name: "git-daemon-2.45.1-1.1.ppc64le", product_id: "git-daemon-2.45.1-1.1.ppc64le", }, }, { category: "product_version", name: "git-doc-2.45.1-1.1.ppc64le", product: { name: "git-doc-2.45.1-1.1.ppc64le", product_id: "git-doc-2.45.1-1.1.ppc64le", }, }, { category: "product_version", name: "git-email-2.45.1-1.1.ppc64le", product: { name: "git-email-2.45.1-1.1.ppc64le", product_id: "git-email-2.45.1-1.1.ppc64le", }, }, { category: "product_version", name: "git-gui-2.45.1-1.1.ppc64le", product: { name: "git-gui-2.45.1-1.1.ppc64le", product_id: "git-gui-2.45.1-1.1.ppc64le", }, }, { category: "product_version", name: "git-p4-2.45.1-1.1.ppc64le", product: { name: "git-p4-2.45.1-1.1.ppc64le", product_id: "git-p4-2.45.1-1.1.ppc64le", }, }, { category: "product_version", name: "git-svn-2.45.1-1.1.ppc64le", product: { name: "git-svn-2.45.1-1.1.ppc64le", product_id: "git-svn-2.45.1-1.1.ppc64le", }, }, { category: "product_version", name: "git-web-2.45.1-1.1.ppc64le", product: { name: "git-web-2.45.1-1.1.ppc64le", product_id: "git-web-2.45.1-1.1.ppc64le", }, }, { category: "product_version", name: "gitk-2.45.1-1.1.ppc64le", product: { name: "gitk-2.45.1-1.1.ppc64le", product_id: "gitk-2.45.1-1.1.ppc64le", }, }, { category: "product_version", name: "perl-Git-2.45.1-1.1.ppc64le", product: { name: "perl-Git-2.45.1-1.1.ppc64le", product_id: "perl-Git-2.45.1-1.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "git-2.45.1-1.1.s390x", product: { name: "git-2.45.1-1.1.s390x", product_id: "git-2.45.1-1.1.s390x", }, }, { category: "product_version", name: "git-arch-2.45.1-1.1.s390x", product: { name: "git-arch-2.45.1-1.1.s390x", product_id: "git-arch-2.45.1-1.1.s390x", }, }, { category: "product_version", name: "git-core-2.45.1-1.1.s390x", product: { name: "git-core-2.45.1-1.1.s390x", product_id: "git-core-2.45.1-1.1.s390x", }, }, { category: "product_version", name: "git-credential-libsecret-2.45.1-1.1.s390x", product: { name: "git-credential-libsecret-2.45.1-1.1.s390x", product_id: "git-credential-libsecret-2.45.1-1.1.s390x", }, }, { category: "product_version", name: "git-cvs-2.45.1-1.1.s390x", product: { name: "git-cvs-2.45.1-1.1.s390x", product_id: "git-cvs-2.45.1-1.1.s390x", }, }, { category: "product_version", name: "git-daemon-2.45.1-1.1.s390x", product: { name: "git-daemon-2.45.1-1.1.s390x", product_id: "git-daemon-2.45.1-1.1.s390x", }, }, { category: "product_version", name: "git-doc-2.45.1-1.1.s390x", product: { name: "git-doc-2.45.1-1.1.s390x", product_id: "git-doc-2.45.1-1.1.s390x", }, }, { category: "product_version", name: "git-email-2.45.1-1.1.s390x", product: { name: "git-email-2.45.1-1.1.s390x", product_id: "git-email-2.45.1-1.1.s390x", }, }, { category: "product_version", name: "git-gui-2.45.1-1.1.s390x", product: { name: "git-gui-2.45.1-1.1.s390x", product_id: "git-gui-2.45.1-1.1.s390x", }, }, { category: "product_version", name: "git-p4-2.45.1-1.1.s390x", product: { name: "git-p4-2.45.1-1.1.s390x", product_id: "git-p4-2.45.1-1.1.s390x", }, }, { category: "product_version", name: "git-svn-2.45.1-1.1.s390x", product: { name: "git-svn-2.45.1-1.1.s390x", product_id: "git-svn-2.45.1-1.1.s390x", }, }, { category: "product_version", name: "git-web-2.45.1-1.1.s390x", product: { name: "git-web-2.45.1-1.1.s390x", product_id: "git-web-2.45.1-1.1.s390x", }, }, { category: "product_version", name: "gitk-2.45.1-1.1.s390x", product: { name: "gitk-2.45.1-1.1.s390x", product_id: "gitk-2.45.1-1.1.s390x", }, }, { category: "product_version", name: "perl-Git-2.45.1-1.1.s390x", product: { name: "perl-Git-2.45.1-1.1.s390x", product_id: "perl-Git-2.45.1-1.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "git-2.45.1-1.1.x86_64", product: { name: "git-2.45.1-1.1.x86_64", product_id: "git-2.45.1-1.1.x86_64", }, }, { category: "product_version", name: "git-arch-2.45.1-1.1.x86_64", product: { name: "git-arch-2.45.1-1.1.x86_64", product_id: "git-arch-2.45.1-1.1.x86_64", }, }, { category: "product_version", name: "git-core-2.45.1-1.1.x86_64", product: { name: "git-core-2.45.1-1.1.x86_64", product_id: "git-core-2.45.1-1.1.x86_64", }, }, { category: "product_version", name: "git-credential-libsecret-2.45.1-1.1.x86_64", product: { name: "git-credential-libsecret-2.45.1-1.1.x86_64", product_id: "git-credential-libsecret-2.45.1-1.1.x86_64", }, }, { category: "product_version", name: "git-cvs-2.45.1-1.1.x86_64", product: { name: "git-cvs-2.45.1-1.1.x86_64", product_id: "git-cvs-2.45.1-1.1.x86_64", }, }, { category: "product_version", name: "git-daemon-2.45.1-1.1.x86_64", product: { name: "git-daemon-2.45.1-1.1.x86_64", product_id: "git-daemon-2.45.1-1.1.x86_64", }, }, { category: "product_version", name: "git-doc-2.45.1-1.1.x86_64", product: { name: "git-doc-2.45.1-1.1.x86_64", product_id: "git-doc-2.45.1-1.1.x86_64", }, }, { category: "product_version", name: "git-email-2.45.1-1.1.x86_64", product: { name: "git-email-2.45.1-1.1.x86_64", product_id: "git-email-2.45.1-1.1.x86_64", }, }, { category: "product_version", name: "git-gui-2.45.1-1.1.x86_64", product: { name: "git-gui-2.45.1-1.1.x86_64", product_id: "git-gui-2.45.1-1.1.x86_64", }, }, { category: "product_version", name: "git-p4-2.45.1-1.1.x86_64", product: { name: "git-p4-2.45.1-1.1.x86_64", product_id: "git-p4-2.45.1-1.1.x86_64", }, }, { category: "product_version", name: "git-svn-2.45.1-1.1.x86_64", product: { name: "git-svn-2.45.1-1.1.x86_64", product_id: "git-svn-2.45.1-1.1.x86_64", }, }, { category: "product_version", name: "git-web-2.45.1-1.1.x86_64", product: { name: "git-web-2.45.1-1.1.x86_64", product_id: "git-web-2.45.1-1.1.x86_64", }, }, { category: "product_version", name: "gitk-2.45.1-1.1.x86_64", product: { name: "gitk-2.45.1-1.1.x86_64", product_id: "gitk-2.45.1-1.1.x86_64", }, }, { category: "product_version", name: "perl-Git-2.45.1-1.1.x86_64", product: { name: "perl-Git-2.45.1-1.1.x86_64", product_id: "perl-Git-2.45.1-1.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Tumbleweed", product: { name: "openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed", product_identification_helper: { cpe: "cpe:/o:opensuse:tumbleweed", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "git-2.45.1-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-2.45.1-1.1.aarch64", }, product_reference: "git-2.45.1-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-2.45.1-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-2.45.1-1.1.ppc64le", }, product_reference: "git-2.45.1-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-2.45.1-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-2.45.1-1.1.s390x", }, product_reference: "git-2.45.1-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-2.45.1-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-2.45.1-1.1.x86_64", }, product_reference: "git-2.45.1-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.45.1-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-arch-2.45.1-1.1.aarch64", }, product_reference: "git-arch-2.45.1-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.45.1-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-arch-2.45.1-1.1.ppc64le", }, product_reference: "git-arch-2.45.1-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.45.1-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-arch-2.45.1-1.1.s390x", }, product_reference: "git-arch-2.45.1-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-arch-2.45.1-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-arch-2.45.1-1.1.x86_64", }, product_reference: "git-arch-2.45.1-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-core-2.45.1-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-core-2.45.1-1.1.aarch64", }, product_reference: "git-core-2.45.1-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-core-2.45.1-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-core-2.45.1-1.1.ppc64le", }, product_reference: "git-core-2.45.1-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-core-2.45.1-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-core-2.45.1-1.1.s390x", }, product_reference: "git-core-2.45.1-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-core-2.45.1-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-core-2.45.1-1.1.x86_64", }, product_reference: "git-core-2.45.1-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-2.45.1-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.aarch64", }, product_reference: "git-credential-libsecret-2.45.1-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-2.45.1-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.ppc64le", }, product_reference: "git-credential-libsecret-2.45.1-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-2.45.1-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.s390x", }, product_reference: "git-credential-libsecret-2.45.1-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-credential-libsecret-2.45.1-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.x86_64", }, product_reference: "git-credential-libsecret-2.45.1-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.45.1-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.aarch64", }, product_reference: "git-cvs-2.45.1-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.45.1-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.ppc64le", }, product_reference: "git-cvs-2.45.1-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.45.1-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.s390x", }, product_reference: "git-cvs-2.45.1-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-cvs-2.45.1-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.x86_64", }, product_reference: "git-cvs-2.45.1-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.45.1-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.aarch64", }, product_reference: "git-daemon-2.45.1-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.45.1-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.ppc64le", }, product_reference: "git-daemon-2.45.1-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.45.1-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.s390x", }, product_reference: "git-daemon-2.45.1-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-daemon-2.45.1-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.x86_64", }, product_reference: "git-daemon-2.45.1-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-doc-2.45.1-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-doc-2.45.1-1.1.aarch64", }, product_reference: "git-doc-2.45.1-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-doc-2.45.1-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-doc-2.45.1-1.1.ppc64le", }, product_reference: "git-doc-2.45.1-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-doc-2.45.1-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-doc-2.45.1-1.1.s390x", }, product_reference: "git-doc-2.45.1-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-doc-2.45.1-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-doc-2.45.1-1.1.x86_64", }, product_reference: "git-doc-2.45.1-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-email-2.45.1-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-email-2.45.1-1.1.aarch64", }, product_reference: "git-email-2.45.1-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-email-2.45.1-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-email-2.45.1-1.1.ppc64le", }, product_reference: "git-email-2.45.1-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-email-2.45.1-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-email-2.45.1-1.1.s390x", }, product_reference: "git-email-2.45.1-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-email-2.45.1-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-email-2.45.1-1.1.x86_64", }, product_reference: "git-email-2.45.1-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.45.1-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-gui-2.45.1-1.1.aarch64", }, product_reference: "git-gui-2.45.1-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.45.1-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-gui-2.45.1-1.1.ppc64le", }, product_reference: "git-gui-2.45.1-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.45.1-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-gui-2.45.1-1.1.s390x", }, product_reference: "git-gui-2.45.1-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-gui-2.45.1-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-gui-2.45.1-1.1.x86_64", }, product_reference: "git-gui-2.45.1-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-p4-2.45.1-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-p4-2.45.1-1.1.aarch64", }, product_reference: "git-p4-2.45.1-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-p4-2.45.1-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-p4-2.45.1-1.1.ppc64le", }, product_reference: "git-p4-2.45.1-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-p4-2.45.1-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-p4-2.45.1-1.1.s390x", }, product_reference: "git-p4-2.45.1-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-p4-2.45.1-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-p4-2.45.1-1.1.x86_64", }, product_reference: "git-p4-2.45.1-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.45.1-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-svn-2.45.1-1.1.aarch64", }, product_reference: "git-svn-2.45.1-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.45.1-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-svn-2.45.1-1.1.ppc64le", }, product_reference: "git-svn-2.45.1-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.45.1-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-svn-2.45.1-1.1.s390x", }, product_reference: "git-svn-2.45.1-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-svn-2.45.1-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-svn-2.45.1-1.1.x86_64", }, product_reference: "git-svn-2.45.1-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-web-2.45.1-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-web-2.45.1-1.1.aarch64", }, product_reference: "git-web-2.45.1-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-web-2.45.1-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-web-2.45.1-1.1.ppc64le", }, product_reference: "git-web-2.45.1-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-web-2.45.1-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-web-2.45.1-1.1.s390x", }, product_reference: "git-web-2.45.1-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "git-web-2.45.1-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:git-web-2.45.1-1.1.x86_64", }, product_reference: "git-web-2.45.1-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gitk-2.45.1-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gitk-2.45.1-1.1.aarch64", }, product_reference: "gitk-2.45.1-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gitk-2.45.1-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gitk-2.45.1-1.1.ppc64le", }, product_reference: "gitk-2.45.1-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gitk-2.45.1-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gitk-2.45.1-1.1.s390x", }, product_reference: "gitk-2.45.1-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "gitk-2.45.1-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:gitk-2.45.1-1.1.x86_64", }, product_reference: "gitk-2.45.1-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.45.1-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.aarch64", }, product_reference: "perl-Git-2.45.1-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.45.1-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.ppc64le", }, product_reference: "perl-Git-2.45.1-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.45.1-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.s390x", }, product_reference: "perl-Git-2.45.1-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "perl-Git-2.45.1-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.x86_64", }, product_reference: "perl-Git-2.45.1-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { cve: "CVE-2024-32002", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32002", }, ], notes: [ { category: "general", text: "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, repositories with submodules can be crafted in a way that exploits a bug in Git whereby it can be fooled into writing files not into the submodule's worktree but into a `.git/` directory. This allows writing a hook that will be executed while the clone operation is still running, giving the user no opportunity to inspect the code that is being executed. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4. If symbolic link support is disabled in Git (e.g. via `git config --global core.symlinks false`), the described attack won't work. As always, it is best to avoid cloning repositories from untrusted sources.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-core-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-core-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-email-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-email-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-web-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-web-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:gitk-2.45.1-1.1.s390x", "openSUSE Tumbleweed:gitk-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32002", url: "https://www.suse.com/security/cve/CVE-2024-32002", }, { category: "external", summary: "SUSE Bug 1224168 for CVE-2024-32002", url: "https://bugzilla.suse.com/1224168", }, { category: "external", summary: "SUSE Bug 1224170 for CVE-2024-32002", url: "https://bugzilla.suse.com/1224170", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-core-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-core-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-email-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-email-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-web-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-web-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:gitk-2.45.1-1.1.s390x", "openSUSE Tumbleweed:gitk-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-core-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-core-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-email-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-email-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-web-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-web-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:gitk-2.45.1-1.1.s390x", "openSUSE Tumbleweed:gitk-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "important", }, ], title: "CVE-2024-32002", }, { cve: "CVE-2024-32004", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32004", }, ], notes: [ { category: "general", text: "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, an attacker can prepare a local repository in such a way that, when cloned, will execute arbitrary code during the operation. 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. As a workaround, avoid cloning repositories from untrusted sources.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-core-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-core-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-email-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-email-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-web-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-web-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:gitk-2.45.1-1.1.s390x", "openSUSE Tumbleweed:gitk-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32004", url: "https://www.suse.com/security/cve/CVE-2024-32004", }, { category: "external", summary: "SUSE Bug 1224170 for CVE-2024-32004", url: "https://bugzilla.suse.com/1224170", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-core-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-core-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-email-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-email-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-web-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-web-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:gitk-2.45.1-1.1.s390x", "openSUSE Tumbleweed:gitk-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.1, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-core-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-core-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-email-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-email-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-web-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-web-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:gitk-2.45.1-1.1.s390x", "openSUSE Tumbleweed:gitk-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "important", }, ], title: "CVE-2024-32004", }, { cve: "CVE-2024-32020", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32020", }, ], notes: [ { category: "general", text: "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, local clones may end up hardlinking files into the target repository's object database when source and target repository reside on the same disk. If the source repository is owned by a different user, then those hardlinked files may be rewritten at any point in time by the untrusted user. Cloning local repositories will cause Git to either copy or hardlink files of the source repository into the target repository. This significantly speeds up such local clones compared to doing a \"proper\" clone and saves both disk space and compute time. When cloning a repository located on the same disk that is owned by a different user than the current user we also end up creating such hardlinks. These files will continue to be owned and controlled by the potentially-untrusted user and can be rewritten by them at will in the future. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-core-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-core-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-email-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-email-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-web-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-web-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:gitk-2.45.1-1.1.s390x", "openSUSE Tumbleweed:gitk-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32020", url: "https://www.suse.com/security/cve/CVE-2024-32020", }, { category: "external", summary: "SUSE Bug 1224171 for CVE-2024-32020", url: "https://bugzilla.suse.com/1224171", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-core-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-core-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-email-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-email-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-web-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-web-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:gitk-2.45.1-1.1.s390x", "openSUSE Tumbleweed:gitk-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.9, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L", version: "3.1", }, products: [ "openSUSE Tumbleweed:git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-core-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-core-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-email-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-email-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-web-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-web-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:gitk-2.45.1-1.1.s390x", "openSUSE Tumbleweed:gitk-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "low", }, ], title: "CVE-2024-32020", }, { cve: "CVE-2024-32021", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32021", }, ], notes: [ { category: "general", text: "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's `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.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-core-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-core-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-email-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-email-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-web-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-web-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:gitk-2.45.1-1.1.s390x", "openSUSE Tumbleweed:gitk-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32021", url: "https://www.suse.com/security/cve/CVE-2024-32021", }, { category: "external", summary: "SUSE Bug 1224172 for CVE-2024-32021", url: "https://bugzilla.suse.com/1224172", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-core-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-core-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-email-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-email-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-web-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-web-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:gitk-2.45.1-1.1.s390x", "openSUSE Tumbleweed:gitk-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.9, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L", version: "3.1", }, products: [ "openSUSE Tumbleweed:git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-core-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-core-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-email-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-email-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-web-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-web-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:gitk-2.45.1-1.1.s390x", "openSUSE Tumbleweed:gitk-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "low", }, ], title: "CVE-2024-32021", }, { cve: "CVE-2024-32465", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-32465", }, ], notes: [ { category: "general", text: "Git is a revision control system. The Git project recommends to avoid working in untrusted repositories, and instead to clone it first with `git clone --no-local` to obtain a clean copy. Git has specific protections to make that a safe operation even with an untrusted source repository, but vulnerabilities allow those protections to be bypassed. In the context of cloning local repositories owned by other users, this vulnerability has been covered in CVE-2024-32004. But there are circumstances where the fixes for CVE-2024-32004 are not enough: For example, when obtaining a `.zip` file containing a full copy of a Git repository, it should not be trusted by default to be safe, as e.g. hooks could be configured to run within the context of that repository. 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. As a workaround, avoid using Git in repositories that have been obtained via archives from untrusted sources.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-core-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-core-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-email-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-email-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-web-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-web-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:gitk-2.45.1-1.1.s390x", "openSUSE Tumbleweed:gitk-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-32465", url: "https://www.suse.com/security/cve/CVE-2024-32465", }, { category: "external", summary: "SUSE Bug 1224170 for CVE-2024-32465", url: "https://bugzilla.suse.com/1224170", }, { category: "external", summary: "SUSE Bug 1224173 for CVE-2024-32465", url: "https://bugzilla.suse.com/1224173", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-core-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-core-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-email-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-email-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-web-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-web-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:gitk-2.45.1-1.1.s390x", "openSUSE Tumbleweed:gitk-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 8.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "openSUSE Tumbleweed:git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-arch-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-core-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-core-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-core-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-credential-libsecret-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-cvs-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-daemon-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-doc-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-email-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-email-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-email-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-gui-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-p4-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-svn-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:git-web-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:git-web-2.45.1-1.1.s390x", "openSUSE Tumbleweed:git-web-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:gitk-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:gitk-2.45.1-1.1.s390x", "openSUSE Tumbleweed:gitk-2.45.1-1.1.x86_64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.aarch64", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.ppc64le", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.s390x", "openSUSE Tumbleweed:perl-Git-2.45.1-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "important", }, ], title: "CVE-2024-32465", }, ], }
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-12-22 23:00
Summary
git: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Git ist eine freie Software zur verteilten Versionsverwaltung von Dateien.
Angriff
Ein entfernter, anonymer Angreifer oder ein lokaler authentifizierter Angreiferkann mehrere Schwachstellen in git ausnutzen, um beliebigen Programmcode auszuführen und und die Sicherheitsmaßnahmen zu umgehen.
Betroffene Betriebssysteme
- Sonstiges
- UNIX
- Windows
{ document: { aggregate_severity: { text: "hoch", }, category: "csaf_base", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "de-DE", notes: [ { category: "legal_disclaimer", text: "Das BSI ist als Anbieter fü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.", }, { 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ühren und und die Sicherheitsmaßnahmen 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ür Sicherheit in der Informationstechnik", namespace: "https://www.bsi.bund.de", }, references: [ { category: "self", summary: "WID-SEC-W-2024-1125 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1125.json", }, { category: "self", summary: "WID-SEC-2024-1125 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1125", }, { category: "external", summary: "OSS Security Mailing List vom 2024-05-14", url: "https://seclists.org/oss-sec/2024/q2/241", }, { category: "external", summary: "Ubuntu Security Notice USN-6793-1 vom 2024-05-28", url: "https://ubuntu.com/security/notices/USN-6793-1", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:1807-1 vom 2024-05-29", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018613.html", }, { category: "external", summary: "Amazon Linux Security Advisory ALAS-2024-1939 vom 2024-05-30", url: "https://alas.aws.amazon.com/ALAS-2024-1939.html", }, { category: "external", summary: "Amazon Linux Security Advisory ALAS-2024-2548 vom 2024-05-30", url: "https://alas.aws.amazon.com/AL2/ALAS-2024-2548.html", }, { category: "external", summary: "Ubuntu Security Notice USN-6793-2 vom 2024-06-18", url: "https://ubuntu.com/security/notices/USN-6793-2", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:4083 vom 2024-06-25", url: "https://access.redhat.com/errata/RHSA-2024:4083", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:4084 vom 2024-06-25", url: "https://access.redhat.com/errata/RHSA-2024:4084", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-4083 vom 2024-06-25", url: "https://linux.oracle.com/errata/ELSA-2024-4083.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-4084 vom 2024-06-25", url: "https://linux.oracle.com/errata/ELSA-2024-4084.html", }, { category: "external", summary: "Debian Security Advisory DLA-3844 vom 2024-06-26", url: "https://lists.debian.org/debian-lts-announce/2024/06/msg00018.html", }, { category: "external", summary: "Rocky Linux Security Advisory RLSA-2024:4083 vom 2024-07-02", url: "https://errata.build.resf.org/RLSA-2024:4083", }, { category: "external", summary: "Rocky Linux Security Advisory RLSA-2024:4084 vom 2024-07-02", url: "https://errata.build.resf.org/RLSA-2024:4084", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:2277-1 vom 2024-07-02", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018849.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:4368 vom 2024-07-08", url: "https://access.redhat.com/errata/RHSA-2024:4368", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:1807-2 vom 2024-07-12", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018956.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:4579 vom 2024-07-17", url: "https://access.redhat.com/errata/RHSA-2024:4579", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:4631 vom 2024-07-18", url: "https://access.redhat.com/errata/RHSA-2024:4631", }, { category: "external", summary: "IBM Security Bulletin 7162077 vom 2024-07-31", url: "https://www.ibm.com/support/pages/node/7162077", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:1854-1 vom 2024-08-19", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019262.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:6028 vom 2024-08-29", url: "https://access.redhat.com/errata/RHSA-2024:6028", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:6027 vom 2024-08-29", url: "https://access.redhat.com/errata/RHSA-2024:6027", }, { category: "external", summary: "Debian Security Advisory DLA-3867 vom 2024-09-03", url: "https://lists.debian.org/debian-lts-announce/2024/09/msg00009.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:6610 vom 2024-09-12", url: "https://access.redhat.com/errata/RHSA-2024:6610", }, { category: "external", summary: "Debian Security Advisory DSA-5769 vom 2024-09-13", url: "https://lists.debian.org/debian-security-announce/2024/msg00182.html", }, { category: "external", summary: "Ubuntu Security Notice USN-7023-1 vom 2024-09-19", url: "https://ubuntu.com/security/notices/USN-7023-1", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:7701 vom 2024-10-07", url: "https://access.redhat.com/errata/RHSA-2024:7701", }, { category: "external", summary: "Dell Security Advisory DSA-2024-422 vom 2024-10-10", url: "https://www.dell.com/support/kbdoc/de-de/000234730/dsa-2024-422-security-update-for-dell-networker-vproxy-multiple-component-vulnerabilities", }, { category: "external", summary: "XEROX Security Advisory XRX24-017 vom 2024-11-21", url: "https://securitydocs.business.xerox.com/wp-content/uploads/2024/11/Xerox-Security-Bulletin-XRX24-017-for-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-87D30B4FBF vom 2024-12-20", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-87d30b4fbf", }, ], source_lang: "en-US", title: "git: Mehrere Schwachstellen", tracking: { current_release_date: "2024-12-22T23:00:00.000+00:00", generator: { date: "2024-12-23T09:20:16.339+00:00", engine: { name: "BSI-WID", version: "1.3.10", }, }, id: "WID-SEC-W-2024-1125", initial_release_date: "2024-05-14T22:00:00.000+00:00", revision_history: [ { date: "2024-05-14T22:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, { date: "2024-05-28T22:00:00.000+00:00", number: "2", summary: "Neue Updates von Ubuntu aufgenommen", }, { date: "2024-05-30T22:00:00.000+00:00", number: "3", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2024-06-18T22:00:00.000+00:00", number: "4", summary: "Neue Updates von Ubuntu aufgenommen", }, { date: "2024-06-24T22:00:00.000+00:00", number: "5", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-06-25T22:00:00.000+00:00", number: "6", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2024-07-02T22:00:00.000+00:00", number: "7", summary: "Neue Updates von Rocky Enterprise Software Foundation und SUSE aufgenommen", }, { date: "2024-07-08T22:00:00.000+00:00", number: "8", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-07-14T22:00:00.000+00:00", number: "9", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-07-16T22:00:00.000+00:00", number: "10", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-07-18T22:00:00.000+00:00", number: "11", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-07-31T22:00:00.000+00:00", number: "12", summary: "Neue Updates von IBM aufgenommen", }, { date: "2024-08-19T22:00:00.000+00:00", number: "13", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-08-29T22:00:00.000+00:00", number: "14", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-09-02T22:00:00.000+00:00", number: "15", summary: "Neue Updates von Debian aufgenommen", }, { date: "2024-09-11T22:00:00.000+00:00", number: "16", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-09-15T22:00:00.000+00:00", number: "17", summary: "Neue Updates von Debian aufgenommen", }, { date: "2024-09-18T22:00:00.000+00:00", number: "18", summary: "Neue Updates von Ubuntu aufgenommen", }, { date: "2024-10-06T22:00:00.000+00:00", number: "19", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-10-09T22:00:00.000+00:00", number: "20", summary: "Neue Updates von Dell aufgenommen", }, { date: "2024-11-21T23:00:00.000+00:00", number: "21", summary: "Neue Updates von XEROX aufgenommen", }, { date: "2024-12-22T23:00:00.000+00:00", number: "22", summary: "Neue Updates von Fedora aufgenommen", }, ], status: "final", version: "22", }, }, product_tree: { branches: [ { branches: [ { category: "product_name", name: "Amazon Linux 2", product: { name: "Amazon Linux 2", product_id: "398363", product_identification_helper: { cpe: "cpe:/o:amazon:linux_2:-", }, }, }, ], category: "vendor", name: "Amazon", }, { branches: [ { category: "product_name", name: "Debian Linux", product: { name: "Debian Linux", product_id: "2951", product_identification_helper: { cpe: "cpe:/o:debian:debian_linux:-", }, }, }, ], category: "vendor", name: "Debian", }, { branches: [ { category: "product_name", name: "Fedora Linux", product: { name: "Fedora Linux", product_id: "74185", product_identification_helper: { cpe: "cpe:/o:fedoraproject:fedora:-", }, }, }, ], category: "vendor", name: "Fedora", }, { branches: [ { branches: [ { category: "product_version_range", name: "<v2.45.1", product: { name: "Open Source git <v2.45.1", product_id: "T034803", }, }, { category: "product_version", name: "v2.45.1", product: { name: "Open Source git v2.45.1", product_id: "T034803-fixed", product_identification_helper: { cpe: "cpe:/a:open_source:git:v2.45.1", }, }, }, { category: "product_version_range", name: "<v2.44.1", product: { name: "Open Source git <v2.44.1", product_id: "T034804", }, }, { category: "product_version", name: "v2.44.1", product: { name: "Open Source git v2.44.1", product_id: "T034804-fixed", product_identification_helper: { cpe: "cpe:/a:open_source:git:v2.44.1", }, }, }, { category: "product_version_range", name: "<v2.43.4", product: { name: "Open Source git <v2.43.4", product_id: "T034805", }, }, { category: "product_version", name: "v2.43.4", product: { name: "Open Source git v2.43.4", product_id: "T034805-fixed", product_identification_helper: { cpe: "cpe:/a:open_source:git:v2.43.4", }, }, }, { category: "product_version_range", name: "<v2.42.2", product: { name: "Open Source git <v2.42.2", product_id: "T034807", }, }, { category: "product_version", name: "v2.42.2", product: { name: "Open Source git v2.42.2", product_id: "T034807-fixed", product_identification_helper: { cpe: "cpe:/a:open_source:git:v2.42.2", }, }, }, { category: "product_version_range", name: "<v2.41.1", product: { name: "Open Source git <v2.41.1", product_id: "T034808", }, }, { category: "product_version", name: "v2.41.1", product: { name: "Open Source git v2.41.1", product_id: "T034808-fixed", product_identification_helper: { cpe: "cpe:/a:open_source:git:v2.41.1", }, }, }, { category: "product_version_range", name: "<v2.40.2", product: { name: "Open Source git <v2.40.2", product_id: "T034809", }, }, { category: "product_version", name: "v2.40.2", product: { name: "Open Source git v2.40.2", product_id: "T034809-fixed", product_identification_helper: { cpe: "cpe:/a:open_source:git:v2.40.2", }, }, }, { category: "product_version_range", name: "<v2.39.4", product: { name: "Open Source git <v2.39.4", product_id: "T034810", }, }, { category: "product_version", name: "v2.39.4", product: { name: "Open Source git v2.39.4", product_id: "T034810-fixed", product_identification_helper: { cpe: "cpe:/a:open_source:git:v2.39.4", }, }, }, ], category: "product_name", name: "git", }, ], category: "vendor", name: "Open Source", }, { branches: [ { category: "product_name", name: "Oracle Linux", product: { name: "Oracle Linux", product_id: "T004914", product_identification_helper: { cpe: "cpe:/o:oracle:linux:-", }, }, }, ], category: "vendor", name: "Oracle", }, { branches: [ { category: "product_name", name: "RESF Rocky Linux", product: { name: "RESF Rocky Linux", product_id: "T032255", product_identification_helper: { cpe: "cpe:/o:resf:rocky_linux:-", }, }, }, ], category: "vendor", name: "RESF", }, { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux", product: { name: "Red Hat Enterprise Linux", product_id: "67646", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:-", }, }, }, ], category: "vendor", name: "Red Hat", }, { branches: [ { category: "product_name", name: "SUSE Linux", product: { name: "SUSE Linux", product_id: "T002207", product_identification_helper: { cpe: "cpe:/o:suse:suse_linux:-", }, }, }, ], category: "vendor", name: "SUSE", }, { branches: [ { category: "product_name", name: "Ubuntu Linux", product: { name: "Ubuntu Linux", product_id: "T000126", product_identification_helper: { cpe: "cpe:/o:canonical:ubuntu_linux:-", }, }, }, ], category: "vendor", name: "Ubuntu", }, { branches: [ { branches: [ { category: "product_version", name: "v9", product: { name: "Xerox FreeFlow Print Server v9", product_id: "T015632", product_identification_helper: { cpe: "cpe:/a:xerox:freeflow_print_server:v9", }, }, }, ], category: "product_name", name: "FreeFlow Print Server", }, ], category: "vendor", name: "Xerox", }, ], }, vulnerabilities: [ { cve: "CVE-2024-32002", notes: [ { category: "description", text: "In git existieren mehrere Schwachstellen. Der Cloning-Prozess ist anfällig für diese Schwachstellen, die unter anderem durch unzureichende Sicherheitsmaßnahmen wie eine unsachgemäße Eigentümerprüfung oder ein Write-Hook-Problem verursacht werden. Ein entfernter, anonymer Angreifer oder ein lokaler authentifizierter Angreifer könnte diese Schwachstellen ausnutzen, um beliebigen Code auszuführen und die Sicherheitsmaßnahmen zu umgehen. Einige der Schwachstellen erfordern eine Benutzerinteraktion.", }, ], product_status: { known_affected: [ "T034810", "T034804", "67646", "T034803", "T015632", "T004914", "T032255", "74185", "2951", "T002207", "T000126", "T034808", "T034807", "398363", "T034805", "T034809", ], }, release_date: "2024-05-14T22:00:00.000+00:00", title: "CVE-2024-32002", }, { cve: "CVE-2024-32004", notes: [ { category: "description", text: "In git existieren mehrere Schwachstellen. Der Cloning-Prozess ist anfällig für diese Schwachstellen, die unter anderem durch unzureichende Sicherheitsmaßnahmen wie eine unsachgemäße Eigentümerprüfung oder ein Write-Hook-Problem verursacht werden. Ein entfernter, anonymer Angreifer oder ein lokaler authentifizierter Angreifer könnte diese Schwachstellen ausnutzen, um beliebigen Code auszuführen und die Sicherheitsmaßnahmen zu umgehen. Einige der Schwachstellen erfordern eine Benutzerinteraktion.", }, ], product_status: { known_affected: [ "T034810", "T034804", "67646", "T034803", "T015632", "T004914", "T032255", "74185", "2951", "T002207", "T000126", "T034808", "T034807", "398363", "T034805", "T034809", ], }, release_date: "2024-05-14T22:00:00.000+00:00", title: "CVE-2024-32004", }, { cve: "CVE-2024-32020", notes: [ { category: "description", text: "In git existieren mehrere Schwachstellen. Der Cloning-Prozess ist anfällig für diese Schwachstellen, die unter anderem durch unzureichende Sicherheitsmaßnahmen wie eine unsachgemäße Eigentümerprüfung oder ein Write-Hook-Problem verursacht werden. Ein entfernter, anonymer Angreifer oder ein lokaler authentifizierter Angreifer könnte diese Schwachstellen ausnutzen, um beliebigen Code auszuführen und die Sicherheitsmaßnahmen zu umgehen. Einige der Schwachstellen erfordern eine Benutzerinteraktion.", }, ], product_status: { known_affected: [ "T034810", "T034804", "67646", "T034803", "T015632", "T004914", "T032255", "74185", "2951", "T002207", "T000126", "T034808", "T034807", "398363", "T034805", "T034809", ], }, release_date: "2024-05-14T22:00:00.000+00:00", title: "CVE-2024-32020", }, { cve: "CVE-2024-32021", notes: [ { category: "description", text: "In git existieren mehrere Schwachstellen. Der Cloning-Prozess ist anfällig für diese Schwachstellen, die unter anderem durch unzureichende Sicherheitsmaßnahmen wie eine unsachgemäße Eigentümerprüfung oder ein Write-Hook-Problem verursacht werden. Ein entfernter, anonymer Angreifer oder ein lokaler authentifizierter Angreifer könnte diese Schwachstellen ausnutzen, um beliebigen Code auszuführen und die Sicherheitsmaßnahmen zu umgehen. Einige der Schwachstellen erfordern eine Benutzerinteraktion.", }, ], product_status: { known_affected: [ "T034810", "T034804", "67646", "T034803", "T015632", "T004914", "T032255", "74185", "2951", "T002207", "T000126", "T034808", "T034807", "398363", "T034805", "T034809", ], }, release_date: "2024-05-14T22:00:00.000+00:00", title: "CVE-2024-32021", }, { cve: "CVE-2024-32465", notes: [ { category: "description", text: "In git existieren mehrere Schwachstellen. Der Cloning-Prozess ist anfällig für diese Schwachstellen, die unter anderem durch unzureichende Sicherheitsmaßnahmen wie eine unsachgemäße Eigentümerprüfung oder ein Write-Hook-Problem verursacht werden. Ein entfernter, anonymer Angreifer oder ein lokaler authentifizierter Angreifer könnte diese Schwachstellen ausnutzen, um beliebigen Code auszuführen und die Sicherheitsmaßnahmen zu umgehen. Einige der Schwachstellen erfordern eine Benutzerinteraktion.", }, ], product_status: { known_affected: [ "T034810", "T034804", "67646", "T034803", "T015632", "T004914", "T032255", "74185", "2951", "T002207", "T000126", "T034808", "T034807", "398363", "T034805", "T034809", ], }, release_date: "2024-05-14T22:00:00.000+00:00", title: "CVE-2024-32465", }, ], }
wid-sec-w-2024-1125
Vulnerability from csaf_certbund
Published
2024-05-14 22:00
Modified
2024-12-22 23:00
Summary
git: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Git ist eine freie Software zur verteilten Versionsverwaltung von Dateien.
Angriff
Ein entfernter, anonymer Angreifer oder ein lokaler authentifizierter Angreiferkann mehrere Schwachstellen in git ausnutzen, um beliebigen Programmcode auszuführen und und die Sicherheitsmaßnahmen zu umgehen.
Betroffene Betriebssysteme
- Sonstiges
- UNIX
- Windows
{ document: { aggregate_severity: { text: "hoch", }, category: "csaf_base", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "de-DE", notes: [ { category: "legal_disclaimer", text: "Das BSI ist als Anbieter fü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.", }, { 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ühren und und die Sicherheitsmaßnahmen 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ür Sicherheit in der Informationstechnik", namespace: "https://www.bsi.bund.de", }, references: [ { category: "self", summary: "WID-SEC-W-2024-1125 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1125.json", }, { category: "self", summary: "WID-SEC-2024-1125 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1125", }, { category: "external", summary: "OSS Security Mailing List vom 2024-05-14", url: "https://seclists.org/oss-sec/2024/q2/241", }, { category: "external", summary: "Ubuntu Security Notice USN-6793-1 vom 2024-05-28", url: "https://ubuntu.com/security/notices/USN-6793-1", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:1807-1 vom 2024-05-29", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018613.html", }, { category: "external", summary: "Amazon Linux Security Advisory ALAS-2024-1939 vom 2024-05-30", url: "https://alas.aws.amazon.com/ALAS-2024-1939.html", }, { category: "external", summary: "Amazon Linux Security Advisory ALAS-2024-2548 vom 2024-05-30", url: "https://alas.aws.amazon.com/AL2/ALAS-2024-2548.html", }, { category: "external", summary: "Ubuntu Security Notice USN-6793-2 vom 2024-06-18", url: "https://ubuntu.com/security/notices/USN-6793-2", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:4083 vom 2024-06-25", url: "https://access.redhat.com/errata/RHSA-2024:4083", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:4084 vom 2024-06-25", url: "https://access.redhat.com/errata/RHSA-2024:4084", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-4083 vom 2024-06-25", url: "https://linux.oracle.com/errata/ELSA-2024-4083.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-4084 vom 2024-06-25", url: "https://linux.oracle.com/errata/ELSA-2024-4084.html", }, { category: "external", summary: "Debian Security Advisory DLA-3844 vom 2024-06-26", url: "https://lists.debian.org/debian-lts-announce/2024/06/msg00018.html", }, { category: "external", summary: "Rocky Linux Security Advisory RLSA-2024:4083 vom 2024-07-02", url: "https://errata.build.resf.org/RLSA-2024:4083", }, { category: "external", summary: "Rocky Linux Security Advisory RLSA-2024:4084 vom 2024-07-02", url: "https://errata.build.resf.org/RLSA-2024:4084", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:2277-1 vom 2024-07-02", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018849.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:4368 vom 2024-07-08", url: "https://access.redhat.com/errata/RHSA-2024:4368", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:1807-2 vom 2024-07-12", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018956.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:4579 vom 2024-07-17", url: "https://access.redhat.com/errata/RHSA-2024:4579", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:4631 vom 2024-07-18", url: "https://access.redhat.com/errata/RHSA-2024:4631", }, { category: "external", summary: "IBM Security Bulletin 7162077 vom 2024-07-31", url: "https://www.ibm.com/support/pages/node/7162077", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:1854-1 vom 2024-08-19", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019262.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:6028 vom 2024-08-29", url: "https://access.redhat.com/errata/RHSA-2024:6028", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:6027 vom 2024-08-29", url: "https://access.redhat.com/errata/RHSA-2024:6027", }, { category: "external", summary: "Debian Security Advisory DLA-3867 vom 2024-09-03", url: "https://lists.debian.org/debian-lts-announce/2024/09/msg00009.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:6610 vom 2024-09-12", url: "https://access.redhat.com/errata/RHSA-2024:6610", }, { category: "external", summary: "Debian Security Advisory DSA-5769 vom 2024-09-13", url: "https://lists.debian.org/debian-security-announce/2024/msg00182.html", }, { category: "external", summary: "Ubuntu Security Notice USN-7023-1 vom 2024-09-19", url: "https://ubuntu.com/security/notices/USN-7023-1", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:7701 vom 2024-10-07", url: "https://access.redhat.com/errata/RHSA-2024:7701", }, { category: "external", summary: "Dell Security Advisory DSA-2024-422 vom 2024-10-10", url: "https://www.dell.com/support/kbdoc/de-de/000234730/dsa-2024-422-security-update-for-dell-networker-vproxy-multiple-component-vulnerabilities", }, { category: "external", summary: "XEROX Security Advisory XRX24-017 vom 2024-11-21", url: "https://securitydocs.business.xerox.com/wp-content/uploads/2024/11/Xerox-Security-Bulletin-XRX24-017-for-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-87D30B4FBF vom 2024-12-20", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-87d30b4fbf", }, ], source_lang: "en-US", title: "git: Mehrere Schwachstellen", tracking: { current_release_date: "2024-12-22T23:00:00.000+00:00", generator: { date: "2024-12-23T09:20:16.339+00:00", engine: { name: "BSI-WID", version: "1.3.10", }, }, id: "WID-SEC-W-2024-1125", initial_release_date: "2024-05-14T22:00:00.000+00:00", revision_history: [ { date: "2024-05-14T22:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, { date: "2024-05-28T22:00:00.000+00:00", number: "2", summary: "Neue Updates von Ubuntu aufgenommen", }, { date: "2024-05-30T22:00:00.000+00:00", number: "3", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2024-06-18T22:00:00.000+00:00", number: "4", summary: "Neue Updates von Ubuntu aufgenommen", }, { date: "2024-06-24T22:00:00.000+00:00", number: "5", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-06-25T22:00:00.000+00:00", number: "6", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2024-07-02T22:00:00.000+00:00", number: "7", summary: "Neue Updates von Rocky Enterprise Software Foundation und SUSE aufgenommen", }, { date: "2024-07-08T22:00:00.000+00:00", number: "8", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-07-14T22:00:00.000+00:00", number: "9", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-07-16T22:00:00.000+00:00", number: "10", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-07-18T22:00:00.000+00:00", number: "11", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-07-31T22:00:00.000+00:00", number: "12", summary: "Neue Updates von IBM aufgenommen", }, { date: "2024-08-19T22:00:00.000+00:00", number: "13", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-08-29T22:00:00.000+00:00", number: "14", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-09-02T22:00:00.000+00:00", number: "15", summary: "Neue Updates von Debian aufgenommen", }, { date: "2024-09-11T22:00:00.000+00:00", number: "16", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-09-15T22:00:00.000+00:00", number: "17", summary: "Neue Updates von Debian aufgenommen", }, { date: "2024-09-18T22:00:00.000+00:00", number: "18", summary: "Neue Updates von Ubuntu aufgenommen", }, { date: "2024-10-06T22:00:00.000+00:00", number: "19", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-10-09T22:00:00.000+00:00", number: "20", summary: "Neue Updates von Dell aufgenommen", }, { date: "2024-11-21T23:00:00.000+00:00", number: "21", summary: "Neue Updates von XEROX aufgenommen", }, { date: "2024-12-22T23:00:00.000+00:00", number: "22", summary: "Neue Updates von Fedora aufgenommen", }, ], status: "final", version: "22", }, }, product_tree: { branches: [ { branches: [ { category: "product_name", name: "Amazon Linux 2", product: { name: "Amazon Linux 2", product_id: "398363", product_identification_helper: { cpe: "cpe:/o:amazon:linux_2:-", }, }, }, ], category: "vendor", name: "Amazon", }, { branches: [ { category: "product_name", name: "Debian Linux", product: { name: "Debian Linux", product_id: "2951", product_identification_helper: { cpe: "cpe:/o:debian:debian_linux:-", }, }, }, ], category: "vendor", name: "Debian", }, { branches: [ { category: "product_name", name: "Fedora Linux", product: { name: "Fedora Linux", product_id: "74185", product_identification_helper: { cpe: "cpe:/o:fedoraproject:fedora:-", }, }, }, ], category: "vendor", name: "Fedora", }, { branches: [ { branches: [ { category: "product_version_range", name: "<v2.45.1", product: { name: "Open Source git <v2.45.1", product_id: "T034803", }, }, { category: "product_version", name: "v2.45.1", product: { name: "Open Source git v2.45.1", product_id: "T034803-fixed", product_identification_helper: { cpe: "cpe:/a:open_source:git:v2.45.1", }, }, }, { category: "product_version_range", name: "<v2.44.1", product: { name: "Open Source git <v2.44.1", product_id: "T034804", }, }, { category: "product_version", name: "v2.44.1", product: { name: "Open Source git v2.44.1", product_id: "T034804-fixed", product_identification_helper: { cpe: "cpe:/a:open_source:git:v2.44.1", }, }, }, { category: "product_version_range", name: "<v2.43.4", product: { name: "Open Source git <v2.43.4", product_id: "T034805", }, }, { category: "product_version", name: "v2.43.4", product: { name: "Open Source git v2.43.4", product_id: "T034805-fixed", product_identification_helper: { cpe: "cpe:/a:open_source:git:v2.43.4", }, }, }, { category: "product_version_range", name: "<v2.42.2", product: { name: "Open Source git <v2.42.2", product_id: "T034807", }, }, { category: "product_version", name: "v2.42.2", product: { name: "Open Source git v2.42.2", product_id: "T034807-fixed", product_identification_helper: { cpe: "cpe:/a:open_source:git:v2.42.2", }, }, }, { category: "product_version_range", name: "<v2.41.1", product: { name: "Open Source git <v2.41.1", product_id: "T034808", }, }, { category: "product_version", name: "v2.41.1", product: { name: "Open Source git v2.41.1", product_id: "T034808-fixed", product_identification_helper: { cpe: "cpe:/a:open_source:git:v2.41.1", }, }, }, { category: "product_version_range", name: "<v2.40.2", product: { name: "Open Source git <v2.40.2", product_id: "T034809", }, }, { category: "product_version", name: "v2.40.2", product: { name: "Open Source git v2.40.2", product_id: "T034809-fixed", product_identification_helper: { cpe: "cpe:/a:open_source:git:v2.40.2", }, }, }, { category: "product_version_range", name: "<v2.39.4", product: { name: "Open Source git <v2.39.4", product_id: "T034810", }, }, { category: "product_version", name: "v2.39.4", product: { name: "Open Source git v2.39.4", product_id: "T034810-fixed", product_identification_helper: { cpe: "cpe:/a:open_source:git:v2.39.4", }, }, }, ], category: "product_name", name: "git", }, ], category: "vendor", name: "Open Source", }, { branches: [ { category: "product_name", name: "Oracle Linux", product: { name: "Oracle Linux", product_id: "T004914", product_identification_helper: { cpe: "cpe:/o:oracle:linux:-", }, }, }, ], category: "vendor", name: "Oracle", }, { branches: [ { category: "product_name", name: "RESF Rocky Linux", product: { name: "RESF Rocky Linux", product_id: "T032255", product_identification_helper: { cpe: "cpe:/o:resf:rocky_linux:-", }, }, }, ], category: "vendor", name: "RESF", }, { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux", product: { name: "Red Hat Enterprise Linux", product_id: "67646", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:-", }, }, }, ], category: "vendor", name: "Red Hat", }, { branches: [ { category: "product_name", name: "SUSE Linux", product: { name: "SUSE Linux", product_id: "T002207", product_identification_helper: { cpe: "cpe:/o:suse:suse_linux:-", }, }, }, ], category: "vendor", name: "SUSE", }, { branches: [ { category: "product_name", name: "Ubuntu Linux", product: { name: "Ubuntu Linux", product_id: "T000126", product_identification_helper: { cpe: "cpe:/o:canonical:ubuntu_linux:-", }, }, }, ], category: "vendor", name: "Ubuntu", }, { branches: [ { branches: [ { category: "product_version", name: "v9", product: { name: "Xerox FreeFlow Print Server v9", product_id: "T015632", product_identification_helper: { cpe: "cpe:/a:xerox:freeflow_print_server:v9", }, }, }, ], category: "product_name", name: "FreeFlow Print Server", }, ], category: "vendor", name: "Xerox", }, ], }, vulnerabilities: [ { cve: "CVE-2024-32002", notes: [ { category: "description", text: "In git existieren mehrere Schwachstellen. Der Cloning-Prozess ist anfällig für diese Schwachstellen, die unter anderem durch unzureichende Sicherheitsmaßnahmen wie eine unsachgemäße Eigentümerprüfung oder ein Write-Hook-Problem verursacht werden. Ein entfernter, anonymer Angreifer oder ein lokaler authentifizierter Angreifer könnte diese Schwachstellen ausnutzen, um beliebigen Code auszuführen und die Sicherheitsmaßnahmen zu umgehen. Einige der Schwachstellen erfordern eine Benutzerinteraktion.", }, ], product_status: { known_affected: [ "T034810", "T034804", "67646", "T034803", "T015632", "T004914", "T032255", "74185", "2951", "T002207", "T000126", "T034808", "T034807", "398363", "T034805", "T034809", ], }, release_date: "2024-05-14T22:00:00.000+00:00", title: "CVE-2024-32002", }, { cve: "CVE-2024-32004", notes: [ { category: "description", text: "In git existieren mehrere Schwachstellen. Der Cloning-Prozess ist anfällig für diese Schwachstellen, die unter anderem durch unzureichende Sicherheitsmaßnahmen wie eine unsachgemäße Eigentümerprüfung oder ein Write-Hook-Problem verursacht werden. Ein entfernter, anonymer Angreifer oder ein lokaler authentifizierter Angreifer könnte diese Schwachstellen ausnutzen, um beliebigen Code auszuführen und die Sicherheitsmaßnahmen zu umgehen. Einige der Schwachstellen erfordern eine Benutzerinteraktion.", }, ], product_status: { known_affected: [ "T034810", "T034804", "67646", "T034803", "T015632", "T004914", "T032255", "74185", "2951", "T002207", "T000126", "T034808", "T034807", "398363", "T034805", "T034809", ], }, release_date: "2024-05-14T22:00:00.000+00:00", title: "CVE-2024-32004", }, { cve: "CVE-2024-32020", notes: [ { category: "description", text: "In git existieren mehrere Schwachstellen. Der Cloning-Prozess ist anfällig für diese Schwachstellen, die unter anderem durch unzureichende Sicherheitsmaßnahmen wie eine unsachgemäße Eigentümerprüfung oder ein Write-Hook-Problem verursacht werden. Ein entfernter, anonymer Angreifer oder ein lokaler authentifizierter Angreifer könnte diese Schwachstellen ausnutzen, um beliebigen Code auszuführen und die Sicherheitsmaßnahmen zu umgehen. Einige der Schwachstellen erfordern eine Benutzerinteraktion.", }, ], product_status: { known_affected: [ "T034810", "T034804", "67646", "T034803", "T015632", "T004914", "T032255", "74185", "2951", "T002207", "T000126", "T034808", "T034807", "398363", "T034805", "T034809", ], }, release_date: "2024-05-14T22:00:00.000+00:00", title: "CVE-2024-32020", }, { cve: "CVE-2024-32021", notes: [ { category: "description", text: "In git existieren mehrere Schwachstellen. Der Cloning-Prozess ist anfällig für diese Schwachstellen, die unter anderem durch unzureichende Sicherheitsmaßnahmen wie eine unsachgemäße Eigentümerprüfung oder ein Write-Hook-Problem verursacht werden. Ein entfernter, anonymer Angreifer oder ein lokaler authentifizierter Angreifer könnte diese Schwachstellen ausnutzen, um beliebigen Code auszuführen und die Sicherheitsmaßnahmen zu umgehen. Einige der Schwachstellen erfordern eine Benutzerinteraktion.", }, ], product_status: { known_affected: [ "T034810", "T034804", "67646", "T034803", "T015632", "T004914", "T032255", "74185", "2951", "T002207", "T000126", "T034808", "T034807", "398363", "T034805", "T034809", ], }, release_date: "2024-05-14T22:00:00.000+00:00", title: "CVE-2024-32021", }, { cve: "CVE-2024-32465", notes: [ { category: "description", text: "In git existieren mehrere Schwachstellen. Der Cloning-Prozess ist anfällig für diese Schwachstellen, die unter anderem durch unzureichende Sicherheitsmaßnahmen wie eine unsachgemäße Eigentümerprüfung oder ein Write-Hook-Problem verursacht werden. Ein entfernter, anonymer Angreifer oder ein lokaler authentifizierter Angreifer könnte diese Schwachstellen ausnutzen, um beliebigen Code auszuführen und die Sicherheitsmaßnahmen zu umgehen. Einige der Schwachstellen erfordern eine Benutzerinteraktion.", }, ], product_status: { known_affected: [ "T034810", "T034804", "67646", "T034803", "T015632", "T004914", "T032255", "74185", "2951", "T002207", "T000126", "T034808", "T034807", "398363", "T034805", "T034809", ], }, release_date: "2024-05-14T22:00:00.000+00:00", title: "CVE-2024-32465", }, ], }
fkie_cve-2024-32021
Vulnerability from fkie_nvd
Published
2024-05-14 20:15
Modified
2024-11-21 09:14
Severity ?
Summary
Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, 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's `objects/` directory. When cloning a repository over the filesystem (without explicitly specifying the `file://` protocol or `--no-local`), the optimizations for local cloning
will 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.
References
Impacted products
Vendor | Product | Version |
---|
{ cveTags: [], descriptions: [ { lang: "en", value: "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, 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's `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ólicos a través 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és del sistema de archivos (sin especificar explícitamente el protocolo `file://` o `--no-local`), se utilizarán las optimizaciones para la clonación local, que incluyen intentar vincular los archivos objeto en lugar de copiarlos. a ellos. Si bien el código incluye verificaciones de enlaces simbólicos en el repositorio de origen, que se agregaron durante la corrección de CVE-2022-39253, estas verificaciones aún se pueden ejecutar porque la operación de enlace físico finalmente sigue enlaces simbólicos. Si el objeto en el sistema de archivos aparece como un archivo durante la verificación, y luego como un enlace simbólico durante la operación, esto permitirá al adversario eludir la verificación y crear vínculos físicos en el directorio de objetos de destino a archivos arbitrarios legibles por el usuario. El problema se solucionó en las versiones 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2 y 2.39.4.", }, ], id: "CVE-2024-32021", lastModified: "2024-11-21T09:14:20.700", metrics: { cvssMetricV31: [ { cvssData: { 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", }, exploitabilityScore: 0.8, impactScore: 2.7, source: "security-advisories@github.com", type: "Secondary", }, ], }, published: "2024-05-14T20:15:13.630", references: [ { source: "security-advisories@github.com", 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: "af854a3a-2127-422b-91ae-364da2661108", url: "http://www.openwall.com/lists/oss-security/2024/05/14/2", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "https://github.com/git/git/security/advisories/GHSA-mvxm-9j2h-qjx7", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "https://lists.debian.org/debian-lts-announce/2024/06/msg00018.html", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S4CK4IYTXEOBZTEM5K3T6LWOIZ3S44AR/", }, ], sourceIdentifier: "security-advisories@github.com", vulnStatus: "Awaiting Analysis", weaknesses: [ { description: [ { lang: "en", value: "CWE-547", }, ], source: "security-advisories@github.com", type: "Secondary", }, ], }
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.