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-07-21",
"epss": "0.01336",
"percentile": "0.68107"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2022-39253\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2022-10-19T11:15:11.227\",\"lastModified\":\"2026-06-17T04:58:00.250\",\"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\\\"\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"git\",\"product\":\"git\",\"versions\":[{\"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\",\"status\":\"affected\"}]}]}],\"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\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2025-11-21T14:55:28+00:00",
"cve": "CVE-2022-39253",
"id": "CVE-2022-39253",
"initial_release_date": "2022-10-18T00:00:00+00:00",
"product_status:fixed": "153",
"product_status:known_affected": "50",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "git: exposure of sensitive information to a malicious actor",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2022/cve-2022-39253.json",
"version": "3"
}
}
}
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
|
{
"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-07-03 01:44A 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
|
{
"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-07-03T01:44:11+00:00",
"generator": {
"date": "2026-07-03T01:44:11+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.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-07-03T01:44:11+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-07-03 01:44A 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
|
{
"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-07-03T01:44:13+00:00",
"generator": {
"date": "2026-07-03T01:44:13+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.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-07-03T01:44:13+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-2024:0407
Vulnerability from csaf_redhat - Published: 2024-01-25 08:01 - Updated: 2026-07-03 01:45A 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.6.0.Z.EUS:git-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-all-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-email-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-gui-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-svn-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:gitk-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:gitweb-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.8-1.el8_6.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.6.0.Z.EUS:git-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-all-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-email-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-gui-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-svn-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:gitk-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:gitweb-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.8-1.el8_6.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.6.0.Z.EUS:git-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-all-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-email-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-gui-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-svn-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:gitk-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:gitweb-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.8-1.el8_6.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.6.0.Z.EUS:git-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-all-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-email-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-gui-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-svn-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:gitk-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:gitweb-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in Git. Using a specially-crafted repository, Git can be tricked into using its local clone optimization even when using a non-local transport. Though Git will abort local clones whose source $GIT_DIR/objects directory contains symbolic links (CVE-2022-39253), the objects directory may still be a symbolic link.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-all-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-email-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-gui-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-svn-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:gitk-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:gitweb-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in Git. This security issue occurs when feeding a crafted input to "git apply." A path outside the working tree can be overwritten by the user running "git apply."
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-all-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-email-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-gui-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-svn-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:gitk-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:gitweb-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.8-1.el8_6.noarch | — |
Vendor Fix
fix
Workaround
|
{
"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.6 Extended Update Support.\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\n* git: data exfiltration with maliciously crafted repository (CVE-2023-22490)\n\n* git: git apply: a path outside the working tree can be overwritten with crafted input (CVE-2023-23946)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2024:0407",
"url": "https://access.redhat.com/errata/RHSA-2024:0407"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"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": "2168160",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168160"
},
{
"category": "external",
"summary": "2168161",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168161"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0407.json"
}
],
"title": "Red Hat Security Advisory: git security update",
"tracking": {
"current_release_date": "2026-07-03T01:45:16+00:00",
"generator": {
"date": "2026-07-03T01:45:16+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2024:0407",
"initial_release_date": "2024-01-25T08:01:33+00:00",
"revision_history": [
{
"date": "2024-01-25T08:01:33+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-01-25T08:01:33+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-03T01:45:16+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.8-1.el8_6.src",
"product": {
"name": "git-0:2.31.8-1.el8_6.src",
"product_id": "git-0:2.31.8-1.el8_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.8-1.el8_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.8-1.el8_6.aarch64",
"product": {
"name": "git-0:2.31.8-1.el8_6.aarch64",
"product_id": "git-0:2.31.8-1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.8-1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.31.8-1.el8_6.aarch64",
"product": {
"name": "git-core-0:2.31.8-1.el8_6.aarch64",
"product_id": "git-core-0:2.31.8-1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.31.8-1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.31.8-1.el8_6.aarch64",
"product": {
"name": "git-credential-libsecret-0:2.31.8-1.el8_6.aarch64",
"product_id": "git-credential-libsecret-0:2.31.8-1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.31.8-1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.31.8-1.el8_6.aarch64",
"product": {
"name": "git-daemon-0:2.31.8-1.el8_6.aarch64",
"product_id": "git-daemon-0:2.31.8-1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.31.8-1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.31.8-1.el8_6.aarch64",
"product": {
"name": "git-subtree-0:2.31.8-1.el8_6.aarch64",
"product_id": "git-subtree-0:2.31.8-1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.31.8-1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.31.8-1.el8_6.aarch64",
"product": {
"name": "git-debugsource-0:2.31.8-1.el8_6.aarch64",
"product_id": "git-debugsource-0:2.31.8-1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.31.8-1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.31.8-1.el8_6.aarch64",
"product": {
"name": "git-core-debuginfo-0:2.31.8-1.el8_6.aarch64",
"product_id": "git-core-debuginfo-0:2.31.8-1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.31.8-1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64",
"product_id": "git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.31.8-1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64",
"product": {
"name": "git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64",
"product_id": "git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.31.8-1.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.31.8-1.el8_6.aarch64",
"product": {
"name": "git-debuginfo-0:2.31.8-1.el8_6.aarch64",
"product_id": "git-debuginfo-0:2.31.8-1.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.31.8-1.el8_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.8-1.el8_6.ppc64le",
"product": {
"name": "git-0:2.31.8-1.el8_6.ppc64le",
"product_id": "git-0:2.31.8-1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.8-1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.31.8-1.el8_6.ppc64le",
"product": {
"name": "git-core-0:2.31.8-1.el8_6.ppc64le",
"product_id": "git-core-0:2.31.8-1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.31.8-1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le",
"product": {
"name": "git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le",
"product_id": "git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.31.8-1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.31.8-1.el8_6.ppc64le",
"product": {
"name": "git-daemon-0:2.31.8-1.el8_6.ppc64le",
"product_id": "git-daemon-0:2.31.8-1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.31.8-1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.31.8-1.el8_6.ppc64le",
"product": {
"name": "git-subtree-0:2.31.8-1.el8_6.ppc64le",
"product_id": "git-subtree-0:2.31.8-1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.31.8-1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.31.8-1.el8_6.ppc64le",
"product": {
"name": "git-debugsource-0:2.31.8-1.el8_6.ppc64le",
"product_id": "git-debugsource-0:2.31.8-1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.31.8-1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"product": {
"name": "git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"product_id": "git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.31.8-1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"product_id": "git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.31.8-1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"product": {
"name": "git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"product_id": "git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.31.8-1.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"product": {
"name": "git-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"product_id": "git-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.31.8-1.el8_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.8-1.el8_6.x86_64",
"product": {
"name": "git-0:2.31.8-1.el8_6.x86_64",
"product_id": "git-0:2.31.8-1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.8-1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.31.8-1.el8_6.x86_64",
"product": {
"name": "git-core-0:2.31.8-1.el8_6.x86_64",
"product_id": "git-core-0:2.31.8-1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.31.8-1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.31.8-1.el8_6.x86_64",
"product": {
"name": "git-credential-libsecret-0:2.31.8-1.el8_6.x86_64",
"product_id": "git-credential-libsecret-0:2.31.8-1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.31.8-1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.31.8-1.el8_6.x86_64",
"product": {
"name": "git-daemon-0:2.31.8-1.el8_6.x86_64",
"product_id": "git-daemon-0:2.31.8-1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.31.8-1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.31.8-1.el8_6.x86_64",
"product": {
"name": "git-subtree-0:2.31.8-1.el8_6.x86_64",
"product_id": "git-subtree-0:2.31.8-1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.31.8-1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.31.8-1.el8_6.x86_64",
"product": {
"name": "git-debugsource-0:2.31.8-1.el8_6.x86_64",
"product_id": "git-debugsource-0:2.31.8-1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.31.8-1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.31.8-1.el8_6.x86_64",
"product": {
"name": "git-core-debuginfo-0:2.31.8-1.el8_6.x86_64",
"product_id": "git-core-debuginfo-0:2.31.8-1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.31.8-1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64",
"product_id": "git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.31.8-1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64",
"product": {
"name": "git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64",
"product_id": "git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.31.8-1.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.31.8-1.el8_6.x86_64",
"product": {
"name": "git-debuginfo-0:2.31.8-1.el8_6.x86_64",
"product_id": "git-debuginfo-0:2.31.8-1.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.31.8-1.el8_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.8-1.el8_6.s390x",
"product": {
"name": "git-0:2.31.8-1.el8_6.s390x",
"product_id": "git-0:2.31.8-1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.8-1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.31.8-1.el8_6.s390x",
"product": {
"name": "git-core-0:2.31.8-1.el8_6.s390x",
"product_id": "git-core-0:2.31.8-1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.31.8-1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.31.8-1.el8_6.s390x",
"product": {
"name": "git-credential-libsecret-0:2.31.8-1.el8_6.s390x",
"product_id": "git-credential-libsecret-0:2.31.8-1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.31.8-1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.31.8-1.el8_6.s390x",
"product": {
"name": "git-daemon-0:2.31.8-1.el8_6.s390x",
"product_id": "git-daemon-0:2.31.8-1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.31.8-1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.31.8-1.el8_6.s390x",
"product": {
"name": "git-subtree-0:2.31.8-1.el8_6.s390x",
"product_id": "git-subtree-0:2.31.8-1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.31.8-1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.31.8-1.el8_6.s390x",
"product": {
"name": "git-debugsource-0:2.31.8-1.el8_6.s390x",
"product_id": "git-debugsource-0:2.31.8-1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.31.8-1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.31.8-1.el8_6.s390x",
"product": {
"name": "git-core-debuginfo-0:2.31.8-1.el8_6.s390x",
"product_id": "git-core-debuginfo-0:2.31.8-1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.31.8-1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x",
"product_id": "git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.31.8-1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x",
"product": {
"name": "git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x",
"product_id": "git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.31.8-1.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.31.8-1.el8_6.s390x",
"product": {
"name": "git-debuginfo-0:2.31.8-1.el8_6.s390x",
"product_id": "git-debuginfo-0:2.31.8-1.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.31.8-1.el8_6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "git-all-0:2.31.8-1.el8_6.noarch",
"product": {
"name": "git-all-0:2.31.8-1.el8_6.noarch",
"product_id": "git-all-0:2.31.8-1.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-all@2.31.8-1.el8_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-core-doc-0:2.31.8-1.el8_6.noarch",
"product": {
"name": "git-core-doc-0:2.31.8-1.el8_6.noarch",
"product_id": "git-core-doc-0:2.31.8-1.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-doc@2.31.8-1.el8_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-email-0:2.31.8-1.el8_6.noarch",
"product": {
"name": "git-email-0:2.31.8-1.el8_6.noarch",
"product_id": "git-email-0:2.31.8-1.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-email@2.31.8-1.el8_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-gui-0:2.31.8-1.el8_6.noarch",
"product": {
"name": "git-gui-0:2.31.8-1.el8_6.noarch",
"product_id": "git-gui-0:2.31.8-1.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-gui@2.31.8-1.el8_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-instaweb-0:2.31.8-1.el8_6.noarch",
"product": {
"name": "git-instaweb-0:2.31.8-1.el8_6.noarch",
"product_id": "git-instaweb-0:2.31.8-1.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-instaweb@2.31.8-1.el8_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-svn-0:2.31.8-1.el8_6.noarch",
"product": {
"name": "git-svn-0:2.31.8-1.el8_6.noarch",
"product_id": "git-svn-0:2.31.8-1.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn@2.31.8-1.el8_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitk-0:2.31.8-1.el8_6.noarch",
"product": {
"name": "gitk-0:2.31.8-1.el8_6.noarch",
"product_id": "gitk-0:2.31.8-1.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitk@2.31.8-1.el8_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitweb-0:2.31.8-1.el8_6.noarch",
"product": {
"name": "gitweb-0:2.31.8-1.el8_6.noarch",
"product_id": "gitweb-0:2.31.8-1.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitweb@2.31.8-1.el8_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-0:2.31.8-1.el8_6.noarch",
"product": {
"name": "perl-Git-0:2.31.8-1.el8_6.noarch",
"product_id": "perl-Git-0:2.31.8-1.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git@2.31.8-1.el8_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-SVN-0:2.31.8-1.el8_6.noarch",
"product": {
"name": "perl-Git-SVN-0:2.31.8-1.el8_6.noarch",
"product_id": "perl-Git-SVN-0:2.31.8-1.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git-SVN@2.31.8-1.el8_6?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.31.8-1.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.aarch64"
},
"product_reference": "git-0:2.31.8-1.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.31.8-1.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.ppc64le"
},
"product_reference": "git-0:2.31.8-1.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.31.8-1.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.s390x"
},
"product_reference": "git-0:2.31.8-1.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.31.8-1.el8_6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.src"
},
"product_reference": "git-0:2.31.8-1.el8_6.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.31.8-1.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.x86_64"
},
"product_reference": "git-0:2.31.8-1.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-all-0:2.31.8-1.el8_6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-all-0:2.31.8-1.el8_6.noarch"
},
"product_reference": "git-all-0:2.31.8-1.el8_6.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.31.8-1.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.aarch64"
},
"product_reference": "git-core-0:2.31.8-1.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.31.8-1.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.ppc64le"
},
"product_reference": "git-core-0:2.31.8-1.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.31.8-1.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.s390x"
},
"product_reference": "git-core-0:2.31.8-1.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.31.8-1.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.x86_64"
},
"product_reference": "git-core-0:2.31.8-1.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.31.8-1.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.aarch64"
},
"product_reference": "git-core-debuginfo-0:2.31.8-1.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le"
},
"product_reference": "git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.31.8-1.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.s390x"
},
"product_reference": "git-core-debuginfo-0:2.31.8-1.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.31.8-1.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.x86_64"
},
"product_reference": "git-core-debuginfo-0:2.31.8-1.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-doc-0:2.31.8-1.el8_6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.8-1.el8_6.noarch"
},
"product_reference": "git-core-doc-0:2.31.8-1.el8_6.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.31.8-1.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.aarch64"
},
"product_reference": "git-credential-libsecret-0:2.31.8-1.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le"
},
"product_reference": "git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.31.8-1.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.s390x"
},
"product_reference": "git-credential-libsecret-0:2.31.8-1.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.31.8-1.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.x86_64"
},
"product_reference": "git-credential-libsecret-0:2.31.8-1.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.31.8-1.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.aarch64"
},
"product_reference": "git-daemon-0:2.31.8-1.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.31.8-1.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.ppc64le"
},
"product_reference": "git-daemon-0:2.31.8-1.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.31.8-1.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.s390x"
},
"product_reference": "git-daemon-0:2.31.8-1.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.31.8-1.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.x86_64"
},
"product_reference": "git-daemon-0:2.31.8-1.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64"
},
"product_reference": "git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le"
},
"product_reference": "git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x"
},
"product_reference": "git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64"
},
"product_reference": "git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.31.8-1.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.aarch64"
},
"product_reference": "git-debuginfo-0:2.31.8-1.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.31.8-1.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.ppc64le"
},
"product_reference": "git-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.31.8-1.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.s390x"
},
"product_reference": "git-debuginfo-0:2.31.8-1.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.31.8-1.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.x86_64"
},
"product_reference": "git-debuginfo-0:2.31.8-1.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.31.8-1.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.aarch64"
},
"product_reference": "git-debugsource-0:2.31.8-1.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.31.8-1.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.ppc64le"
},
"product_reference": "git-debugsource-0:2.31.8-1.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.31.8-1.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.s390x"
},
"product_reference": "git-debugsource-0:2.31.8-1.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.31.8-1.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.x86_64"
},
"product_reference": "git-debugsource-0:2.31.8-1.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-0:2.31.8-1.el8_6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-email-0:2.31.8-1.el8_6.noarch"
},
"product_reference": "git-email-0:2.31.8-1.el8_6.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-0:2.31.8-1.el8_6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-gui-0:2.31.8-1.el8_6.noarch"
},
"product_reference": "git-gui-0:2.31.8-1.el8_6.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-instaweb-0:2.31.8-1.el8_6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.8-1.el8_6.noarch"
},
"product_reference": "git-instaweb-0:2.31.8-1.el8_6.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.31.8-1.el8_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.aarch64"
},
"product_reference": "git-subtree-0:2.31.8-1.el8_6.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.31.8-1.el8_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.ppc64le"
},
"product_reference": "git-subtree-0:2.31.8-1.el8_6.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.31.8-1.el8_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.s390x"
},
"product_reference": "git-subtree-0:2.31.8-1.el8_6.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.31.8-1.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.x86_64"
},
"product_reference": "git-subtree-0:2.31.8-1.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:2.31.8-1.el8_6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:git-svn-0:2.31.8-1.el8_6.noarch"
},
"product_reference": "git-svn-0:2.31.8-1.el8_6.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-0:2.31.8-1.el8_6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:gitk-0:2.31.8-1.el8_6.noarch"
},
"product_reference": "gitk-0:2.31.8-1.el8_6.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitweb-0:2.31.8-1.el8_6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:gitweb-0:2.31.8-1.el8_6.noarch"
},
"product_reference": "gitweb-0:2.31.8-1.el8_6.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-0:2.31.8-1.el8_6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.8-1.el8_6.noarch"
},
"product_reference": "perl-Git-0:2.31.8-1.el8_6.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-SVN-0:2.31.8-1.el8_6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.8-1.el8_6.noarch"
},
"product_reference": "perl-Git-SVN-0:2.31.8-1.el8_6.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
}
]
},
"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.6.0.Z.EUS:git-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.8-1.el8_6.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": "2024-01-25T08:01:33+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.6.0.Z.EUS:git-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.8-1.el8_6.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0407"
}
],
"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.6.0.Z.EUS:git-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.8-1.el8_6.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.6.0.Z.EUS:git-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.8-1.el8_6.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": "2024-01-25T08:01:33+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.6.0.Z.EUS:git-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.8-1.el8_6.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0407"
}
],
"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.6.0.Z.EUS:git-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.8-1.el8_6.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.6.0.Z.EUS:git-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.8-1.el8_6.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": "2024-01-25T08:01:33+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.6.0.Z.EUS:git-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.8-1.el8_6.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0407"
},
{
"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.6.0.Z.EUS:git-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.8-1.el8_6.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.6.0.Z.EUS:git-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.8-1.el8_6.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.6.0.Z.EUS:git-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.8-1.el8_6.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": "2024-01-25T08:01:33+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.6.0.Z.EUS:git-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.8-1.el8_6.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0407"
},
{
"category": "workaround",
"details": "Disabling `git shell` access via remote logins is a viable short-term workaround.",
"product_ids": [
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.8-1.el8_6.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.6.0.Z.EUS:git-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.8-1.el8_6.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "git: git shell function that splits command arguments can lead to arbitrary heap writes."
},
{
"cve": "CVE-2023-22490",
"cwe": {
"id": "CWE-402",
"name": "Transmission of Private Resources into a New Sphere (\u0027Resource Leak\u0027)"
},
"discovery_date": "2023-02-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2168160"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. Using a specially-crafted repository, Git can be tricked into using its local clone optimization even when using a non-local transport. Though Git will abort local clones whose source $GIT_DIR/objects directory contains symbolic links (CVE-2022-39253), the objects directory may still be a symbolic link.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: data exfiltration with maliciously crafted repository",
"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.6.0.Z.EUS:git-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.8-1.el8_6.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-22490"
},
{
"category": "external",
"summary": "RHBZ#2168160",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168160"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-22490",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22490"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-22490",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-22490"
},
{
"category": "external",
"summary": "https://github.blog/2023-02-14-git-security-vulnerabilities-announced-3/",
"url": "https://github.blog/2023-02-14-git-security-vulnerabilities-announced-3/"
},
{
"category": "external",
"summary": "https://github.com/git/git/security/advisories/GHSA-gw92-x3fm-3g3q",
"url": "https://github.com/git/git/security/advisories/GHSA-gw92-x3fm-3g3q"
}
],
"release_date": "2023-02-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-01-25T08:01:33+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.6.0.Z.EUS:git-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.8-1.el8_6.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0407"
},
{
"category": "workaround",
"details": "- Avoid cloning repositories from untrusted sources with --recurse-submodules.\n- Instead, consider cloning repositories without recursively cloning their submodules, and instead run git submodule update at each layer. Before doing so, inspect each new .gitmodules file to ensure that it does not contain suspicious module URLs.",
"product_ids": [
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.8-1.el8_6.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.6.0.Z.EUS:git-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.8-1.el8_6.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "git: data exfiltration with maliciously crafted repository"
},
{
"cve": "CVE-2023-23946",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2023-02-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2168161"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security issue occurs when feeding a crafted input to \"git apply.\" A path outside the working tree can be overwritten by the user running \"git apply.\"",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: git apply: a path outside the working tree can be overwritten with crafted input",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity and it\u0027s less likely to be exploitable because it requires a specially crafted malicious patch to be applied via git apply, to overwrite files outside the working tree of the user running git apply. This could lead to some compromise of integrity of resources under certain circumstances, however it does not compromise the whole system or gain additional privileges to execute arbitrary code, or allow remote users to cause a denial of service.",
"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.6.0.Z.EUS:git-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.8-1.el8_6.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-23946"
},
{
"category": "external",
"summary": "RHBZ#2168161",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168161"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-23946",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23946"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23946",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23946"
},
{
"category": "external",
"summary": "https://github.blog/2023-02-14-git-security-vulnerabilities-announced-3/",
"url": "https://github.blog/2023-02-14-git-security-vulnerabilities-announced-3/"
},
{
"category": "external",
"summary": "https://github.com/git/git/security/advisories/GHSA-r87m-v37r-cwfh",
"url": "https://github.com/git/git/security/advisories/GHSA-r87m-v37r-cwfh"
}
],
"release_date": "2023-02-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-01-25T08:01:33+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.6.0.Z.EUS:git-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.8-1.el8_6.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0407"
},
{
"category": "workaround",
"details": "Use git apply --stat to inspect a patch before applying; avoid applying one that creates a symbolic link and then creates a file beyond the symbolic link.",
"product_ids": [
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.8-1.el8_6.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.8-1.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.8-1.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.8-1.el8_6.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "git: git apply: a path outside the working tree can be overwritten with crafted input"
}
]
}
SUSE-SU-2022:3931-1
Vulnerability from csaf_suse - Published: 2022-11-10 10:26 - Updated: 2022-11-10 10:26| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-doc-2.35.3-150300.10.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-doc-2.35.3-150300.10.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-doc-2.35.3-150300.10.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-doc-2.35.3-150300.10.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-doc-2.35.3-150300.10.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-doc-2.35.3-150300.10.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-doc-2.35.3-150300.10.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-doc-2.35.3-150300.10.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.x86_64 | — |
Vendor Fix
|
{
"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": "Security update for git",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for git fixes the following issues:\n\n - CVE-2022-39260: Fixed overflow in split_cmdline() (bsc#1204456).\n - CVE-2022-39253: Fixed dereference issue with symbolic links via the `--local` clone mechanism (bsc#1204455).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2022-3931,SUSE-SLE-Module-Basesystem-15-SP3-2022-3931,SUSE-SLE-Module-Basesystem-15-SP4-2022-3931,SUSE-SLE-Module-Development-Tools-15-SP3-2022-3931,SUSE-SLE-Module-Development-Tools-15-SP4-2022-3931,openSUSE-SLE-15.3-2022-3931,openSUSE-SLE-15.4-2022-3931",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2022_3931-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2022:3931-1",
"url": "https://www.suse.com/support/update/announcement/2022/suse-su-20223931-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2022:3931-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-November/012868.html"
},
{
"category": "self",
"summary": "SUSE Bug 1204455",
"url": "https://bugzilla.suse.com/1204455"
},
{
"category": "self",
"summary": "SUSE Bug 1204456",
"url": "https://bugzilla.suse.com/1204456"
},
{
"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": "Security update for git",
"tracking": {
"current_release_date": "2022-11-10T10:26:32Z",
"generator": {
"date": "2022-11-10T10:26:32Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2022:3931-1",
"initial_release_date": "2022-11-10T10:26:32Z",
"revision_history": [
{
"date": "2022-11-10T10:26:32Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "git-2.35.3-150300.10.18.1.aarch64",
"product": {
"name": "git-2.35.3-150300.10.18.1.aarch64",
"product_id": "git-2.35.3-150300.10.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-arch-2.35.3-150300.10.18.1.aarch64",
"product": {
"name": "git-arch-2.35.3-150300.10.18.1.aarch64",
"product_id": "git-arch-2.35.3-150300.10.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-core-2.35.3-150300.10.18.1.aarch64",
"product": {
"name": "git-core-2.35.3-150300.10.18.1.aarch64",
"product_id": "git-core-2.35.3-150300.10.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.aarch64",
"product": {
"name": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.aarch64",
"product_id": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-2.35.3-150300.10.18.1.aarch64",
"product": {
"name": "git-credential-libsecret-2.35.3-150300.10.18.1.aarch64",
"product_id": "git-credential-libsecret-2.35.3-150300.10.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-cvs-2.35.3-150300.10.18.1.aarch64",
"product": {
"name": "git-cvs-2.35.3-150300.10.18.1.aarch64",
"product_id": "git-cvs-2.35.3-150300.10.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-daemon-2.35.3-150300.10.18.1.aarch64",
"product": {
"name": "git-daemon-2.35.3-150300.10.18.1.aarch64",
"product_id": "git-daemon-2.35.3-150300.10.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-email-2.35.3-150300.10.18.1.aarch64",
"product": {
"name": "git-email-2.35.3-150300.10.18.1.aarch64",
"product_id": "git-email-2.35.3-150300.10.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-gui-2.35.3-150300.10.18.1.aarch64",
"product": {
"name": "git-gui-2.35.3-150300.10.18.1.aarch64",
"product_id": "git-gui-2.35.3-150300.10.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-p4-2.35.3-150300.10.18.1.aarch64",
"product": {
"name": "git-p4-2.35.3-150300.10.18.1.aarch64",
"product_id": "git-p4-2.35.3-150300.10.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-svn-2.35.3-150300.10.18.1.aarch64",
"product": {
"name": "git-svn-2.35.3-150300.10.18.1.aarch64",
"product_id": "git-svn-2.35.3-150300.10.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-web-2.35.3-150300.10.18.1.aarch64",
"product": {
"name": "git-web-2.35.3-150300.10.18.1.aarch64",
"product_id": "git-web-2.35.3-150300.10.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "gitk-2.35.3-150300.10.18.1.aarch64",
"product": {
"name": "gitk-2.35.3-150300.10.18.1.aarch64",
"product_id": "gitk-2.35.3-150300.10.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "perl-Git-2.35.3-150300.10.18.1.aarch64",
"product": {
"name": "perl-Git-2.35.3-150300.10.18.1.aarch64",
"product_id": "perl-Git-2.35.3-150300.10.18.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-2.35.3-150300.10.18.1.i586",
"product": {
"name": "git-2.35.3-150300.10.18.1.i586",
"product_id": "git-2.35.3-150300.10.18.1.i586"
}
},
{
"category": "product_version",
"name": "git-arch-2.35.3-150300.10.18.1.i586",
"product": {
"name": "git-arch-2.35.3-150300.10.18.1.i586",
"product_id": "git-arch-2.35.3-150300.10.18.1.i586"
}
},
{
"category": "product_version",
"name": "git-core-2.35.3-150300.10.18.1.i586",
"product": {
"name": "git-core-2.35.3-150300.10.18.1.i586",
"product_id": "git-core-2.35.3-150300.10.18.1.i586"
}
},
{
"category": "product_version",
"name": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.i586",
"product": {
"name": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.i586",
"product_id": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.i586"
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-2.35.3-150300.10.18.1.i586",
"product": {
"name": "git-credential-libsecret-2.35.3-150300.10.18.1.i586",
"product_id": "git-credential-libsecret-2.35.3-150300.10.18.1.i586"
}
},
{
"category": "product_version",
"name": "git-cvs-2.35.3-150300.10.18.1.i586",
"product": {
"name": "git-cvs-2.35.3-150300.10.18.1.i586",
"product_id": "git-cvs-2.35.3-150300.10.18.1.i586"
}
},
{
"category": "product_version",
"name": "git-daemon-2.35.3-150300.10.18.1.i586",
"product": {
"name": "git-daemon-2.35.3-150300.10.18.1.i586",
"product_id": "git-daemon-2.35.3-150300.10.18.1.i586"
}
},
{
"category": "product_version",
"name": "git-email-2.35.3-150300.10.18.1.i586",
"product": {
"name": "git-email-2.35.3-150300.10.18.1.i586",
"product_id": "git-email-2.35.3-150300.10.18.1.i586"
}
},
{
"category": "product_version",
"name": "git-gui-2.35.3-150300.10.18.1.i586",
"product": {
"name": "git-gui-2.35.3-150300.10.18.1.i586",
"product_id": "git-gui-2.35.3-150300.10.18.1.i586"
}
},
{
"category": "product_version",
"name": "git-p4-2.35.3-150300.10.18.1.i586",
"product": {
"name": "git-p4-2.35.3-150300.10.18.1.i586",
"product_id": "git-p4-2.35.3-150300.10.18.1.i586"
}
},
{
"category": "product_version",
"name": "git-svn-2.35.3-150300.10.18.1.i586",
"product": {
"name": "git-svn-2.35.3-150300.10.18.1.i586",
"product_id": "git-svn-2.35.3-150300.10.18.1.i586"
}
},
{
"category": "product_version",
"name": "git-web-2.35.3-150300.10.18.1.i586",
"product": {
"name": "git-web-2.35.3-150300.10.18.1.i586",
"product_id": "git-web-2.35.3-150300.10.18.1.i586"
}
},
{
"category": "product_version",
"name": "gitk-2.35.3-150300.10.18.1.i586",
"product": {
"name": "gitk-2.35.3-150300.10.18.1.i586",
"product_id": "gitk-2.35.3-150300.10.18.1.i586"
}
},
{
"category": "product_version",
"name": "perl-Git-2.35.3-150300.10.18.1.i586",
"product": {
"name": "perl-Git-2.35.3-150300.10.18.1.i586",
"product_id": "perl-Git-2.35.3-150300.10.18.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "git-doc-2.35.3-150300.10.18.1.noarch",
"product": {
"name": "git-doc-2.35.3-150300.10.18.1.noarch",
"product_id": "git-doc-2.35.3-150300.10.18.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "git-2.35.3-150300.10.18.1.ppc64le",
"product": {
"name": "git-2.35.3-150300.10.18.1.ppc64le",
"product_id": "git-2.35.3-150300.10.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-arch-2.35.3-150300.10.18.1.ppc64le",
"product": {
"name": "git-arch-2.35.3-150300.10.18.1.ppc64le",
"product_id": "git-arch-2.35.3-150300.10.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-core-2.35.3-150300.10.18.1.ppc64le",
"product": {
"name": "git-core-2.35.3-150300.10.18.1.ppc64le",
"product_id": "git-core-2.35.3-150300.10.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.ppc64le",
"product": {
"name": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.ppc64le",
"product_id": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-2.35.3-150300.10.18.1.ppc64le",
"product": {
"name": "git-credential-libsecret-2.35.3-150300.10.18.1.ppc64le",
"product_id": "git-credential-libsecret-2.35.3-150300.10.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-cvs-2.35.3-150300.10.18.1.ppc64le",
"product": {
"name": "git-cvs-2.35.3-150300.10.18.1.ppc64le",
"product_id": "git-cvs-2.35.3-150300.10.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-daemon-2.35.3-150300.10.18.1.ppc64le",
"product": {
"name": "git-daemon-2.35.3-150300.10.18.1.ppc64le",
"product_id": "git-daemon-2.35.3-150300.10.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-email-2.35.3-150300.10.18.1.ppc64le",
"product": {
"name": "git-email-2.35.3-150300.10.18.1.ppc64le",
"product_id": "git-email-2.35.3-150300.10.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-gui-2.35.3-150300.10.18.1.ppc64le",
"product": {
"name": "git-gui-2.35.3-150300.10.18.1.ppc64le",
"product_id": "git-gui-2.35.3-150300.10.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-p4-2.35.3-150300.10.18.1.ppc64le",
"product": {
"name": "git-p4-2.35.3-150300.10.18.1.ppc64le",
"product_id": "git-p4-2.35.3-150300.10.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-svn-2.35.3-150300.10.18.1.ppc64le",
"product": {
"name": "git-svn-2.35.3-150300.10.18.1.ppc64le",
"product_id": "git-svn-2.35.3-150300.10.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-web-2.35.3-150300.10.18.1.ppc64le",
"product": {
"name": "git-web-2.35.3-150300.10.18.1.ppc64le",
"product_id": "git-web-2.35.3-150300.10.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gitk-2.35.3-150300.10.18.1.ppc64le",
"product": {
"name": "gitk-2.35.3-150300.10.18.1.ppc64le",
"product_id": "gitk-2.35.3-150300.10.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "perl-Git-2.35.3-150300.10.18.1.ppc64le",
"product": {
"name": "perl-Git-2.35.3-150300.10.18.1.ppc64le",
"product_id": "perl-Git-2.35.3-150300.10.18.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-2.35.3-150300.10.18.1.s390x",
"product": {
"name": "git-2.35.3-150300.10.18.1.s390x",
"product_id": "git-2.35.3-150300.10.18.1.s390x"
}
},
{
"category": "product_version",
"name": "git-arch-2.35.3-150300.10.18.1.s390x",
"product": {
"name": "git-arch-2.35.3-150300.10.18.1.s390x",
"product_id": "git-arch-2.35.3-150300.10.18.1.s390x"
}
},
{
"category": "product_version",
"name": "git-core-2.35.3-150300.10.18.1.s390x",
"product": {
"name": "git-core-2.35.3-150300.10.18.1.s390x",
"product_id": "git-core-2.35.3-150300.10.18.1.s390x"
}
},
{
"category": "product_version",
"name": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.s390x",
"product": {
"name": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.s390x",
"product_id": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.s390x"
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-2.35.3-150300.10.18.1.s390x",
"product": {
"name": "git-credential-libsecret-2.35.3-150300.10.18.1.s390x",
"product_id": "git-credential-libsecret-2.35.3-150300.10.18.1.s390x"
}
},
{
"category": "product_version",
"name": "git-cvs-2.35.3-150300.10.18.1.s390x",
"product": {
"name": "git-cvs-2.35.3-150300.10.18.1.s390x",
"product_id": "git-cvs-2.35.3-150300.10.18.1.s390x"
}
},
{
"category": "product_version",
"name": "git-daemon-2.35.3-150300.10.18.1.s390x",
"product": {
"name": "git-daemon-2.35.3-150300.10.18.1.s390x",
"product_id": "git-daemon-2.35.3-150300.10.18.1.s390x"
}
},
{
"category": "product_version",
"name": "git-email-2.35.3-150300.10.18.1.s390x",
"product": {
"name": "git-email-2.35.3-150300.10.18.1.s390x",
"product_id": "git-email-2.35.3-150300.10.18.1.s390x"
}
},
{
"category": "product_version",
"name": "git-gui-2.35.3-150300.10.18.1.s390x",
"product": {
"name": "git-gui-2.35.3-150300.10.18.1.s390x",
"product_id": "git-gui-2.35.3-150300.10.18.1.s390x"
}
},
{
"category": "product_version",
"name": "git-p4-2.35.3-150300.10.18.1.s390x",
"product": {
"name": "git-p4-2.35.3-150300.10.18.1.s390x",
"product_id": "git-p4-2.35.3-150300.10.18.1.s390x"
}
},
{
"category": "product_version",
"name": "git-svn-2.35.3-150300.10.18.1.s390x",
"product": {
"name": "git-svn-2.35.3-150300.10.18.1.s390x",
"product_id": "git-svn-2.35.3-150300.10.18.1.s390x"
}
},
{
"category": "product_version",
"name": "git-web-2.35.3-150300.10.18.1.s390x",
"product": {
"name": "git-web-2.35.3-150300.10.18.1.s390x",
"product_id": "git-web-2.35.3-150300.10.18.1.s390x"
}
},
{
"category": "product_version",
"name": "gitk-2.35.3-150300.10.18.1.s390x",
"product": {
"name": "gitk-2.35.3-150300.10.18.1.s390x",
"product_id": "gitk-2.35.3-150300.10.18.1.s390x"
}
},
{
"category": "product_version",
"name": "perl-Git-2.35.3-150300.10.18.1.s390x",
"product": {
"name": "perl-Git-2.35.3-150300.10.18.1.s390x",
"product_id": "perl-Git-2.35.3-150300.10.18.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "git-2.35.3-150300.10.18.1.x86_64",
"product": {
"name": "git-2.35.3-150300.10.18.1.x86_64",
"product_id": "git-2.35.3-150300.10.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-arch-2.35.3-150300.10.18.1.x86_64",
"product": {
"name": "git-arch-2.35.3-150300.10.18.1.x86_64",
"product_id": "git-arch-2.35.3-150300.10.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-core-2.35.3-150300.10.18.1.x86_64",
"product": {
"name": "git-core-2.35.3-150300.10.18.1.x86_64",
"product_id": "git-core-2.35.3-150300.10.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.x86_64",
"product": {
"name": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.x86_64",
"product_id": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-2.35.3-150300.10.18.1.x86_64",
"product": {
"name": "git-credential-libsecret-2.35.3-150300.10.18.1.x86_64",
"product_id": "git-credential-libsecret-2.35.3-150300.10.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-cvs-2.35.3-150300.10.18.1.x86_64",
"product": {
"name": "git-cvs-2.35.3-150300.10.18.1.x86_64",
"product_id": "git-cvs-2.35.3-150300.10.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-daemon-2.35.3-150300.10.18.1.x86_64",
"product": {
"name": "git-daemon-2.35.3-150300.10.18.1.x86_64",
"product_id": "git-daemon-2.35.3-150300.10.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-email-2.35.3-150300.10.18.1.x86_64",
"product": {
"name": "git-email-2.35.3-150300.10.18.1.x86_64",
"product_id": "git-email-2.35.3-150300.10.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-gui-2.35.3-150300.10.18.1.x86_64",
"product": {
"name": "git-gui-2.35.3-150300.10.18.1.x86_64",
"product_id": "git-gui-2.35.3-150300.10.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-p4-2.35.3-150300.10.18.1.x86_64",
"product": {
"name": "git-p4-2.35.3-150300.10.18.1.x86_64",
"product_id": "git-p4-2.35.3-150300.10.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-svn-2.35.3-150300.10.18.1.x86_64",
"product": {
"name": "git-svn-2.35.3-150300.10.18.1.x86_64",
"product_id": "git-svn-2.35.3-150300.10.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-web-2.35.3-150300.10.18.1.x86_64",
"product": {
"name": "git-web-2.35.3-150300.10.18.1.x86_64",
"product_id": "git-web-2.35.3-150300.10.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "gitk-2.35.3-150300.10.18.1.x86_64",
"product": {
"name": "gitk-2.35.3-150300.10.18.1.x86_64",
"product_id": "gitk-2.35.3-150300.10.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-Git-2.35.3-150300.10.18.1.x86_64",
"product": {
"name": "perl-Git-2.35.3-150300.10.18.1.x86_64",
"product_id": "perl-Git-2.35.3-150300.10.18.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp4"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.3",
"product": {
"name": "openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.3"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.35.3-150300.10.18.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-core-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.35.3-150300.10.18.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-core-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.35.3-150300.10.18.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-core-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.35.3-150300.10.18.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-core-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.35.3-150300.10.18.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "perl-Git-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.35.3-150300.10.18.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "perl-Git-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.35.3-150300.10.18.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "perl-Git-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.35.3-150300.10.18.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "perl-Git-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.35.3-150300.10.18.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-core-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.35.3-150300.10.18.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-core-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.35.3-150300.10.18.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-core-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.35.3-150300.10.18.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-core-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.35.3-150300.10.18.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.35.3-150300.10.18.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.35.3-150300.10.18.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.35.3-150300.10.18.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.35.3-150300.10.18.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-arch-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.35.3-150300.10.18.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-arch-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.35.3-150300.10.18.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-arch-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.35.3-150300.10.18.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-arch-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.35.3-150300.10.18.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-cvs-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.35.3-150300.10.18.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-cvs-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.35.3-150300.10.18.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-cvs-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.35.3-150300.10.18.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-cvs-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.35.3-150300.10.18.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-daemon-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.35.3-150300.10.18.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-daemon-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.35.3-150300.10.18.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-daemon-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.35.3-150300.10.18.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-daemon-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-doc-2.35.3-150300.10.18.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-doc-2.35.3-150300.10.18.1.noarch"
},
"product_reference": "git-doc-2.35.3-150300.10.18.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.35.3-150300.10.18.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-email-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.35.3-150300.10.18.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-email-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.35.3-150300.10.18.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-email-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.35.3-150300.10.18.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-email-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.35.3-150300.10.18.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-gui-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.35.3-150300.10.18.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-gui-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.35.3-150300.10.18.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-gui-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.35.3-150300.10.18.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-gui-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.35.3-150300.10.18.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-svn-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.35.3-150300.10.18.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-svn-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.35.3-150300.10.18.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-svn-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.35.3-150300.10.18.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-svn-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.35.3-150300.10.18.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-web-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.35.3-150300.10.18.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-web-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.35.3-150300.10.18.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-web-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.35.3-150300.10.18.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-web-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.35.3-150300.10.18.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "gitk-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.35.3-150300.10.18.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "gitk-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.35.3-150300.10.18.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "gitk-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.35.3-150300.10.18.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "gitk-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.35.3-150300.10.18.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.35.3-150300.10.18.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.35.3-150300.10.18.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.35.3-150300.10.18.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.35.3-150300.10.18.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-arch-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.35.3-150300.10.18.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-arch-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.35.3-150300.10.18.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-arch-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.35.3-150300.10.18.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-arch-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.35.3-150300.10.18.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-cvs-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.35.3-150300.10.18.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-cvs-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.35.3-150300.10.18.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-cvs-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.35.3-150300.10.18.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-cvs-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.35.3-150300.10.18.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-daemon-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.35.3-150300.10.18.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-daemon-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.35.3-150300.10.18.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-daemon-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.35.3-150300.10.18.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-daemon-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-doc-2.35.3-150300.10.18.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-doc-2.35.3-150300.10.18.1.noarch"
},
"product_reference": "git-doc-2.35.3-150300.10.18.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.35.3-150300.10.18.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-email-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.35.3-150300.10.18.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-email-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.35.3-150300.10.18.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-email-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.35.3-150300.10.18.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-email-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.35.3-150300.10.18.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-gui-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.35.3-150300.10.18.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-gui-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.35.3-150300.10.18.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-gui-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.35.3-150300.10.18.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-gui-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.35.3-150300.10.18.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-svn-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.35.3-150300.10.18.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-svn-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.35.3-150300.10.18.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-svn-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.35.3-150300.10.18.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-svn-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.35.3-150300.10.18.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-web-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.35.3-150300.10.18.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-web-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.35.3-150300.10.18.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-web-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.35.3-150300.10.18.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-web-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.35.3-150300.10.18.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "gitk-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.35.3-150300.10.18.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "gitk-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.35.3-150300.10.18.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "gitk-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.35.3-150300.10.18.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "gitk-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.35.3-150300.10.18.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "perl-Git-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.35.3-150300.10.18.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "perl-Git-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.35.3-150300.10.18.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "perl-Git-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.35.3-150300.10.18.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "perl-Git-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.35.3-150300.10.18.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.35.3-150300.10.18.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.35.3-150300.10.18.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.35.3-150300.10.18.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.35.3-150300.10.18.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-arch-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.35.3-150300.10.18.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-arch-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.35.3-150300.10.18.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-arch-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.35.3-150300.10.18.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-arch-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.35.3-150300.10.18.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-core-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.35.3-150300.10.18.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-core-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.35.3-150300.10.18.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-core-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.35.3-150300.10.18.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-core-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-2.35.3-150300.10.18.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-credential-libsecret-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-2.35.3-150300.10.18.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-credential-libsecret-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-2.35.3-150300.10.18.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-credential-libsecret-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-2.35.3-150300.10.18.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-credential-libsecret-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.35.3-150300.10.18.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-cvs-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.35.3-150300.10.18.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-cvs-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.35.3-150300.10.18.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-cvs-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.35.3-150300.10.18.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-cvs-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.35.3-150300.10.18.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-daemon-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.35.3-150300.10.18.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-daemon-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.35.3-150300.10.18.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-daemon-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.35.3-150300.10.18.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-daemon-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-doc-2.35.3-150300.10.18.1.noarch as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-doc-2.35.3-150300.10.18.1.noarch"
},
"product_reference": "git-doc-2.35.3-150300.10.18.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.35.3-150300.10.18.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-email-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.35.3-150300.10.18.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-email-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.35.3-150300.10.18.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-email-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.35.3-150300.10.18.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-email-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.35.3-150300.10.18.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-gui-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.35.3-150300.10.18.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-gui-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.35.3-150300.10.18.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-gui-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.35.3-150300.10.18.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-gui-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-p4-2.35.3-150300.10.18.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-p4-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-p4-2.35.3-150300.10.18.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-p4-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-p4-2.35.3-150300.10.18.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-p4-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-p4-2.35.3-150300.10.18.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-p4-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.35.3-150300.10.18.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-svn-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.35.3-150300.10.18.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-svn-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.35.3-150300.10.18.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-svn-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.35.3-150300.10.18.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-svn-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.35.3-150300.10.18.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-web-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.35.3-150300.10.18.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-web-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.35.3-150300.10.18.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-web-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.35.3-150300.10.18.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-web-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.35.3-150300.10.18.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "gitk-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.35.3-150300.10.18.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "gitk-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.35.3-150300.10.18.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "gitk-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.35.3-150300.10.18.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "gitk-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.35.3-150300.10.18.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "perl-Git-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.35.3-150300.10.18.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "perl-Git-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.35.3-150300.10.18.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "perl-Git-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.35.3-150300.10.18.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "perl-Git-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.35.3-150300.10.18.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.35.3-150300.10.18.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.35.3-150300.10.18.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.35.3-150300.10.18.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.35.3-150300.10.18.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-arch-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.35.3-150300.10.18.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-arch-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.35.3-150300.10.18.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-arch-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.35.3-150300.10.18.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-arch-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.35.3-150300.10.18.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-core-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.35.3-150300.10.18.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-core-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.35.3-150300.10.18.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-core-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.35.3-150300.10.18.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-core-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-credential-gnome-keyring-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-2.35.3-150300.10.18.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-credential-libsecret-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-2.35.3-150300.10.18.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-credential-libsecret-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-2.35.3-150300.10.18.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-credential-libsecret-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-2.35.3-150300.10.18.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-credential-libsecret-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.35.3-150300.10.18.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-cvs-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.35.3-150300.10.18.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-cvs-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.35.3-150300.10.18.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-cvs-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.35.3-150300.10.18.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-cvs-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.35.3-150300.10.18.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-daemon-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.35.3-150300.10.18.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-daemon-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.35.3-150300.10.18.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-daemon-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.35.3-150300.10.18.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-daemon-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-doc-2.35.3-150300.10.18.1.noarch as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-doc-2.35.3-150300.10.18.1.noarch"
},
"product_reference": "git-doc-2.35.3-150300.10.18.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.35.3-150300.10.18.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-email-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.35.3-150300.10.18.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-email-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.35.3-150300.10.18.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-email-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.35.3-150300.10.18.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-email-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.35.3-150300.10.18.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-gui-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.35.3-150300.10.18.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-gui-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.35.3-150300.10.18.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-gui-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.35.3-150300.10.18.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-gui-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-p4-2.35.3-150300.10.18.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-p4-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-p4-2.35.3-150300.10.18.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-p4-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-p4-2.35.3-150300.10.18.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-p4-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-p4-2.35.3-150300.10.18.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-p4-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.35.3-150300.10.18.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-svn-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.35.3-150300.10.18.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-svn-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.35.3-150300.10.18.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-svn-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.35.3-150300.10.18.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-svn-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.35.3-150300.10.18.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "git-web-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.35.3-150300.10.18.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "git-web-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.35.3-150300.10.18.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "git-web-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.35.3-150300.10.18.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "git-web-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.35.3-150300.10.18.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "gitk-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.35.3-150300.10.18.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "gitk-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.35.3-150300.10.18.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "gitk-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.35.3-150300.10.18.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "gitk-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.35.3-150300.10.18.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.aarch64"
},
"product_reference": "perl-Git-2.35.3-150300.10.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.35.3-150300.10.18.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.ppc64le"
},
"product_reference": "perl-Git-2.35.3-150300.10.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.35.3-150300.10.18.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.s390x"
},
"product_reference": "perl-Git-2.35.3-150300.10.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.35.3-150300.10.18.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.x86_64"
},
"product_reference": "perl-Git-2.35.3-150300.10.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
}
]
},
"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": [
"SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-doc-2.35.3-150300.10.18.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-doc-2.35.3-150300.10.18.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-doc-2.35.3-150300.10.18.1.noarch",
"openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-doc-2.35.3-150300.10.18.1.noarch",
"openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.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": [
"SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-doc-2.35.3-150300.10.18.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-doc-2.35.3-150300.10.18.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-doc-2.35.3-150300.10.18.1.noarch",
"openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-doc-2.35.3-150300.10.18.1.noarch",
"openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-doc-2.35.3-150300.10.18.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-doc-2.35.3-150300.10.18.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-doc-2.35.3-150300.10.18.1.noarch",
"openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-doc-2.35.3-150300.10.18.1.noarch",
"openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-11-10T10:26:32Z",
"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": [
"SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-doc-2.35.3-150300.10.18.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-doc-2.35.3-150300.10.18.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-doc-2.35.3-150300.10.18.1.noarch",
"openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-doc-2.35.3-150300.10.18.1.noarch",
"openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.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": [
"SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-doc-2.35.3-150300.10.18.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-doc-2.35.3-150300.10.18.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-doc-2.35.3-150300.10.18.1.noarch",
"openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-doc-2.35.3-150300.10.18.1.noarch",
"openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.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": [
"SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:git-core-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP3:perl-Git-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:git-core-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-arch-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-cvs-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-daemon-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-doc-2.35.3-150300.10.18.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-email-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-gui-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-svn-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:git-web-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:gitk-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-arch-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-cvs-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-daemon-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-doc-2.35.3-150300.10.18.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-email-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-gui-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-svn-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:git-web-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:gitk-2.35.3-150300.10.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:perl-Git-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-arch-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-core-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-credential-gnome-keyring-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-credential-libsecret-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-cvs-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-daemon-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-doc-2.35.3-150300.10.18.1.noarch",
"openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-email-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-gui-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-p4-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-svn-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:git-web-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:gitk-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.3:perl-Git-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-arch-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-core-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-credential-gnome-keyring-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-credential-libsecret-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-cvs-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-daemon-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-doc-2.35.3-150300.10.18.1.noarch",
"openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-email-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-gui-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-p4-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-svn-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:git-web-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:gitk-2.35.3-150300.10.18.1.x86_64",
"openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.aarch64",
"openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.ppc64le",
"openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.s390x",
"openSUSE Leap 15.4:perl-Git-2.35.3-150300.10.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-11-10T10:26:32Z",
"details": "moderate"
}
],
"title": "CVE-2022-39260"
}
]
}
SUSE-SU-2022:4271-1
Vulnerability from csaf_suse - Published: 2022-11-29 12:25 - Updated: 2022-11-29 12:25| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HPE Helion OpenStack 8:git-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-doc-2.26.2-27.60.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:git-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: HPE Helion OpenStack 8:git-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-doc-2.26.2-27.60.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 8:git-2.26.2-27.60.1.x86_64 | — |
Vendor Fix
|
{
"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": "Security update for git",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for git fixes the following issues:\n\n - CVE-2022-39260: Fixed overflow in split_cmdline() (bsc#1204456).\n - CVE-2022-39253: Fixed dereference issue with symbolic links via the `--local` clone mechanism (bsc#1204455).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "HPE-Helion-OpenStack-8-2022-4271,SUSE-2022-4271,SUSE-OpenStack-Cloud-8-2022-4271,SUSE-SLE-SDK-12-SP5-2022-4271,SUSE-SLE-SERVER-12-SP5-2022-4271",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2022_4271-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2022:4271-1",
"url": "https://www.suse.com/support/update/announcement/2022/suse-su-20224271-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2022:4271-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2022-November/026619.html"
},
{
"category": "self",
"summary": "SUSE Bug 1204455",
"url": "https://bugzilla.suse.com/1204455"
},
{
"category": "self",
"summary": "SUSE Bug 1204456",
"url": "https://bugzilla.suse.com/1204456"
},
{
"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": "Security update for git",
"tracking": {
"current_release_date": "2022-11-29T12:25:55Z",
"generator": {
"date": "2022-11-29T12:25:55Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2022:4271-1",
"initial_release_date": "2022-11-29T12:25:55Z",
"revision_history": [
{
"date": "2022-11-29T12:25:55Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "git-2.26.2-27.60.1.aarch64",
"product": {
"name": "git-2.26.2-27.60.1.aarch64",
"product_id": "git-2.26.2-27.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-arch-2.26.2-27.60.1.aarch64",
"product": {
"name": "git-arch-2.26.2-27.60.1.aarch64",
"product_id": "git-arch-2.26.2-27.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-core-2.26.2-27.60.1.aarch64",
"product": {
"name": "git-core-2.26.2-27.60.1.aarch64",
"product_id": "git-core-2.26.2-27.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-credential-gnome-keyring-2.26.2-27.60.1.aarch64",
"product": {
"name": "git-credential-gnome-keyring-2.26.2-27.60.1.aarch64",
"product_id": "git-credential-gnome-keyring-2.26.2-27.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-2.26.2-27.60.1.aarch64",
"product": {
"name": "git-credential-libsecret-2.26.2-27.60.1.aarch64",
"product_id": "git-credential-libsecret-2.26.2-27.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-cvs-2.26.2-27.60.1.aarch64",
"product": {
"name": "git-cvs-2.26.2-27.60.1.aarch64",
"product_id": "git-cvs-2.26.2-27.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-daemon-2.26.2-27.60.1.aarch64",
"product": {
"name": "git-daemon-2.26.2-27.60.1.aarch64",
"product_id": "git-daemon-2.26.2-27.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-email-2.26.2-27.60.1.aarch64",
"product": {
"name": "git-email-2.26.2-27.60.1.aarch64",
"product_id": "git-email-2.26.2-27.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-gui-2.26.2-27.60.1.aarch64",
"product": {
"name": "git-gui-2.26.2-27.60.1.aarch64",
"product_id": "git-gui-2.26.2-27.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-p4-2.26.2-27.60.1.aarch64",
"product": {
"name": "git-p4-2.26.2-27.60.1.aarch64",
"product_id": "git-p4-2.26.2-27.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-svn-2.26.2-27.60.1.aarch64",
"product": {
"name": "git-svn-2.26.2-27.60.1.aarch64",
"product_id": "git-svn-2.26.2-27.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-web-2.26.2-27.60.1.aarch64",
"product": {
"name": "git-web-2.26.2-27.60.1.aarch64",
"product_id": "git-web-2.26.2-27.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "gitk-2.26.2-27.60.1.aarch64",
"product": {
"name": "gitk-2.26.2-27.60.1.aarch64",
"product_id": "gitk-2.26.2-27.60.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-2.26.2-27.60.1.i586",
"product": {
"name": "git-2.26.2-27.60.1.i586",
"product_id": "git-2.26.2-27.60.1.i586"
}
},
{
"category": "product_version",
"name": "git-arch-2.26.2-27.60.1.i586",
"product": {
"name": "git-arch-2.26.2-27.60.1.i586",
"product_id": "git-arch-2.26.2-27.60.1.i586"
}
},
{
"category": "product_version",
"name": "git-core-2.26.2-27.60.1.i586",
"product": {
"name": "git-core-2.26.2-27.60.1.i586",
"product_id": "git-core-2.26.2-27.60.1.i586"
}
},
{
"category": "product_version",
"name": "git-credential-gnome-keyring-2.26.2-27.60.1.i586",
"product": {
"name": "git-credential-gnome-keyring-2.26.2-27.60.1.i586",
"product_id": "git-credential-gnome-keyring-2.26.2-27.60.1.i586"
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-2.26.2-27.60.1.i586",
"product": {
"name": "git-credential-libsecret-2.26.2-27.60.1.i586",
"product_id": "git-credential-libsecret-2.26.2-27.60.1.i586"
}
},
{
"category": "product_version",
"name": "git-cvs-2.26.2-27.60.1.i586",
"product": {
"name": "git-cvs-2.26.2-27.60.1.i586",
"product_id": "git-cvs-2.26.2-27.60.1.i586"
}
},
{
"category": "product_version",
"name": "git-daemon-2.26.2-27.60.1.i586",
"product": {
"name": "git-daemon-2.26.2-27.60.1.i586",
"product_id": "git-daemon-2.26.2-27.60.1.i586"
}
},
{
"category": "product_version",
"name": "git-email-2.26.2-27.60.1.i586",
"product": {
"name": "git-email-2.26.2-27.60.1.i586",
"product_id": "git-email-2.26.2-27.60.1.i586"
}
},
{
"category": "product_version",
"name": "git-gui-2.26.2-27.60.1.i586",
"product": {
"name": "git-gui-2.26.2-27.60.1.i586",
"product_id": "git-gui-2.26.2-27.60.1.i586"
}
},
{
"category": "product_version",
"name": "git-p4-2.26.2-27.60.1.i586",
"product": {
"name": "git-p4-2.26.2-27.60.1.i586",
"product_id": "git-p4-2.26.2-27.60.1.i586"
}
},
{
"category": "product_version",
"name": "git-svn-2.26.2-27.60.1.i586",
"product": {
"name": "git-svn-2.26.2-27.60.1.i586",
"product_id": "git-svn-2.26.2-27.60.1.i586"
}
},
{
"category": "product_version",
"name": "git-web-2.26.2-27.60.1.i586",
"product": {
"name": "git-web-2.26.2-27.60.1.i586",
"product_id": "git-web-2.26.2-27.60.1.i586"
}
},
{
"category": "product_version",
"name": "gitk-2.26.2-27.60.1.i586",
"product": {
"name": "gitk-2.26.2-27.60.1.i586",
"product_id": "gitk-2.26.2-27.60.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "git-doc-2.26.2-27.60.1.noarch",
"product": {
"name": "git-doc-2.26.2-27.60.1.noarch",
"product_id": "git-doc-2.26.2-27.60.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "git-2.26.2-27.60.1.ppc64le",
"product": {
"name": "git-2.26.2-27.60.1.ppc64le",
"product_id": "git-2.26.2-27.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-arch-2.26.2-27.60.1.ppc64le",
"product": {
"name": "git-arch-2.26.2-27.60.1.ppc64le",
"product_id": "git-arch-2.26.2-27.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-core-2.26.2-27.60.1.ppc64le",
"product": {
"name": "git-core-2.26.2-27.60.1.ppc64le",
"product_id": "git-core-2.26.2-27.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-credential-gnome-keyring-2.26.2-27.60.1.ppc64le",
"product": {
"name": "git-credential-gnome-keyring-2.26.2-27.60.1.ppc64le",
"product_id": "git-credential-gnome-keyring-2.26.2-27.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-2.26.2-27.60.1.ppc64le",
"product": {
"name": "git-credential-libsecret-2.26.2-27.60.1.ppc64le",
"product_id": "git-credential-libsecret-2.26.2-27.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-cvs-2.26.2-27.60.1.ppc64le",
"product": {
"name": "git-cvs-2.26.2-27.60.1.ppc64le",
"product_id": "git-cvs-2.26.2-27.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-daemon-2.26.2-27.60.1.ppc64le",
"product": {
"name": "git-daemon-2.26.2-27.60.1.ppc64le",
"product_id": "git-daemon-2.26.2-27.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-email-2.26.2-27.60.1.ppc64le",
"product": {
"name": "git-email-2.26.2-27.60.1.ppc64le",
"product_id": "git-email-2.26.2-27.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-gui-2.26.2-27.60.1.ppc64le",
"product": {
"name": "git-gui-2.26.2-27.60.1.ppc64le",
"product_id": "git-gui-2.26.2-27.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-p4-2.26.2-27.60.1.ppc64le",
"product": {
"name": "git-p4-2.26.2-27.60.1.ppc64le",
"product_id": "git-p4-2.26.2-27.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-svn-2.26.2-27.60.1.ppc64le",
"product": {
"name": "git-svn-2.26.2-27.60.1.ppc64le",
"product_id": "git-svn-2.26.2-27.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-web-2.26.2-27.60.1.ppc64le",
"product": {
"name": "git-web-2.26.2-27.60.1.ppc64le",
"product_id": "git-web-2.26.2-27.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gitk-2.26.2-27.60.1.ppc64le",
"product": {
"name": "gitk-2.26.2-27.60.1.ppc64le",
"product_id": "gitk-2.26.2-27.60.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-2.26.2-27.60.1.s390",
"product": {
"name": "git-2.26.2-27.60.1.s390",
"product_id": "git-2.26.2-27.60.1.s390"
}
},
{
"category": "product_version",
"name": "git-arch-2.26.2-27.60.1.s390",
"product": {
"name": "git-arch-2.26.2-27.60.1.s390",
"product_id": "git-arch-2.26.2-27.60.1.s390"
}
},
{
"category": "product_version",
"name": "git-core-2.26.2-27.60.1.s390",
"product": {
"name": "git-core-2.26.2-27.60.1.s390",
"product_id": "git-core-2.26.2-27.60.1.s390"
}
},
{
"category": "product_version",
"name": "git-credential-gnome-keyring-2.26.2-27.60.1.s390",
"product": {
"name": "git-credential-gnome-keyring-2.26.2-27.60.1.s390",
"product_id": "git-credential-gnome-keyring-2.26.2-27.60.1.s390"
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-2.26.2-27.60.1.s390",
"product": {
"name": "git-credential-libsecret-2.26.2-27.60.1.s390",
"product_id": "git-credential-libsecret-2.26.2-27.60.1.s390"
}
},
{
"category": "product_version",
"name": "git-cvs-2.26.2-27.60.1.s390",
"product": {
"name": "git-cvs-2.26.2-27.60.1.s390",
"product_id": "git-cvs-2.26.2-27.60.1.s390"
}
},
{
"category": "product_version",
"name": "git-daemon-2.26.2-27.60.1.s390",
"product": {
"name": "git-daemon-2.26.2-27.60.1.s390",
"product_id": "git-daemon-2.26.2-27.60.1.s390"
}
},
{
"category": "product_version",
"name": "git-email-2.26.2-27.60.1.s390",
"product": {
"name": "git-email-2.26.2-27.60.1.s390",
"product_id": "git-email-2.26.2-27.60.1.s390"
}
},
{
"category": "product_version",
"name": "git-gui-2.26.2-27.60.1.s390",
"product": {
"name": "git-gui-2.26.2-27.60.1.s390",
"product_id": "git-gui-2.26.2-27.60.1.s390"
}
},
{
"category": "product_version",
"name": "git-p4-2.26.2-27.60.1.s390",
"product": {
"name": "git-p4-2.26.2-27.60.1.s390",
"product_id": "git-p4-2.26.2-27.60.1.s390"
}
},
{
"category": "product_version",
"name": "git-svn-2.26.2-27.60.1.s390",
"product": {
"name": "git-svn-2.26.2-27.60.1.s390",
"product_id": "git-svn-2.26.2-27.60.1.s390"
}
},
{
"category": "product_version",
"name": "git-web-2.26.2-27.60.1.s390",
"product": {
"name": "git-web-2.26.2-27.60.1.s390",
"product_id": "git-web-2.26.2-27.60.1.s390"
}
},
{
"category": "product_version",
"name": "gitk-2.26.2-27.60.1.s390",
"product": {
"name": "gitk-2.26.2-27.60.1.s390",
"product_id": "gitk-2.26.2-27.60.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "git-2.26.2-27.60.1.s390x",
"product": {
"name": "git-2.26.2-27.60.1.s390x",
"product_id": "git-2.26.2-27.60.1.s390x"
}
},
{
"category": "product_version",
"name": "git-arch-2.26.2-27.60.1.s390x",
"product": {
"name": "git-arch-2.26.2-27.60.1.s390x",
"product_id": "git-arch-2.26.2-27.60.1.s390x"
}
},
{
"category": "product_version",
"name": "git-core-2.26.2-27.60.1.s390x",
"product": {
"name": "git-core-2.26.2-27.60.1.s390x",
"product_id": "git-core-2.26.2-27.60.1.s390x"
}
},
{
"category": "product_version",
"name": "git-credential-gnome-keyring-2.26.2-27.60.1.s390x",
"product": {
"name": "git-credential-gnome-keyring-2.26.2-27.60.1.s390x",
"product_id": "git-credential-gnome-keyring-2.26.2-27.60.1.s390x"
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-2.26.2-27.60.1.s390x",
"product": {
"name": "git-credential-libsecret-2.26.2-27.60.1.s390x",
"product_id": "git-credential-libsecret-2.26.2-27.60.1.s390x"
}
},
{
"category": "product_version",
"name": "git-cvs-2.26.2-27.60.1.s390x",
"product": {
"name": "git-cvs-2.26.2-27.60.1.s390x",
"product_id": "git-cvs-2.26.2-27.60.1.s390x"
}
},
{
"category": "product_version",
"name": "git-daemon-2.26.2-27.60.1.s390x",
"product": {
"name": "git-daemon-2.26.2-27.60.1.s390x",
"product_id": "git-daemon-2.26.2-27.60.1.s390x"
}
},
{
"category": "product_version",
"name": "git-email-2.26.2-27.60.1.s390x",
"product": {
"name": "git-email-2.26.2-27.60.1.s390x",
"product_id": "git-email-2.26.2-27.60.1.s390x"
}
},
{
"category": "product_version",
"name": "git-gui-2.26.2-27.60.1.s390x",
"product": {
"name": "git-gui-2.26.2-27.60.1.s390x",
"product_id": "git-gui-2.26.2-27.60.1.s390x"
}
},
{
"category": "product_version",
"name": "git-p4-2.26.2-27.60.1.s390x",
"product": {
"name": "git-p4-2.26.2-27.60.1.s390x",
"product_id": "git-p4-2.26.2-27.60.1.s390x"
}
},
{
"category": "product_version",
"name": "git-svn-2.26.2-27.60.1.s390x",
"product": {
"name": "git-svn-2.26.2-27.60.1.s390x",
"product_id": "git-svn-2.26.2-27.60.1.s390x"
}
},
{
"category": "product_version",
"name": "git-web-2.26.2-27.60.1.s390x",
"product": {
"name": "git-web-2.26.2-27.60.1.s390x",
"product_id": "git-web-2.26.2-27.60.1.s390x"
}
},
{
"category": "product_version",
"name": "gitk-2.26.2-27.60.1.s390x",
"product": {
"name": "gitk-2.26.2-27.60.1.s390x",
"product_id": "gitk-2.26.2-27.60.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "git-2.26.2-27.60.1.x86_64",
"product": {
"name": "git-2.26.2-27.60.1.x86_64",
"product_id": "git-2.26.2-27.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-arch-2.26.2-27.60.1.x86_64",
"product": {
"name": "git-arch-2.26.2-27.60.1.x86_64",
"product_id": "git-arch-2.26.2-27.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-core-2.26.2-27.60.1.x86_64",
"product": {
"name": "git-core-2.26.2-27.60.1.x86_64",
"product_id": "git-core-2.26.2-27.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-credential-gnome-keyring-2.26.2-27.60.1.x86_64",
"product": {
"name": "git-credential-gnome-keyring-2.26.2-27.60.1.x86_64",
"product_id": "git-credential-gnome-keyring-2.26.2-27.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-2.26.2-27.60.1.x86_64",
"product": {
"name": "git-credential-libsecret-2.26.2-27.60.1.x86_64",
"product_id": "git-credential-libsecret-2.26.2-27.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-cvs-2.26.2-27.60.1.x86_64",
"product": {
"name": "git-cvs-2.26.2-27.60.1.x86_64",
"product_id": "git-cvs-2.26.2-27.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-daemon-2.26.2-27.60.1.x86_64",
"product": {
"name": "git-daemon-2.26.2-27.60.1.x86_64",
"product_id": "git-daemon-2.26.2-27.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-email-2.26.2-27.60.1.x86_64",
"product": {
"name": "git-email-2.26.2-27.60.1.x86_64",
"product_id": "git-email-2.26.2-27.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-gui-2.26.2-27.60.1.x86_64",
"product": {
"name": "git-gui-2.26.2-27.60.1.x86_64",
"product_id": "git-gui-2.26.2-27.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-p4-2.26.2-27.60.1.x86_64",
"product": {
"name": "git-p4-2.26.2-27.60.1.x86_64",
"product_id": "git-p4-2.26.2-27.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-svn-2.26.2-27.60.1.x86_64",
"product": {
"name": "git-svn-2.26.2-27.60.1.x86_64",
"product_id": "git-svn-2.26.2-27.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-web-2.26.2-27.60.1.x86_64",
"product": {
"name": "git-web-2.26.2-27.60.1.x86_64",
"product_id": "git-web-2.26.2-27.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "gitk-2.26.2-27.60.1.x86_64",
"product": {
"name": "gitk-2.26.2-27.60.1.x86_64",
"product_id": "gitk-2.26.2-27.60.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "HPE Helion OpenStack 8",
"product": {
"name": "HPE Helion OpenStack 8",
"product_id": "HPE Helion OpenStack 8",
"product_identification_helper": {
"cpe": "cpe:/o:suse:hpe-helion-openstack:8"
}
}
},
{
"category": "product_name",
"name": "SUSE OpenStack Cloud 8",
"product": {
"name": "SUSE OpenStack Cloud 8",
"product_id": "SUSE OpenStack Cloud 8",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-openstack-cloud:8"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-sdk:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-27.60.1.x86_64 as component of HPE Helion OpenStack 8",
"product_id": "HPE Helion OpenStack 8:git-2.26.2-27.60.1.x86_64"
},
"product_reference": "git-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "HPE Helion OpenStack 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-27.60.1.x86_64 as component of SUSE OpenStack Cloud 8",
"product_id": "SUSE OpenStack Cloud 8:git-2.26.2-27.60.1.x86_64"
},
"product_reference": "git-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-27.60.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.aarch64"
},
"product_reference": "git-2.26.2-27.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-27.60.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.ppc64le"
},
"product_reference": "git-2.26.2-27.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-27.60.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.s390x"
},
"product_reference": "git-2.26.2-27.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-27.60.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.x86_64"
},
"product_reference": "git-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.26.2-27.60.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.aarch64"
},
"product_reference": "git-arch-2.26.2-27.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.26.2-27.60.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.ppc64le"
},
"product_reference": "git-arch-2.26.2-27.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.26.2-27.60.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.s390x"
},
"product_reference": "git-arch-2.26.2-27.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.26.2-27.60.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.x86_64"
},
"product_reference": "git-arch-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-27.60.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.aarch64"
},
"product_reference": "git-core-2.26.2-27.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-27.60.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.ppc64le"
},
"product_reference": "git-core-2.26.2-27.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-27.60.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.s390x"
},
"product_reference": "git-core-2.26.2-27.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-27.60.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.x86_64"
},
"product_reference": "git-core-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-27.60.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.aarch64"
},
"product_reference": "git-cvs-2.26.2-27.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-27.60.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.ppc64le"
},
"product_reference": "git-cvs-2.26.2-27.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-27.60.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.s390x"
},
"product_reference": "git-cvs-2.26.2-27.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-27.60.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.x86_64"
},
"product_reference": "git-cvs-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-27.60.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.aarch64"
},
"product_reference": "git-daemon-2.26.2-27.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-27.60.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.ppc64le"
},
"product_reference": "git-daemon-2.26.2-27.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-27.60.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.s390x"
},
"product_reference": "git-daemon-2.26.2-27.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-27.60.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.x86_64"
},
"product_reference": "git-daemon-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-doc-2.26.2-27.60.1.noarch as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-doc-2.26.2-27.60.1.noarch"
},
"product_reference": "git-doc-2.26.2-27.60.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-27.60.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.aarch64"
},
"product_reference": "git-email-2.26.2-27.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-27.60.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.ppc64le"
},
"product_reference": "git-email-2.26.2-27.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-27.60.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.s390x"
},
"product_reference": "git-email-2.26.2-27.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-27.60.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.x86_64"
},
"product_reference": "git-email-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-27.60.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.aarch64"
},
"product_reference": "git-gui-2.26.2-27.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-27.60.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.ppc64le"
},
"product_reference": "git-gui-2.26.2-27.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-27.60.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.s390x"
},
"product_reference": "git-gui-2.26.2-27.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-27.60.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.x86_64"
},
"product_reference": "git-gui-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-27.60.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.aarch64"
},
"product_reference": "git-svn-2.26.2-27.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-27.60.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.ppc64le"
},
"product_reference": "git-svn-2.26.2-27.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-27.60.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.s390x"
},
"product_reference": "git-svn-2.26.2-27.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-27.60.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.x86_64"
},
"product_reference": "git-svn-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-27.60.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.aarch64"
},
"product_reference": "git-web-2.26.2-27.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-27.60.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.ppc64le"
},
"product_reference": "git-web-2.26.2-27.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-27.60.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.s390x"
},
"product_reference": "git-web-2.26.2-27.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-27.60.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.x86_64"
},
"product_reference": "git-web-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-27.60.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.aarch64"
},
"product_reference": "gitk-2.26.2-27.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-27.60.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.ppc64le"
},
"product_reference": "gitk-2.26.2-27.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-27.60.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.s390x"
},
"product_reference": "gitk-2.26.2-27.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-27.60.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.x86_64"
},
"product_reference": "gitk-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-27.60.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.aarch64"
},
"product_reference": "git-2.26.2-27.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-27.60.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.ppc64le"
},
"product_reference": "git-2.26.2-27.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-27.60.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.s390x"
},
"product_reference": "git-2.26.2-27.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-27.60.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.x86_64"
},
"product_reference": "git-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-27.60.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.aarch64"
},
"product_reference": "git-core-2.26.2-27.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-27.60.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.ppc64le"
},
"product_reference": "git-core-2.26.2-27.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-27.60.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.s390x"
},
"product_reference": "git-core-2.26.2-27.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-27.60.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.x86_64"
},
"product_reference": "git-core-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-27.60.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.aarch64"
},
"product_reference": "git-cvs-2.26.2-27.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-27.60.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.ppc64le"
},
"product_reference": "git-cvs-2.26.2-27.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-27.60.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.s390x"
},
"product_reference": "git-cvs-2.26.2-27.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-27.60.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.x86_64"
},
"product_reference": "git-cvs-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-27.60.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.aarch64"
},
"product_reference": "git-daemon-2.26.2-27.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-27.60.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.ppc64le"
},
"product_reference": "git-daemon-2.26.2-27.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-27.60.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.s390x"
},
"product_reference": "git-daemon-2.26.2-27.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-27.60.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.x86_64"
},
"product_reference": "git-daemon-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-27.60.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.aarch64"
},
"product_reference": "git-email-2.26.2-27.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-27.60.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.ppc64le"
},
"product_reference": "git-email-2.26.2-27.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-27.60.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.s390x"
},
"product_reference": "git-email-2.26.2-27.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-27.60.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.x86_64"
},
"product_reference": "git-email-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-27.60.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.aarch64"
},
"product_reference": "git-gui-2.26.2-27.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-27.60.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.ppc64le"
},
"product_reference": "git-gui-2.26.2-27.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-27.60.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.s390x"
},
"product_reference": "git-gui-2.26.2-27.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-27.60.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.x86_64"
},
"product_reference": "git-gui-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-27.60.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.aarch64"
},
"product_reference": "git-svn-2.26.2-27.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-27.60.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.ppc64le"
},
"product_reference": "git-svn-2.26.2-27.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-27.60.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.s390x"
},
"product_reference": "git-svn-2.26.2-27.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-27.60.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.x86_64"
},
"product_reference": "git-svn-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-27.60.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.aarch64"
},
"product_reference": "git-web-2.26.2-27.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-27.60.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.ppc64le"
},
"product_reference": "git-web-2.26.2-27.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-27.60.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.s390x"
},
"product_reference": "git-web-2.26.2-27.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-27.60.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.x86_64"
},
"product_reference": "git-web-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-27.60.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.aarch64"
},
"product_reference": "gitk-2.26.2-27.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-27.60.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.ppc64le"
},
"product_reference": "gitk-2.26.2-27.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-27.60.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.s390x"
},
"product_reference": "gitk-2.26.2-27.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-27.60.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.x86_64"
},
"product_reference": "gitk-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-27.60.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.aarch64"
},
"product_reference": "git-2.26.2-27.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-27.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.ppc64le"
},
"product_reference": "git-2.26.2-27.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-27.60.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.s390x"
},
"product_reference": "git-2.26.2-27.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-27.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.x86_64"
},
"product_reference": "git-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-27.60.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.aarch64"
},
"product_reference": "git-core-2.26.2-27.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-27.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.ppc64le"
},
"product_reference": "git-core-2.26.2-27.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-27.60.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.s390x"
},
"product_reference": "git-core-2.26.2-27.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-27.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.x86_64"
},
"product_reference": "git-core-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-27.60.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.aarch64"
},
"product_reference": "git-cvs-2.26.2-27.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-27.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.ppc64le"
},
"product_reference": "git-cvs-2.26.2-27.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-27.60.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.s390x"
},
"product_reference": "git-cvs-2.26.2-27.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-27.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.x86_64"
},
"product_reference": "git-cvs-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-27.60.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.aarch64"
},
"product_reference": "git-daemon-2.26.2-27.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-27.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.ppc64le"
},
"product_reference": "git-daemon-2.26.2-27.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-27.60.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.s390x"
},
"product_reference": "git-daemon-2.26.2-27.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-27.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.x86_64"
},
"product_reference": "git-daemon-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-27.60.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.aarch64"
},
"product_reference": "git-email-2.26.2-27.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-27.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.ppc64le"
},
"product_reference": "git-email-2.26.2-27.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-27.60.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.s390x"
},
"product_reference": "git-email-2.26.2-27.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-27.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.x86_64"
},
"product_reference": "git-email-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-27.60.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.aarch64"
},
"product_reference": "git-gui-2.26.2-27.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-27.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.ppc64le"
},
"product_reference": "git-gui-2.26.2-27.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-27.60.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.s390x"
},
"product_reference": "git-gui-2.26.2-27.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-27.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.x86_64"
},
"product_reference": "git-gui-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-27.60.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.aarch64"
},
"product_reference": "git-svn-2.26.2-27.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-27.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.ppc64le"
},
"product_reference": "git-svn-2.26.2-27.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-27.60.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.s390x"
},
"product_reference": "git-svn-2.26.2-27.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-27.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.x86_64"
},
"product_reference": "git-svn-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-27.60.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.aarch64"
},
"product_reference": "git-web-2.26.2-27.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-27.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.ppc64le"
},
"product_reference": "git-web-2.26.2-27.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-27.60.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.s390x"
},
"product_reference": "git-web-2.26.2-27.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-27.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.x86_64"
},
"product_reference": "git-web-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-27.60.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.aarch64"
},
"product_reference": "gitk-2.26.2-27.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-27.60.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.ppc64le"
},
"product_reference": "gitk-2.26.2-27.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-27.60.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.s390x"
},
"product_reference": "gitk-2.26.2-27.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-27.60.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.x86_64"
},
"product_reference": "gitk-2.26.2-27.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
}
]
},
"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": [
"HPE Helion OpenStack 8:git-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-doc-2.26.2-27.60.1.noarch",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.x86_64",
"SUSE OpenStack Cloud 8:git-2.26.2-27.60.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": [
"HPE Helion OpenStack 8:git-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-doc-2.26.2-27.60.1.noarch",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.x86_64",
"SUSE OpenStack Cloud 8:git-2.26.2-27.60.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": [
"HPE Helion OpenStack 8:git-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-doc-2.26.2-27.60.1.noarch",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.x86_64",
"SUSE OpenStack Cloud 8:git-2.26.2-27.60.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-11-29T12:25:55Z",
"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": [
"HPE Helion OpenStack 8:git-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-doc-2.26.2-27.60.1.noarch",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.x86_64",
"SUSE OpenStack Cloud 8:git-2.26.2-27.60.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": [
"HPE Helion OpenStack 8:git-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-doc-2.26.2-27.60.1.noarch",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.x86_64",
"SUSE OpenStack Cloud 8:git-2.26.2-27.60.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": [
"HPE Helion OpenStack 8:git-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-core-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-cvs-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-daemon-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-email-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-gui-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-svn-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:git-web-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:gitk-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-core-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-cvs-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-daemon-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-email-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-gui-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-svn-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:git-web-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:gitk-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-arch-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-core-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-cvs-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-daemon-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-doc-2.26.2-27.60.1.noarch",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-email-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-gui-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-svn-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:git-web-2.26.2-27.60.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:gitk-2.26.2-27.60.1.x86_64",
"SUSE OpenStack Cloud 8:git-2.26.2-27.60.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-11-29T12:25:55Z",
"details": "moderate"
}
],
"title": "CVE-2022-39260"
}
]
}
SUSE-SU-2023:0418-1
Vulnerability from csaf_suse - Published: 2023-02-15 10:22 - Updated: 2023-02-15 10:22| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-doc-2.26.2-150000.47.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-doc-2.26.2-150000.47.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.47.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-doc-2.26.2-150000.47.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-doc-2.26.2-150000.47.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.47.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-doc-2.26.2-150000.47.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-doc-2.26.2-150000.47.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.47.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-doc-2.26.2-150000.47.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-doc-2.26.2-150000.47.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.47.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for git",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for git fixes the following issues:\n\n - CVE-2023-22490: Fixed incorrectly usable local clone optimization even when using a non-local transport (bsc#1208027).\n - CVE-2023-23946: Fixed issue where a path outside the working tree can be overwritten as the user who is running \u0027git apply\u0027 (bsc#1208028).\n - CVE-2022-39260: Fixed overflow in `split_cmdline()`, leading to arbitrary heap writes and remote code execution (bsc#1204456).\n - CVE-2022-39253: Fixed dereference issue with symbolic links via the `--local` clone mechanism (bsc#1204455).\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-418,SUSE-SLE-Product-HPC-15-SP1-LTSS-2023-418,SUSE-SLE-Product-HPC-15-SP2-LTSS-2023-418,SUSE-SLE-Product-SLES-15-SP1-LTSS-2023-418,SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-418,SUSE-SLE-Product-SLES_SAP-15-SP1-2023-418,SUSE-SLE-Product-SLES_SAP-15-SP2-2023-418,SUSE-Storage-7-2023-418,openSUSE-SLE-15.4-2023-418",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_0418-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:0418-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20230418-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:0418-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-February/013768.html"
},
{
"category": "self",
"summary": "SUSE Bug 1204455",
"url": "https://bugzilla.suse.com/1204455"
},
{
"category": "self",
"summary": "SUSE Bug 1204456",
"url": "https://bugzilla.suse.com/1204456"
},
{
"category": "self",
"summary": "SUSE Bug 1208027",
"url": "https://bugzilla.suse.com/1208027"
},
{
"category": "self",
"summary": "SUSE Bug 1208028",
"url": "https://bugzilla.suse.com/1208028"
},
{
"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/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-22490 page",
"url": "https://www.suse.com/security/cve/CVE-2023-22490/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-23946 page",
"url": "https://www.suse.com/security/cve/CVE-2023-23946/"
}
],
"title": "Security update for git",
"tracking": {
"current_release_date": "2023-02-15T10:22:06Z",
"generator": {
"date": "2023-02-15T10:22:06Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:0418-1",
"initial_release_date": "2023-02-15T10:22:06Z",
"revision_history": [
{
"date": "2023-02-15T10:22:06Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "git-2.26.2-150000.47.1.aarch64",
"product": {
"name": "git-2.26.2-150000.47.1.aarch64",
"product_id": "git-2.26.2-150000.47.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-arch-2.26.2-150000.47.1.aarch64",
"product": {
"name": "git-arch-2.26.2-150000.47.1.aarch64",
"product_id": "git-arch-2.26.2-150000.47.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-core-2.26.2-150000.47.1.aarch64",
"product": {
"name": "git-core-2.26.2-150000.47.1.aarch64",
"product_id": "git-core-2.26.2-150000.47.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-credential-gnome-keyring-2.26.2-150000.47.1.aarch64",
"product": {
"name": "git-credential-gnome-keyring-2.26.2-150000.47.1.aarch64",
"product_id": "git-credential-gnome-keyring-2.26.2-150000.47.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-2.26.2-150000.47.1.aarch64",
"product": {
"name": "git-credential-libsecret-2.26.2-150000.47.1.aarch64",
"product_id": "git-credential-libsecret-2.26.2-150000.47.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-cvs-2.26.2-150000.47.1.aarch64",
"product": {
"name": "git-cvs-2.26.2-150000.47.1.aarch64",
"product_id": "git-cvs-2.26.2-150000.47.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-daemon-2.26.2-150000.47.1.aarch64",
"product": {
"name": "git-daemon-2.26.2-150000.47.1.aarch64",
"product_id": "git-daemon-2.26.2-150000.47.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-email-2.26.2-150000.47.1.aarch64",
"product": {
"name": "git-email-2.26.2-150000.47.1.aarch64",
"product_id": "git-email-2.26.2-150000.47.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-gui-2.26.2-150000.47.1.aarch64",
"product": {
"name": "git-gui-2.26.2-150000.47.1.aarch64",
"product_id": "git-gui-2.26.2-150000.47.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-p4-2.26.2-150000.47.1.aarch64",
"product": {
"name": "git-p4-2.26.2-150000.47.1.aarch64",
"product_id": "git-p4-2.26.2-150000.47.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-svn-2.26.2-150000.47.1.aarch64",
"product": {
"name": "git-svn-2.26.2-150000.47.1.aarch64",
"product_id": "git-svn-2.26.2-150000.47.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-web-2.26.2-150000.47.1.aarch64",
"product": {
"name": "git-web-2.26.2-150000.47.1.aarch64",
"product_id": "git-web-2.26.2-150000.47.1.aarch64"
}
},
{
"category": "product_version",
"name": "gitk-2.26.2-150000.47.1.aarch64",
"product": {
"name": "gitk-2.26.2-150000.47.1.aarch64",
"product_id": "gitk-2.26.2-150000.47.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-2.26.2-150000.47.1.i586",
"product": {
"name": "git-2.26.2-150000.47.1.i586",
"product_id": "git-2.26.2-150000.47.1.i586"
}
},
{
"category": "product_version",
"name": "git-arch-2.26.2-150000.47.1.i586",
"product": {
"name": "git-arch-2.26.2-150000.47.1.i586",
"product_id": "git-arch-2.26.2-150000.47.1.i586"
}
},
{
"category": "product_version",
"name": "git-core-2.26.2-150000.47.1.i586",
"product": {
"name": "git-core-2.26.2-150000.47.1.i586",
"product_id": "git-core-2.26.2-150000.47.1.i586"
}
},
{
"category": "product_version",
"name": "git-credential-gnome-keyring-2.26.2-150000.47.1.i586",
"product": {
"name": "git-credential-gnome-keyring-2.26.2-150000.47.1.i586",
"product_id": "git-credential-gnome-keyring-2.26.2-150000.47.1.i586"
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-2.26.2-150000.47.1.i586",
"product": {
"name": "git-credential-libsecret-2.26.2-150000.47.1.i586",
"product_id": "git-credential-libsecret-2.26.2-150000.47.1.i586"
}
},
{
"category": "product_version",
"name": "git-cvs-2.26.2-150000.47.1.i586",
"product": {
"name": "git-cvs-2.26.2-150000.47.1.i586",
"product_id": "git-cvs-2.26.2-150000.47.1.i586"
}
},
{
"category": "product_version",
"name": "git-daemon-2.26.2-150000.47.1.i586",
"product": {
"name": "git-daemon-2.26.2-150000.47.1.i586",
"product_id": "git-daemon-2.26.2-150000.47.1.i586"
}
},
{
"category": "product_version",
"name": "git-email-2.26.2-150000.47.1.i586",
"product": {
"name": "git-email-2.26.2-150000.47.1.i586",
"product_id": "git-email-2.26.2-150000.47.1.i586"
}
},
{
"category": "product_version",
"name": "git-gui-2.26.2-150000.47.1.i586",
"product": {
"name": "git-gui-2.26.2-150000.47.1.i586",
"product_id": "git-gui-2.26.2-150000.47.1.i586"
}
},
{
"category": "product_version",
"name": "git-p4-2.26.2-150000.47.1.i586",
"product": {
"name": "git-p4-2.26.2-150000.47.1.i586",
"product_id": "git-p4-2.26.2-150000.47.1.i586"
}
},
{
"category": "product_version",
"name": "git-svn-2.26.2-150000.47.1.i586",
"product": {
"name": "git-svn-2.26.2-150000.47.1.i586",
"product_id": "git-svn-2.26.2-150000.47.1.i586"
}
},
{
"category": "product_version",
"name": "git-web-2.26.2-150000.47.1.i586",
"product": {
"name": "git-web-2.26.2-150000.47.1.i586",
"product_id": "git-web-2.26.2-150000.47.1.i586"
}
},
{
"category": "product_version",
"name": "gitk-2.26.2-150000.47.1.i586",
"product": {
"name": "gitk-2.26.2-150000.47.1.i586",
"product_id": "gitk-2.26.2-150000.47.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "git-doc-2.26.2-150000.47.1.noarch",
"product": {
"name": "git-doc-2.26.2-150000.47.1.noarch",
"product_id": "git-doc-2.26.2-150000.47.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "git-2.26.2-150000.47.1.ppc64le",
"product": {
"name": "git-2.26.2-150000.47.1.ppc64le",
"product_id": "git-2.26.2-150000.47.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-arch-2.26.2-150000.47.1.ppc64le",
"product": {
"name": "git-arch-2.26.2-150000.47.1.ppc64le",
"product_id": "git-arch-2.26.2-150000.47.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-core-2.26.2-150000.47.1.ppc64le",
"product": {
"name": "git-core-2.26.2-150000.47.1.ppc64le",
"product_id": "git-core-2.26.2-150000.47.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-credential-gnome-keyring-2.26.2-150000.47.1.ppc64le",
"product": {
"name": "git-credential-gnome-keyring-2.26.2-150000.47.1.ppc64le",
"product_id": "git-credential-gnome-keyring-2.26.2-150000.47.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-2.26.2-150000.47.1.ppc64le",
"product": {
"name": "git-credential-libsecret-2.26.2-150000.47.1.ppc64le",
"product_id": "git-credential-libsecret-2.26.2-150000.47.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-cvs-2.26.2-150000.47.1.ppc64le",
"product": {
"name": "git-cvs-2.26.2-150000.47.1.ppc64le",
"product_id": "git-cvs-2.26.2-150000.47.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-daemon-2.26.2-150000.47.1.ppc64le",
"product": {
"name": "git-daemon-2.26.2-150000.47.1.ppc64le",
"product_id": "git-daemon-2.26.2-150000.47.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-email-2.26.2-150000.47.1.ppc64le",
"product": {
"name": "git-email-2.26.2-150000.47.1.ppc64le",
"product_id": "git-email-2.26.2-150000.47.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-gui-2.26.2-150000.47.1.ppc64le",
"product": {
"name": "git-gui-2.26.2-150000.47.1.ppc64le",
"product_id": "git-gui-2.26.2-150000.47.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-p4-2.26.2-150000.47.1.ppc64le",
"product": {
"name": "git-p4-2.26.2-150000.47.1.ppc64le",
"product_id": "git-p4-2.26.2-150000.47.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-svn-2.26.2-150000.47.1.ppc64le",
"product": {
"name": "git-svn-2.26.2-150000.47.1.ppc64le",
"product_id": "git-svn-2.26.2-150000.47.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-web-2.26.2-150000.47.1.ppc64le",
"product": {
"name": "git-web-2.26.2-150000.47.1.ppc64le",
"product_id": "git-web-2.26.2-150000.47.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gitk-2.26.2-150000.47.1.ppc64le",
"product": {
"name": "gitk-2.26.2-150000.47.1.ppc64le",
"product_id": "gitk-2.26.2-150000.47.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-2.26.2-150000.47.1.s390x",
"product": {
"name": "git-2.26.2-150000.47.1.s390x",
"product_id": "git-2.26.2-150000.47.1.s390x"
}
},
{
"category": "product_version",
"name": "git-arch-2.26.2-150000.47.1.s390x",
"product": {
"name": "git-arch-2.26.2-150000.47.1.s390x",
"product_id": "git-arch-2.26.2-150000.47.1.s390x"
}
},
{
"category": "product_version",
"name": "git-core-2.26.2-150000.47.1.s390x",
"product": {
"name": "git-core-2.26.2-150000.47.1.s390x",
"product_id": "git-core-2.26.2-150000.47.1.s390x"
}
},
{
"category": "product_version",
"name": "git-credential-gnome-keyring-2.26.2-150000.47.1.s390x",
"product": {
"name": "git-credential-gnome-keyring-2.26.2-150000.47.1.s390x",
"product_id": "git-credential-gnome-keyring-2.26.2-150000.47.1.s390x"
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-2.26.2-150000.47.1.s390x",
"product": {
"name": "git-credential-libsecret-2.26.2-150000.47.1.s390x",
"product_id": "git-credential-libsecret-2.26.2-150000.47.1.s390x"
}
},
{
"category": "product_version",
"name": "git-cvs-2.26.2-150000.47.1.s390x",
"product": {
"name": "git-cvs-2.26.2-150000.47.1.s390x",
"product_id": "git-cvs-2.26.2-150000.47.1.s390x"
}
},
{
"category": "product_version",
"name": "git-daemon-2.26.2-150000.47.1.s390x",
"product": {
"name": "git-daemon-2.26.2-150000.47.1.s390x",
"product_id": "git-daemon-2.26.2-150000.47.1.s390x"
}
},
{
"category": "product_version",
"name": "git-email-2.26.2-150000.47.1.s390x",
"product": {
"name": "git-email-2.26.2-150000.47.1.s390x",
"product_id": "git-email-2.26.2-150000.47.1.s390x"
}
},
{
"category": "product_version",
"name": "git-gui-2.26.2-150000.47.1.s390x",
"product": {
"name": "git-gui-2.26.2-150000.47.1.s390x",
"product_id": "git-gui-2.26.2-150000.47.1.s390x"
}
},
{
"category": "product_version",
"name": "git-p4-2.26.2-150000.47.1.s390x",
"product": {
"name": "git-p4-2.26.2-150000.47.1.s390x",
"product_id": "git-p4-2.26.2-150000.47.1.s390x"
}
},
{
"category": "product_version",
"name": "git-svn-2.26.2-150000.47.1.s390x",
"product": {
"name": "git-svn-2.26.2-150000.47.1.s390x",
"product_id": "git-svn-2.26.2-150000.47.1.s390x"
}
},
{
"category": "product_version",
"name": "git-web-2.26.2-150000.47.1.s390x",
"product": {
"name": "git-web-2.26.2-150000.47.1.s390x",
"product_id": "git-web-2.26.2-150000.47.1.s390x"
}
},
{
"category": "product_version",
"name": "gitk-2.26.2-150000.47.1.s390x",
"product": {
"name": "gitk-2.26.2-150000.47.1.s390x",
"product_id": "gitk-2.26.2-150000.47.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "git-2.26.2-150000.47.1.x86_64",
"product": {
"name": "git-2.26.2-150000.47.1.x86_64",
"product_id": "git-2.26.2-150000.47.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-arch-2.26.2-150000.47.1.x86_64",
"product": {
"name": "git-arch-2.26.2-150000.47.1.x86_64",
"product_id": "git-arch-2.26.2-150000.47.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-core-2.26.2-150000.47.1.x86_64",
"product": {
"name": "git-core-2.26.2-150000.47.1.x86_64",
"product_id": "git-core-2.26.2-150000.47.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-credential-gnome-keyring-2.26.2-150000.47.1.x86_64",
"product": {
"name": "git-credential-gnome-keyring-2.26.2-150000.47.1.x86_64",
"product_id": "git-credential-gnome-keyring-2.26.2-150000.47.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-2.26.2-150000.47.1.x86_64",
"product": {
"name": "git-credential-libsecret-2.26.2-150000.47.1.x86_64",
"product_id": "git-credential-libsecret-2.26.2-150000.47.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-cvs-2.26.2-150000.47.1.x86_64",
"product": {
"name": "git-cvs-2.26.2-150000.47.1.x86_64",
"product_id": "git-cvs-2.26.2-150000.47.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-daemon-2.26.2-150000.47.1.x86_64",
"product": {
"name": "git-daemon-2.26.2-150000.47.1.x86_64",
"product_id": "git-daemon-2.26.2-150000.47.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-email-2.26.2-150000.47.1.x86_64",
"product": {
"name": "git-email-2.26.2-150000.47.1.x86_64",
"product_id": "git-email-2.26.2-150000.47.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-gui-2.26.2-150000.47.1.x86_64",
"product": {
"name": "git-gui-2.26.2-150000.47.1.x86_64",
"product_id": "git-gui-2.26.2-150000.47.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-p4-2.26.2-150000.47.1.x86_64",
"product": {
"name": "git-p4-2.26.2-150000.47.1.x86_64",
"product_id": "git-p4-2.26.2-150000.47.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-svn-2.26.2-150000.47.1.x86_64",
"product": {
"name": "git-svn-2.26.2-150000.47.1.x86_64",
"product_id": "git-svn-2.26.2-150000.47.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-web-2.26.2-150000.47.1.x86_64",
"product": {
"name": "git-web-2.26.2-150000.47.1.x86_64",
"product_id": "git-web-2.26.2-150000.47.1.x86_64"
}
},
{
"category": "product_version",
"name": "gitk-2.26.2-150000.47.1.x86_64",
"product": {
"name": "gitk-2.26.2-150000.47.1.x86_64",
"product_id": "gitk-2.26.2-150000.47.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7",
"product": {
"name": "SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-arch-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-arch-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-core-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-core-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-cvs-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-cvs-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-daemon-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-daemon-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-doc-2.26.2-150000.47.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch"
},
"product_reference": "git-doc-2.26.2-150000.47.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-email-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-email-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-gui-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-gui-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-svn-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-svn-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-web-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-web-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64"
},
"product_reference": "gitk-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64"
},
"product_reference": "gitk-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-arch-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-arch-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-core-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-core-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-cvs-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-cvs-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-daemon-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-daemon-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-doc-2.26.2-150000.47.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch"
},
"product_reference": "git-doc-2.26.2-150000.47.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-email-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-email-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-gui-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-gui-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-svn-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-svn-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-web-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-web-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64"
},
"product_reference": "gitk-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64"
},
"product_reference": "gitk-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-150000.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.s390x"
},
"product_reference": "git-2.26.2-150000.47.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-arch-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-arch-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.26.2-150000.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.s390x"
},
"product_reference": "git-arch-2.26.2-150000.47.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-arch-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-core-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-core-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-150000.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.s390x"
},
"product_reference": "git-core-2.26.2-150000.47.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-core-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-cvs-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-cvs-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-150000.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.s390x"
},
"product_reference": "git-cvs-2.26.2-150000.47.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-cvs-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-daemon-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-daemon-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-150000.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.s390x"
},
"product_reference": "git-daemon-2.26.2-150000.47.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-daemon-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-doc-2.26.2-150000.47.1.noarch as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch"
},
"product_reference": "git-doc-2.26.2-150000.47.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-email-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-email-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-150000.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.s390x"
},
"product_reference": "git-email-2.26.2-150000.47.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-email-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-gui-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-gui-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-150000.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.s390x"
},
"product_reference": "git-gui-2.26.2-150000.47.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-gui-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-svn-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-svn-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-150000.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.s390x"
},
"product_reference": "git-svn-2.26.2-150000.47.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-svn-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-web-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-web-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-150000.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.s390x"
},
"product_reference": "git-web-2.26.2-150000.47.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-web-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64"
},
"product_reference": "gitk-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "gitk-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-150000.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.s390x"
},
"product_reference": "gitk-2.26.2-150000.47.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64"
},
"product_reference": "gitk-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-150000.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.s390x"
},
"product_reference": "git-2.26.2-150000.47.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-arch-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-arch-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.26.2-150000.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.s390x"
},
"product_reference": "git-arch-2.26.2-150000.47.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-arch-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-core-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-core-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-150000.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.s390x"
},
"product_reference": "git-core-2.26.2-150000.47.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-core-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-cvs-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-cvs-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-150000.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.s390x"
},
"product_reference": "git-cvs-2.26.2-150000.47.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-cvs-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-daemon-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-daemon-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-150000.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.s390x"
},
"product_reference": "git-daemon-2.26.2-150000.47.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-daemon-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-doc-2.26.2-150000.47.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch"
},
"product_reference": "git-doc-2.26.2-150000.47.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-email-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-email-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-150000.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.s390x"
},
"product_reference": "git-email-2.26.2-150000.47.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-email-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-gui-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-gui-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-150000.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.s390x"
},
"product_reference": "git-gui-2.26.2-150000.47.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-gui-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-svn-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-svn-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-150000.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.s390x"
},
"product_reference": "git-svn-2.26.2-150000.47.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-svn-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-web-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-web-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-150000.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.s390x"
},
"product_reference": "git-web-2.26.2-150000.47.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-web-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-150000.47.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64"
},
"product_reference": "gitk-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "gitk-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-150000.47.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.s390x"
},
"product_reference": "gitk-2.26.2-150000.47.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64"
},
"product_reference": "gitk-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-arch-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-arch-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-core-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-core-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-cvs-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-cvs-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-daemon-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-daemon-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-doc-2.26.2-150000.47.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-doc-2.26.2-150000.47.1.noarch"
},
"product_reference": "git-doc-2.26.2-150000.47.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-email-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-email-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-gui-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-gui-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-svn-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-svn-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-web-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-web-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "gitk-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.x86_64"
},
"product_reference": "gitk-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-arch-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-arch-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-core-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-core-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-cvs-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-cvs-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-daemon-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-daemon-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-doc-2.26.2-150000.47.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.47.1.noarch"
},
"product_reference": "git-doc-2.26.2-150000.47.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-email-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-email-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-gui-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-gui-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-svn-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-svn-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "git-web-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-web-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-150000.47.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.ppc64le"
},
"product_reference": "gitk-2.26.2-150000.47.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-150000.47.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.x86_64"
},
"product_reference": "gitk-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-150000.47.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.26.2-150000.47.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.26.2-150000.47.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-arch-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.26.2-150000.47.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-arch-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-150000.47.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-core-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.26.2-150000.47.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-core-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-150000.47.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-cvs-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.26.2-150000.47.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-cvs-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-150000.47.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-daemon-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.26.2-150000.47.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-daemon-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-doc-2.26.2-150000.47.1.noarch as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:git-doc-2.26.2-150000.47.1.noarch"
},
"product_reference": "git-doc-2.26.2-150000.47.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-150000.47.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-email-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.26.2-150000.47.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-email-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-150000.47.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-gui-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.26.2-150000.47.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-gui-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-150000.47.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-svn-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.26.2-150000.47.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-svn-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-150000.47.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.aarch64"
},
"product_reference": "git-web-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.26.2-150000.47.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.x86_64"
},
"product_reference": "git-web-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-150000.47.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.aarch64"
},
"product_reference": "gitk-2.26.2-150000.47.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.26.2-150000.47.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.x86_64"
},
"product_reference": "gitk-2.26.2-150000.47.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
}
]
},
"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": [
"SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.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": [
"SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-02-15T10:22:06Z",
"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": [
"SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.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": [
"SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.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": [
"SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-02-15T10:22:06Z",
"details": "moderate"
}
],
"title": "CVE-2022-39260"
},
{
"cve": "CVE-2023-22490",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-22490"
}
],
"notes": [
{
"category": "general",
"text": "Git is a revision control system. Using a specially-crafted repository, Git prior to versions 2.39.2, 2.38.4, 2.37.6, 2.36.5, 2.35.7, 2.34.7, 2.33.7, 2.32.6, 2.31.7, and 2.30.8 can be tricked into using its local clone optimization even when using a non-local transport. Though Git will abort local clones whose source `$GIT_DIR/objects` directory contains symbolic links, the `objects` directory itself may still be a symbolic link. These two may be combined to include arbitrary files based on known paths on the victim\u0027s filesystem within the malicious repository\u0027s working copy, allowing for data exfiltration in a similar manner as CVE-2022-39253.\n\nA fix has been prepared and will appear in v2.39.2 v2.38.4 v2.37.6 v2.36.5 v2.35.7 v2.34.7 v2.33.7 v2.32.6, v2.31.7 and v2.30.8. If upgrading is impractical, two short-term workarounds are available. Avoid cloning repositories from untrusted sources with `--recurse-submodules`. Instead, consider cloning repositories without recursively cloning their submodules, and instead run `git submodule update` at each layer. Before doing so, inspect each new `.gitmodules` file to ensure that it does not contain suspicious module URLs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-22490",
"url": "https://www.suse.com/security/cve/CVE-2023-22490"
},
{
"category": "external",
"summary": "SUSE Bug 1208027 for CVE-2023-22490",
"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": [
"SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-02-15T10:22:06Z",
"details": "moderate"
}
],
"title": "CVE-2023-22490"
},
{
"cve": "CVE-2023-23946",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-23946"
}
],
"notes": [
{
"category": "general",
"text": "Git, a revision control system, is vulnerable to path traversal prior to versions 2.39.2, 2.38.4, 2.37.6, 2.36.5, 2.35.7, 2.34.7, 2.33.7, 2.32.6, 2.31.7, and 2.30.8. By feeding a crafted input to `git apply`, a path outside the working tree can be overwritten as the user who is running `git apply`. A fix has been prepared and will appear in v2.39.2, v2.38.4, v2.37.6, v2.36.5, v2.35.7, v2.34.7, v2.33.7, v2.32.6, v2.31.7, and v2.30.8. As a workaround, use `git apply --stat` to inspect a patch before applying; avoid applying one that creates a symbolic link and then creates a file beyond the symbolic link.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-23946",
"url": "https://www.suse.com/security/cve/CVE-2023-23946"
},
{
"category": "external",
"summary": "SUSE Bug 1208028 for CVE-2023-23946",
"url": "https://bugzilla.suse.com/1208028"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Enterprise Storage 7:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:gitk-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-arch-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-core-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-cvs-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-daemon-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-doc-2.26.2-150000.47.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-email-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-gui-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-svn-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:git-web-2.26.2-150000.47.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:gitk-2.26.2-150000.47.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-02-15T10:22:06Z",
"details": "moderate"
}
],
"title": "CVE-2023-23946"
}
]
}
ubuntu-cve-2022-39253
Vulnerability from osv_ubuntu
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.
{
"affected": [
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro (Infra-only): https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "git",
"binary_version": "1:2.7.4-0ubuntu1.10+esm6"
},
{
"binary_name": "git-all",
"binary_version": "1:2.7.4-0ubuntu1.10+esm6"
},
{
"binary_name": "git-arch",
"binary_version": "1:2.7.4-0ubuntu1.10+esm6"
},
{
"binary_name": "git-core",
"binary_version": "1:2.7.4-0ubuntu1.10+esm6"
},
{
"binary_name": "git-cvs",
"binary_version": "1:2.7.4-0ubuntu1.10+esm6"
},
{
"binary_name": "git-daemon-run",
"binary_version": "1:2.7.4-0ubuntu1.10+esm6"
},
{
"binary_name": "git-daemon-sysvinit",
"binary_version": "1:2.7.4-0ubuntu1.10+esm6"
},
{
"binary_name": "git-el",
"binary_version": "1:2.7.4-0ubuntu1.10+esm6"
},
{
"binary_name": "git-email",
"binary_version": "1:2.7.4-0ubuntu1.10+esm6"
},
{
"binary_name": "git-gui",
"binary_version": "1:2.7.4-0ubuntu1.10+esm6"
},
{
"binary_name": "git-man",
"binary_version": "1:2.7.4-0ubuntu1.10+esm6"
},
{
"binary_name": "git-mediawiki",
"binary_version": "1:2.7.4-0ubuntu1.10+esm6"
},
{
"binary_name": "git-svn",
"binary_version": "1:2.7.4-0ubuntu1.10+esm6"
},
{
"binary_name": "gitk",
"binary_version": "1:2.7.4-0ubuntu1.10+esm6"
},
{
"binary_name": "gitweb",
"binary_version": "1:2.7.4-0ubuntu1.10+esm6"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "git",
"purl": "pkg:deb/ubuntu/git@1:2.7.4-0ubuntu1.10+esm6?arch=source\u0026distro=esm-infra/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:2.7.4-0ubuntu1.10+esm6"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1:2.5.0-1",
"1:2.6.2-1",
"1:2.6.3-1",
"1:2.6.4-1",
"1:2.7.0~rc3-1",
"1:2.7.0-1",
"1:2.7.3-0ubuntu1",
"1:2.7.4-0ubuntu1",
"1:2.7.4-0ubuntu1.1",
"1:2.7.4-0ubuntu1.2",
"1:2.7.4-0ubuntu1.3",
"1:2.7.4-0ubuntu1.4",
"1:2.7.4-0ubuntu1.5",
"1:2.7.4-0ubuntu1.6",
"1:2.7.4-0ubuntu1.7",
"1:2.7.4-0ubuntu1.8",
"1:2.7.4-0ubuntu1.9",
"1:2.7.4-0ubuntu1.10",
"1:2.7.4-0ubuntu1.10+esm1",
"1:2.7.4-0ubuntu1.10+esm3",
"1:2.7.4-0ubuntu1.10+esm4",
"1:2.7.4-0ubuntu1.10+esm5"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "git",
"binary_version": "1:2.17.1-1ubuntu0.13"
},
{
"binary_name": "git-all",
"binary_version": "1:2.17.1-1ubuntu0.13"
},
{
"binary_name": "git-cvs",
"binary_version": "1:2.17.1-1ubuntu0.13"
},
{
"binary_name": "git-daemon-run",
"binary_version": "1:2.17.1-1ubuntu0.13"
},
{
"binary_name": "git-daemon-sysvinit",
"binary_version": "1:2.17.1-1ubuntu0.13"
},
{
"binary_name": "git-el",
"binary_version": "1:2.17.1-1ubuntu0.13"
},
{
"binary_name": "git-email",
"binary_version": "1:2.17.1-1ubuntu0.13"
},
{
"binary_name": "git-gui",
"binary_version": "1:2.17.1-1ubuntu0.13"
},
{
"binary_name": "git-man",
"binary_version": "1:2.17.1-1ubuntu0.13"
},
{
"binary_name": "git-mediawiki",
"binary_version": "1:2.17.1-1ubuntu0.13"
},
{
"binary_name": "git-svn",
"binary_version": "1:2.17.1-1ubuntu0.13"
},
{
"binary_name": "gitk",
"binary_version": "1:2.17.1-1ubuntu0.13"
},
{
"binary_name": "gitweb",
"binary_version": "1:2.17.1-1ubuntu0.13"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "git",
"purl": "pkg:deb/ubuntu/git@1:2.17.1-1ubuntu0.13?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:2.17.1-1ubuntu0.13"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1:2.14.1-1ubuntu4",
"1:2.15.1-1ubuntu2",
"1:2.17.0-1ubuntu1",
"1:2.17.1-1ubuntu0.1",
"1:2.17.1-1ubuntu0.3",
"1:2.17.1-1ubuntu0.4",
"1:2.17.1-1ubuntu0.5",
"1:2.17.1-1ubuntu0.6",
"1:2.17.1-1ubuntu0.7",
"1:2.17.1-1ubuntu0.8",
"1:2.17.1-1ubuntu0.9",
"1:2.17.1-1ubuntu0.10",
"1:2.17.1-1ubuntu0.11",
"1:2.17.1-1ubuntu0.12"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "git",
"binary_version": "1:2.25.1-1ubuntu3.6"
},
{
"binary_name": "git-all",
"binary_version": "1:2.25.1-1ubuntu3.6"
},
{
"binary_name": "git-cvs",
"binary_version": "1:2.25.1-1ubuntu3.6"
},
{
"binary_name": "git-daemon-run",
"binary_version": "1:2.25.1-1ubuntu3.6"
},
{
"binary_name": "git-daemon-sysvinit",
"binary_version": "1:2.25.1-1ubuntu3.6"
},
{
"binary_name": "git-el",
"binary_version": "1:2.25.1-1ubuntu3.6"
},
{
"binary_name": "git-email",
"binary_version": "1:2.25.1-1ubuntu3.6"
},
{
"binary_name": "git-gui",
"binary_version": "1:2.25.1-1ubuntu3.6"
},
{
"binary_name": "git-man",
"binary_version": "1:2.25.1-1ubuntu3.6"
},
{
"binary_name": "git-mediawiki",
"binary_version": "1:2.25.1-1ubuntu3.6"
},
{
"binary_name": "git-svn",
"binary_version": "1:2.25.1-1ubuntu3.6"
},
{
"binary_name": "gitk",
"binary_version": "1:2.25.1-1ubuntu3.6"
},
{
"binary_name": "gitweb",
"binary_version": "1:2.25.1-1ubuntu3.6"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "git",
"purl": "pkg:deb/ubuntu/git@1:2.25.1-1ubuntu3.6?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:2.25.1-1ubuntu3.6"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1:2.20.1-2ubuntu1",
"1:2.24.0-1ubuntu1",
"1:2.24.0-1ubuntu2",
"1:2.25.0-1ubuntu1",
"1:2.25.1-1ubuntu1",
"1:2.25.1-1ubuntu2",
"1:2.25.1-1ubuntu3",
"1:2.25.1-1ubuntu3.1",
"1:2.25.1-1ubuntu3.2",
"1:2.25.1-1ubuntu3.3",
"1:2.25.1-1ubuntu3.4",
"1:2.25.1-1ubuntu3.5"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "git",
"binary_version": "1:2.34.1-1ubuntu1.5"
},
{
"binary_name": "git-all",
"binary_version": "1:2.34.1-1ubuntu1.5"
},
{
"binary_name": "git-cvs",
"binary_version": "1:2.34.1-1ubuntu1.5"
},
{
"binary_name": "git-daemon-run",
"binary_version": "1:2.34.1-1ubuntu1.5"
},
{
"binary_name": "git-daemon-sysvinit",
"binary_version": "1:2.34.1-1ubuntu1.5"
},
{
"binary_name": "git-email",
"binary_version": "1:2.34.1-1ubuntu1.5"
},
{
"binary_name": "git-gui",
"binary_version": "1:2.34.1-1ubuntu1.5"
},
{
"binary_name": "git-man",
"binary_version": "1:2.34.1-1ubuntu1.5"
},
{
"binary_name": "git-mediawiki",
"binary_version": "1:2.34.1-1ubuntu1.5"
},
{
"binary_name": "git-svn",
"binary_version": "1:2.34.1-1ubuntu1.5"
},
{
"binary_name": "gitk",
"binary_version": "1:2.34.1-1ubuntu1.5"
},
{
"binary_name": "gitweb",
"binary_version": "1:2.34.1-1ubuntu1.5"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "git",
"purl": "pkg:deb/ubuntu/git@1:2.34.1-1ubuntu1.5?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1:2.34.1-1ubuntu1.5"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1:2.32.0-1ubuntu1",
"1:2.33.1-1ubuntu1",
"1:2.34.1-1ubuntu1",
"1:2.34.1-1ubuntu1.1",
"1:2.34.1-1ubuntu1.2",
"1:2.34.1-1ubuntu1.4"
]
}
],
"aliases": [],
"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": "UBUNTU-CVE-2022-39253",
"modified": "2025-09-08T16:50:23Z",
"published": "2022-10-18T17:00:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2022-39253"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-5686-1"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-5686-3"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-5686-4"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39253"
}
],
"related": [
"USN-5686-1",
"USN-5686-3",
"USN-5686-4"
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"type": "CVSS_V3"
},
{
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2022-39253"
]
}
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.