Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2022-39253 (GCVE-0-2022-39253)
Vulnerability from cvelistv5 – Published: 2022-10-19 00:00 – Updated: 2024-08-03 12:00- CWE-200 - Exposure of Sensitive Information to an Unauthorized Actor
| URL | Tags |
|---|---|
| https://github.com/git/git/security/advisories/GH… | |
| https://lists.fedoraproject.org/archives/list/pac… | vendor-advisory |
| https://lists.fedoraproject.org/archives/list/pac… | vendor-advisory |
| https://support.apple.com/kb/HT213496 | |
| https://lists.fedoraproject.org/archives/list/pac… | vendor-advisory |
| http://seclists.org/fulldisclosure/2022/Nov/1 | mailing-list |
| https://lists.fedoraproject.org/archives/list/pac… | vendor-advisory |
| https://lists.fedoraproject.org/archives/list/pac… | vendor-advisory |
| https://lists.debian.org/debian-lts-announce/2022… | mailing-list |
| http://www.openwall.com/lists/oss-security/2023/02/14/5 | mailing-list |
| https://security.gentoo.org/glsa/202312-15 | vendor-advisory |
| http://www.openwall.com/lists/oss-security/2024/05/14/2 | mailing-list |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T12:00:43.267Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://github.com/git/git/security/advisories/GHSA-3wp6-j8xr-qw85"
},
{
"name": "FEDORA-2022-12790ca71a",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VFYXCTLOSESYIP72BUYD6ECDIMUM4WMB/"
},
{
"name": "FEDORA-2022-8b58806840",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UKFHE4KVD7EKS5J3KTDFVBEKU3CLXGVV/"
},
{
"tags": [
"x_transferred"
],
"url": "https://support.apple.com/kb/HT213496"
},
{
"name": "FEDORA-2022-53aadd995f",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/OHNO2FB55CPX47BAXMBWUBGWHO6N6ZZH/"
},
{
"name": "20221107 APPLE-SA-2022-11-01-1 Xcode 14.1",
"tags": [
"mailing-list",
"x_transferred"
],
"url": "http://seclists.org/fulldisclosure/2022/Nov/1"
},
{
"name": "FEDORA-2022-2c33bba286",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JMQWGMDLX6KTVWW5JZLVPI7ICAK72TN7/"
},
{
"name": "FEDORA-2022-fb088df94c",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/C7B6JPKX5CGGLAHXJVQMIZNNEEB72FHD/"
},
{
"name": "[debian-lts-announce] 20221213 [SECURITY] [DLA 3239-1] git security update",
"tags": [
"mailing-list",
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2022/12/msg00025.html"
},
{
"name": "[oss-security] 20230214 [Announce] Git 2.39.2 and friends",
"tags": [
"mailing-list",
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2023/02/14/5"
},
{
"name": "GLSA-202312-15",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://security.gentoo.org/glsa/202312-15"
},
{
"name": "[oss-security] 20240514 git: 5 vulnerabilities fixed",
"tags": [
"mailing-list",
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2024/05/14/2"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "git",
"vendor": "git",
"versions": [
{
"status": "affected",
"version": "\u003c 2.30.6"
},
{
"status": "affected",
"version": "\u003c 2.31.5"
},
{
"status": "affected",
"version": "\u003c 2.32.4"
},
{
"status": "affected",
"version": "\u003c 2.33.5"
},
{
"status": "affected",
"version": "\u003c 2.34.5"
},
{
"status": "affected",
"version": "\u003c 2.35.5"
},
{
"status": "affected",
"version": "\u003c 2.36.3"
},
{
"status": "affected",
"version": "\u003c 2.37.4"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source\u0027s `$GIT_DIR/objects` directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via `--no-hardlinks`). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim\u0027s machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the `--recurse-submodules` option. Git does not create symbolic links in the `$GIT_DIR/objects` directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-200",
"description": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-06-10T17:14:58.362Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"url": "https://github.com/git/git/security/advisories/GHSA-3wp6-j8xr-qw85"
},
{
"name": "FEDORA-2022-12790ca71a",
"tags": [
"vendor-advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VFYXCTLOSESYIP72BUYD6ECDIMUM4WMB/"
},
{
"name": "FEDORA-2022-8b58806840",
"tags": [
"vendor-advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UKFHE4KVD7EKS5J3KTDFVBEKU3CLXGVV/"
},
{
"url": "https://support.apple.com/kb/HT213496"
},
{
"name": "FEDORA-2022-53aadd995f",
"tags": [
"vendor-advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/OHNO2FB55CPX47BAXMBWUBGWHO6N6ZZH/"
},
{
"name": "20221107 APPLE-SA-2022-11-01-1 Xcode 14.1",
"tags": [
"mailing-list"
],
"url": "http://seclists.org/fulldisclosure/2022/Nov/1"
},
{
"name": "FEDORA-2022-2c33bba286",
"tags": [
"vendor-advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JMQWGMDLX6KTVWW5JZLVPI7ICAK72TN7/"
},
{
"name": "FEDORA-2022-fb088df94c",
"tags": [
"vendor-advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/C7B6JPKX5CGGLAHXJVQMIZNNEEB72FHD/"
},
{
"name": "[debian-lts-announce] 20221213 [SECURITY] [DLA 3239-1] git security update",
"tags": [
"mailing-list"
],
"url": "https://lists.debian.org/debian-lts-announce/2022/12/msg00025.html"
},
{
"name": "[oss-security] 20230214 [Announce] Git 2.39.2 and friends",
"tags": [
"mailing-list"
],
"url": "http://www.openwall.com/lists/oss-security/2023/02/14/5"
},
{
"name": "GLSA-202312-15",
"tags": [
"vendor-advisory"
],
"url": "https://security.gentoo.org/glsa/202312-15"
},
{
"name": "[oss-security] 20240514 git: 5 vulnerabilities fixed",
"tags": [
"mailing-list"
],
"url": "http://www.openwall.com/lists/oss-security/2024/05/14/2"
}
],
"source": {
"advisory": "GHSA-3wp6-j8xr-qw85",
"discovery": "UNKNOWN"
},
"title": "Git subject to exposure of sensitive information via local clone of symbolic links"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2022-39253",
"datePublished": "2022-10-19T00:00:00.000Z",
"dateReserved": "2022-09-02T00:00:00.000Z",
"dateUpdated": "2024-08-03T12:00:43.267Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2022-39253",
"date": "2026-06-01",
"epss": "0.02579",
"percentile": "0.85823"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\", \"versionEndExcluding\": \"2.30.6\", \"matchCriteriaId\": \"28199E8F-36D0-46F8-AF0A-9460390BE56F\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"2.31.0\", \"versionEndExcluding\": \"2.31.5\", \"matchCriteriaId\": \"E095AAE7-18C2-4957-9740-FC804860B9C2\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"2.32.0\", \"versionEndExcluding\": \"2.32.4\", \"matchCriteriaId\": \"459EE43E-40FB-45BE-A1CC-51435E9F92AD\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"2.33.0\", \"versionEndExcluding\": \"2.33.5\", \"matchCriteriaId\": \"2CBDDA42-F5EC-4747-BF3C-16683D684702\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"2.34.0\", \"versionEndExcluding\": \"2.34.5\", \"matchCriteriaId\": \"D7691E22-145E-4D97-A6E0-6515742781B9\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"2.35.0\", \"versionEndExcluding\": \"2.35.5\", \"matchCriteriaId\": \"E02396C2-BB34-4D18-917E-DA56EA7B58B9\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"2.36.0\", \"versionEndExcluding\": \"2.36.3\", \"matchCriteriaId\": \"51BEAEEC-9D9D-4CFE-8958-43BFE87DE501\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"2.37.0\", \"versionEndExcluding\": \"2.37.4\", \"matchCriteriaId\": \"566CF89C-AC39-47D7-B3DE-633B2237F816\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:git-scm:git:2.38.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"1AFEECCB-B8DB-4270-A860-C2BA1C7B267C\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"80E516C0-98A4-4ADE-B69F-66A772E2BAAA\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:fedoraproject:fedora:36:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"5C675112-476C-4D7C-BCB9-A2FB2D0BC9FD\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:fedoraproject:fedora:37:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"E30D0E6F-4AE8-4284-8716-991DFA48CC5D\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:apple:xcode:*:*:*:*:*:*:*:*\", \"versionEndExcluding\": \"14.1\", \"matchCriteriaId\": \"CECD39AA-41F4-4638-B59A-C5E928B585C3\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source\u0027s `$GIT_DIR/objects` directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via `--no-hardlinks`). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim\u0027s machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the `--recurse-submodules` option. Git does not create symbolic links in the `$GIT_DIR/objects` directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`.\"}, {\"lang\": \"es\", \"value\": \"Git es un sistema de control de revisiones distribuido, escalable y de c\\u00f3digo abierto. Las versiones anteriores a la 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3 y 2.37.4 est\\u00e1n sujetas a una exposici\\u00f3n de informaci\\u00f3n confidencial a un actor malicioso. Cuando es llevado a cabo un clon local (en el que el origen y el destino del clon est\\u00e1n en el mismo volumen), Git copia el contenido del directorio \\\"$GIT_DIR/objects\\\" del origen en el destino creando enlaces duros al contenido del origen o copi\\u00e1ndolo (si los enlaces duros est\\u00e1n deshabilitados por medio de \\\"--no-hardlinks\\\"). Un actor malicioso podr\\u00eda convencer a una v\\u00edctima de clonar un repositorio con un enlace simb\\u00f3lico que apunte a informaci\\u00f3n confidencial en la m\\u00e1quina de la v\\u00edctima. Esto puede hacerse ya sea que la v\\u00edctima clone un repositorio malicioso en la misma m\\u00e1quina, o haciendo que clone un repositorio malicioso insertado como repositorio desnudo por medio de un subm\\u00f3dulo de cualquier fuente, siempre que clone con la opci\\u00f3n \\\"--recurse-submodules\\\". Git no crea enlaces simb\\u00f3licos en el directorio \\\"$GIT_DIR/objects\\\". El problema ha sido parcheado en las versiones publicadas el 18-10-2022, y retrocedido a v2.30.x. Posibles mitigaciones: Evite clonar repositorios no confiables usando la optimizaci\\u00f3n \\\"--local\\\" cuando est\\u00e9 en una m\\u00e1quina compartida, ya sea pasando la opci\\u00f3n \\\"--no-local\\\" a \\\"git clone\\\" o clonando desde una URL que use el esquema \\\"file://\\\". Alternativamente, evita clonar repositorios de fuentes no confiables con \\\"--recurse-submodules\\\" o ejecuta \\\"git config --global protocol.file.allow user\\\"\"}]",
"id": "CVE-2022-39253",
"lastModified": "2024-11-21T07:17:53.040",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N\", \"baseScore\": 5.5, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"REQUIRED\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 1.8, \"impactScore\": 3.6}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N\", \"baseScore\": 5.5, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"REQUIRED\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 1.8, \"impactScore\": 3.6}]}",
"published": "2022-10-19T11:15:11.227",
"references": "[{\"url\": \"http://seclists.org/fulldisclosure/2022/Nov/1\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2023/02/14/5\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"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-3wp6-j8xr-qw85\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Mitigation\", \"Third Party Advisory\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2022/12/msg00025.html\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/C7B6JPKX5CGGLAHXJVQMIZNNEEB72FHD/\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JMQWGMDLX6KTVWW5JZLVPI7ICAK72TN7/\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/OHNO2FB55CPX47BAXMBWUBGWHO6N6ZZH/\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UKFHE4KVD7EKS5J3KTDFVBEKU3CLXGVV/\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VFYXCTLOSESYIP72BUYD6ECDIMUM4WMB/\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://security.gentoo.org/glsa/202312-15\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://support.apple.com/kb/HT213496\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"http://seclists.org/fulldisclosure/2022/Nov/1\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2023/02/14/5\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"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-3wp6-j8xr-qw85\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mitigation\", \"Third Party Advisory\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2022/12/msg00025.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/C7B6JPKX5CGGLAHXJVQMIZNNEEB72FHD/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JMQWGMDLX6KTVWW5JZLVPI7ICAK72TN7/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/OHNO2FB55CPX47BAXMBWUBGWHO6N6ZZH/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UKFHE4KVD7EKS5J3KTDFVBEKU3CLXGVV/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VFYXCTLOSESYIP72BUYD6ECDIMUM4WMB/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://security.gentoo.org/glsa/202312-15\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://support.apple.com/kb/HT213496\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}]",
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-200\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-59\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2022-39253\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2022-10-19T11:15:11.227\",\"lastModified\":\"2024-11-21T07:17:53.040\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source\u0027s `$GIT_DIR/objects` directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via `--no-hardlinks`). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim\u0027s machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the `--recurse-submodules` option. Git does not create symbolic links in the `$GIT_DIR/objects` directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`.\"},{\"lang\":\"es\",\"value\":\"Git es un sistema de control de revisiones distribuido, escalable y de c\u00f3digo abierto. Las versiones anteriores a la 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3 y 2.37.4 est\u00e1n sujetas a una exposici\u00f3n de informaci\u00f3n confidencial a un actor malicioso. Cuando es llevado a cabo un clon local (en el que el origen y el destino del clon est\u00e1n en el mismo volumen), Git copia el contenido del directorio \\\"$GIT_DIR/objects\\\" del origen en el destino creando enlaces duros al contenido del origen o copi\u00e1ndolo (si los enlaces duros est\u00e1n deshabilitados por medio de \\\"--no-hardlinks\\\"). Un actor malicioso podr\u00eda convencer a una v\u00edctima de clonar un repositorio con un enlace simb\u00f3lico que apunte a informaci\u00f3n confidencial en la m\u00e1quina de la v\u00edctima. Esto puede hacerse ya sea que la v\u00edctima clone un repositorio malicioso en la misma m\u00e1quina, o haciendo que clone un repositorio malicioso insertado como repositorio desnudo por medio de un subm\u00f3dulo de cualquier fuente, siempre que clone con la opci\u00f3n \\\"--recurse-submodules\\\". Git no crea enlaces simb\u00f3licos en el directorio \\\"$GIT_DIR/objects\\\". El problema ha sido parcheado en las versiones publicadas el 18-10-2022, y retrocedido a v2.30.x. Posibles mitigaciones: Evite clonar repositorios no confiables usando la optimizaci\u00f3n \\\"--local\\\" cuando est\u00e9 en una m\u00e1quina compartida, ya sea pasando la opci\u00f3n \\\"--no-local\\\" a \\\"git clone\\\" o clonando desde una URL que use el esquema \\\"file://\\\". Alternativamente, evita clonar repositorios de fuentes no confiables con \\\"--recurse-submodules\\\" o ejecuta \\\"git config --global protocol.file.allow user\\\"\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-200\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-59\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"2.30.6\",\"matchCriteriaId\":\"28199E8F-36D0-46F8-AF0A-9460390BE56F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.31.0\",\"versionEndExcluding\":\"2.31.5\",\"matchCriteriaId\":\"E095AAE7-18C2-4957-9740-FC804860B9C2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.32.0\",\"versionEndExcluding\":\"2.32.4\",\"matchCriteriaId\":\"459EE43E-40FB-45BE-A1CC-51435E9F92AD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.33.0\",\"versionEndExcluding\":\"2.33.5\",\"matchCriteriaId\":\"2CBDDA42-F5EC-4747-BF3C-16683D684702\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.34.0\",\"versionEndExcluding\":\"2.34.5\",\"matchCriteriaId\":\"D7691E22-145E-4D97-A6E0-6515742781B9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.35.0\",\"versionEndExcluding\":\"2.35.5\",\"matchCriteriaId\":\"E02396C2-BB34-4D18-917E-DA56EA7B58B9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.36.0\",\"versionEndExcluding\":\"2.36.3\",\"matchCriteriaId\":\"51BEAEEC-9D9D-4CFE-8958-43BFE87DE501\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.37.0\",\"versionEndExcluding\":\"2.37.4\",\"matchCriteriaId\":\"566CF89C-AC39-47D7-B3DE-633B2237F816\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:2.38.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"1AFEECCB-B8DB-4270-A860-C2BA1C7B267C\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"80E516C0-98A4-4ADE-B69F-66A772E2BAAA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:36:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"5C675112-476C-4D7C-BCB9-A2FB2D0BC9FD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:37:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E30D0E6F-4AE8-4284-8716-991DFA48CC5D\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:apple:xcode:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"14.1\",\"matchCriteriaId\":\"CECD39AA-41F4-4638-B59A-C5E928B585C3\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"}]}]}],\"references\":[{\"url\":\"http://seclists.org/fulldisclosure/2022/Nov/1\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2023/02/14/5\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"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-3wp6-j8xr-qw85\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mitigation\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2022/12/msg00025.html\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/C7B6JPKX5CGGLAHXJVQMIZNNEEB72FHD/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JMQWGMDLX6KTVWW5JZLVPI7ICAK72TN7/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/OHNO2FB55CPX47BAXMBWUBGWHO6N6ZZH/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UKFHE4KVD7EKS5J3KTDFVBEKU3CLXGVV/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VFYXCTLOSESYIP72BUYD6ECDIMUM4WMB/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://security.gentoo.org/glsa/202312-15\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://support.apple.com/kb/HT213496\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"http://seclists.org/fulldisclosure/2022/Nov/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2023/02/14/5\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"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-3wp6-j8xr-qw85\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mitigation\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2022/12/msg00025.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/C7B6JPKX5CGGLAHXJVQMIZNNEEB72FHD/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JMQWGMDLX6KTVWW5JZLVPI7ICAK72TN7/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/OHNO2FB55CPX47BAXMBWUBGWHO6N6ZZH/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UKFHE4KVD7EKS5J3KTDFVBEKU3CLXGVV/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VFYXCTLOSESYIP72BUYD6ECDIMUM4WMB/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.gentoo.org/glsa/202312-15\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://support.apple.com/kb/HT213496\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}"
}
}
CERTFR-2025-AVI-0304
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits Juniper Networks. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
L'éditeur indique que les versions 21.4.x de Junos OS pour SRX Series ne bénéficient pas de correctif pour la vulnérabilité CVE-2025-30659.
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Juniper Networks | Junos OS | Junos OS versions 21.4.x antérieures à 21.4R3-S10 | ||
| Juniper Networks | Junos OS Evolved | Junos OS Evolved versions 22.4.x-EVO antérieures à 22.4R3-S6-EVO | ||
| Juniper Networks | Junos OS Evolved | Junos OS Evolved versions 23.4.x-EVO antérieures à 23.4R2-S4-EVO | ||
| Juniper Networks | Junos OS | Junos OS versions 22.2.x antérieures à 22.2R3-S6 | ||
| Juniper Networks | Junos OS Evolved | Junos OS Evolved versions antérieures à 21.4R3-S10-EVO | ||
| Juniper Networks | Junos OS Evolved | Junos OS Evolved versions 23.2.x-EVO antérieures à 23.2R2-S3-EVO | ||
| Juniper Networks | Junos OS Evolved | Junos OS Evolved versions 24.2.x-EVO antérieures à 24.2R2-EVO | ||
| Juniper Networks | Junos Space | Junos Space versions antérieures à 24.1R3 | ||
| Juniper Networks | Junos Space | Junos Space Security Director versions antérieures à 24.1R3 | ||
| Juniper Networks | Junos OS | Junos OS versions 23.4.x antérieures à 23.4R2-S4 | ||
| Juniper Networks | Junos OS Evolved | Junos OS Evolved versions 22.2.x-EVO antérieures à 22.2R3-S6-EVO | ||
| Juniper Networks | CTPView | CTPView versions antérieures à 9.2R1 | ||
| Juniper Networks | Junos OS | Junos OS versions 22.4.x antérieures à 22.4R3-S6 | ||
| Juniper Networks | Junos OS | Junos OS versions 23.2.x antérieures à 23.2R2-S3 | ||
| Juniper Networks | Junos OS | Junos OS versions 24.2.x antérieures à 24.2R2 | ||
| Juniper Networks | Junos OS | Junos OS versions antérieures à 21.2R3-S9 |
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Junos OS versions 21.4.x ant\u00e9rieures \u00e0 21.4R3-S10 ",
"product": {
"name": "Junos OS",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS Evolved versions 22.4.x-EVO ant\u00e9rieures \u00e0 22.4R3-S6-EVO",
"product": {
"name": "Junos OS Evolved",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS Evolved versions 23.4.x-EVO ant\u00e9rieures \u00e0 23.4R2-S4-EVO",
"product": {
"name": "Junos OS Evolved",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS versions 22.2.x ant\u00e9rieures \u00e0 22.2R3-S6",
"product": {
"name": "Junos OS",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS Evolved versions ant\u00e9rieures \u00e0 21.4R3-S10-EVO",
"product": {
"name": "Junos OS Evolved",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS Evolved versions 23.2.x-EVO ant\u00e9rieures \u00e0 23.2R2-S3-EVO",
"product": {
"name": "Junos OS Evolved",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS Evolved versions 24.2.x-EVO ant\u00e9rieures \u00e0 24.2R2-EVO",
"product": {
"name": "Junos OS Evolved",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos Space versions ant\u00e9rieures \u00e0 24.1R3",
"product": {
"name": "Junos Space",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos Space Security Director versions ant\u00e9rieures \u00e0 24.1R3",
"product": {
"name": "Junos Space",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS versions 23.4.x ant\u00e9rieures \u00e0 23.4R2-S4",
"product": {
"name": "Junos OS",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS Evolved versions 22.2.x-EVO ant\u00e9rieures \u00e0 22.2R3-S6-EVO",
"product": {
"name": "Junos OS Evolved",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "CTPView versions ant\u00e9rieures \u00e0 9.2R1",
"product": {
"name": "CTPView",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS versions 22.4.x ant\u00e9rieures \u00e0 22.4R3-S6",
"product": {
"name": "Junos OS",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS versions 23.2.x ant\u00e9rieures \u00e0 23.2R2-S3",
"product": {
"name": "Junos OS",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS versions 24.2.x ant\u00e9rieures \u00e0 24.2R2",
"product": {
"name": "Junos OS",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS versions ant\u00e9rieures \u00e0 21.2R3-S9",
"product": {
"name": "Junos OS",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
}
],
"affected_systems_content": "L\u0027\u00e9diteur indique que les versions 21.4.x de Junos OS pour SRX Series ne b\u00e9n\u00e9ficient pas de correctif pour la vuln\u00e9rabilit\u00e9 CVE-2025-30659.",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-42472",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42472"
},
{
"name": "CVE-2024-7006",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7006"
},
{
"name": "CVE-2024-21235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21235"
},
{
"name": "CVE-2024-27820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27820"
},
{
"name": "CVE-2024-42284",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42284"
},
{
"name": "CVE-2024-27052",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27052"
},
{
"name": "CVE-2025-21597",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21597"
},
{
"name": "CVE-2024-33602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33602"
},
{
"name": "CVE-2024-4076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4076"
},
{
"name": "CVE-2025-30658",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30658"
},
{
"name": "CVE-2024-40866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40866"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2024-21823",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21823"
},
{
"name": "CVE-2023-28746",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28746"
},
{
"name": "CVE-2024-26993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26993"
},
{
"name": "CVE-2024-1975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1975"
},
{
"name": "CVE-2024-40898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40898"
},
{
"name": "CVE-2024-26852",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26852"
},
{
"name": "CVE-2011-5094",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-5094"
},
{
"name": "CVE-2025-30657",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30657"
},
{
"name": "CVE-2025-30660",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30660"
},
{
"name": "CVE-2024-1737",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1737"
},
{
"name": "CVE-2024-33600",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33600"
},
{
"name": "CVE-2024-3652",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3652"
},
{
"name": "CVE-2024-44187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44187"
},
{
"name": "CVE-2025-21601",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21601"
},
{
"name": "CVE-2024-32021",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32021"
},
{
"name": "CVE-2024-40725",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40725"
},
{
"name": "CVE-2019-7611",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-7611"
},
{
"name": "CVE-2024-33599",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33599"
},
{
"name": "CVE-2025-21591",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21591"
},
{
"name": "CVE-2025-30649",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30649"
},
{
"name": "CVE-2025-30652",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30652"
},
{
"name": "CVE-2024-40789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40789"
},
{
"name": "CVE-2024-35845",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35845"
},
{
"name": "CVE-2025-30651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30651"
},
{
"name": "CVE-2024-32004",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32004"
},
{
"name": "CVE-2024-39884",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39884"
},
{
"name": "CVE-2023-48161",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48161"
},
{
"name": "CVE-2024-32020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32020"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2024-27838",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27838"
},
{
"name": "CVE-2024-23271",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23271"
},
{
"name": "CVE-2024-39487",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39487"
},
{
"name": "CVE-2024-36971",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36971"
},
{
"name": "CVE-2024-33601",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33601"
},
{
"name": "CVE-2025-30647",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30647"
},
{
"name": "CVE-2024-32465",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32465"
},
{
"name": "CVE-2011-1473",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-1473"
},
{
"name": "CVE-2025-30654",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30654"
},
{
"name": "CVE-2025-30655",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30655"
},
{
"name": "CVE-2024-40782",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40782"
},
{
"name": "CVE-2024-26735",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26735"
},
{
"name": "CVE-2024-35899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35899"
},
{
"name": "CVE-2024-40954",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40954"
},
{
"name": "CVE-2021-47596",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47596"
},
{
"name": "CVE-2025-30659",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30659"
},
{
"name": "CVE-2025-30653",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30653"
},
{
"name": "CVE-2025-30645",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30645"
},
{
"name": "CVE-2020-7021",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7021"
},
{
"name": "CVE-2021-22135",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22135"
},
{
"name": "CVE-2025-30646",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30646"
},
{
"name": "CVE-2024-27851",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27851"
},
{
"name": "CVE-2025-30644",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30644"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2025-30656",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30656"
},
{
"name": "CVE-2022-39253",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39253"
},
{
"name": "CVE-2021-22144",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22144"
},
{
"name": "CVE-2024-40958",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40958"
},
{
"name": "CVE-2025-21595",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21595"
},
{
"name": "CVE-2025-30648",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30648"
},
{
"name": "CVE-2024-21210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21210"
},
{
"name": "CVE-2021-22137",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22137"
},
{
"name": "CVE-2024-32002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32002"
},
{
"name": "CVE-2024-2961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2961"
},
{
"name": "CVE-2024-21217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21217"
},
{
"name": "CVE-2024-28182",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28182"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2022-24808",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24808"
},
{
"name": "CVE-2024-21208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21208"
},
{
"name": "CVE-2025-21594",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21594"
},
{
"name": "CVE-2020-7020",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7020"
}
],
"links": [],
"reference": "CERTFR-2025-AVI-0304",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-04-10T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Juniper Networks. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Juniper Networks",
"vendor_advisories": [
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96456",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-Receipt-of-a-malformed-LLDP-TLV-results-in-l2cpd-crash-CVE-2025-30646"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96447",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-Space-Multiple-vulnerabilities-resolved-in-24-1R3-release"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96467",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-Processing-of-a-specific-BGP-update-causes-the-SRRD-process-to-crash-CVE-2025-30657?language=en_US"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96461",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-Receipt-of-a-specific-ICMPv6-packet-causes-a-memory-overrun-leading-to-an-rpd-crash-CVE-2025-30651"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96446",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-Space-Security-Director-Multiple-vulnerabilities-resolved-in-24-1R3-release"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96451",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-When-BGP-rib-sharding-and-update-threading-are-configured-and-a-peer-flaps-an-rpd-core-is-observed"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96470",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-SRX-Series-A-device-configured-for-vector-routing-crashes-when-receiving-specific-traffic-CVE-2025-30659?language=en_US"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96458",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-Receipt-of-a-specifically-malformed-DHCP-packet-causes-jdhcpd-process-to-crash-CVE-2025-30648"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96462",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-Executing-a-specific-CLI-command-when-asregex-optimized-is-configured-causes-an-RPD-crash-CVE-2025-30652"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96457",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-MX-Series-Subscriber-login-logout-activity-will-lead-to-a-memory-leak-CVE-2025-30647"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96466",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-MX-Series-SRX-Series-Processing-of-specific-SIP-INVITE-messages-by-the-SIP-ALG-will-lead-to-an-FPC-crash-CVE-2025-30656?language=en_US"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96463",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-LSP-flap-in-a-specific-MPLS-LSP-scenario-leads-to-RPD-crash-CVE-2025-30653"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96459",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-MX240-MX480-MX960-with-SPC3-An-attacker-sending-specific-packets-will-cause-a-CPU-utilization-DoS-CVE-2025-30649"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96450",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-In-an-EVPN-VXLAN-scenario-specific-ARP-or-NDP-packets-cause-FPC-to-crash-CVE-2025-21595"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96464",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-A-local-low-privileged-user-can-access-sensitive-information-CVE-2025-30654"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96453",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-EX2300-EX3400-EX4000-Series-QFX5k-Series-Receipt-of-a-specific-DHCP-packet-causes-FPC-crash-when-DHCP-Option-82-is-enabled-CVE-2025-30644"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96465",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-A-specific-CLI-command-will-cause-a-RPD-crash-when-rib-sharding-and-update-threading-is-enabled-CVE-2025-30655?language=en_US"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96444",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-CTP-View-Multiple-Vulnerabilities-resolved-in-9-2R1-release"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96469",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-SRX-Series-On-devices-with-Anti-Virus-enabled-malicious-server-responses-will-cause-memory-to-leak-ultimately-causing-forwarding-to-stop-CVE-2025-30658?language=en_US"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96448",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-An-unauthenticated-adjacent-attacker-sending-a-malformed-DHCP-packet-causes-jdhcpd-to-crash-CVE-2025-21591"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96471",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-MX-Series-Decapsulation-of-specific-GRE-packets-leads-to-PFE-reset-CVE-2025-30660?language=en_US"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96449",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-MX-Series-In-DS-lite-and-NAT-senario-receipt-of-crafted-IPv4-traffic-causes-port-block-CVE-2025-21594"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96455",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-SRX-Series-Transmission-of-specific-control-traffic-sent-out-of-a-DS-Lite-tunnel-results-in-flowd-crash-CVE-2025-30645"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96452",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-SRX-and-EX-Series-MX240-MX480-MX960-QFX5120-Series-When-web-management-is-enabled-for-specific-services-an-attacker-may-cause-a-CPU-spike-by-sending-genuine-packets-to-the-device-CVE-2025-21601"
}
]
}
FKIE_CVE-2022-39253
Vulnerability from fkie_nvd - Published: 2022-10-19 11:15 - Updated: 2024-11-21 07:175.5 (Medium) - CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | http://seclists.org/fulldisclosure/2022/Nov/1 | Mailing List, Third Party Advisory | |
| security-advisories@github.com | http://www.openwall.com/lists/oss-security/2023/02/14/5 | Mailing List, Third Party Advisory | |
| security-advisories@github.com | http://www.openwall.com/lists/oss-security/2024/05/14/2 | ||
| security-advisories@github.com | https://github.com/git/git/security/advisories/GHSA-3wp6-j8xr-qw85 | Mitigation, Third Party Advisory | |
| security-advisories@github.com | https://lists.debian.org/debian-lts-announce/2022/12/msg00025.html | Mailing List, Third Party Advisory | |
| security-advisories@github.com | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/C7B6JPKX5CGGLAHXJVQMIZNNEEB72FHD/ | ||
| security-advisories@github.com | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JMQWGMDLX6KTVWW5JZLVPI7ICAK72TN7/ | ||
| security-advisories@github.com | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/OHNO2FB55CPX47BAXMBWUBGWHO6N6ZZH/ | ||
| security-advisories@github.com | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UKFHE4KVD7EKS5J3KTDFVBEKU3CLXGVV/ | ||
| security-advisories@github.com | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VFYXCTLOSESYIP72BUYD6ECDIMUM4WMB/ | ||
| security-advisories@github.com | https://security.gentoo.org/glsa/202312-15 | ||
| security-advisories@github.com | https://support.apple.com/kb/HT213496 | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | http://seclists.org/fulldisclosure/2022/Nov/1 | Mailing List, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2023/02/14/5 | Mailing List, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2024/05/14/2 | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/git/git/security/advisories/GHSA-3wp6-j8xr-qw85 | Mitigation, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2022/12/msg00025.html | Mailing List, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/C7B6JPKX5CGGLAHXJVQMIZNNEEB72FHD/ | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JMQWGMDLX6KTVWW5JZLVPI7ICAK72TN7/ | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/OHNO2FB55CPX47BAXMBWUBGWHO6N6ZZH/ | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UKFHE4KVD7EKS5J3KTDFVBEKU3CLXGVV/ | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VFYXCTLOSESYIP72BUYD6ECDIMUM4WMB/ | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://security.gentoo.org/glsa/202312-15 | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://support.apple.com/kb/HT213496 | Third Party Advisory |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "28199E8F-36D0-46F8-AF0A-9460390BE56F",
"versionEndExcluding": "2.30.6",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "E095AAE7-18C2-4957-9740-FC804860B9C2",
"versionEndExcluding": "2.31.5",
"versionStartIncluding": "2.31.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "459EE43E-40FB-45BE-A1CC-51435E9F92AD",
"versionEndExcluding": "2.32.4",
"versionStartIncluding": "2.32.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "2CBDDA42-F5EC-4747-BF3C-16683D684702",
"versionEndExcluding": "2.33.5",
"versionStartIncluding": "2.33.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "D7691E22-145E-4D97-A6E0-6515742781B9",
"versionEndExcluding": "2.34.5",
"versionStartIncluding": "2.34.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "E02396C2-BB34-4D18-917E-DA56EA7B58B9",
"versionEndExcluding": "2.35.5",
"versionStartIncluding": "2.35.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "51BEAEEC-9D9D-4CFE-8958-43BFE87DE501",
"versionEndExcluding": "2.36.3",
"versionStartIncluding": "2.36.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "566CF89C-AC39-47D7-B3DE-633B2237F816",
"versionEndExcluding": "2.37.4",
"versionStartIncluding": "2.37.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:2.38.0:*:*:*:*:*:*:*",
"matchCriteriaId": "1AFEECCB-B8DB-4270-A860-C2BA1C7B267C",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*",
"matchCriteriaId": "80E516C0-98A4-4ADE-B69F-66A772E2BAAA",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:fedoraproject:fedora:36:*:*:*:*:*:*:*",
"matchCriteriaId": "5C675112-476C-4D7C-BCB9-A2FB2D0BC9FD",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:fedoraproject:fedora:37:*:*:*:*:*:*:*",
"matchCriteriaId": "E30D0E6F-4AE8-4284-8716-991DFA48CC5D",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:apple:xcode:*:*:*:*:*:*:*:*",
"matchCriteriaId": "CECD39AA-41F4-4638-B59A-C5E928B585C3",
"versionEndExcluding": "14.1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*",
"matchCriteriaId": "07B237A9-69A3-4A9C-9DA0-4E06BD37AE73",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source\u0027s `$GIT_DIR/objects` directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via `--no-hardlinks`). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim\u0027s machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the `--recurse-submodules` option. Git does not create symbolic links in the `$GIT_DIR/objects` directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`."
},
{
"lang": "es",
"value": "Git es un sistema de control de revisiones distribuido, escalable y de c\u00f3digo abierto. Las versiones anteriores a la 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3 y 2.37.4 est\u00e1n sujetas a una exposici\u00f3n de informaci\u00f3n confidencial a un actor malicioso. Cuando es llevado a cabo un clon local (en el que el origen y el destino del clon est\u00e1n en el mismo volumen), Git copia el contenido del directorio \"$GIT_DIR/objects\" del origen en el destino creando enlaces duros al contenido del origen o copi\u00e1ndolo (si los enlaces duros est\u00e1n deshabilitados por medio de \"--no-hardlinks\"). Un actor malicioso podr\u00eda convencer a una v\u00edctima de clonar un repositorio con un enlace simb\u00f3lico que apunte a informaci\u00f3n confidencial en la m\u00e1quina de la v\u00edctima. Esto puede hacerse ya sea que la v\u00edctima clone un repositorio malicioso en la misma m\u00e1quina, o haciendo que clone un repositorio malicioso insertado como repositorio desnudo por medio de un subm\u00f3dulo de cualquier fuente, siempre que clone con la opci\u00f3n \"--recurse-submodules\". Git no crea enlaces simb\u00f3licos en el directorio \"$GIT_DIR/objects\". El problema ha sido parcheado en las versiones publicadas el 18-10-2022, y retrocedido a v2.30.x. Posibles mitigaciones: Evite clonar repositorios no confiables usando la optimizaci\u00f3n \"--local\" cuando est\u00e9 en una m\u00e1quina compartida, ya sea pasando la opci\u00f3n \"--no-local\" a \"git clone\" o clonando desde una URL que use el esquema \"file://\". Alternativamente, evita clonar repositorios de fuentes no confiables con \"--recurse-submodules\" o ejecuta \"git config --global protocol.file.allow user\""
}
],
"id": "CVE-2022-39253",
"lastModified": "2024-11-21T07:17:53.040",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 3.6,
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2022-10-19T11:15:11.227",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://seclists.org/fulldisclosure/2022/Nov/1"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2023/02/14/5"
},
{
"source": "security-advisories@github.com",
"url": "http://www.openwall.com/lists/oss-security/2024/05/14/2"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mitigation",
"Third Party Advisory"
],
"url": "https://github.com/git/git/security/advisories/GHSA-3wp6-j8xr-qw85"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2022/12/msg00025.html"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/C7B6JPKX5CGGLAHXJVQMIZNNEEB72FHD/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JMQWGMDLX6KTVWW5JZLVPI7ICAK72TN7/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/OHNO2FB55CPX47BAXMBWUBGWHO6N6ZZH/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UKFHE4KVD7EKS5J3KTDFVBEKU3CLXGVV/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VFYXCTLOSESYIP72BUYD6ECDIMUM4WMB/"
},
{
"source": "security-advisories@github.com",
"url": "https://security.gentoo.org/glsa/202312-15"
},
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://support.apple.com/kb/HT213496"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://seclists.org/fulldisclosure/2022/Nov/1"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2023/02/14/5"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://www.openwall.com/lists/oss-security/2024/05/14/2"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mitigation",
"Third Party Advisory"
],
"url": "https://github.com/git/git/security/advisories/GHSA-3wp6-j8xr-qw85"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2022/12/msg00025.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/C7B6JPKX5CGGLAHXJVQMIZNNEEB72FHD/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JMQWGMDLX6KTVWW5JZLVPI7ICAK72TN7/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/OHNO2FB55CPX47BAXMBWUBGWHO6N6ZZH/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UKFHE4KVD7EKS5J3KTDFVBEKU3CLXGVV/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VFYXCTLOSESYIP72BUYD6ECDIMUM4WMB/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://security.gentoo.org/glsa/202312-15"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://support.apple.com/kb/HT213496"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-200"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-59"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
GSD-2022-39253
Vulnerability from gsd - Updated: 2023-12-13 01:19{
"GSD": {
"alias": "CVE-2022-39253",
"description": "Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source\u0027s `$GIT_DIR/objects` directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via `--no-hardlinks`). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim\u0027s machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the `--recurse-submodules` option. Git does not create symbolic links in the `$GIT_DIR/objects` directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`.",
"id": "GSD-2022-39253",
"references": [
"https://alas.aws.amazon.com/cve/html/CVE-2022-39253.html",
"https://advisories.mageia.org/CVE-2022-39253.html",
"https://www.suse.com/security/cve/CVE-2022-39253.html",
"https://ubuntu.com/security/CVE-2022-39253"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2022-39253"
],
"details": "Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source\u0027s `$GIT_DIR/objects` directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via `--no-hardlinks`). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim\u0027s machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the `--recurse-submodules` option. Git does not create symbolic links in the `$GIT_DIR/objects` directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`.",
"id": "GSD-2022-39253",
"modified": "2023-12-13T01:19:20.624357Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2022-39253",
"STATE": "PUBLIC",
"TITLE": "Git subject to exposure of sensitive information via local clone of symbolic links"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "git",
"version": {
"version_data": [
{
"version_value": "\u003c 2.30.6"
},
{
"version_value": "\u003c 2.31.5"
},
{
"version_value": "\u003c 2.32.4"
},
{
"version_value": "\u003c 2.33.5"
},
{
"version_value": "\u003c 2.34.5"
},
{
"version_value": "\u003c 2.35.5"
},
{
"version_value": "\u003c 2.36.3"
},
{
"version_value": "\u003c 2.37.4"
}
]
}
}
]
},
"vendor_name": "git"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source\u0027s `$GIT_DIR/objects` directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via `--no-hardlinks`). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim\u0027s machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the `--recurse-submodules` option. Git does not create symbolic links in the `$GIT_DIR/objects` directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/git/git/security/advisories/GHSA-3wp6-j8xr-qw85",
"refsource": "CONFIRM",
"url": "https://github.com/git/git/security/advisories/GHSA-3wp6-j8xr-qw85"
},
{
"name": "FEDORA-2022-12790ca71a",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VFYXCTLOSESYIP72BUYD6ECDIMUM4WMB/"
},
{
"name": "FEDORA-2022-8b58806840",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UKFHE4KVD7EKS5J3KTDFVBEKU3CLXGVV/"
},
{
"name": "https://support.apple.com/kb/HT213496",
"refsource": "CONFIRM",
"url": "https://support.apple.com/kb/HT213496"
},
{
"name": "FEDORA-2022-53aadd995f",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OHNO2FB55CPX47BAXMBWUBGWHO6N6ZZH/"
},
{
"name": "20221107 APPLE-SA-2022-11-01-1 Xcode 14.1",
"refsource": "FULLDISC",
"url": "http://seclists.org/fulldisclosure/2022/Nov/1"
},
{
"name": "FEDORA-2022-2c33bba286",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JMQWGMDLX6KTVWW5JZLVPI7ICAK72TN7/"
},
{
"name": "FEDORA-2022-fb088df94c",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/C7B6JPKX5CGGLAHXJVQMIZNNEEB72FHD/"
},
{
"name": "[debian-lts-announce] 20221213 [SECURITY] [DLA 3239-1] git security update",
"refsource": "MLIST",
"url": "https://lists.debian.org/debian-lts-announce/2022/12/msg00025.html"
},
{
"name": "[oss-security] 20230214 [Announce] Git 2.39.2 and friends",
"refsource": "MLIST",
"url": "http://www.openwall.com/lists/oss-security/2023/02/14/5"
},
{
"name": "GLSA-202312-15",
"refsource": "GENTOO",
"url": "https://security.gentoo.org/glsa/202312-15"
}
]
},
"source": {
"advisory": "GHSA-3wp6-j8xr-qw85",
"discovery": "UNKNOWN"
}
},
"nvd.nist.gov": {
"cve": {
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "28199E8F-36D0-46F8-AF0A-9460390BE56F",
"versionEndExcluding": "2.30.6",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "E095AAE7-18C2-4957-9740-FC804860B9C2",
"versionEndExcluding": "2.31.5",
"versionStartIncluding": "2.31.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "459EE43E-40FB-45BE-A1CC-51435E9F92AD",
"versionEndExcluding": "2.32.4",
"versionStartIncluding": "2.32.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "2CBDDA42-F5EC-4747-BF3C-16683D684702",
"versionEndExcluding": "2.33.5",
"versionStartIncluding": "2.33.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "D7691E22-145E-4D97-A6E0-6515742781B9",
"versionEndExcluding": "2.34.5",
"versionStartIncluding": "2.34.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "E02396C2-BB34-4D18-917E-DA56EA7B58B9",
"versionEndExcluding": "2.35.5",
"versionStartIncluding": "2.35.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "51BEAEEC-9D9D-4CFE-8958-43BFE87DE501",
"versionEndExcluding": "2.36.3",
"versionStartIncluding": "2.36.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "566CF89C-AC39-47D7-B3DE-633B2237F816",
"versionEndExcluding": "2.37.4",
"versionStartIncluding": "2.37.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:2.38.0:*:*:*:*:*:*:*",
"matchCriteriaId": "1AFEECCB-B8DB-4270-A860-C2BA1C7B267C",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*",
"matchCriteriaId": "80E516C0-98A4-4ADE-B69F-66A772E2BAAA",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:fedoraproject:fedora:36:*:*:*:*:*:*:*",
"matchCriteriaId": "5C675112-476C-4D7C-BCB9-A2FB2D0BC9FD",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:fedoraproject:fedora:37:*:*:*:*:*:*:*",
"matchCriteriaId": "E30D0E6F-4AE8-4284-8716-991DFA48CC5D",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:apple:xcode:*:*:*:*:*:*:*:*",
"matchCriteriaId": "CECD39AA-41F4-4638-B59A-C5E928B585C3",
"versionEndExcluding": "14.1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*",
"matchCriteriaId": "07B237A9-69A3-4A9C-9DA0-4E06BD37AE73",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source\u0027s `$GIT_DIR/objects` directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via `--no-hardlinks`). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim\u0027s machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the `--recurse-submodules` option. Git does not create symbolic links in the `$GIT_DIR/objects` directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`."
},
{
"lang": "es",
"value": "Git es un sistema de control de revisiones distribuido, escalable y de c\u00f3digo abierto. Las versiones anteriores a la 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3 y 2.37.4 est\u00e1n sujetas a una exposici\u00f3n de informaci\u00f3n confidencial a un actor malicioso. Cuando es llevado a cabo un clon local (en el que el origen y el destino del clon est\u00e1n en el mismo volumen), Git copia el contenido del directorio \"$GIT_DIR/objects\" del origen en el destino creando enlaces duros al contenido del origen o copi\u00e1ndolo (si los enlaces duros est\u00e1n deshabilitados por medio de \"--no-hardlinks\"). Un actor malicioso podr\u00eda convencer a una v\u00edctima de clonar un repositorio con un enlace simb\u00f3lico que apunte a informaci\u00f3n confidencial en la m\u00e1quina de la v\u00edctima. Esto puede hacerse ya sea que la v\u00edctima clone un repositorio malicioso en la misma m\u00e1quina, o haciendo que clone un repositorio malicioso insertado como repositorio desnudo por medio de un subm\u00f3dulo de cualquier fuente, siempre que clone con la opci\u00f3n \"--recurse-submodules\". Git no crea enlaces simb\u00f3licos en el directorio \"$GIT_DIR/objects\". El problema ha sido parcheado en las versiones publicadas el 18-10-2022, y retrocedido a v2.30.x. Posibles mitigaciones: Evite clonar repositorios no confiables usando la optimizaci\u00f3n \"--local\" cuando est\u00e9 en una m\u00e1quina compartida, ya sea pasando la opci\u00f3n \"--no-local\" a \"git clone\" o clonando desde una URL que use el esquema \"file://\". Alternativamente, evita clonar repositorios de fuentes no confiables con \"--recurse-submodules\" o ejecuta \"git config --global protocol.file.allow user\""
}
],
"id": "CVE-2022-39253",
"lastModified": "2023-12-27T10:15:37.640",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 3.6,
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2022-10-19T11:15:11.227",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://seclists.org/fulldisclosure/2022/Nov/1"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2023/02/14/5"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mitigation",
"Third Party Advisory"
],
"url": "https://github.com/git/git/security/advisories/GHSA-3wp6-j8xr-qw85"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2022/12/msg00025.html"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/C7B6JPKX5CGGLAHXJVQMIZNNEEB72FHD/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JMQWGMDLX6KTVWW5JZLVPI7ICAK72TN7/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/OHNO2FB55CPX47BAXMBWUBGWHO6N6ZZH/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UKFHE4KVD7EKS5J3KTDFVBEKU3CLXGVV/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VFYXCTLOSESYIP72BUYD6ECDIMUM4WMB/"
},
{
"source": "security-advisories@github.com",
"url": "https://security.gentoo.org/glsa/202312-15"
},
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://support.apple.com/kb/HT213496"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-59"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-200"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
}
}
}
OPENSUSE-SU-2024:12430-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:docker-compose-2.12.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:docker-compose-2.12.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:docker-compose-2.12.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:docker-compose-2.12.2-1.1.x86_64 | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/o… | self |
| https://www.suse.com/security/cve/CVE-2022-39253/ | self |
| https://www.suse.com/security/cve/CVE-2022-39253 | external |
| https://bugzilla.suse.com/1204455 | external |
| https://bugzilla.suse.com/1204456 | external |
| https://bugzilla.suse.com/1208027 | external |
{
"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": "docker-compose-2.12.2-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the docker-compose-2.12.2-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-12430",
"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_12430-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-39253 page",
"url": "https://www.suse.com/security/cve/CVE-2022-39253/"
}
],
"title": "docker-compose-2.12.2-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:12430-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": "docker-compose-2.12.2-1.1.aarch64",
"product": {
"name": "docker-compose-2.12.2-1.1.aarch64",
"product_id": "docker-compose-2.12.2-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-compose-2.12.2-1.1.ppc64le",
"product": {
"name": "docker-compose-2.12.2-1.1.ppc64le",
"product_id": "docker-compose-2.12.2-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-compose-2.12.2-1.1.s390x",
"product": {
"name": "docker-compose-2.12.2-1.1.s390x",
"product_id": "docker-compose-2.12.2-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-compose-2.12.2-1.1.x86_64",
"product": {
"name": "docker-compose-2.12.2-1.1.x86_64",
"product_id": "docker-compose-2.12.2-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": "docker-compose-2.12.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-compose-2.12.2-1.1.aarch64"
},
"product_reference": "docker-compose-2.12.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-compose-2.12.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-compose-2.12.2-1.1.ppc64le"
},
"product_reference": "docker-compose-2.12.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-compose-2.12.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-compose-2.12.2-1.1.s390x"
},
"product_reference": "docker-compose-2.12.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-compose-2.12.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-compose-2.12.2-1.1.x86_64"
},
"product_reference": "docker-compose-2.12.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-39253",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-39253"
}
],
"notes": [
{
"category": "general",
"text": "Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source\u0027s `$GIT_DIR/objects` directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via `--no-hardlinks`). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim\u0027s machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the `--recurse-submodules` option. Git does not create symbolic links in the `$GIT_DIR/objects` directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:docker-compose-2.12.2-1.1.aarch64",
"openSUSE Tumbleweed:docker-compose-2.12.2-1.1.ppc64le",
"openSUSE Tumbleweed:docker-compose-2.12.2-1.1.s390x",
"openSUSE Tumbleweed:docker-compose-2.12.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-39253",
"url": "https://www.suse.com/security/cve/CVE-2022-39253"
},
{
"category": "external",
"summary": "SUSE Bug 1204455 for CVE-2022-39253",
"url": "https://bugzilla.suse.com/1204455"
},
{
"category": "external",
"summary": "SUSE Bug 1204456 for CVE-2022-39253",
"url": "https://bugzilla.suse.com/1204456"
},
{
"category": "external",
"summary": "SUSE Bug 1208027 for CVE-2022-39253",
"url": "https://bugzilla.suse.com/1208027"
}
],
"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:docker-compose-2.12.2-1.1.aarch64",
"openSUSE Tumbleweed:docker-compose-2.12.2-1.1.ppc64le",
"openSUSE Tumbleweed:docker-compose-2.12.2-1.1.s390x",
"openSUSE Tumbleweed:docker-compose-2.12.2-1.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": [
"openSUSE Tumbleweed:docker-compose-2.12.2-1.1.aarch64",
"openSUSE Tumbleweed:docker-compose-2.12.2-1.1.ppc64le",
"openSUSE Tumbleweed:docker-compose-2.12.2-1.1.s390x",
"openSUSE Tumbleweed:docker-compose-2.12.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-39253"
}
]
}
OPENSUSE-SU-2024:12487-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:git-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-arch-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-arch-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-arch-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-arch-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-core-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-core-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-core-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-core-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-cvs-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-cvs-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-cvs-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-cvs-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-daemon-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-daemon-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-daemon-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-daemon-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-doc-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-doc-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-doc-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-doc-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-email-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-email-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-email-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-email-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-gui-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-gui-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-gui-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-gui-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-p4-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-p4-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-p4-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-p4-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-svn-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-svn-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-svn-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-svn-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-web-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-web-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-web-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-web-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gitk-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gitk-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gitk-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gitk-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-Git-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-Git-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-Git-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-Git-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:git-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-arch-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-arch-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-arch-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-arch-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-core-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-core-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-core-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-core-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-cvs-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-cvs-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-cvs-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-cvs-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-daemon-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-daemon-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-daemon-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-daemon-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-doc-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-doc-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-doc-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-doc-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-email-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-email-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-email-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-email-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-gui-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-gui-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-gui-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-gui-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-p4-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-p4-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-p4-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-p4-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-svn-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-svn-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-svn-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-svn-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-web-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-web-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-web-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-web-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gitk-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gitk-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gitk-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gitk-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-Git-2.38.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-Git-2.38.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-Git-2.38.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-Git-2.38.1-1.1.x86_64 | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/o… | self |
| https://www.suse.com/security/cve/CVE-2022-39253/ | self |
| https://www.suse.com/security/cve/CVE-2022-39260/ | self |
| https://www.suse.com/security/cve/CVE-2022-39253 | external |
| https://bugzilla.suse.com/1204455 | external |
| https://bugzilla.suse.com/1204456 | external |
| https://bugzilla.suse.com/1208027 | external |
| https://www.suse.com/security/cve/CVE-2022-39260 | external |
| https://bugzilla.suse.com/1204456 | external |
{
"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.38.1-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the git-2.38.1-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-12487",
"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_12487-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-39253 page",
"url": "https://www.suse.com/security/cve/CVE-2022-39253/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-39260 page",
"url": "https://www.suse.com/security/cve/CVE-2022-39260/"
}
],
"title": "git-2.38.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:12487-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.38.1-1.1.aarch64",
"product": {
"name": "git-2.38.1-1.1.aarch64",
"product_id": "git-2.38.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-arch-2.38.1-1.1.aarch64",
"product": {
"name": "git-arch-2.38.1-1.1.aarch64",
"product_id": "git-arch-2.38.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-core-2.38.1-1.1.aarch64",
"product": {
"name": "git-core-2.38.1-1.1.aarch64",
"product_id": "git-core-2.38.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-credential-gnome-keyring-2.38.1-1.1.aarch64",
"product": {
"name": "git-credential-gnome-keyring-2.38.1-1.1.aarch64",
"product_id": "git-credential-gnome-keyring-2.38.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-2.38.1-1.1.aarch64",
"product": {
"name": "git-credential-libsecret-2.38.1-1.1.aarch64",
"product_id": "git-credential-libsecret-2.38.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-cvs-2.38.1-1.1.aarch64",
"product": {
"name": "git-cvs-2.38.1-1.1.aarch64",
"product_id": "git-cvs-2.38.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-daemon-2.38.1-1.1.aarch64",
"product": {
"name": "git-daemon-2.38.1-1.1.aarch64",
"product_id": "git-daemon-2.38.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-doc-2.38.1-1.1.aarch64",
"product": {
"name": "git-doc-2.38.1-1.1.aarch64",
"product_id": "git-doc-2.38.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-email-2.38.1-1.1.aarch64",
"product": {
"name": "git-email-2.38.1-1.1.aarch64",
"product_id": "git-email-2.38.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-gui-2.38.1-1.1.aarch64",
"product": {
"name": "git-gui-2.38.1-1.1.aarch64",
"product_id": "git-gui-2.38.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-p4-2.38.1-1.1.aarch64",
"product": {
"name": "git-p4-2.38.1-1.1.aarch64",
"product_id": "git-p4-2.38.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-svn-2.38.1-1.1.aarch64",
"product": {
"name": "git-svn-2.38.1-1.1.aarch64",
"product_id": "git-svn-2.38.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-web-2.38.1-1.1.aarch64",
"product": {
"name": "git-web-2.38.1-1.1.aarch64",
"product_id": "git-web-2.38.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "gitk-2.38.1-1.1.aarch64",
"product": {
"name": "gitk-2.38.1-1.1.aarch64",
"product_id": "gitk-2.38.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "perl-Git-2.38.1-1.1.aarch64",
"product": {
"name": "perl-Git-2.38.1-1.1.aarch64",
"product_id": "perl-Git-2.38.1-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-2.38.1-1.1.ppc64le",
"product": {
"name": "git-2.38.1-1.1.ppc64le",
"product_id": "git-2.38.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-arch-2.38.1-1.1.ppc64le",
"product": {
"name": "git-arch-2.38.1-1.1.ppc64le",
"product_id": "git-arch-2.38.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-core-2.38.1-1.1.ppc64le",
"product": {
"name": "git-core-2.38.1-1.1.ppc64le",
"product_id": "git-core-2.38.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-credential-gnome-keyring-2.38.1-1.1.ppc64le",
"product": {
"name": "git-credential-gnome-keyring-2.38.1-1.1.ppc64le",
"product_id": "git-credential-gnome-keyring-2.38.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-2.38.1-1.1.ppc64le",
"product": {
"name": "git-credential-libsecret-2.38.1-1.1.ppc64le",
"product_id": "git-credential-libsecret-2.38.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-cvs-2.38.1-1.1.ppc64le",
"product": {
"name": "git-cvs-2.38.1-1.1.ppc64le",
"product_id": "git-cvs-2.38.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-daemon-2.38.1-1.1.ppc64le",
"product": {
"name": "git-daemon-2.38.1-1.1.ppc64le",
"product_id": "git-daemon-2.38.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-doc-2.38.1-1.1.ppc64le",
"product": {
"name": "git-doc-2.38.1-1.1.ppc64le",
"product_id": "git-doc-2.38.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-email-2.38.1-1.1.ppc64le",
"product": {
"name": "git-email-2.38.1-1.1.ppc64le",
"product_id": "git-email-2.38.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-gui-2.38.1-1.1.ppc64le",
"product": {
"name": "git-gui-2.38.1-1.1.ppc64le",
"product_id": "git-gui-2.38.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-p4-2.38.1-1.1.ppc64le",
"product": {
"name": "git-p4-2.38.1-1.1.ppc64le",
"product_id": "git-p4-2.38.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-svn-2.38.1-1.1.ppc64le",
"product": {
"name": "git-svn-2.38.1-1.1.ppc64le",
"product_id": "git-svn-2.38.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-web-2.38.1-1.1.ppc64le",
"product": {
"name": "git-web-2.38.1-1.1.ppc64le",
"product_id": "git-web-2.38.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gitk-2.38.1-1.1.ppc64le",
"product": {
"name": "gitk-2.38.1-1.1.ppc64le",
"product_id": "gitk-2.38.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "perl-Git-2.38.1-1.1.ppc64le",
"product": {
"name": "perl-Git-2.38.1-1.1.ppc64le",
"product_id": "perl-Git-2.38.1-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-2.38.1-1.1.s390x",
"product": {
"name": "git-2.38.1-1.1.s390x",
"product_id": "git-2.38.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "git-arch-2.38.1-1.1.s390x",
"product": {
"name": "git-arch-2.38.1-1.1.s390x",
"product_id": "git-arch-2.38.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "git-core-2.38.1-1.1.s390x",
"product": {
"name": "git-core-2.38.1-1.1.s390x",
"product_id": "git-core-2.38.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "git-credential-gnome-keyring-2.38.1-1.1.s390x",
"product": {
"name": "git-credential-gnome-keyring-2.38.1-1.1.s390x",
"product_id": "git-credential-gnome-keyring-2.38.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-2.38.1-1.1.s390x",
"product": {
"name": "git-credential-libsecret-2.38.1-1.1.s390x",
"product_id": "git-credential-libsecret-2.38.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "git-cvs-2.38.1-1.1.s390x",
"product": {
"name": "git-cvs-2.38.1-1.1.s390x",
"product_id": "git-cvs-2.38.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "git-daemon-2.38.1-1.1.s390x",
"product": {
"name": "git-daemon-2.38.1-1.1.s390x",
"product_id": "git-daemon-2.38.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "git-doc-2.38.1-1.1.s390x",
"product": {
"name": "git-doc-2.38.1-1.1.s390x",
"product_id": "git-doc-2.38.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "git-email-2.38.1-1.1.s390x",
"product": {
"name": "git-email-2.38.1-1.1.s390x",
"product_id": "git-email-2.38.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "git-gui-2.38.1-1.1.s390x",
"product": {
"name": "git-gui-2.38.1-1.1.s390x",
"product_id": "git-gui-2.38.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "git-p4-2.38.1-1.1.s390x",
"product": {
"name": "git-p4-2.38.1-1.1.s390x",
"product_id": "git-p4-2.38.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "git-svn-2.38.1-1.1.s390x",
"product": {
"name": "git-svn-2.38.1-1.1.s390x",
"product_id": "git-svn-2.38.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "git-web-2.38.1-1.1.s390x",
"product": {
"name": "git-web-2.38.1-1.1.s390x",
"product_id": "git-web-2.38.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "gitk-2.38.1-1.1.s390x",
"product": {
"name": "gitk-2.38.1-1.1.s390x",
"product_id": "gitk-2.38.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "perl-Git-2.38.1-1.1.s390x",
"product": {
"name": "perl-Git-2.38.1-1.1.s390x",
"product_id": "perl-Git-2.38.1-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "git-2.38.1-1.1.x86_64",
"product": {
"name": "git-2.38.1-1.1.x86_64",
"product_id": "git-2.38.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-arch-2.38.1-1.1.x86_64",
"product": {
"name": "git-arch-2.38.1-1.1.x86_64",
"product_id": "git-arch-2.38.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-core-2.38.1-1.1.x86_64",
"product": {
"name": "git-core-2.38.1-1.1.x86_64",
"product_id": "git-core-2.38.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-credential-gnome-keyring-2.38.1-1.1.x86_64",
"product": {
"name": "git-credential-gnome-keyring-2.38.1-1.1.x86_64",
"product_id": "git-credential-gnome-keyring-2.38.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-2.38.1-1.1.x86_64",
"product": {
"name": "git-credential-libsecret-2.38.1-1.1.x86_64",
"product_id": "git-credential-libsecret-2.38.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-cvs-2.38.1-1.1.x86_64",
"product": {
"name": "git-cvs-2.38.1-1.1.x86_64",
"product_id": "git-cvs-2.38.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-daemon-2.38.1-1.1.x86_64",
"product": {
"name": "git-daemon-2.38.1-1.1.x86_64",
"product_id": "git-daemon-2.38.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-doc-2.38.1-1.1.x86_64",
"product": {
"name": "git-doc-2.38.1-1.1.x86_64",
"product_id": "git-doc-2.38.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-email-2.38.1-1.1.x86_64",
"product": {
"name": "git-email-2.38.1-1.1.x86_64",
"product_id": "git-email-2.38.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-gui-2.38.1-1.1.x86_64",
"product": {
"name": "git-gui-2.38.1-1.1.x86_64",
"product_id": "git-gui-2.38.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-p4-2.38.1-1.1.x86_64",
"product": {
"name": "git-p4-2.38.1-1.1.x86_64",
"product_id": "git-p4-2.38.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-svn-2.38.1-1.1.x86_64",
"product": {
"name": "git-svn-2.38.1-1.1.x86_64",
"product_id": "git-svn-2.38.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-web-2.38.1-1.1.x86_64",
"product": {
"name": "git-web-2.38.1-1.1.x86_64",
"product_id": "git-web-2.38.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "gitk-2.38.1-1.1.x86_64",
"product": {
"name": "gitk-2.38.1-1.1.x86_64",
"product_id": "gitk-2.38.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-Git-2.38.1-1.1.x86_64",
"product": {
"name": "perl-Git-2.38.1-1.1.x86_64",
"product_id": "perl-Git-2.38.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.38.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-2.38.1-1.1.aarch64"
},
"product_reference": "git-2.38.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.38.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-2.38.1-1.1.ppc64le"
},
"product_reference": "git-2.38.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.38.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-2.38.1-1.1.s390x"
},
"product_reference": "git-2.38.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.38.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-2.38.1-1.1.x86_64"
},
"product_reference": "git-2.38.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.38.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-arch-2.38.1-1.1.aarch64"
},
"product_reference": "git-arch-2.38.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.38.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-arch-2.38.1-1.1.ppc64le"
},
"product_reference": "git-arch-2.38.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.38.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-arch-2.38.1-1.1.s390x"
},
"product_reference": "git-arch-2.38.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.38.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-arch-2.38.1-1.1.x86_64"
},
"product_reference": "git-arch-2.38.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.38.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-core-2.38.1-1.1.aarch64"
},
"product_reference": "git-core-2.38.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.38.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-core-2.38.1-1.1.ppc64le"
},
"product_reference": "git-core-2.38.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.38.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-core-2.38.1-1.1.s390x"
},
"product_reference": "git-core-2.38.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.38.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-core-2.38.1-1.1.x86_64"
},
"product_reference": "git-core-2.38.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-gnome-keyring-2.38.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.aarch64"
},
"product_reference": "git-credential-gnome-keyring-2.38.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-gnome-keyring-2.38.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.ppc64le"
},
"product_reference": "git-credential-gnome-keyring-2.38.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-gnome-keyring-2.38.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.s390x"
},
"product_reference": "git-credential-gnome-keyring-2.38.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-gnome-keyring-2.38.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.x86_64"
},
"product_reference": "git-credential-gnome-keyring-2.38.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-2.38.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.aarch64"
},
"product_reference": "git-credential-libsecret-2.38.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-2.38.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.ppc64le"
},
"product_reference": "git-credential-libsecret-2.38.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-2.38.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.s390x"
},
"product_reference": "git-credential-libsecret-2.38.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-2.38.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.x86_64"
},
"product_reference": "git-credential-libsecret-2.38.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.38.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-cvs-2.38.1-1.1.aarch64"
},
"product_reference": "git-cvs-2.38.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.38.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-cvs-2.38.1-1.1.ppc64le"
},
"product_reference": "git-cvs-2.38.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.38.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-cvs-2.38.1-1.1.s390x"
},
"product_reference": "git-cvs-2.38.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.38.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-cvs-2.38.1-1.1.x86_64"
},
"product_reference": "git-cvs-2.38.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.38.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-daemon-2.38.1-1.1.aarch64"
},
"product_reference": "git-daemon-2.38.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.38.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-daemon-2.38.1-1.1.ppc64le"
},
"product_reference": "git-daemon-2.38.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.38.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-daemon-2.38.1-1.1.s390x"
},
"product_reference": "git-daemon-2.38.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.38.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-daemon-2.38.1-1.1.x86_64"
},
"product_reference": "git-daemon-2.38.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-doc-2.38.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-doc-2.38.1-1.1.aarch64"
},
"product_reference": "git-doc-2.38.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-doc-2.38.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-doc-2.38.1-1.1.ppc64le"
},
"product_reference": "git-doc-2.38.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-doc-2.38.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-doc-2.38.1-1.1.s390x"
},
"product_reference": "git-doc-2.38.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-doc-2.38.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-doc-2.38.1-1.1.x86_64"
},
"product_reference": "git-doc-2.38.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.38.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-email-2.38.1-1.1.aarch64"
},
"product_reference": "git-email-2.38.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.38.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-email-2.38.1-1.1.ppc64le"
},
"product_reference": "git-email-2.38.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.38.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-email-2.38.1-1.1.s390x"
},
"product_reference": "git-email-2.38.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.38.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-email-2.38.1-1.1.x86_64"
},
"product_reference": "git-email-2.38.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.38.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-gui-2.38.1-1.1.aarch64"
},
"product_reference": "git-gui-2.38.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.38.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-gui-2.38.1-1.1.ppc64le"
},
"product_reference": "git-gui-2.38.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.38.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-gui-2.38.1-1.1.s390x"
},
"product_reference": "git-gui-2.38.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.38.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-gui-2.38.1-1.1.x86_64"
},
"product_reference": "git-gui-2.38.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-p4-2.38.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-p4-2.38.1-1.1.aarch64"
},
"product_reference": "git-p4-2.38.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-p4-2.38.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-p4-2.38.1-1.1.ppc64le"
},
"product_reference": "git-p4-2.38.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-p4-2.38.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-p4-2.38.1-1.1.s390x"
},
"product_reference": "git-p4-2.38.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-p4-2.38.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-p4-2.38.1-1.1.x86_64"
},
"product_reference": "git-p4-2.38.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.38.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-svn-2.38.1-1.1.aarch64"
},
"product_reference": "git-svn-2.38.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.38.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-svn-2.38.1-1.1.ppc64le"
},
"product_reference": "git-svn-2.38.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.38.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-svn-2.38.1-1.1.s390x"
},
"product_reference": "git-svn-2.38.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.38.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-svn-2.38.1-1.1.x86_64"
},
"product_reference": "git-svn-2.38.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.38.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-web-2.38.1-1.1.aarch64"
},
"product_reference": "git-web-2.38.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.38.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-web-2.38.1-1.1.ppc64le"
},
"product_reference": "git-web-2.38.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.38.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-web-2.38.1-1.1.s390x"
},
"product_reference": "git-web-2.38.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.38.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-web-2.38.1-1.1.x86_64"
},
"product_reference": "git-web-2.38.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.38.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gitk-2.38.1-1.1.aarch64"
},
"product_reference": "gitk-2.38.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.38.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gitk-2.38.1-1.1.ppc64le"
},
"product_reference": "gitk-2.38.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.38.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gitk-2.38.1-1.1.s390x"
},
"product_reference": "gitk-2.38.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.38.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gitk-2.38.1-1.1.x86_64"
},
"product_reference": "gitk-2.38.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.38.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-Git-2.38.1-1.1.aarch64"
},
"product_reference": "perl-Git-2.38.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.38.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-Git-2.38.1-1.1.ppc64le"
},
"product_reference": "perl-Git-2.38.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.38.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-Git-2.38.1-1.1.s390x"
},
"product_reference": "perl-Git-2.38.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.38.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-Git-2.38.1-1.1.x86_64"
},
"product_reference": "perl-Git-2.38.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-39253",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-39253"
}
],
"notes": [
{
"category": "general",
"text": "Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source\u0027s `$GIT_DIR/objects` directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via `--no-hardlinks`). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim\u0027s machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the `--recurse-submodules` option. Git does not create symbolic links in the `$GIT_DIR/objects` directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:git-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-arch-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-arch-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-arch-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-arch-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-core-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-core-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-core-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-core-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-cvs-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-cvs-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-cvs-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-cvs-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-daemon-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-daemon-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-daemon-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-daemon-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-doc-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-doc-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-doc-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-doc-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-email-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-email-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-email-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-email-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-gui-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-gui-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-gui-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-gui-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-p4-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-p4-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-p4-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-p4-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-svn-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-svn-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-svn-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-svn-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-web-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-web-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-web-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-web-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:gitk-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:gitk-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:gitk-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:gitk-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:perl-Git-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:perl-Git-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:perl-Git-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:perl-Git-2.38.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-39253",
"url": "https://www.suse.com/security/cve/CVE-2022-39253"
},
{
"category": "external",
"summary": "SUSE Bug 1204455 for CVE-2022-39253",
"url": "https://bugzilla.suse.com/1204455"
},
{
"category": "external",
"summary": "SUSE Bug 1204456 for CVE-2022-39253",
"url": "https://bugzilla.suse.com/1204456"
},
{
"category": "external",
"summary": "SUSE Bug 1208027 for CVE-2022-39253",
"url": "https://bugzilla.suse.com/1208027"
}
],
"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.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-arch-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-arch-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-arch-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-arch-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-core-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-core-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-core-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-core-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-cvs-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-cvs-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-cvs-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-cvs-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-daemon-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-daemon-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-daemon-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-daemon-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-doc-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-doc-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-doc-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-doc-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-email-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-email-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-email-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-email-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-gui-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-gui-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-gui-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-gui-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-p4-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-p4-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-p4-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-p4-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-svn-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-svn-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-svn-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-svn-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-web-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-web-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-web-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-web-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:gitk-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:gitk-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:gitk-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:gitk-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:perl-Git-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:perl-Git-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:perl-Git-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:perl-Git-2.38.1-1.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": [
"openSUSE Tumbleweed:git-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-arch-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-arch-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-arch-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-arch-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-core-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-core-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-core-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-core-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-cvs-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-cvs-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-cvs-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-cvs-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-daemon-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-daemon-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-daemon-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-daemon-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-doc-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-doc-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-doc-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-doc-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-email-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-email-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-email-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-email-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-gui-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-gui-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-gui-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-gui-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-p4-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-p4-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-p4-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-p4-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-svn-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-svn-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-svn-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-svn-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-web-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-web-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-web-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-web-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:gitk-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:gitk-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:gitk-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:gitk-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:perl-Git-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:perl-Git-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:perl-Git-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:perl-Git-2.38.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-39253"
},
{
"cve": "CVE-2022-39260",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-39260"
}
],
"notes": [
{
"category": "general",
"text": "Git is an open source, scalable, distributed revision control system. `git shell` is a restricted login shell that can be used to implement Git\u0027s push/pull functionality via SSH. In versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4, the function that splits the command arguments into an array improperly uses an `int` to represent the number of entries in the array, allowing a malicious actor to intentionally overflow the return value, leading to arbitrary heap writes. Because the resulting array is then passed to `execv()`, it is possible to leverage this attack to gain remote code execution on a victim machine. Note that a victim must first allow access to `git shell` as a login shell in order to be vulnerable to this attack. This problem is patched in versions 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 and users are advised to upgrade to the latest version. Disabling `git shell` access via remote logins is a viable short-term workaround.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:git-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-arch-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-arch-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-arch-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-arch-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-core-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-core-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-core-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-core-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-cvs-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-cvs-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-cvs-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-cvs-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-daemon-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-daemon-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-daemon-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-daemon-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-doc-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-doc-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-doc-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-doc-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-email-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-email-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-email-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-email-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-gui-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-gui-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-gui-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-gui-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-p4-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-p4-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-p4-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-p4-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-svn-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-svn-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-svn-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-svn-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-web-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-web-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-web-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-web-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:gitk-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:gitk-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:gitk-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:gitk-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:perl-Git-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:perl-Git-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:perl-Git-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:perl-Git-2.38.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-39260",
"url": "https://www.suse.com/security/cve/CVE-2022-39260"
},
{
"category": "external",
"summary": "SUSE Bug 1204456 for CVE-2022-39260",
"url": "https://bugzilla.suse.com/1204456"
}
],
"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.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-arch-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-arch-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-arch-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-arch-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-core-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-core-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-core-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-core-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-cvs-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-cvs-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-cvs-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-cvs-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-daemon-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-daemon-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-daemon-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-daemon-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-doc-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-doc-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-doc-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-doc-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-email-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-email-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-email-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-email-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-gui-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-gui-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-gui-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-gui-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-p4-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-p4-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-p4-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-p4-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-svn-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-svn-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-svn-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-svn-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-web-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-web-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-web-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-web-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:gitk-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:gitk-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:gitk-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:gitk-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:perl-Git-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:perl-Git-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:perl-Git-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:perl-Git-2.38.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:git-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-arch-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-arch-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-arch-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-arch-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-core-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-core-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-core-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-core-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-credential-gnome-keyring-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-credential-libsecret-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-cvs-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-cvs-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-cvs-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-cvs-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-daemon-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-daemon-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-daemon-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-daemon-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-doc-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-doc-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-doc-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-doc-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-email-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-email-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-email-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-email-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-gui-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-gui-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-gui-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-gui-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-p4-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-p4-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-p4-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-p4-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-svn-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-svn-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-svn-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-svn-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:git-web-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:git-web-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:git-web-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:git-web-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:gitk-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:gitk-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:gitk-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:gitk-2.38.1-1.1.x86_64",
"openSUSE Tumbleweed:perl-Git-2.38.1-1.1.aarch64",
"openSUSE Tumbleweed:perl-Git-2.38.1-1.1.ppc64le",
"openSUSE Tumbleweed:perl-Git-2.38.1-1.1.s390x",
"openSUSE Tumbleweed:perl-Git-2.38.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-39260"
}
]
}
OPENSUSE-SU-2024:12851-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:reuse-1.1.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:reuse-1.1.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:reuse-1.1.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:reuse-1.1.2-1.1.x86_64 | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/o… | self |
| https://www.suse.com/security/cve/CVE-2022-39253/ | self |
| https://www.suse.com/security/cve/CVE-2022-39253 | external |
| https://bugzilla.suse.com/1204455 | external |
| https://bugzilla.suse.com/1204456 | external |
| https://bugzilla.suse.com/1208027 | external |
{
"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": "reuse-1.1.2-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the reuse-1.1.2-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-12851",
"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_12851-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-39253 page",
"url": "https://www.suse.com/security/cve/CVE-2022-39253/"
}
],
"title": "reuse-1.1.2-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:12851-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": "reuse-1.1.2-1.1.aarch64",
"product": {
"name": "reuse-1.1.2-1.1.aarch64",
"product_id": "reuse-1.1.2-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "reuse-1.1.2-1.1.ppc64le",
"product": {
"name": "reuse-1.1.2-1.1.ppc64le",
"product_id": "reuse-1.1.2-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "reuse-1.1.2-1.1.s390x",
"product": {
"name": "reuse-1.1.2-1.1.s390x",
"product_id": "reuse-1.1.2-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "reuse-1.1.2-1.1.x86_64",
"product": {
"name": "reuse-1.1.2-1.1.x86_64",
"product_id": "reuse-1.1.2-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": "reuse-1.1.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:reuse-1.1.2-1.1.aarch64"
},
"product_reference": "reuse-1.1.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "reuse-1.1.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:reuse-1.1.2-1.1.ppc64le"
},
"product_reference": "reuse-1.1.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "reuse-1.1.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:reuse-1.1.2-1.1.s390x"
},
"product_reference": "reuse-1.1.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "reuse-1.1.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:reuse-1.1.2-1.1.x86_64"
},
"product_reference": "reuse-1.1.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-39253",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-39253"
}
],
"notes": [
{
"category": "general",
"text": "Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source\u0027s `$GIT_DIR/objects` directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via `--no-hardlinks`). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim\u0027s machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the `--recurse-submodules` option. Git does not create symbolic links in the `$GIT_DIR/objects` directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:reuse-1.1.2-1.1.aarch64",
"openSUSE Tumbleweed:reuse-1.1.2-1.1.ppc64le",
"openSUSE Tumbleweed:reuse-1.1.2-1.1.s390x",
"openSUSE Tumbleweed:reuse-1.1.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-39253",
"url": "https://www.suse.com/security/cve/CVE-2022-39253"
},
{
"category": "external",
"summary": "SUSE Bug 1204455 for CVE-2022-39253",
"url": "https://bugzilla.suse.com/1204455"
},
{
"category": "external",
"summary": "SUSE Bug 1204456 for CVE-2022-39253",
"url": "https://bugzilla.suse.com/1204456"
},
{
"category": "external",
"summary": "SUSE Bug 1208027 for CVE-2022-39253",
"url": "https://bugzilla.suse.com/1208027"
}
],
"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:reuse-1.1.2-1.1.aarch64",
"openSUSE Tumbleweed:reuse-1.1.2-1.1.ppc64le",
"openSUSE Tumbleweed:reuse-1.1.2-1.1.s390x",
"openSUSE Tumbleweed:reuse-1.1.2-1.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": [
"openSUSE Tumbleweed:reuse-1.1.2-1.1.aarch64",
"openSUSE Tumbleweed:reuse-1.1.2-1.1.ppc64le",
"openSUSE Tumbleweed:reuse-1.1.2-1.1.s390x",
"openSUSE Tumbleweed:reuse-1.1.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-39253"
}
]
}
RHSA-2023:2319
Vulnerability from csaf_redhat - Published: 2023-05-09 10:03 - Updated: 2026-02-25 16:24A vulnerability was found in Git. This flaw occurs due to Git not checking the ownership of directories in a local multi-user system when running commands specified in the local repository configuration. This allows the owner of the repository to cause arbitrary commands to be executed by other users who access the repository.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
A vulnerability was found in Git. This flaw occurs due to Git not checking the ownership of directories in a local multi-user system when running commands specified in the local repository configuration. This issue allows the owner of the repository to cause arbitrary commands to be executed by other users who access the repository.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source's `$GIT_DIR/objects` directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via `--no-hardlinks`). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim's machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the `--recurse-submodules` option. Git does not create symbolic links in the `$GIT_DIR/objects` directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
Git is an open source, scalable, distributed revision control system. `git shell` is a restricted login shell that can be used to implement Git's push/pull functionality via SSH. In versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4, the function that splits the command arguments into an array improperly uses an `int` to represent the number of entries in the array, allowing a malicious actor to intentionally overflow the return value, leading to arbitrary heap writes. Because the resulting array is then passed to `execv()`, it is possible to leverage this attack to gain remote code execution on a victim machine. Note that a victim must first allow access to `git shell` as a login shell in order to be vulnerable to this attack. This problem is patched in versions 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 and users are advised to upgrade to the latest version. Disabling `git shell` access via remote logins is a viable short-term workaround.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2023:2319 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://access.redhat.com/documentation/en-us/red… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2073414 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2107439 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2137422 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2137423 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2139379 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2022-24765 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2073414 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-24765 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-24765 | external |
| https://github.com/git-for-windows/git/security/a… | external |
| https://access.redhat.com/security/cve/CVE-2022-29187 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2107439 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-29187 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-29187 | external |
| https://access.redhat.com/security/cve/CVE-2022-39253 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2137422 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-39253 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-39253 | external |
| https://access.redhat.com/security/cve/CVE-2022-39260 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2137423 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-39260 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-39260 | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for git is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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: On multi-user machines Git users might find themselves unexpectedly in a Git worktree (CVE-2022-24765)\n\n* git: Bypass of safe.directory protections (CVE-2022-29187)\n\n* git: exposure of sensitive information to a malicious actor (CVE-2022-39253)\n\n* git: git shell function that splits command arguments can lead to arbitrary heap writes. (CVE-2022-39260)\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.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.2 Release Notes linked from 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-2023:2319",
"url": "https://access.redhat.com/errata/RHSA-2023:2319"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.2_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.2_release_notes/index"
},
{
"category": "external",
"summary": "2073414",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2073414"
},
{
"category": "external",
"summary": "2107439",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107439"
},
{
"category": "external",
"summary": "2137422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2137422"
},
{
"category": "external",
"summary": "2137423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2137423"
},
{
"category": "external",
"summary": "2139379",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139379"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_2319.json"
}
],
"title": "Red Hat Security Advisory: git security and bug fix update",
"tracking": {
"current_release_date": "2026-02-25T16:24:55+00:00",
"generator": {
"date": "2026-02-25T16:24:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2023:2319",
"initial_release_date": "2023-05-09T10:03:04+00:00",
"revision_history": [
{
"date": "2023-05-09T10:03:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-09T10:03:04+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-25T16:24:55+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.2.0.GA",
"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.39.1-1.el9.src",
"product": {
"name": "git-0:2.39.1-1.el9.src",
"product_id": "git-0:2.39.1-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.1-1.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-0:2.39.1-1.el9.aarch64",
"product_id": "git-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-core-0:2.39.1-1.el9.aarch64",
"product_id": "git-core-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"product_id": "git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-daemon-0:2.39.1-1.el9.aarch64",
"product_id": "git-daemon-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-subtree-0:2.39.1-1.el9.aarch64",
"product_id": "git-subtree-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-debugsource-0:2.39.1-1.el9.aarch64",
"product_id": "git-debugsource-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"product_id": "git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"product_id": "git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-debuginfo-0:2.39.1-1.el9.aarch64",
"product_id": "git-debuginfo-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.1-1.el9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-0:2.39.1-1.el9.ppc64le",
"product_id": "git-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-core-0:2.39.1-1.el9.ppc64le",
"product_id": "git-core-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"product_id": "git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-daemon-0:2.39.1-1.el9.ppc64le",
"product_id": "git-daemon-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-subtree-0:2.39.1-1.el9.ppc64le",
"product_id": "git-subtree-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-debugsource-0:2.39.1-1.el9.ppc64le",
"product_id": "git-debugsource-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"product_id": "git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"product_id": "git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-debuginfo-0:2.39.1-1.el9.ppc64le",
"product_id": "git-debuginfo-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.1-1.el9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-0:2.39.1-1.el9.x86_64",
"product_id": "git-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-core-0:2.39.1-1.el9.x86_64",
"product_id": "git-core-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"product_id": "git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-daemon-0:2.39.1-1.el9.x86_64",
"product_id": "git-daemon-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-subtree-0:2.39.1-1.el9.x86_64",
"product_id": "git-subtree-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-debugsource-0:2.39.1-1.el9.x86_64",
"product_id": "git-debugsource-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"product_id": "git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"product_id": "git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-debuginfo-0:2.39.1-1.el9.x86_64",
"product_id": "git-debuginfo-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.1-1.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-0:2.39.1-1.el9.s390x",
"product_id": "git-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-core-0:2.39.1-1.el9.s390x",
"product_id": "git-core-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-credential-libsecret-0:2.39.1-1.el9.s390x",
"product_id": "git-credential-libsecret-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-daemon-0:2.39.1-1.el9.s390x",
"product_id": "git-daemon-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-subtree-0:2.39.1-1.el9.s390x",
"product_id": "git-subtree-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-debugsource-0:2.39.1-1.el9.s390x",
"product_id": "git-debugsource-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-core-debuginfo-0:2.39.1-1.el9.s390x",
"product_id": "git-core-debuginfo-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"product_id": "git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-debuginfo-0:2.39.1-1.el9.s390x",
"product_id": "git-debuginfo-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.1-1.el9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "git-all-0:2.39.1-1.el9.noarch",
"product": {
"name": "git-all-0:2.39.1-1.el9.noarch",
"product_id": "git-all-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-all@2.39.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-core-doc-0:2.39.1-1.el9.noarch",
"product": {
"name": "git-core-doc-0:2.39.1-1.el9.noarch",
"product_id": "git-core-doc-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-doc@2.39.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-email-0:2.39.1-1.el9.noarch",
"product": {
"name": "git-email-0:2.39.1-1.el9.noarch",
"product_id": "git-email-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-email@2.39.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-gui-0:2.39.1-1.el9.noarch",
"product": {
"name": "git-gui-0:2.39.1-1.el9.noarch",
"product_id": "git-gui-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-gui@2.39.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-instaweb-0:2.39.1-1.el9.noarch",
"product": {
"name": "git-instaweb-0:2.39.1-1.el9.noarch",
"product_id": "git-instaweb-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-instaweb@2.39.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-svn-0:2.39.1-1.el9.noarch",
"product": {
"name": "git-svn-0:2.39.1-1.el9.noarch",
"product_id": "git-svn-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn@2.39.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitk-0:2.39.1-1.el9.noarch",
"product": {
"name": "gitk-0:2.39.1-1.el9.noarch",
"product_id": "gitk-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitk@2.39.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitweb-0:2.39.1-1.el9.noarch",
"product": {
"name": "gitweb-0:2.39.1-1.el9.noarch",
"product_id": "gitweb-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitweb@2.39.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-0:2.39.1-1.el9.noarch",
"product": {
"name": "perl-Git-0:2.39.1-1.el9.noarch",
"product_id": "perl-Git-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git@2.39.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-SVN-0:2.39.1-1.el9.noarch",
"product": {
"name": "perl-Git-SVN-0:2.39.1-1.el9.noarch",
"product_id": "perl-Git-SVN-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git-SVN@2.39.1-1.el9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.1-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src"
},
"product_reference": "git-0:2.39.1-1.el9.src",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-all-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch"
},
"product_reference": "git-all-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-core-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-core-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-core-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-core-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-core-debuginfo-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-doc-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch"
},
"product_reference": "git-core-doc-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-credential-libsecret-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-daemon-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-daemon-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-daemon-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-daemon-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-debuginfo-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-debuginfo-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-debuginfo-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-debuginfo-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-debugsource-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-debugsource-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-debugsource-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-debugsource-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch"
},
"product_reference": "git-email-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch"
},
"product_reference": "git-gui-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-instaweb-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch"
},
"product_reference": "git-instaweb-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-subtree-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-subtree-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-subtree-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-subtree-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch"
},
"product_reference": "git-svn-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch"
},
"product_reference": "gitk-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitweb-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch"
},
"product_reference": "gitweb-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch"
},
"product_reference": "perl-Git-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-SVN-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
},
"product_reference": "perl-Git-SVN-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-24765",
"cwe": {
"id": "CWE-427",
"name": "Uncontrolled Search Path Element"
},
"discovery_date": "2022-04-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2073414"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This flaw occurs due to Git not checking the ownership of directories in a local multi-user system when running commands specified in the local repository configuration. This allows the owner of the repository to cause arbitrary commands to be executed by other users who access the repository.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: On multi-user machines Git users might find themselves unexpectedly in a Git worktree",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24765"
},
{
"category": "external",
"summary": "RHBZ#2073414",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2073414"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24765",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24765"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24765",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24765"
},
{
"category": "external",
"summary": "https://github.com/git-for-windows/git/security/advisories/GHSA-vw2c-22j4-2fh2",
"url": "https://github.com/git-for-windows/git/security/advisories/GHSA-vw2c-22j4-2fh2"
}
],
"release_date": "2022-04-12T10:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T10:03:04+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.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2319"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "git: On multi-user machines Git users might find themselves unexpectedly in a Git worktree"
},
{
"cve": "CVE-2022-29187",
"cwe": {
"id": "CWE-283",
"name": "Unverified Ownership"
},
"discovery_date": "2022-07-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107439"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This flaw occurs due to Git not checking the ownership of directories in a local multi-user system when running commands specified in the local repository configuration. This issue allows the owner of the repository to cause arbitrary commands to be executed by other users who access the repository.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: Bypass of safe.directory protections",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw occurs due to an incomplete fix of CVE-2022-24765.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-29187"
},
{
"category": "external",
"summary": "RHBZ#2107439",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107439"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-29187",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29187"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-29187",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29187"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T10:03:04+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.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2319"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "git: Bypass of safe.directory protections"
},
{
"cve": "CVE-2022-39253",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2022-10-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2137422"
}
],
"notes": [
{
"category": "description",
"text": "Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source\u0027s `$GIT_DIR/objects` directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via `--no-hardlinks`). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim\u0027s machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the `--recurse-submodules` option. Git does not create symbolic links in the `$GIT_DIR/objects` directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: exposure of sensitive information to a malicious actor",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-39253"
},
{
"category": "external",
"summary": "RHBZ#2137422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2137422"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-39253",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39253"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-39253",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-39253"
}
],
"release_date": "2022-10-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T10:03:04+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.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2319"
},
{
"category": "workaround",
"details": "Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`.",
"product_ids": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "git: exposure of sensitive information to a malicious actor"
},
{
"cve": "CVE-2022-39260",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2022-10-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2137423"
}
],
"notes": [
{
"category": "description",
"text": "Git is an open source, scalable, distributed revision control system. `git shell` is a restricted login shell that can be used to implement Git\u0027s push/pull functionality via SSH. In versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4, the function that splits the command arguments into an array improperly uses an `int` to represent the number of entries in the array, allowing a malicious actor to intentionally overflow the return value, leading to arbitrary heap writes. Because the resulting array is then passed to `execv()`, it is possible to leverage this attack to gain remote code execution on a victim machine. Note that a victim must first allow access to `git shell` as a login shell in order to be vulnerable to this attack. This problem is patched in versions 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 and users are advised to upgrade to the latest version. Disabling `git shell` access via remote logins is a viable short-term workaround.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: git shell function that splits command arguments can lead to arbitrary heap writes.",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-39260"
},
{
"category": "external",
"summary": "RHBZ#2137423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2137423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-39260",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39260"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-39260",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-39260"
}
],
"release_date": "2022-10-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T10:03:04+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.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2319"
},
{
"category": "workaround",
"details": "Disabling `git shell` access via remote logins is a viable short-term workaround.",
"product_ids": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "git: git shell function that splits command arguments can lead to arbitrary heap writes."
}
]
}
RHSA-2023:2859
Vulnerability from csaf_redhat - Published: 2023-05-16 08:32 - Updated: 2026-02-25 16:24A vulnerability was found in Git. This flaw occurs due to Git not checking the ownership of directories in a local multi-user system when running commands specified in the local repository configuration. This allows the owner of the repository to cause arbitrary commands to be executed by other users who access the repository.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
|
A vulnerability was found in Git. This flaw occurs due to Git not checking the ownership of directories in a local multi-user system when running commands specified in the local repository configuration. This issue allows the owner of the repository to cause arbitrary commands to be executed by other users who access the repository.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
|
Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source's `$GIT_DIR/objects` directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via `--no-hardlinks`). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim's machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the `--recurse-submodules` option. Git does not create symbolic links in the `$GIT_DIR/objects` directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
Git is an open source, scalable, distributed revision control system. `git shell` is a restricted login shell that can be used to implement Git's push/pull functionality via SSH. In versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4, the function that splits the command arguments into an array improperly uses an `int` to represent the number of entries in the array, allowing a malicious actor to intentionally overflow the return value, leading to arbitrary heap writes. Because the resulting array is then passed to `execv()`, it is possible to leverage this attack to gain remote code execution on a victim machine. Note that a victim must first allow access to `git shell` as a login shell in order to be vulnerable to this attack. This problem is patched in versions 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 and users are advised to upgrade to the latest version. Disabling `git shell` access via remote logins is a viable short-term workaround.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2023:2859 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://access.redhat.com/documentation/en-us/red… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2073414 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2107439 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2137422 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2137423 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2139378 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2022-24765 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2073414 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-24765 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-24765 | external |
| https://github.com/git-for-windows/git/security/a… | external |
| https://access.redhat.com/security/cve/CVE-2022-29187 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2107439 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-29187 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-29187 | external |
| https://access.redhat.com/security/cve/CVE-2022-39253 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2137422 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-39253 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-39253 | external |
| https://access.redhat.com/security/cve/CVE-2022-39260 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2137423 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-39260 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-39260 | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for git is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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: On multi-user machines Git users might find themselves unexpectedly in a Git worktree (CVE-2022-24765)\n\n* git: Bypass of safe.directory protections (CVE-2022-29187)\n\n* git: exposure of sensitive information to a malicious actor (CVE-2022-39253)\n\n* git: git shell function that splits command arguments can lead to arbitrary heap writes. (CVE-2022-39260)\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.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.8 Release Notes linked from 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-2023:2859",
"url": "https://access.redhat.com/errata/RHSA-2023:2859"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.8_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.8_release_notes/index"
},
{
"category": "external",
"summary": "2073414",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2073414"
},
{
"category": "external",
"summary": "2107439",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107439"
},
{
"category": "external",
"summary": "2137422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2137422"
},
{
"category": "external",
"summary": "2137423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2137423"
},
{
"category": "external",
"summary": "2139378",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139378"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_2859.json"
}
],
"title": "Red Hat Security Advisory: git security and bug fix update",
"tracking": {
"current_release_date": "2026-02-25T16:24:58+00:00",
"generator": {
"date": "2026-02-25T16:24:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2023:2859",
"initial_release_date": "2023-05-16T08:32:51+00:00",
"revision_history": [
{
"date": "2023-05-16T08:32:51+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-16T08:32:51+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-25T16:24:58+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.8.0.GA",
"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.39.1-1.el8.src",
"product": {
"name": "git-0:2.39.1-1.el8.src",
"product_id": "git-0:2.39.1-1.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.1-1.el8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.1-1.el8.aarch64",
"product": {
"name": "git-0:2.39.1-1.el8.aarch64",
"product_id": "git-0:2.39.1-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.1-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.1-1.el8.aarch64",
"product": {
"name": "git-core-0:2.39.1-1.el8.aarch64",
"product_id": "git-core-0:2.39.1-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.1-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"product": {
"name": "git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"product_id": "git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.1-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.1-1.el8.aarch64",
"product": {
"name": "git-daemon-0:2.39.1-1.el8.aarch64",
"product_id": "git-daemon-0:2.39.1-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.1-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.1-1.el8.aarch64",
"product": {
"name": "git-subtree-0:2.39.1-1.el8.aarch64",
"product_id": "git-subtree-0:2.39.1-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.1-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.1-1.el8.aarch64",
"product": {
"name": "git-debugsource-0:2.39.1-1.el8.aarch64",
"product_id": "git-debugsource-0:2.39.1-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.1-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"product": {
"name": "git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"product_id": "git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.1-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.1-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"product": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"product_id": "git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.1-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.1-1.el8.aarch64",
"product": {
"name": "git-debuginfo-0:2.39.1-1.el8.aarch64",
"product_id": "git-debuginfo-0:2.39.1-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.1-1.el8?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.1-1.el8.ppc64le",
"product": {
"name": "git-0:2.39.1-1.el8.ppc64le",
"product_id": "git-0:2.39.1-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.1-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.1-1.el8.ppc64le",
"product": {
"name": "git-core-0:2.39.1-1.el8.ppc64le",
"product_id": "git-core-0:2.39.1-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.1-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"product": {
"name": "git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"product_id": "git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.1-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.1-1.el8.ppc64le",
"product": {
"name": "git-daemon-0:2.39.1-1.el8.ppc64le",
"product_id": "git-daemon-0:2.39.1-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.1-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.1-1.el8.ppc64le",
"product": {
"name": "git-subtree-0:2.39.1-1.el8.ppc64le",
"product_id": "git-subtree-0:2.39.1-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.1-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.1-1.el8.ppc64le",
"product": {
"name": "git-debugsource-0:2.39.1-1.el8.ppc64le",
"product_id": "git-debugsource-0:2.39.1-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.1-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"product": {
"name": "git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"product_id": "git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.1-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.1-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"product": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"product_id": "git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.1-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.1-1.el8.ppc64le",
"product": {
"name": "git-debuginfo-0:2.39.1-1.el8.ppc64le",
"product_id": "git-debuginfo-0:2.39.1-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.1-1.el8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.1-1.el8.x86_64",
"product": {
"name": "git-0:2.39.1-1.el8.x86_64",
"product_id": "git-0:2.39.1-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.1-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.1-1.el8.x86_64",
"product": {
"name": "git-core-0:2.39.1-1.el8.x86_64",
"product_id": "git-core-0:2.39.1-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.1-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"product": {
"name": "git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"product_id": "git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.1-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.1-1.el8.x86_64",
"product": {
"name": "git-daemon-0:2.39.1-1.el8.x86_64",
"product_id": "git-daemon-0:2.39.1-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.1-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.1-1.el8.x86_64",
"product": {
"name": "git-subtree-0:2.39.1-1.el8.x86_64",
"product_id": "git-subtree-0:2.39.1-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.1-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.1-1.el8.x86_64",
"product": {
"name": "git-debugsource-0:2.39.1-1.el8.x86_64",
"product_id": "git-debugsource-0:2.39.1-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.1-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"product": {
"name": "git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"product_id": "git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.1-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.1-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"product": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"product_id": "git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.1-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.1-1.el8.x86_64",
"product": {
"name": "git-debuginfo-0:2.39.1-1.el8.x86_64",
"product_id": "git-debuginfo-0:2.39.1-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.1-1.el8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.1-1.el8.s390x",
"product": {
"name": "git-0:2.39.1-1.el8.s390x",
"product_id": "git-0:2.39.1-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.1-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.1-1.el8.s390x",
"product": {
"name": "git-core-0:2.39.1-1.el8.s390x",
"product_id": "git-core-0:2.39.1-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.1-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.1-1.el8.s390x",
"product": {
"name": "git-credential-libsecret-0:2.39.1-1.el8.s390x",
"product_id": "git-credential-libsecret-0:2.39.1-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.1-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.1-1.el8.s390x",
"product": {
"name": "git-daemon-0:2.39.1-1.el8.s390x",
"product_id": "git-daemon-0:2.39.1-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.1-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.1-1.el8.s390x",
"product": {
"name": "git-subtree-0:2.39.1-1.el8.s390x",
"product_id": "git-subtree-0:2.39.1-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.1-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.1-1.el8.s390x",
"product": {
"name": "git-debugsource-0:2.39.1-1.el8.s390x",
"product_id": "git-debugsource-0:2.39.1-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.1-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.1-1.el8.s390x",
"product": {
"name": "git-core-debuginfo-0:2.39.1-1.el8.s390x",
"product_id": "git-core-debuginfo-0:2.39.1-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.1-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.1-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"product": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"product_id": "git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.1-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.1-1.el8.s390x",
"product": {
"name": "git-debuginfo-0:2.39.1-1.el8.s390x",
"product_id": "git-debuginfo-0:2.39.1-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.1-1.el8?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "git-all-0:2.39.1-1.el8.noarch",
"product": {
"name": "git-all-0:2.39.1-1.el8.noarch",
"product_id": "git-all-0:2.39.1-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-all@2.39.1-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-core-doc-0:2.39.1-1.el8.noarch",
"product": {
"name": "git-core-doc-0:2.39.1-1.el8.noarch",
"product_id": "git-core-doc-0:2.39.1-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-doc@2.39.1-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-email-0:2.39.1-1.el8.noarch",
"product": {
"name": "git-email-0:2.39.1-1.el8.noarch",
"product_id": "git-email-0:2.39.1-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-email@2.39.1-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-gui-0:2.39.1-1.el8.noarch",
"product": {
"name": "git-gui-0:2.39.1-1.el8.noarch",
"product_id": "git-gui-0:2.39.1-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-gui@2.39.1-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-instaweb-0:2.39.1-1.el8.noarch",
"product": {
"name": "git-instaweb-0:2.39.1-1.el8.noarch",
"product_id": "git-instaweb-0:2.39.1-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-instaweb@2.39.1-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-svn-0:2.39.1-1.el8.noarch",
"product": {
"name": "git-svn-0:2.39.1-1.el8.noarch",
"product_id": "git-svn-0:2.39.1-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn@2.39.1-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitk-0:2.39.1-1.el8.noarch",
"product": {
"name": "gitk-0:2.39.1-1.el8.noarch",
"product_id": "gitk-0:2.39.1-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitk@2.39.1-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitweb-0:2.39.1-1.el8.noarch",
"product": {
"name": "gitweb-0:2.39.1-1.el8.noarch",
"product_id": "gitweb-0:2.39.1-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitweb@2.39.1-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-0:2.39.1-1.el8.noarch",
"product": {
"name": "perl-Git-0:2.39.1-1.el8.noarch",
"product_id": "perl-Git-0:2.39.1-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git@2.39.1-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-SVN-0:2.39.1-1.el8.noarch",
"product": {
"name": "perl-Git-SVN-0:2.39.1-1.el8.noarch",
"product_id": "perl-Git-SVN-0:2.39.1-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git-SVN@2.39.1-1.el8?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.1-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64"
},
"product_reference": "git-0:2.39.1-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.1-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le"
},
"product_reference": "git-0:2.39.1-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.1-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x"
},
"product_reference": "git-0:2.39.1-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.1-1.el8.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src"
},
"product_reference": "git-0:2.39.1-1.el8.src",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.1-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64"
},
"product_reference": "git-0:2.39.1-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-all-0:2.39.1-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch"
},
"product_reference": "git-all-0:2.39.1-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.1-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64"
},
"product_reference": "git-core-0:2.39.1-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.1-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le"
},
"product_reference": "git-core-0:2.39.1-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.1-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x"
},
"product_reference": "git-core-0:2.39.1-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.1-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64"
},
"product_reference": "git-core-0:2.39.1-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.1-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64"
},
"product_reference": "git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.1-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le"
},
"product_reference": "git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.1-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x"
},
"product_reference": "git-core-debuginfo-0:2.39.1-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.1-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64"
},
"product_reference": "git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-doc-0:2.39.1-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch"
},
"product_reference": "git-core-doc-0:2.39.1-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.1-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64"
},
"product_reference": "git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.1-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le"
},
"product_reference": "git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.1-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x"
},
"product_reference": "git-credential-libsecret-0:2.39.1-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.1-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64"
},
"product_reference": "git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.1-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64"
},
"product_reference": "git-daemon-0:2.39.1-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.1-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le"
},
"product_reference": "git-daemon-0:2.39.1-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.1-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x"
},
"product_reference": "git-daemon-0:2.39.1-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.1-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64"
},
"product_reference": "git-daemon-0:2.39.1-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64"
},
"product_reference": "git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le"
},
"product_reference": "git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x"
},
"product_reference": "git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64"
},
"product_reference": "git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.1-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64"
},
"product_reference": "git-debuginfo-0:2.39.1-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.1-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le"
},
"product_reference": "git-debuginfo-0:2.39.1-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.1-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x"
},
"product_reference": "git-debuginfo-0:2.39.1-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.1-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64"
},
"product_reference": "git-debuginfo-0:2.39.1-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.1-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64"
},
"product_reference": "git-debugsource-0:2.39.1-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.1-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le"
},
"product_reference": "git-debugsource-0:2.39.1-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.1-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x"
},
"product_reference": "git-debugsource-0:2.39.1-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.1-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64"
},
"product_reference": "git-debugsource-0:2.39.1-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-0:2.39.1-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch"
},
"product_reference": "git-email-0:2.39.1-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-0:2.39.1-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch"
},
"product_reference": "git-gui-0:2.39.1-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-instaweb-0:2.39.1-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch"
},
"product_reference": "git-instaweb-0:2.39.1-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.1-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64"
},
"product_reference": "git-subtree-0:2.39.1-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.1-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le"
},
"product_reference": "git-subtree-0:2.39.1-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.1-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x"
},
"product_reference": "git-subtree-0:2.39.1-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.1-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64"
},
"product_reference": "git-subtree-0:2.39.1-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:2.39.1-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch"
},
"product_reference": "git-svn-0:2.39.1-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-0:2.39.1-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch"
},
"product_reference": "gitk-0:2.39.1-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitweb-0:2.39.1-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch"
},
"product_reference": "gitweb-0:2.39.1-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-0:2.39.1-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch"
},
"product_reference": "perl-Git-0:2.39.1-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-SVN-0:2.39.1-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
},
"product_reference": "perl-Git-SVN-0:2.39.1-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-24765",
"cwe": {
"id": "CWE-427",
"name": "Uncontrolled Search Path Element"
},
"discovery_date": "2022-04-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2073414"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This flaw occurs due to Git not checking the ownership of directories in a local multi-user system when running commands specified in the local repository configuration. This allows the owner of the repository to cause arbitrary commands to be executed by other users who access the repository.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: On multi-user machines Git users might find themselves unexpectedly in a Git worktree",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24765"
},
{
"category": "external",
"summary": "RHBZ#2073414",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2073414"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24765",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24765"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24765",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24765"
},
{
"category": "external",
"summary": "https://github.com/git-for-windows/git/security/advisories/GHSA-vw2c-22j4-2fh2",
"url": "https://github.com/git-for-windows/git/security/advisories/GHSA-vw2c-22j4-2fh2"
}
],
"release_date": "2022-04-12T10:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:32:51+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.8.0.GA:git-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2859"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "git: On multi-user machines Git users might find themselves unexpectedly in a Git worktree"
},
{
"cve": "CVE-2022-29187",
"cwe": {
"id": "CWE-283",
"name": "Unverified Ownership"
},
"discovery_date": "2022-07-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107439"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This flaw occurs due to Git not checking the ownership of directories in a local multi-user system when running commands specified in the local repository configuration. This issue allows the owner of the repository to cause arbitrary commands to be executed by other users who access the repository.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: Bypass of safe.directory protections",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw occurs due to an incomplete fix of CVE-2022-24765.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-29187"
},
{
"category": "external",
"summary": "RHBZ#2107439",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107439"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-29187",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29187"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-29187",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29187"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:32:51+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.8.0.GA:git-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2859"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "git: Bypass of safe.directory protections"
},
{
"cve": "CVE-2022-39253",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2022-10-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2137422"
}
],
"notes": [
{
"category": "description",
"text": "Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source\u0027s `$GIT_DIR/objects` directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via `--no-hardlinks`). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim\u0027s machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the `--recurse-submodules` option. Git does not create symbolic links in the `$GIT_DIR/objects` directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: exposure of sensitive information to a malicious actor",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-39253"
},
{
"category": "external",
"summary": "RHBZ#2137422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2137422"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-39253",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39253"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-39253",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-39253"
}
],
"release_date": "2022-10-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:32:51+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.8.0.GA:git-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2859"
},
{
"category": "workaround",
"details": "Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`.",
"product_ids": [
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "git: exposure of sensitive information to a malicious actor"
},
{
"cve": "CVE-2022-39260",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2022-10-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2137423"
}
],
"notes": [
{
"category": "description",
"text": "Git is an open source, scalable, distributed revision control system. `git shell` is a restricted login shell that can be used to implement Git\u0027s push/pull functionality via SSH. In versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4, the function that splits the command arguments into an array improperly uses an `int` to represent the number of entries in the array, allowing a malicious actor to intentionally overflow the return value, leading to arbitrary heap writes. Because the resulting array is then passed to `execv()`, it is possible to leverage this attack to gain remote code execution on a victim machine. Note that a victim must first allow access to `git shell` as a login shell in order to be vulnerable to this attack. This problem is patched in versions 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 and users are advised to upgrade to the latest version. Disabling `git shell` access via remote logins is a viable short-term workaround.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: git shell function that splits command arguments can lead to arbitrary heap writes.",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-39260"
},
{
"category": "external",
"summary": "RHBZ#2137423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2137423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-39260",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39260"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-39260",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-39260"
}
],
"release_date": "2022-10-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:32:51+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.8.0.GA:git-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2859"
},
{
"category": "workaround",
"details": "Disabling `git shell` access via remote logins is a viable short-term workaround.",
"product_ids": [
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "git: git shell function that splits command arguments can lead to arbitrary heap writes."
}
]
}
RHSA-2023_2319
Vulnerability from csaf_redhat - Published: 2023-05-09 10:03 - Updated: 2024-11-22 21:15A vulnerability was found in Git. This flaw occurs due to Git not checking the ownership of directories in a local multi-user system when running commands specified in the local repository configuration. This allows the owner of the repository to cause arbitrary commands to be executed by other users who access the repository.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
A vulnerability was found in Git. This flaw occurs due to Git not checking the ownership of directories in a local multi-user system when running commands specified in the local repository configuration. This issue allows the owner of the repository to cause arbitrary commands to be executed by other users who access the repository.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
|
Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source's `$GIT_DIR/objects` directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via `--no-hardlinks`). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim's machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the `--recurse-submodules` option. Git does not create symbolic links in the `$GIT_DIR/objects` directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
Git is an open source, scalable, distributed revision control system. `git shell` is a restricted login shell that can be used to implement Git's push/pull functionality via SSH. In versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4, the function that splits the command arguments into an array improperly uses an `int` to represent the number of entries in the array, allowing a malicious actor to intentionally overflow the return value, leading to arbitrary heap writes. Because the resulting array is then passed to `execv()`, it is possible to leverage this attack to gain remote code execution on a victim machine. Note that a victim must first allow access to `git shell` as a login shell in order to be vulnerable to this attack. This problem is patched in versions 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 and users are advised to upgrade to the latest version. Disabling `git shell` access via remote logins is a viable short-term workaround.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2023:2319 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://access.redhat.com/documentation/en-us/red… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2073414 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2107439 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2137422 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2137423 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2139379 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2022-24765 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2073414 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-24765 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-24765 | external |
| https://github.com/git-for-windows/git/security/a… | external |
| https://access.redhat.com/security/cve/CVE-2022-29187 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2107439 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-29187 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-29187 | external |
| https://access.redhat.com/security/cve/CVE-2022-39253 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2137422 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-39253 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-39253 | external |
| https://access.redhat.com/security/cve/CVE-2022-39260 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2137423 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-39260 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-39260 | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for git is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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: On multi-user machines Git users might find themselves unexpectedly in a Git worktree (CVE-2022-24765)\n\n* git: Bypass of safe.directory protections (CVE-2022-29187)\n\n* git: exposure of sensitive information to a malicious actor (CVE-2022-39253)\n\n* git: git shell function that splits command arguments can lead to arbitrary heap writes. (CVE-2022-39260)\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.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.2 Release Notes linked from 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-2023:2319",
"url": "https://access.redhat.com/errata/RHSA-2023:2319"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.2_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.2_release_notes/index"
},
{
"category": "external",
"summary": "2073414",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2073414"
},
{
"category": "external",
"summary": "2107439",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107439"
},
{
"category": "external",
"summary": "2137422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2137422"
},
{
"category": "external",
"summary": "2137423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2137423"
},
{
"category": "external",
"summary": "2139379",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139379"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_2319.json"
}
],
"title": "Red Hat Security Advisory: git security and bug fix update",
"tracking": {
"current_release_date": "2024-11-22T21:15:27+00:00",
"generator": {
"date": "2024-11-22T21:15:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2023:2319",
"initial_release_date": "2023-05-09T10:03:04+00:00",
"revision_history": [
{
"date": "2023-05-09T10:03:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-09T10:03:04+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-22T21:15:27+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA",
"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.39.1-1.el9.src",
"product": {
"name": "git-0:2.39.1-1.el9.src",
"product_id": "git-0:2.39.1-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.1-1.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-0:2.39.1-1.el9.aarch64",
"product_id": "git-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-core-0:2.39.1-1.el9.aarch64",
"product_id": "git-core-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"product_id": "git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-daemon-0:2.39.1-1.el9.aarch64",
"product_id": "git-daemon-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-subtree-0:2.39.1-1.el9.aarch64",
"product_id": "git-subtree-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-debugsource-0:2.39.1-1.el9.aarch64",
"product_id": "git-debugsource-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"product_id": "git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"product_id": "git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-debuginfo-0:2.39.1-1.el9.aarch64",
"product_id": "git-debuginfo-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.1-1.el9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-0:2.39.1-1.el9.ppc64le",
"product_id": "git-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-core-0:2.39.1-1.el9.ppc64le",
"product_id": "git-core-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"product_id": "git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-daemon-0:2.39.1-1.el9.ppc64le",
"product_id": "git-daemon-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-subtree-0:2.39.1-1.el9.ppc64le",
"product_id": "git-subtree-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-debugsource-0:2.39.1-1.el9.ppc64le",
"product_id": "git-debugsource-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"product_id": "git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"product_id": "git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-debuginfo-0:2.39.1-1.el9.ppc64le",
"product_id": "git-debuginfo-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.1-1.el9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-0:2.39.1-1.el9.x86_64",
"product_id": "git-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-core-0:2.39.1-1.el9.x86_64",
"product_id": "git-core-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"product_id": "git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-daemon-0:2.39.1-1.el9.x86_64",
"product_id": "git-daemon-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-subtree-0:2.39.1-1.el9.x86_64",
"product_id": "git-subtree-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-debugsource-0:2.39.1-1.el9.x86_64",
"product_id": "git-debugsource-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"product_id": "git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"product_id": "git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-debuginfo-0:2.39.1-1.el9.x86_64",
"product_id": "git-debuginfo-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.1-1.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-0:2.39.1-1.el9.s390x",
"product_id": "git-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-core-0:2.39.1-1.el9.s390x",
"product_id": "git-core-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-credential-libsecret-0:2.39.1-1.el9.s390x",
"product_id": "git-credential-libsecret-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-daemon-0:2.39.1-1.el9.s390x",
"product_id": "git-daemon-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-subtree-0:2.39.1-1.el9.s390x",
"product_id": "git-subtree-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-debugsource-0:2.39.1-1.el9.s390x",
"product_id": "git-debugsource-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-core-debuginfo-0:2.39.1-1.el9.s390x",
"product_id": "git-core-debuginfo-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"product_id": "git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-debuginfo-0:2.39.1-1.el9.s390x",
"product_id": "git-debuginfo-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.1-1.el9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "git-all-0:2.39.1-1.el9.noarch",
"product": {
"name": "git-all-0:2.39.1-1.el9.noarch",
"product_id": "git-all-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-all@2.39.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-core-doc-0:2.39.1-1.el9.noarch",
"product": {
"name": "git-core-doc-0:2.39.1-1.el9.noarch",
"product_id": "git-core-doc-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-doc@2.39.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-email-0:2.39.1-1.el9.noarch",
"product": {
"name": "git-email-0:2.39.1-1.el9.noarch",
"product_id": "git-email-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-email@2.39.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-gui-0:2.39.1-1.el9.noarch",
"product": {
"name": "git-gui-0:2.39.1-1.el9.noarch",
"product_id": "git-gui-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-gui@2.39.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-instaweb-0:2.39.1-1.el9.noarch",
"product": {
"name": "git-instaweb-0:2.39.1-1.el9.noarch",
"product_id": "git-instaweb-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-instaweb@2.39.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-svn-0:2.39.1-1.el9.noarch",
"product": {
"name": "git-svn-0:2.39.1-1.el9.noarch",
"product_id": "git-svn-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn@2.39.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitk-0:2.39.1-1.el9.noarch",
"product": {
"name": "gitk-0:2.39.1-1.el9.noarch",
"product_id": "gitk-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitk@2.39.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitweb-0:2.39.1-1.el9.noarch",
"product": {
"name": "gitweb-0:2.39.1-1.el9.noarch",
"product_id": "gitweb-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitweb@2.39.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-0:2.39.1-1.el9.noarch",
"product": {
"name": "perl-Git-0:2.39.1-1.el9.noarch",
"product_id": "perl-Git-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git@2.39.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-SVN-0:2.39.1-1.el9.noarch",
"product": {
"name": "perl-Git-SVN-0:2.39.1-1.el9.noarch",
"product_id": "perl-Git-SVN-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git-SVN@2.39.1-1.el9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.1-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src"
},
"product_reference": "git-0:2.39.1-1.el9.src",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-all-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch"
},
"product_reference": "git-all-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-core-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-core-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-core-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-core-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-core-debuginfo-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-doc-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch"
},
"product_reference": "git-core-doc-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-credential-libsecret-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-daemon-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-daemon-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-daemon-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-daemon-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-debuginfo-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-debuginfo-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-debuginfo-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-debuginfo-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-debugsource-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-debugsource-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-debugsource-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-debugsource-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch"
},
"product_reference": "git-email-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch"
},
"product_reference": "git-gui-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-instaweb-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch"
},
"product_reference": "git-instaweb-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-subtree-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-subtree-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-subtree-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-subtree-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch"
},
"product_reference": "git-svn-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch"
},
"product_reference": "gitk-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitweb-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch"
},
"product_reference": "gitweb-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch"
},
"product_reference": "perl-Git-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-SVN-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
},
"product_reference": "perl-Git-SVN-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-24765",
"cwe": {
"id": "CWE-427",
"name": "Uncontrolled Search Path Element"
},
"discovery_date": "2022-04-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2073414"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This flaw occurs due to Git not checking the ownership of directories in a local multi-user system when running commands specified in the local repository configuration. This allows the owner of the repository to cause arbitrary commands to be executed by other users who access the repository.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: On multi-user machines Git users might find themselves unexpectedly in a Git worktree",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24765"
},
{
"category": "external",
"summary": "RHBZ#2073414",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2073414"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24765",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24765"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24765",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24765"
},
{
"category": "external",
"summary": "https://github.com/git-for-windows/git/security/advisories/GHSA-vw2c-22j4-2fh2",
"url": "https://github.com/git-for-windows/git/security/advisories/GHSA-vw2c-22j4-2fh2"
}
],
"release_date": "2022-04-12T10:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T10:03:04+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.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2319"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "git: On multi-user machines Git users might find themselves unexpectedly in a Git worktree"
},
{
"cve": "CVE-2022-29187",
"cwe": {
"id": "CWE-427",
"name": "Uncontrolled Search Path Element"
},
"discovery_date": "2022-07-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107439"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This flaw occurs due to Git not checking the ownership of directories in a local multi-user system when running commands specified in the local repository configuration. This issue allows the owner of the repository to cause arbitrary commands to be executed by other users who access the repository.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: Bypass of safe.directory protections",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw occurs due to an incomplete fix of CVE-2022-24765.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-29187"
},
{
"category": "external",
"summary": "RHBZ#2107439",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107439"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-29187",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29187"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-29187",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29187"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T10:03:04+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.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2319"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "git: Bypass of safe.directory protections"
},
{
"cve": "CVE-2022-39253",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2022-10-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2137422"
}
],
"notes": [
{
"category": "description",
"text": "Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source\u0027s `$GIT_DIR/objects` directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via `--no-hardlinks`). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim\u0027s machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the `--recurse-submodules` option. Git does not create symbolic links in the `$GIT_DIR/objects` directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: exposure of sensitive information to a malicious actor",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-39253"
},
{
"category": "external",
"summary": "RHBZ#2137422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2137422"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-39253",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39253"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-39253",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-39253"
}
],
"release_date": "2022-10-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T10:03:04+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.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2319"
},
{
"category": "workaround",
"details": "Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`.",
"product_ids": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "git: exposure of sensitive information to a malicious actor"
},
{
"cve": "CVE-2022-39260",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2022-10-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2137423"
}
],
"notes": [
{
"category": "description",
"text": "Git is an open source, scalable, distributed revision control system. `git shell` is a restricted login shell that can be used to implement Git\u0027s push/pull functionality via SSH. In versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4, the function that splits the command arguments into an array improperly uses an `int` to represent the number of entries in the array, allowing a malicious actor to intentionally overflow the return value, leading to arbitrary heap writes. Because the resulting array is then passed to `execv()`, it is possible to leverage this attack to gain remote code execution on a victim machine. Note that a victim must first allow access to `git shell` as a login shell in order to be vulnerable to this attack. This problem is patched in versions 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 and users are advised to upgrade to the latest version. Disabling `git shell` access via remote logins is a viable short-term workaround.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: git shell function that splits command arguments can lead to arbitrary heap writes.",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-39260"
},
{
"category": "external",
"summary": "RHBZ#2137423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2137423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-39260",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39260"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-39260",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-39260"
}
],
"release_date": "2022-10-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T10:03:04+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.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2319"
},
{
"category": "workaround",
"details": "Disabling `git shell` access via remote logins is a viable short-term workaround.",
"product_ids": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "git: git shell function that splits command arguments can lead to arbitrary heap writes."
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.