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 | |||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||
{
"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": {
"nvd": "{\"cve\":{\"id\":\"CVE-2022-39253\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2022-10-19T11:15:11.227\",\"lastModified\":\"2024-11-21T07:17:53.040\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source\u0027s `$GIT_DIR/objects` directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via `--no-hardlinks`). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim\u0027s machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the `--recurse-submodules` option. Git does not create symbolic links in the `$GIT_DIR/objects` directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`.\"},{\"lang\":\"es\",\"value\":\"Git es un sistema de control de revisiones distribuido, escalable y de c\u00f3digo abierto. Las versiones anteriores a la 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3 y 2.37.4 est\u00e1n sujetas a una exposici\u00f3n de informaci\u00f3n confidencial a un actor malicioso. Cuando es llevado a cabo un clon local (en el que el origen y el destino del clon est\u00e1n en el mismo volumen), Git copia el contenido del directorio \\\"$GIT_DIR/objects\\\" del origen en el destino creando enlaces duros al contenido del origen o copi\u00e1ndolo (si los enlaces duros est\u00e1n deshabilitados por medio de \\\"--no-hardlinks\\\"). Un actor malicioso podr\u00eda convencer a una v\u00edctima de clonar un repositorio con un enlace simb\u00f3lico que apunte a informaci\u00f3n confidencial en la m\u00e1quina de la v\u00edctima. Esto puede hacerse ya sea que la v\u00edctima clone un repositorio malicioso en la misma m\u00e1quina, o haciendo que clone un repositorio malicioso insertado como repositorio desnudo por medio de un subm\u00f3dulo de cualquier fuente, siempre que clone con la opci\u00f3n \\\"--recurse-submodules\\\". Git no crea enlaces simb\u00f3licos en el directorio \\\"$GIT_DIR/objects\\\". El problema ha sido parcheado en las versiones publicadas el 18-10-2022, y retrocedido a v2.30.x. Posibles mitigaciones: Evite clonar repositorios no confiables usando la optimizaci\u00f3n \\\"--local\\\" cuando est\u00e9 en una m\u00e1quina compartida, ya sea pasando la opci\u00f3n \\\"--no-local\\\" a \\\"git clone\\\" o clonando desde una URL que use el esquema \\\"file://\\\". Alternativamente, evita clonar repositorios de fuentes no confiables con \\\"--recurse-submodules\\\" o ejecuta \\\"git config --global protocol.file.allow user\\\"\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-200\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-59\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"2.30.6\",\"matchCriteriaId\":\"28199E8F-36D0-46F8-AF0A-9460390BE56F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.31.0\",\"versionEndExcluding\":\"2.31.5\",\"matchCriteriaId\":\"E095AAE7-18C2-4957-9740-FC804860B9C2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.32.0\",\"versionEndExcluding\":\"2.32.4\",\"matchCriteriaId\":\"459EE43E-40FB-45BE-A1CC-51435E9F92AD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.33.0\",\"versionEndExcluding\":\"2.33.5\",\"matchCriteriaId\":\"2CBDDA42-F5EC-4747-BF3C-16683D684702\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.34.0\",\"versionEndExcluding\":\"2.34.5\",\"matchCriteriaId\":\"D7691E22-145E-4D97-A6E0-6515742781B9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.35.0\",\"versionEndExcluding\":\"2.35.5\",\"matchCriteriaId\":\"E02396C2-BB34-4D18-917E-DA56EA7B58B9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.36.0\",\"versionEndExcluding\":\"2.36.3\",\"matchCriteriaId\":\"51BEAEEC-9D9D-4CFE-8958-43BFE87DE501\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.37.0\",\"versionEndExcluding\":\"2.37.4\",\"matchCriteriaId\":\"566CF89C-AC39-47D7-B3DE-633B2237F816\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:2.38.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"1AFEECCB-B8DB-4270-A860-C2BA1C7B267C\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"80E516C0-98A4-4ADE-B69F-66A772E2BAAA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:36:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"5C675112-476C-4D7C-BCB9-A2FB2D0BC9FD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:37:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E30D0E6F-4AE8-4284-8716-991DFA48CC5D\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:apple:xcode:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"14.1\",\"matchCriteriaId\":\"CECD39AA-41F4-4638-B59A-C5E928B585C3\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"}]}]}],\"references\":[{\"url\":\"http://seclists.org/fulldisclosure/2022/Nov/1\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2023/02/14/5\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/05/14/2\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/git/git/security/advisories/GHSA-3wp6-j8xr-qw85\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mitigation\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2022/12/msg00025.html\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/C7B6JPKX5CGGLAHXJVQMIZNNEEB72FHD/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JMQWGMDLX6KTVWW5JZLVPI7ICAK72TN7/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/OHNO2FB55CPX47BAXMBWUBGWHO6N6ZZH/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UKFHE4KVD7EKS5J3KTDFVBEKU3CLXGVV/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VFYXCTLOSESYIP72BUYD6ECDIMUM4WMB/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://security.gentoo.org/glsa/202312-15\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://support.apple.com/kb/HT213496\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"http://seclists.org/fulldisclosure/2022/Nov/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2023/02/14/5\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/05/14/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/git/git/security/advisories/GHSA-3wp6-j8xr-qw85\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mitigation\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2022/12/msg00025.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/C7B6JPKX5CGGLAHXJVQMIZNNEEB72FHD/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JMQWGMDLX6KTVWW5JZLVPI7ICAK72TN7/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/OHNO2FB55CPX47BAXMBWUBGWHO6N6ZZH/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UKFHE4KVD7EKS5J3KTDFVBEKU3CLXGVV/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VFYXCTLOSESYIP72BUYD6ECDIMUM4WMB/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.gentoo.org/glsa/202312-15\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://support.apple.com/kb/HT213496\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}"
}
}
SUSE-SU-2022:3931-1
Vulnerability from csaf_suse - Published: 2022-11-10 10:26 - Updated: 2022-11-10 10:26{
"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| URL | Category | |||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||
{
"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| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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"
}
]
}
WID-SEC-W-2023-1424
Vulnerability from csaf_certbund - Published: 2023-06-12 22:00 - Updated: 2025-10-06 22:00{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "FreeFlow-Druckserver ist eine Druckserveranwendung f\u00fcr Xerox-Produktionsdrucker, die Flexibilit\u00e4t, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden.",
"title": "Angriff"
},
{
"category": "general",
"text": "- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2023-1424 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1424.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-1424 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1424"
},
{
"category": "external",
"summary": "Xerox Security Bulletin vom 2023-06-12",
"url": "https://securitydocs.business.xerox.com/wp-content/uploads/2023/06/Xerox-Security-Bulletin-XRX23-009-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX25-017 vom 2025-10-07",
"url": "https://security.business.xerox.com/wp-content/uploads/2025/10/Xerox-Security-Bulletin-XRX25-017-for-Xerox-FreeFlow-Print-Server-v9.pdf"
}
],
"source_lang": "en-US",
"title": "Xerox FreeFlow Print Server f\u00fcr Solaris: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-10-06T22:00:00.000+00:00",
"generator": {
"date": "2025-10-07T08:04:36.463+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2023-1424",
"initial_release_date": "2023-06-12T22:00:00.000+00:00",
"revision_history": [
{
"date": "2023-06-12T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-10-06T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von XEROX aufgenommen"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "9",
"product": {
"name": "Xerox FreeFlow Print Server 9",
"product_id": "T002977",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:9"
}
}
},
{
"category": "product_version",
"name": "v9 for Solaris",
"product": {
"name": "Xerox FreeFlow Print Server v9 for Solaris",
"product_id": "T028053",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v9_for_solaris"
}
}
}
],
"category": "product_name",
"name": "FreeFlow Print Server"
}
],
"category": "vendor",
"name": "Xerox"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2006-20001",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2006-20001"
},
{
"cve": "CVE-2017-12613",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2017-12613"
},
{
"cve": "CVE-2018-25032",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2018-25032"
},
{
"cve": "CVE-2021-29338",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2021-29338"
},
{
"cve": "CVE-2021-30860",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2021-30860"
},
{
"cve": "CVE-2021-35940",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2021-35940"
},
{
"cve": "CVE-2021-37519",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2021-37519"
},
{
"cve": "CVE-2021-37750",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2021-37750"
},
{
"cve": "CVE-2022-0718",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-0718"
},
{
"cve": "CVE-2022-1122",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-1122"
},
{
"cve": "CVE-2022-1292",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-1292"
},
{
"cve": "CVE-2022-1705",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-1705"
},
{
"cve": "CVE-2022-1962",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-1962"
},
{
"cve": "CVE-2022-21291",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-21291"
},
{
"cve": "CVE-2022-21349",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-21349"
},
{
"cve": "CVE-2022-21515",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-21515"
},
{
"cve": "CVE-2022-2309",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2309"
},
{
"cve": "CVE-2022-23521",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-23521"
},
{
"cve": "CVE-2022-24675",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-24675"
},
{
"cve": "CVE-2022-24963",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-24963"
},
{
"cve": "CVE-2022-25147",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-25147"
},
{
"cve": "CVE-2022-25255",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-25255"
},
{
"cve": "CVE-2022-27337",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-27337"
},
{
"cve": "CVE-2022-27536",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-27536"
},
{
"cve": "CVE-2022-27664",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-27664"
},
{
"cve": "CVE-2022-27778",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-27778"
},
{
"cve": "CVE-2022-28131",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-28131"
},
{
"cve": "CVE-2022-2816",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2816"
},
{
"cve": "CVE-2022-2817",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2817"
},
{
"cve": "CVE-2022-2819",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2819"
},
{
"cve": "CVE-2022-28327",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-28327"
},
{
"cve": "CVE-2022-28331",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-28331"
},
{
"cve": "CVE-2022-2845",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2845"
},
{
"cve": "CVE-2022-2849",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2849"
},
{
"cve": "CVE-2022-2862",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2862"
},
{
"cve": "CVE-2022-2874",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2874"
},
{
"cve": "CVE-2022-2879",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2879"
},
{
"cve": "CVE-2022-2880",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2880"
},
{
"cve": "CVE-2022-2889",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2889"
},
{
"cve": "CVE-2022-2923",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2923"
},
{
"cve": "CVE-2022-2928",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2928"
},
{
"cve": "CVE-2022-2929",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2929"
},
{
"cve": "CVE-2022-2946",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2946"
},
{
"cve": "CVE-2022-29526",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-29526"
},
{
"cve": "CVE-2022-2980",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-2980"
},
{
"cve": "CVE-2022-29804",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-29804"
},
{
"cve": "CVE-2022-3016",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3016"
},
{
"cve": "CVE-2022-3037",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3037"
},
{
"cve": "CVE-2022-30580",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-30580"
},
{
"cve": "CVE-2022-30629",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-30629"
},
{
"cve": "CVE-2022-30630",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-30630"
},
{
"cve": "CVE-2022-30631",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-30631"
},
{
"cve": "CVE-2022-30632",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-30632"
},
{
"cve": "CVE-2022-30633",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-30633"
},
{
"cve": "CVE-2022-30634",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-30634"
},
{
"cve": "CVE-2022-30635",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-30635"
},
{
"cve": "CVE-2022-3094",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3094"
},
{
"cve": "CVE-2022-3099",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3099"
},
{
"cve": "CVE-2022-3134",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3134"
},
{
"cve": "CVE-2022-3153",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3153"
},
{
"cve": "CVE-2022-32148",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-32148"
},
{
"cve": "CVE-2022-32189",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-32189"
},
{
"cve": "CVE-2022-32190",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-32190"
},
{
"cve": "CVE-2022-32205",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-32205"
},
{
"cve": "CVE-2022-32206",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-32206"
},
{
"cve": "CVE-2022-32207",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-32207"
},
{
"cve": "CVE-2022-32208",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-32208"
},
{
"cve": "CVE-2022-32221",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-32221"
},
{
"cve": "CVE-2022-3234",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3234"
},
{
"cve": "CVE-2022-3235",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3235"
},
{
"cve": "CVE-2022-3256",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3256"
},
{
"cve": "CVE-2022-3278",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3278"
},
{
"cve": "CVE-2022-3296",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3296"
},
{
"cve": "CVE-2022-3297",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3297"
},
{
"cve": "CVE-2022-3324",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3324"
},
{
"cve": "CVE-2022-3352",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3352"
},
{
"cve": "CVE-2022-3515",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3515"
},
{
"cve": "CVE-2022-35252",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-35252"
},
{
"cve": "CVE-2022-35260",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-35260"
},
{
"cve": "CVE-2022-36113",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-36113"
},
{
"cve": "CVE-2022-36114",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-36114"
},
{
"cve": "CVE-2022-36227",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-36227"
},
{
"cve": "CVE-2022-36760",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-36760"
},
{
"cve": "CVE-2022-3705",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3705"
},
{
"cve": "CVE-2022-3736",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3736"
},
{
"cve": "CVE-2022-37436",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-37436"
},
{
"cve": "CVE-2022-38171",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-38171"
},
{
"cve": "CVE-2022-38784",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-38784"
},
{
"cve": "CVE-2022-3924",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-3924"
},
{
"cve": "CVE-2022-39253",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-39253"
},
{
"cve": "CVE-2022-40303",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-40303"
},
{
"cve": "CVE-2022-40304",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-40304"
},
{
"cve": "CVE-2022-40898",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-40898"
},
{
"cve": "CVE-2022-41715",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-41715"
},
{
"cve": "CVE-2022-41716",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-41716"
},
{
"cve": "CVE-2022-41903",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-41903"
},
{
"cve": "CVE-2022-42010",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-42010"
},
{
"cve": "CVE-2022-42011",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-42011"
},
{
"cve": "CVE-2022-42012",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-42012"
},
{
"cve": "CVE-2022-4203",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-4203"
},
{
"cve": "CVE-2022-4283",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-4283"
},
{
"cve": "CVE-2022-42898",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-42898"
},
{
"cve": "CVE-2022-42915",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-42915"
},
{
"cve": "CVE-2022-42916",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-42916"
},
{
"cve": "CVE-2022-42919",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-42919"
},
{
"cve": "CVE-2022-4304",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-4304"
},
{
"cve": "CVE-2022-4345",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-4345"
},
{
"cve": "CVE-2022-4450",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-4450"
},
{
"cve": "CVE-2022-45143",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-45143"
},
{
"cve": "CVE-2022-45199",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-45199"
},
{
"cve": "CVE-2022-45939",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-45939"
},
{
"cve": "CVE-2022-46340",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-46340"
},
{
"cve": "CVE-2022-46341",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-46341"
},
{
"cve": "CVE-2022-46342",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-46342"
},
{
"cve": "CVE-2022-46343",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-46343"
},
{
"cve": "CVE-2022-46344",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-46344"
},
{
"cve": "CVE-2022-46871",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-46871"
},
{
"cve": "CVE-2022-46874",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-46874"
},
{
"cve": "CVE-2022-46877",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-46877"
},
{
"cve": "CVE-2022-48281",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2022-48281"
},
{
"cve": "CVE-2023-0215",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0215"
},
{
"cve": "CVE-2023-0216",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0216"
},
{
"cve": "CVE-2023-0217",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0217"
},
{
"cve": "CVE-2023-0286",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0286"
},
{
"cve": "CVE-2023-0401",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0401"
},
{
"cve": "CVE-2023-0411",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0411"
},
{
"cve": "CVE-2023-0412",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0412"
},
{
"cve": "CVE-2023-0413",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0413"
},
{
"cve": "CVE-2023-0414",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0414"
},
{
"cve": "CVE-2023-0415",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0415"
},
{
"cve": "CVE-2023-0416",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0416"
},
{
"cve": "CVE-2023-0417",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0417"
},
{
"cve": "CVE-2023-0430",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0430"
},
{
"cve": "CVE-2023-0567",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0567"
},
{
"cve": "CVE-2023-0568",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0568"
},
{
"cve": "CVE-2023-0616",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0616"
},
{
"cve": "CVE-2023-0662",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0662"
},
{
"cve": "CVE-2023-0767",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0767"
},
{
"cve": "CVE-2023-0795",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0795"
},
{
"cve": "CVE-2023-0796",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0796"
},
{
"cve": "CVE-2023-0797",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0797"
},
{
"cve": "CVE-2023-0798",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0798"
},
{
"cve": "CVE-2023-0799",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0799"
},
{
"cve": "CVE-2023-0800",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0800"
},
{
"cve": "CVE-2023-0801",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0801"
},
{
"cve": "CVE-2023-0802",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0802"
},
{
"cve": "CVE-2023-0803",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0803"
},
{
"cve": "CVE-2023-0804",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-0804"
},
{
"cve": "CVE-2023-21830",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-21830"
},
{
"cve": "CVE-2023-21840",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-21840"
},
{
"cve": "CVE-2023-21843",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-21843"
},
{
"cve": "CVE-2023-21896",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-21896"
},
{
"cve": "CVE-2023-21928",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-21928"
},
{
"cve": "CVE-2023-21984",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-21984"
},
{
"cve": "CVE-2023-21985",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-21985"
},
{
"cve": "CVE-2023-22003",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-22003"
},
{
"cve": "CVE-2023-22490",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-22490"
},
{
"cve": "CVE-2023-22809",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-22809"
},
{
"cve": "CVE-2023-23598",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23598"
},
{
"cve": "CVE-2023-23599",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23599"
},
{
"cve": "CVE-2023-23601",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23601"
},
{
"cve": "CVE-2023-23602",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23602"
},
{
"cve": "CVE-2023-23603",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23603"
},
{
"cve": "CVE-2023-23605",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23605"
},
{
"cve": "CVE-2023-23918",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23918"
},
{
"cve": "CVE-2023-23919",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23919"
},
{
"cve": "CVE-2023-23920",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23920"
},
{
"cve": "CVE-2023-23936",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23936"
},
{
"cve": "CVE-2023-23946",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23946"
},
{
"cve": "CVE-2023-23969",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-23969"
},
{
"cve": "CVE-2023-24580",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-24580"
},
{
"cve": "CVE-2023-24807",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-24807"
},
{
"cve": "CVE-2023-24998",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-24998"
},
{
"cve": "CVE-2023-25690",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25690"
},
{
"cve": "CVE-2023-25728",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25728"
},
{
"cve": "CVE-2023-25729",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25729"
},
{
"cve": "CVE-2023-25730",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25730"
},
{
"cve": "CVE-2023-25732",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25732"
},
{
"cve": "CVE-2023-25734",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25734"
},
{
"cve": "CVE-2023-25735",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25735"
},
{
"cve": "CVE-2023-25737",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25737"
},
{
"cve": "CVE-2023-25738",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25738"
},
{
"cve": "CVE-2023-25739",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25739"
},
{
"cve": "CVE-2023-25742",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25742"
},
{
"cve": "CVE-2023-25743",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25743"
},
{
"cve": "CVE-2023-25744",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25744"
},
{
"cve": "CVE-2023-25746",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25746"
},
{
"cve": "CVE-2023-25751",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25751"
},
{
"cve": "CVE-2023-25752",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-25752"
},
{
"cve": "CVE-2023-27522",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-27522"
},
{
"cve": "CVE-2023-28162",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-28162"
},
{
"cve": "CVE-2023-28163",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-28163"
},
{
"cve": "CVE-2023-28164",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-28164"
},
{
"cve": "CVE-2023-28176",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-28176"
},
{
"cve": "CVE-2023-28708",
"product_status": {
"known_affected": [
"T028053",
"T002977"
]
},
"release_date": "2023-06-12T22:00:00.000+00:00",
"title": "CVE-2023-28708"
}
]
}
WID-SEC-W-2022-1790
Vulnerability from csaf_certbund - Published: 2022-10-18 22:00 - Updated: 2024-05-30 22:00Es existiert eine Schwachstelle in git. Der Fehler besteht aufgrund eines überraschenden Verhaltens, wenn beliebige Dateien im "$GIT_DIR" eines Repositorys vorhanden sind und von einem bösartigen Repository geklont wird. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um Sicherheitsmaßnahmen zu umgehen. Eine erfolgreiche Ausnutzung erfordert eine Benutzerinteraktion.
Es existiert eine Schwachstelle in git. Der Fehler besteht, wenn eine zu lange Befehlszeichenfolge an die Git-Shell übergeben wird. Dies kann zu einem Überlauf in der Funktion "split_cmdline()" führen. Ein entfernter, anonymer Angreifer kann diese Schwachstelle zur Ausführung von beliebigem Code ausnutzen.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Git ist eine freie Software zur verteilten Versionsverwaltung von Dateien.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in git ausnutzen, um Sicherheitsvorkehrungen zu umgehen und beliebigen Code auszuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- MacOS X\n- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2022-1790 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-1790.json"
},
{
"category": "self",
"summary": "WID-SEC-2022-1790 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-1790"
},
{
"category": "external",
"summary": "OSS Seclist.org Vulnerability Description vom 2022-10-18",
"url": "https://seclists.org/oss-sec/2022/q4/31"
},
{
"category": "external",
"summary": "Apple Security Advisory HT213496 vom 2022-11-01",
"url": "https://support.apple.com/kb/HT213496"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2022:3931-1 vom 2022-11-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-November/012868.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-5686-2 vom 2022-11-17",
"url": "https://ubuntu.com/security/notices/USN-5686-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-5686-3 vom 2022-11-21",
"url": "https://ubuntu.com/security/notices/USN-5686-3"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2022:4271-1 vom 2022-11-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-November/013141.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2022-1886 vom 2022-12-07",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2022-1886.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2022-1653 vom 2022-12-10",
"url": "https://alas.aws.amazon.com/ALAS-2022-1653.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2022-254 vom 2022-12-09",
"url": "https://alas.aws.amazon.com/AL2022/ALAS-2022-254.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-3239 vom 2022-12-13",
"url": "https://lists.debian.org/debian-lts-announce/2022/12/msg00025.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5332 vom 2023-01-29",
"url": "https://lists.debian.org/debian-security-announce/2023/msg00022.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:0418-1 vom 2023-02-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-February/013768.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2023-1984 vom 2023-03-07",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2023-1984.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2023-1700 vom 2023-03-07",
"url": "https://alas.aws.amazon.com/ALAS-2023-1700.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0407 vom 2024-01-25",
"url": "https://access.redhat.com/errata/RHSA-2024:0407"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-5686-4 vom 2023-03-28",
"url": "https://ubuntu.com/security/notices/USN-5686-4"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:2319 vom 2023-05-09",
"url": "https://access.redhat.com/errata/RHSA-2023:2319"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:2859 vom 2023-05-16",
"url": "https://access.redhat.com/errata/RHSA-2023:2859"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2023-069 vom 2023-07-21",
"url": "https://www.dell.com/support/kbdoc/de-de/000210964/dsa-2023-069-dell-networker-vproxy-security-update-for-multiple-vulnerabilities-detected-on-vproxy-4-3-0-38"
},
{
"category": "external",
"summary": "Gentoo Linux Security Advisory GLSA-202312-15 vom 2023-12-27",
"url": "https://security.gentoo.org/glsa/202312-15"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2024-2548 vom 2024-05-30",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2024-2548.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2024-1939 vom 2024-05-30",
"url": "https://alas.aws.amazon.com/ALAS-2024-1939.html"
}
],
"source_lang": "en-US",
"title": "git: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2024-05-30T22:00:00.000+00:00",
"generator": {
"date": "2024-08-15T17:36:48.312+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.5"
}
},
"id": "WID-SEC-W-2022-1790",
"initial_release_date": "2022-10-18T22:00:00.000+00:00",
"revision_history": [
{
"date": "2022-10-18T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2022-10-19T22:00:00.000+00:00",
"number": "2",
"summary": "Referenz(en) aufgenommen: FEDORA-2022-53AADD995F, FEDORA-2022-8B58806840"
},
{
"date": "2022-10-20T22:00:00.000+00:00",
"number": "3",
"summary": "Referenz(en) aufgenommen: FEDORA-2022-2C33BBA286"
},
{
"date": "2022-11-01T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Apple aufgenommen"
},
{
"date": "2022-11-10T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2022-11-17T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2022-11-21T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2022-11-29T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2022-12-06T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2022-12-11T23:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2022-12-13T23:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2023-01-29T23:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2023-02-15T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2023-03-06T23:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2023-03-07T23:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2023-03-28T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2023-05-09T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-05-16T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-07-23T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2023-12-27T23:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Gentoo aufgenommen"
},
{
"date": "2024-01-25T23:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-05-30T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Amazon aufgenommen"
}
],
"status": "final",
"version": "22"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c14.1",
"product": {
"name": "Apple Xcode \u003c14.1",
"product_id": "T025171"
}
}
],
"category": "product_name",
"name": "Xcode"
}
],
"category": "vendor",
"name": "Apple"
},
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vProxy \u003c4.3.0-40",
"product": {
"name": "Dell NetWorker vProxy \u003c4.3.0-40",
"product_id": "T028847"
}
}
],
"category": "product_name",
"name": "NetWorker"
}
],
"category": "vendor",
"name": "Dell"
},
{
"branches": [
{
"category": "product_name",
"name": "Gentoo Linux",
"product": {
"name": "Gentoo Linux",
"product_id": "T012167",
"product_identification_helper": {
"cpe": "cpe:/o:gentoo:linux:-"
}
}
}
],
"category": "vendor",
"name": "Gentoo"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c2.30.6",
"product": {
"name": "Open Source git \u003c2.30.6",
"product_id": "T025037"
}
},
{
"category": "product_version_range",
"name": "\u003c2.31.5",
"product": {
"name": "Open Source git \u003c2.31.5",
"product_id": "T025038"
}
},
{
"category": "product_version_range",
"name": "\u003c2.32.4",
"product": {
"name": "Open Source git \u003c2.32.4",
"product_id": "T025039"
}
},
{
"category": "product_version_range",
"name": "\u003c2.33.5",
"product": {
"name": "Open Source git \u003c2.33.5",
"product_id": "T025040"
}
},
{
"category": "product_version_range",
"name": "\u003c2.34.5",
"product": {
"name": "Open Source git \u003c2.34.5",
"product_id": "T025041"
}
},
{
"category": "product_version_range",
"name": "\u003c2.35.5",
"product": {
"name": "Open Source git \u003c2.35.5",
"product_id": "T025042"
}
},
{
"category": "product_version_range",
"name": "\u003c2.36.3",
"product": {
"name": "Open Source git \u003c2.36.3",
"product_id": "T025043"
}
},
{
"category": "product_version_range",
"name": "\u003c2.37.4",
"product": {
"name": "Open Source git \u003c2.37.4",
"product_id": "T025044"
}
},
{
"category": "product_version_range",
"name": "\u003c2.38.1",
"product": {
"name": "Open Source git \u003c2.38.1",
"product_id": "T025045"
}
}
],
"category": "product_name",
"name": "git"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-39253",
"notes": [
{
"category": "description",
"text": "Es existiert eine Schwachstelle in git. Der Fehler besteht aufgrund eines \u00fcberraschenden Verhaltens, wenn beliebige Dateien im \"$GIT_DIR\" eines Repositorys vorhanden sind und von einem b\u00f6sartigen Repository geklont wird. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um Sicherheitsma\u00dfnahmen zu umgehen. Eine erfolgreiche Ausnutzung erfordert eine Benutzerinteraktion."
}
],
"product_status": {
"known_affected": [
"T025171",
"2951",
"T002207",
"67646",
"T000126",
"T028847",
"398363",
"T012167"
]
},
"release_date": "2022-10-18T22:00:00.000+00:00",
"title": "CVE-2022-39253"
},
{
"cve": "CVE-2022-39260",
"notes": [
{
"category": "description",
"text": "Es existiert eine Schwachstelle in git. Der Fehler besteht, wenn eine zu lange Befehlszeichenfolge an die Git-Shell \u00fcbergeben wird. Dies kann zu einem \u00dcberlauf in der Funktion \"split_cmdline()\" f\u00fchren. Ein entfernter, anonymer Angreifer kann diese Schwachstelle zur Ausf\u00fchrung von beliebigem Code ausnutzen."
}
],
"product_status": {
"known_affected": [
"T025171",
"2951",
"T002207",
"67646",
"T000126",
"T028847",
"398363",
"T012167"
]
},
"release_date": "2022-10-18T22:00:00.000+00:00",
"title": "CVE-2022-39260"
}
]
}
WID-SEC-W-2025-0794
Vulnerability from csaf_certbund - Published: 2025-04-13 22:00 - Updated: 2025-09-04 22:00| URL | Category | |
|---|---|---|
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Junos Space ist eine Software-Plattform, die eine Reihe von Applikationen f\u00fcr das Netzwerkmanagement beinhaltet.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Juniper Junos Space ausnutzen, um seine Privilegien zu erh\u00f6hen, um einen Denial of Service Zustand herbeizuf\u00fchren und um andere, nicht n\u00e4her spezifizierte Auswirkungen zu erzielen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Juniper Appliance",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-0794 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0794.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-0794 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0794"
},
{
"category": "external",
"summary": "Juniper Security Bulletin JSA96447 vom 2025-04-09",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-Space-Multiple-vulnerabilities-resolved-in-24-1R3-release?language=en_US"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20047-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021306.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2025-2987 vom 2025-09-04",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2025-2987.html"
}
],
"source_lang": "en-US",
"title": "Juniper Junos Space: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-09-04T22:00:00.000+00:00",
"generator": {
"date": "2025-09-05T07:11:18.754+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2025-0794",
"initial_release_date": "2025-04-13T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-04-13T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-06-04T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-09-04T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Amazon aufgenommen"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c24.1R3",
"product": {
"name": "Juniper Junos Space \u003c24.1R3",
"product_id": "T042758"
}
},
{
"category": "product_version",
"name": "24.1R3",
"product": {
"name": "Juniper Junos Space 24.1R3",
"product_id": "T042758-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:juniper:junos_space:24.1r3"
}
}
}
],
"category": "product_name",
"name": "Junos Space"
}
],
"category": "vendor",
"name": "Juniper"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-47596",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2021-47596"
},
{
"cve": "CVE-2022-24808",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2022-24808"
},
{
"cve": "CVE-2022-39253",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2022-39253"
},
{
"cve": "CVE-2023-28746",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2023-28746"
},
{
"cve": "CVE-2023-48161",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2023-48161"
},
{
"cve": "CVE-2023-6597",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2023-6597"
},
{
"cve": "CVE-2024-0450",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-0450"
},
{
"cve": "CVE-2024-1737",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-1737"
},
{
"cve": "CVE-2024-1975",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-1975"
},
{
"cve": "CVE-2024-21208",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-21208"
},
{
"cve": "CVE-2024-21210",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-21210"
},
{
"cve": "CVE-2024-21217",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-21217"
},
{
"cve": "CVE-2024-21235",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-21235"
},
{
"cve": "CVE-2024-21823",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-21823"
},
{
"cve": "CVE-2024-23271",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-23271"
},
{
"cve": "CVE-2024-26735",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-26735"
},
{
"cve": "CVE-2024-26852",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-26852"
},
{
"cve": "CVE-2024-26993",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-26993"
},
{
"cve": "CVE-2024-27052",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-27052"
},
{
"cve": "CVE-2024-27820",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-27820"
},
{
"cve": "CVE-2024-27838",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-27838"
},
{
"cve": "CVE-2024-27851",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-27851"
},
{
"cve": "CVE-2024-28182",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-28182"
},
{
"cve": "CVE-2024-2961",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-2961"
},
{
"cve": "CVE-2024-32002",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-32002"
},
{
"cve": "CVE-2024-32004",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-32004"
},
{
"cve": "CVE-2024-32020",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-32020"
},
{
"cve": "CVE-2024-32021",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-32021"
},
{
"cve": "CVE-2024-32465",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-32465"
},
{
"cve": "CVE-2024-33599",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-33599"
},
{
"cve": "CVE-2024-33600",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-33600"
},
{
"cve": "CVE-2024-33601",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-33601"
},
{
"cve": "CVE-2024-33602",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-33602"
},
{
"cve": "CVE-2024-35845",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-35845"
},
{
"cve": "CVE-2024-35899",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-35899"
},
{
"cve": "CVE-2024-3651",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-3651"
},
{
"cve": "CVE-2024-3652",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-3652"
},
{
"cve": "CVE-2024-36971",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-36971"
},
{
"cve": "CVE-2024-39487",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-39487"
},
{
"cve": "CVE-2024-4076",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-4076"
},
{
"cve": "CVE-2024-40782",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-40782"
},
{
"cve": "CVE-2024-40789",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-40789"
},
{
"cve": "CVE-2024-40866",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-40866"
},
{
"cve": "CVE-2024-40954",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-40954"
},
{
"cve": "CVE-2024-40958",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-40958"
},
{
"cve": "CVE-2024-42284",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-42284"
},
{
"cve": "CVE-2024-42472",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-42472"
},
{
"cve": "CVE-2024-44187",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-44187"
},
{
"cve": "CVE-2024-6232",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-6232"
},
{
"cve": "CVE-2024-7006",
"product_status": {
"known_affected": [
"T002207",
"T042758",
"398363"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-7006"
}
]
}
WID-SEC-W-2023-0561
Vulnerability from csaf_certbund - Published: 2023-03-02 23:00 - Updated: 2023-05-18 22:00In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
| URL | Category | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "FreeFlow-Druckserver ist eine Druckserveranwendung f\u00fcr Xerox-Produktionsdrucker, die Flexibilit\u00e4t, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden.",
"title": "Angriff"
},
{
"category": "general",
"text": "- UNIX\n- Linux\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2023-0561 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-0561.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-0561 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-0561"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX23-007 vom 2023-05-18",
"url": "https://security.business.xerox.com/wp-content/uploads/2023/05/Xerox-Security-Bulletin-XRX23-007-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v7.pdf"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX23-005 vom 2023-04-04",
"url": "https://security.business.xerox.com/wp-content/uploads/2023/04/Xerox-Security-Bulletin-XRX23-005-Xerox%25C2%25AE-FreeFlow%25C2%25AE-Print-Server-v9.pdf"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX23-002 vom 2023-03-23",
"url": "https://security.business.xerox.com/wp-content/uploads/2023/03/Xerox-Security-Bulletin-XRX23-002-FreeFlow-Print-Server-v2_Windows10.pdf"
},
{
"category": "external",
"summary": "Xerox Mini Bulletin XRX21A vom 2023-03-02",
"url": "https://security.business.xerox.com/wp-content/uploads/2023/03/Xerox-Security-Bulletin-XRX23-001-FreeFlow%C2%AE-Print-Server-v7.pdf"
}
],
"source_lang": "en-US",
"title": "Xerox FreeFlow Print Server: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2023-05-18T22:00:00.000+00:00",
"generator": {
"date": "2024-08-15T17:46:07.359+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.5"
}
},
"id": "WID-SEC-W-2023-0561",
"initial_release_date": "2023-03-02T23:00:00.000+00:00",
"revision_history": [
{
"date": "2023-03-02T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2023-03-22T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von XEROX aufgenommen"
},
{
"date": "2023-04-03T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von XEROX aufgenommen"
},
{
"date": "2023-05-18T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von XEROX aufgenommen"
}
],
"status": "final",
"version": "4"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Xerox FreeFlow Print Server 7",
"product": {
"name": "Xerox FreeFlow Print Server 7",
"product_id": "T000872",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:7"
}
}
},
{
"category": "product_name",
"name": "Xerox FreeFlow Print Server 9",
"product": {
"name": "Xerox FreeFlow Print Server 9",
"product_id": "T002977",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:9"
}
}
},
{
"category": "product_name",
"name": "Xerox FreeFlow Print Server v2",
"product": {
"name": "Xerox FreeFlow Print Server v2",
"product_id": "T014888",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v2"
}
}
}
],
"category": "product_name",
"name": "FreeFlow Print Server"
}
],
"category": "vendor",
"name": "Xerox"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-21900",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2023-21900"
},
{
"cve": "CVE-2023-21843",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2023-21843"
},
{
"cve": "CVE-2023-21835",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2023-21835"
},
{
"cve": "CVE-2023-21830",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2023-21830"
},
{
"cve": "CVE-2022-46882",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-46882"
},
{
"cve": "CVE-2022-46881",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-46881"
},
{
"cve": "CVE-2022-46880",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-46880"
},
{
"cve": "CVE-2022-46878",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-46878"
},
{
"cve": "CVE-2022-46875",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-46875"
},
{
"cve": "CVE-2022-46874",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-46874"
},
{
"cve": "CVE-2022-46872",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-46872"
},
{
"cve": "CVE-2022-45421",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-45421"
},
{
"cve": "CVE-2022-45420",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-45420"
},
{
"cve": "CVE-2022-45419",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-45419"
},
{
"cve": "CVE-2022-45418",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-45418"
},
{
"cve": "CVE-2022-45417",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-45417"
},
{
"cve": "CVE-2022-45416",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-45416"
},
{
"cve": "CVE-2022-45415",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-45415"
},
{
"cve": "CVE-2022-45414",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-45414"
},
{
"cve": "CVE-2022-45413",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-45413"
},
{
"cve": "CVE-2022-45412",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-45412"
},
{
"cve": "CVE-2022-45411",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-45411"
},
{
"cve": "CVE-2022-45410",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-45410"
},
{
"cve": "CVE-2022-45409",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-45409"
},
{
"cve": "CVE-2022-45408",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-45408"
},
{
"cve": "CVE-2022-45407",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-45407"
},
{
"cve": "CVE-2022-45406",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-45406"
},
{
"cve": "CVE-2022-45405",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-45405"
},
{
"cve": "CVE-2022-45404",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-45404"
},
{
"cve": "CVE-2022-45403",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-45403"
},
{
"cve": "CVE-2022-45063",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-45063"
},
{
"cve": "CVE-2022-45061",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-45061"
},
{
"cve": "CVE-2022-44638",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-44638"
},
{
"cve": "CVE-2022-43680",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-43680"
},
{
"cve": "CVE-2022-43548",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-43548"
},
{
"cve": "CVE-2022-42932",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-42932"
},
{
"cve": "CVE-2022-42929",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-42929"
},
{
"cve": "CVE-2022-42928",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-42928"
},
{
"cve": "CVE-2022-42927",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-42927"
},
{
"cve": "CVE-2022-42252",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-42252"
},
{
"cve": "CVE-2022-41556",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-41556"
},
{
"cve": "CVE-2022-41323",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-41323"
},
{
"cve": "CVE-2022-40962",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-40962"
},
{
"cve": "CVE-2022-40960",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-40960"
},
{
"cve": "CVE-2022-40959",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-40959"
},
{
"cve": "CVE-2022-40958",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-40958"
},
{
"cve": "CVE-2022-40957",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-40957"
},
{
"cve": "CVE-2022-40956",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-40956"
},
{
"cve": "CVE-2022-40674",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-40674"
},
{
"cve": "CVE-2022-3970",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-3970"
},
{
"cve": "CVE-2022-39260",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-39260"
},
{
"cve": "CVE-2022-39253",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-39253"
},
{
"cve": "CVE-2022-3786",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-3786"
},
{
"cve": "CVE-2022-37797",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-37797"
},
{
"cve": "CVE-2022-37454",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-37454"
},
{
"cve": "CVE-2022-37436",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-37436"
},
{
"cve": "CVE-2022-36760",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-36760"
},
{
"cve": "CVE-2022-3627",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-3627"
},
{
"cve": "CVE-2022-3626",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-3626"
},
{
"cve": "CVE-2022-36087",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-36087"
},
{
"cve": "CVE-2022-36059",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-36059"
},
{
"cve": "CVE-2022-3602",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-3602"
},
{
"cve": "CVE-2022-3599",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-3599"
},
{
"cve": "CVE-2022-3598",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-3598"
},
{
"cve": "CVE-2022-3597",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-3597"
},
{
"cve": "CVE-2022-3570",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-3570"
},
{
"cve": "CVE-2022-35256",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-35256"
},
{
"cve": "CVE-2022-35255",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-35255"
},
{
"cve": "CVE-2022-34526",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-34526"
},
{
"cve": "CVE-2022-3276",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-3276"
},
{
"cve": "CVE-2022-32222",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-32222"
},
{
"cve": "CVE-2022-32215",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-32215"
},
{
"cve": "CVE-2022-32213",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-32213"
},
{
"cve": "CVE-2022-32212",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-32212"
},
{
"cve": "CVE-2022-3204",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-3204"
},
{
"cve": "CVE-2022-3190",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-3190"
},
{
"cve": "CVE-2022-31630",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-31630"
},
{
"cve": "CVE-2022-31629",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-31629"
},
{
"cve": "CVE-2022-31628",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-31628"
},
{
"cve": "CVE-2022-3155",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-3155"
},
{
"cve": "CVE-2022-3034",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-3034"
},
{
"cve": "CVE-2022-3033",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-3033"
},
{
"cve": "CVE-2022-3032",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-3032"
},
{
"cve": "CVE-2022-29458",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-29458"
},
{
"cve": "CVE-2022-29187",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-29187"
},
{
"cve": "CVE-2022-29154",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-29154"
},
{
"cve": "CVE-2022-2869",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-2869"
},
{
"cve": "CVE-2022-2868",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-2868"
},
{
"cve": "CVE-2022-2867",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-2867"
},
{
"cve": "CVE-2022-27406",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-27406"
},
{
"cve": "CVE-2022-27405",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-27405"
},
{
"cve": "CVE-2022-27404",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-27404"
},
{
"cve": "CVE-2022-26981",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-26981"
},
{
"cve": "CVE-2022-24765",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-24765"
},
{
"cve": "CVE-2022-24070",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-24070"
},
{
"cve": "CVE-2022-23901",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-23901"
},
{
"cve": "CVE-2022-22844",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-22844"
},
{
"cve": "CVE-2022-2210",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-2210"
},
{
"cve": "CVE-2022-2208",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-2208"
},
{
"cve": "CVE-2022-2207",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-2207"
},
{
"cve": "CVE-2022-2206",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-2206"
},
{
"cve": "CVE-2022-2183",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-2183"
},
{
"cve": "CVE-2022-2175",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-2175"
},
{
"cve": "CVE-2022-21658",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-21658"
},
{
"cve": "CVE-2022-21628",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-21628"
},
{
"cve": "CVE-2022-21626",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-21626"
},
{
"cve": "CVE-2022-21624",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-21624"
},
{
"cve": "CVE-2022-21619",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-21619"
},
{
"cve": "CVE-2022-2125",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-2125"
},
{
"cve": "CVE-2022-2122",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-2122"
},
{
"cve": "CVE-2022-2058",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-2058"
},
{
"cve": "CVE-2022-2057",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-2057"
},
{
"cve": "CVE-2022-2056",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-2056"
},
{
"cve": "CVE-2022-1925",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-1925"
},
{
"cve": "CVE-2022-1924",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-1924"
},
{
"cve": "CVE-2022-1923",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-1923"
},
{
"cve": "CVE-2022-1922",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-1922"
},
{
"cve": "CVE-2022-1921",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-1921"
},
{
"cve": "CVE-2022-1920",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-1920"
},
{
"cve": "CVE-2022-1348",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-1348"
},
{
"cve": "CVE-2022-1056",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-1056"
},
{
"cve": "CVE-2022-0924",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-0924"
},
{
"cve": "CVE-2022-0909",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-0909"
},
{
"cve": "CVE-2022-0908",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-0908"
},
{
"cve": "CVE-2022-0907",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-0907"
},
{
"cve": "CVE-2022-0891",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-0891"
},
{
"cve": "CVE-2022-0865",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-0865"
},
{
"cve": "CVE-2022-0562",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-0562"
},
{
"cve": "CVE-2022-0561",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2022-0561"
},
{
"cve": "CVE-2021-46848",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2021-46848"
},
{
"cve": "CVE-2021-46823",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2021-46823"
},
{
"cve": "CVE-2021-42694",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2021-42694"
},
{
"cve": "CVE-2021-42574",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2021-42574"
},
{
"cve": "CVE-2021-37750",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2021-37750"
},
{
"cve": "CVE-2021-28544",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2021-28544"
},
{
"cve": "CVE-2020-10735",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2020-10735"
},
{
"cve": "CVE-2019-6111",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2019-6111"
},
{
"cve": "CVE-2018-7160",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2018-7160"
},
{
"cve": "CVE-2015-20107",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2015-20107"
},
{
"cve": "CVE-2006-20001",
"notes": [
{
"category": "description",
"text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden."
}
],
"product_status": {
"known_affected": [
"T014888",
"T000872",
"T002977"
]
},
"release_date": "2023-03-02T23:00:00.000+00:00",
"title": "CVE-2006-20001"
}
]
}
RHSA-2023:2859
Vulnerability from csaf_redhat - Published: 2023-05-16 08:32 - Updated: 2026-02-25 16:24A vulnerability was found in Git. This flaw occurs due to Git not checking the ownership of directories in a local multi-user system when running commands specified in the local repository configuration. This allows the owner of the repository to cause arbitrary commands to be executed by other users who access the repository.
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.
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`.
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.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for git is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: On multi-user machines Git users might find themselves unexpectedly in a Git worktree (CVE-2022-24765)\n\n* git: Bypass of safe.directory protections (CVE-2022-29187)\n\n* git: exposure of sensitive information to a malicious actor (CVE-2022-39253)\n\n* git: git shell function that splits command arguments can lead to arbitrary heap writes. (CVE-2022-39260)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.8 Release Notes linked from the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:2859",
"url": "https://access.redhat.com/errata/RHSA-2023:2859"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.8_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.8_release_notes/index"
},
{
"category": "external",
"summary": "2073414",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2073414"
},
{
"category": "external",
"summary": "2107439",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107439"
},
{
"category": "external",
"summary": "2137422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2137422"
},
{
"category": "external",
"summary": "2137423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2137423"
},
{
"category": "external",
"summary": "2139378",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139378"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_2859.json"
}
],
"title": "Red Hat Security Advisory: git security and bug fix update",
"tracking": {
"current_release_date": "2026-02-25T16:24:58+00:00",
"generator": {
"date": "2026-02-25T16:24:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2023:2859",
"initial_release_date": "2023-05-16T08:32:51+00:00",
"revision_history": [
{
"date": "2023-05-16T08:32:51+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-16T08:32:51+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-25T16:24:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.1-1.el8.src",
"product": {
"name": "git-0:2.39.1-1.el8.src",
"product_id": "git-0:2.39.1-1.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.1-1.el8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.1-1.el8.aarch64",
"product": {
"name": "git-0:2.39.1-1.el8.aarch64",
"product_id": "git-0:2.39.1-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.1-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.1-1.el8.aarch64",
"product": {
"name": "git-core-0:2.39.1-1.el8.aarch64",
"product_id": "git-core-0:2.39.1-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.1-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"product": {
"name": "git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"product_id": "git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.1-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.1-1.el8.aarch64",
"product": {
"name": "git-daemon-0:2.39.1-1.el8.aarch64",
"product_id": "git-daemon-0:2.39.1-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.1-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.1-1.el8.aarch64",
"product": {
"name": "git-subtree-0:2.39.1-1.el8.aarch64",
"product_id": "git-subtree-0:2.39.1-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.1-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.1-1.el8.aarch64",
"product": {
"name": "git-debugsource-0:2.39.1-1.el8.aarch64",
"product_id": "git-debugsource-0:2.39.1-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.1-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"product": {
"name": "git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"product_id": "git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.1-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.1-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"product": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"product_id": "git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.1-1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.1-1.el8.aarch64",
"product": {
"name": "git-debuginfo-0:2.39.1-1.el8.aarch64",
"product_id": "git-debuginfo-0:2.39.1-1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.1-1.el8?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.1-1.el8.ppc64le",
"product": {
"name": "git-0:2.39.1-1.el8.ppc64le",
"product_id": "git-0:2.39.1-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.1-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.1-1.el8.ppc64le",
"product": {
"name": "git-core-0:2.39.1-1.el8.ppc64le",
"product_id": "git-core-0:2.39.1-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.1-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"product": {
"name": "git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"product_id": "git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.1-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.1-1.el8.ppc64le",
"product": {
"name": "git-daemon-0:2.39.1-1.el8.ppc64le",
"product_id": "git-daemon-0:2.39.1-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.1-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.1-1.el8.ppc64le",
"product": {
"name": "git-subtree-0:2.39.1-1.el8.ppc64le",
"product_id": "git-subtree-0:2.39.1-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.1-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.1-1.el8.ppc64le",
"product": {
"name": "git-debugsource-0:2.39.1-1.el8.ppc64le",
"product_id": "git-debugsource-0:2.39.1-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.1-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"product": {
"name": "git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"product_id": "git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.1-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.1-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"product": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"product_id": "git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.1-1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.1-1.el8.ppc64le",
"product": {
"name": "git-debuginfo-0:2.39.1-1.el8.ppc64le",
"product_id": "git-debuginfo-0:2.39.1-1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.1-1.el8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.1-1.el8.x86_64",
"product": {
"name": "git-0:2.39.1-1.el8.x86_64",
"product_id": "git-0:2.39.1-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.1-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.1-1.el8.x86_64",
"product": {
"name": "git-core-0:2.39.1-1.el8.x86_64",
"product_id": "git-core-0:2.39.1-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.1-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"product": {
"name": "git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"product_id": "git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.1-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.1-1.el8.x86_64",
"product": {
"name": "git-daemon-0:2.39.1-1.el8.x86_64",
"product_id": "git-daemon-0:2.39.1-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.1-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.1-1.el8.x86_64",
"product": {
"name": "git-subtree-0:2.39.1-1.el8.x86_64",
"product_id": "git-subtree-0:2.39.1-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.1-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.1-1.el8.x86_64",
"product": {
"name": "git-debugsource-0:2.39.1-1.el8.x86_64",
"product_id": "git-debugsource-0:2.39.1-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.1-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"product": {
"name": "git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"product_id": "git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.1-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.1-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"product": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"product_id": "git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.1-1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.1-1.el8.x86_64",
"product": {
"name": "git-debuginfo-0:2.39.1-1.el8.x86_64",
"product_id": "git-debuginfo-0:2.39.1-1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.1-1.el8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.1-1.el8.s390x",
"product": {
"name": "git-0:2.39.1-1.el8.s390x",
"product_id": "git-0:2.39.1-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.1-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.1-1.el8.s390x",
"product": {
"name": "git-core-0:2.39.1-1.el8.s390x",
"product_id": "git-core-0:2.39.1-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.1-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.1-1.el8.s390x",
"product": {
"name": "git-credential-libsecret-0:2.39.1-1.el8.s390x",
"product_id": "git-credential-libsecret-0:2.39.1-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.1-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.1-1.el8.s390x",
"product": {
"name": "git-daemon-0:2.39.1-1.el8.s390x",
"product_id": "git-daemon-0:2.39.1-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.1-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.1-1.el8.s390x",
"product": {
"name": "git-subtree-0:2.39.1-1.el8.s390x",
"product_id": "git-subtree-0:2.39.1-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.1-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.1-1.el8.s390x",
"product": {
"name": "git-debugsource-0:2.39.1-1.el8.s390x",
"product_id": "git-debugsource-0:2.39.1-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.1-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.1-1.el8.s390x",
"product": {
"name": "git-core-debuginfo-0:2.39.1-1.el8.s390x",
"product_id": "git-core-debuginfo-0:2.39.1-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.1-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.1-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"product": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"product_id": "git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.1-1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.1-1.el8.s390x",
"product": {
"name": "git-debuginfo-0:2.39.1-1.el8.s390x",
"product_id": "git-debuginfo-0:2.39.1-1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.1-1.el8?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "git-all-0:2.39.1-1.el8.noarch",
"product": {
"name": "git-all-0:2.39.1-1.el8.noarch",
"product_id": "git-all-0:2.39.1-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-all@2.39.1-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-core-doc-0:2.39.1-1.el8.noarch",
"product": {
"name": "git-core-doc-0:2.39.1-1.el8.noarch",
"product_id": "git-core-doc-0:2.39.1-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-doc@2.39.1-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-email-0:2.39.1-1.el8.noarch",
"product": {
"name": "git-email-0:2.39.1-1.el8.noarch",
"product_id": "git-email-0:2.39.1-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-email@2.39.1-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-gui-0:2.39.1-1.el8.noarch",
"product": {
"name": "git-gui-0:2.39.1-1.el8.noarch",
"product_id": "git-gui-0:2.39.1-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-gui@2.39.1-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-instaweb-0:2.39.1-1.el8.noarch",
"product": {
"name": "git-instaweb-0:2.39.1-1.el8.noarch",
"product_id": "git-instaweb-0:2.39.1-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-instaweb@2.39.1-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-svn-0:2.39.1-1.el8.noarch",
"product": {
"name": "git-svn-0:2.39.1-1.el8.noarch",
"product_id": "git-svn-0:2.39.1-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn@2.39.1-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitk-0:2.39.1-1.el8.noarch",
"product": {
"name": "gitk-0:2.39.1-1.el8.noarch",
"product_id": "gitk-0:2.39.1-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitk@2.39.1-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitweb-0:2.39.1-1.el8.noarch",
"product": {
"name": "gitweb-0:2.39.1-1.el8.noarch",
"product_id": "gitweb-0:2.39.1-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitweb@2.39.1-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-0:2.39.1-1.el8.noarch",
"product": {
"name": "perl-Git-0:2.39.1-1.el8.noarch",
"product_id": "perl-Git-0:2.39.1-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git@2.39.1-1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-SVN-0:2.39.1-1.el8.noarch",
"product": {
"name": "perl-Git-SVN-0:2.39.1-1.el8.noarch",
"product_id": "perl-Git-SVN-0:2.39.1-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git-SVN@2.39.1-1.el8?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.1-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64"
},
"product_reference": "git-0:2.39.1-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.1-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le"
},
"product_reference": "git-0:2.39.1-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.1-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x"
},
"product_reference": "git-0:2.39.1-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.1-1.el8.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src"
},
"product_reference": "git-0:2.39.1-1.el8.src",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.1-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64"
},
"product_reference": "git-0:2.39.1-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-all-0:2.39.1-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch"
},
"product_reference": "git-all-0:2.39.1-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.1-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64"
},
"product_reference": "git-core-0:2.39.1-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.1-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le"
},
"product_reference": "git-core-0:2.39.1-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.1-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x"
},
"product_reference": "git-core-0:2.39.1-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.1-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64"
},
"product_reference": "git-core-0:2.39.1-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.1-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64"
},
"product_reference": "git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.1-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le"
},
"product_reference": "git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.1-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x"
},
"product_reference": "git-core-debuginfo-0:2.39.1-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.1-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64"
},
"product_reference": "git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-doc-0:2.39.1-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch"
},
"product_reference": "git-core-doc-0:2.39.1-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.1-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64"
},
"product_reference": "git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.1-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le"
},
"product_reference": "git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.1-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x"
},
"product_reference": "git-credential-libsecret-0:2.39.1-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.1-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64"
},
"product_reference": "git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.1-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64"
},
"product_reference": "git-daemon-0:2.39.1-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.1-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le"
},
"product_reference": "git-daemon-0:2.39.1-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.1-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x"
},
"product_reference": "git-daemon-0:2.39.1-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.1-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64"
},
"product_reference": "git-daemon-0:2.39.1-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64"
},
"product_reference": "git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le"
},
"product_reference": "git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x"
},
"product_reference": "git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64"
},
"product_reference": "git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.1-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64"
},
"product_reference": "git-debuginfo-0:2.39.1-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.1-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le"
},
"product_reference": "git-debuginfo-0:2.39.1-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.1-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x"
},
"product_reference": "git-debuginfo-0:2.39.1-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.1-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64"
},
"product_reference": "git-debuginfo-0:2.39.1-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.1-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64"
},
"product_reference": "git-debugsource-0:2.39.1-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.1-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le"
},
"product_reference": "git-debugsource-0:2.39.1-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.1-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x"
},
"product_reference": "git-debugsource-0:2.39.1-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.1-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64"
},
"product_reference": "git-debugsource-0:2.39.1-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-0:2.39.1-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch"
},
"product_reference": "git-email-0:2.39.1-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-0:2.39.1-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch"
},
"product_reference": "git-gui-0:2.39.1-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-instaweb-0:2.39.1-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch"
},
"product_reference": "git-instaweb-0:2.39.1-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.1-1.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64"
},
"product_reference": "git-subtree-0:2.39.1-1.el8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.1-1.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le"
},
"product_reference": "git-subtree-0:2.39.1-1.el8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.1-1.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x"
},
"product_reference": "git-subtree-0:2.39.1-1.el8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.1-1.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64"
},
"product_reference": "git-subtree-0:2.39.1-1.el8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:2.39.1-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch"
},
"product_reference": "git-svn-0:2.39.1-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-0:2.39.1-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch"
},
"product_reference": "gitk-0:2.39.1-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitweb-0:2.39.1-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch"
},
"product_reference": "gitweb-0:2.39.1-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-0:2.39.1-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch"
},
"product_reference": "perl-Git-0:2.39.1-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-SVN-0:2.39.1-1.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
},
"product_reference": "perl-Git-SVN-0:2.39.1-1.el8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-24765",
"cwe": {
"id": "CWE-427",
"name": "Uncontrolled Search Path Element"
},
"discovery_date": "2022-04-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2073414"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This flaw occurs due to Git not checking the ownership of directories in a local multi-user system when running commands specified in the local repository configuration. This allows the owner of the repository to cause arbitrary commands to be executed by other users who access the repository.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: On multi-user machines Git users might find themselves unexpectedly in a Git worktree",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24765"
},
{
"category": "external",
"summary": "RHBZ#2073414",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2073414"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24765",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24765"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24765",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24765"
},
{
"category": "external",
"summary": "https://github.com/git-for-windows/git/security/advisories/GHSA-vw2c-22j4-2fh2",
"url": "https://github.com/git-for-windows/git/security/advisories/GHSA-vw2c-22j4-2fh2"
}
],
"release_date": "2022-04-12T10:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:32:51+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2859"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "git: On multi-user machines Git users might find themselves unexpectedly in a Git worktree"
},
{
"cve": "CVE-2022-29187",
"cwe": {
"id": "CWE-283",
"name": "Unverified Ownership"
},
"discovery_date": "2022-07-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107439"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This flaw occurs due to Git not checking the ownership of directories in a local multi-user system when running commands specified in the local repository configuration. This issue allows the owner of the repository to cause arbitrary commands to be executed by other users who access the repository.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: Bypass of safe.directory protections",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw occurs due to an incomplete fix of CVE-2022-24765.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-29187"
},
{
"category": "external",
"summary": "RHBZ#2107439",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107439"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-29187",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29187"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-29187",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29187"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:32:51+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2859"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "git: Bypass of safe.directory protections"
},
{
"cve": "CVE-2022-39253",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2022-10-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2137422"
}
],
"notes": [
{
"category": "description",
"text": "Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source\u0027s `$GIT_DIR/objects` directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via `--no-hardlinks`). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim\u0027s machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the `--recurse-submodules` option. Git does not create symbolic links in the `$GIT_DIR/objects` directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: exposure of sensitive information to a malicious actor",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-39253"
},
{
"category": "external",
"summary": "RHBZ#2137422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2137422"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-39253",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39253"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-39253",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-39253"
}
],
"release_date": "2022-10-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:32:51+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2859"
},
{
"category": "workaround",
"details": "Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`.",
"product_ids": [
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "git: exposure of sensitive information to a malicious actor"
},
{
"cve": "CVE-2022-39260",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2022-10-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2137423"
}
],
"notes": [
{
"category": "description",
"text": "Git is an open source, scalable, distributed revision control system. `git shell` is a restricted login shell that can be used to implement Git\u0027s push/pull functionality via SSH. In versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4, the function that splits the command arguments into an array improperly uses an `int` to represent the number of entries in the array, allowing a malicious actor to intentionally overflow the return value, leading to arbitrary heap writes. Because the resulting array is then passed to `execv()`, it is possible to leverage this attack to gain remote code execution on a victim machine. Note that a victim must first allow access to `git shell` as a login shell in order to be vulnerable to this attack. This problem is patched in versions 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 and users are advised to upgrade to the latest version. Disabling `git shell` access via remote logins is a viable short-term workaround.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: git shell function that splits command arguments can lead to arbitrary heap writes.",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-39260"
},
{
"category": "external",
"summary": "RHBZ#2137423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2137423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-39260",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39260"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-39260",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-39260"
}
],
"release_date": "2022-10-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:32:51+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2859"
},
{
"category": "workaround",
"details": "Disabling `git shell` access via remote logins is a viable short-term workaround.",
"product_ids": [
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.src",
"AppStream-8.8.0.GA:git-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-all-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-core-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-core-doc-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-daemon-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debuginfo-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-debugsource-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-email-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-gui-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-instaweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.aarch64",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.ppc64le",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.s390x",
"AppStream-8.8.0.GA:git-subtree-0:2.39.1-1.el8.x86_64",
"AppStream-8.8.0.GA:git-svn-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitk-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:gitweb-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-0:2.39.1-1.el8.noarch",
"AppStream-8.8.0.GA:perl-Git-SVN-0:2.39.1-1.el8.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "git: git shell function that splits command arguments can lead to arbitrary heap writes."
}
]
}
RHSA-2023:2319
Vulnerability from csaf_redhat - Published: 2023-05-09 10:03 - Updated: 2026-02-25 16:24A vulnerability was found in Git. This flaw occurs due to Git not checking the ownership of directories in a local multi-user system when running commands specified in the local repository configuration. This allows the owner of the repository to cause arbitrary commands to be executed by other users who access the repository.
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.
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`.
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.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for git is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: On multi-user machines Git users might find themselves unexpectedly in a Git worktree (CVE-2022-24765)\n\n* git: Bypass of safe.directory protections (CVE-2022-29187)\n\n* git: exposure of sensitive information to a malicious actor (CVE-2022-39253)\n\n* git: git shell function that splits command arguments can lead to arbitrary heap writes. (CVE-2022-39260)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.2 Release Notes linked from the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:2319",
"url": "https://access.redhat.com/errata/RHSA-2023:2319"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.2_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.2_release_notes/index"
},
{
"category": "external",
"summary": "2073414",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2073414"
},
{
"category": "external",
"summary": "2107439",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107439"
},
{
"category": "external",
"summary": "2137422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2137422"
},
{
"category": "external",
"summary": "2137423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2137423"
},
{
"category": "external",
"summary": "2139379",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139379"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_2319.json"
}
],
"title": "Red Hat Security Advisory: git security and bug fix update",
"tracking": {
"current_release_date": "2026-02-25T16:24:55+00:00",
"generator": {
"date": "2026-02-25T16:24:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2023:2319",
"initial_release_date": "2023-05-09T10:03:04+00:00",
"revision_history": [
{
"date": "2023-05-09T10:03:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-09T10:03:04+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-25T16:24:55+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.1-1.el9.src",
"product": {
"name": "git-0:2.39.1-1.el9.src",
"product_id": "git-0:2.39.1-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.1-1.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-0:2.39.1-1.el9.aarch64",
"product_id": "git-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-core-0:2.39.1-1.el9.aarch64",
"product_id": "git-core-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"product_id": "git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-daemon-0:2.39.1-1.el9.aarch64",
"product_id": "git-daemon-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-subtree-0:2.39.1-1.el9.aarch64",
"product_id": "git-subtree-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-debugsource-0:2.39.1-1.el9.aarch64",
"product_id": "git-debugsource-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"product_id": "git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"product_id": "git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.1-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.1-1.el9.aarch64",
"product": {
"name": "git-debuginfo-0:2.39.1-1.el9.aarch64",
"product_id": "git-debuginfo-0:2.39.1-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.1-1.el9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-0:2.39.1-1.el9.ppc64le",
"product_id": "git-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-core-0:2.39.1-1.el9.ppc64le",
"product_id": "git-core-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"product_id": "git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-daemon-0:2.39.1-1.el9.ppc64le",
"product_id": "git-daemon-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-subtree-0:2.39.1-1.el9.ppc64le",
"product_id": "git-subtree-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-debugsource-0:2.39.1-1.el9.ppc64le",
"product_id": "git-debugsource-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"product_id": "git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"product_id": "git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.1-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.1-1.el9.ppc64le",
"product": {
"name": "git-debuginfo-0:2.39.1-1.el9.ppc64le",
"product_id": "git-debuginfo-0:2.39.1-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.1-1.el9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-0:2.39.1-1.el9.x86_64",
"product_id": "git-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-core-0:2.39.1-1.el9.x86_64",
"product_id": "git-core-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"product_id": "git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-daemon-0:2.39.1-1.el9.x86_64",
"product_id": "git-daemon-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-subtree-0:2.39.1-1.el9.x86_64",
"product_id": "git-subtree-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-debugsource-0:2.39.1-1.el9.x86_64",
"product_id": "git-debugsource-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"product_id": "git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"product_id": "git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.1-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.1-1.el9.x86_64",
"product": {
"name": "git-debuginfo-0:2.39.1-1.el9.x86_64",
"product_id": "git-debuginfo-0:2.39.1-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.1-1.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-0:2.39.1-1.el9.s390x",
"product_id": "git-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-core-0:2.39.1-1.el9.s390x",
"product_id": "git-core-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-credential-libsecret-0:2.39.1-1.el9.s390x",
"product_id": "git-credential-libsecret-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-daemon-0:2.39.1-1.el9.s390x",
"product_id": "git-daemon-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-subtree-0:2.39.1-1.el9.s390x",
"product_id": "git-subtree-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-debugsource-0:2.39.1-1.el9.s390x",
"product_id": "git-debugsource-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-core-debuginfo-0:2.39.1-1.el9.s390x",
"product_id": "git-core-debuginfo-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"product_id": "git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.1-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.1-1.el9.s390x",
"product": {
"name": "git-debuginfo-0:2.39.1-1.el9.s390x",
"product_id": "git-debuginfo-0:2.39.1-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.1-1.el9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "git-all-0:2.39.1-1.el9.noarch",
"product": {
"name": "git-all-0:2.39.1-1.el9.noarch",
"product_id": "git-all-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-all@2.39.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-core-doc-0:2.39.1-1.el9.noarch",
"product": {
"name": "git-core-doc-0:2.39.1-1.el9.noarch",
"product_id": "git-core-doc-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-doc@2.39.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-email-0:2.39.1-1.el9.noarch",
"product": {
"name": "git-email-0:2.39.1-1.el9.noarch",
"product_id": "git-email-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-email@2.39.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-gui-0:2.39.1-1.el9.noarch",
"product": {
"name": "git-gui-0:2.39.1-1.el9.noarch",
"product_id": "git-gui-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-gui@2.39.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-instaweb-0:2.39.1-1.el9.noarch",
"product": {
"name": "git-instaweb-0:2.39.1-1.el9.noarch",
"product_id": "git-instaweb-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-instaweb@2.39.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-svn-0:2.39.1-1.el9.noarch",
"product": {
"name": "git-svn-0:2.39.1-1.el9.noarch",
"product_id": "git-svn-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn@2.39.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitk-0:2.39.1-1.el9.noarch",
"product": {
"name": "gitk-0:2.39.1-1.el9.noarch",
"product_id": "gitk-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitk@2.39.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitweb-0:2.39.1-1.el9.noarch",
"product": {
"name": "gitweb-0:2.39.1-1.el9.noarch",
"product_id": "gitweb-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitweb@2.39.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-0:2.39.1-1.el9.noarch",
"product": {
"name": "perl-Git-0:2.39.1-1.el9.noarch",
"product_id": "perl-Git-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git@2.39.1-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-SVN-0:2.39.1-1.el9.noarch",
"product": {
"name": "perl-Git-SVN-0:2.39.1-1.el9.noarch",
"product_id": "perl-Git-SVN-0:2.39.1-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git-SVN@2.39.1-1.el9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.1-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src"
},
"product_reference": "git-0:2.39.1-1.el9.src",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-all-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch"
},
"product_reference": "git-all-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-core-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-core-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-core-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-core-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-core-debuginfo-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-doc-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch"
},
"product_reference": "git-core-doc-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-credential-libsecret-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-daemon-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-daemon-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-daemon-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-daemon-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-debuginfo-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-debuginfo-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-debuginfo-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-debuginfo-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-debugsource-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-debugsource-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-debugsource-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-debugsource-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch"
},
"product_reference": "git-email-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch"
},
"product_reference": "git-gui-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-instaweb-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch"
},
"product_reference": "git-instaweb-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.1-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64"
},
"product_reference": "git-subtree-0:2.39.1-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.1-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le"
},
"product_reference": "git-subtree-0:2.39.1-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.1-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x"
},
"product_reference": "git-subtree-0:2.39.1-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.1-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64"
},
"product_reference": "git-subtree-0:2.39.1-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch"
},
"product_reference": "git-svn-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch"
},
"product_reference": "gitk-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitweb-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch"
},
"product_reference": "gitweb-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch"
},
"product_reference": "perl-Git-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-SVN-0:2.39.1-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
},
"product_reference": "perl-Git-SVN-0:2.39.1-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.2.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-24765",
"cwe": {
"id": "CWE-427",
"name": "Uncontrolled Search Path Element"
},
"discovery_date": "2022-04-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2073414"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This flaw occurs due to Git not checking the ownership of directories in a local multi-user system when running commands specified in the local repository configuration. This allows the owner of the repository to cause arbitrary commands to be executed by other users who access the repository.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: On multi-user machines Git users might find themselves unexpectedly in a Git worktree",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24765"
},
{
"category": "external",
"summary": "RHBZ#2073414",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2073414"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24765",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24765"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24765",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24765"
},
{
"category": "external",
"summary": "https://github.com/git-for-windows/git/security/advisories/GHSA-vw2c-22j4-2fh2",
"url": "https://github.com/git-for-windows/git/security/advisories/GHSA-vw2c-22j4-2fh2"
}
],
"release_date": "2022-04-12T10:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T10:03:04+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2319"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "git: On multi-user machines Git users might find themselves unexpectedly in a Git worktree"
},
{
"cve": "CVE-2022-29187",
"cwe": {
"id": "CWE-283",
"name": "Unverified Ownership"
},
"discovery_date": "2022-07-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107439"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This flaw occurs due to Git not checking the ownership of directories in a local multi-user system when running commands specified in the local repository configuration. This issue allows the owner of the repository to cause arbitrary commands to be executed by other users who access the repository.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: Bypass of safe.directory protections",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw occurs due to an incomplete fix of CVE-2022-24765.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-29187"
},
{
"category": "external",
"summary": "RHBZ#2107439",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107439"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-29187",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29187"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-29187",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29187"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T10:03:04+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2319"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "git: Bypass of safe.directory protections"
},
{
"cve": "CVE-2022-39253",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2022-10-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2137422"
}
],
"notes": [
{
"category": "description",
"text": "Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source\u0027s `$GIT_DIR/objects` directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via `--no-hardlinks`). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim\u0027s machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the `--recurse-submodules` option. Git does not create symbolic links in the `$GIT_DIR/objects` directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: exposure of sensitive information to a malicious actor",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-39253"
},
{
"category": "external",
"summary": "RHBZ#2137422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2137422"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-39253",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39253"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-39253",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-39253"
}
],
"release_date": "2022-10-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T10:03:04+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2319"
},
{
"category": "workaround",
"details": "Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`.",
"product_ids": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "git: exposure of sensitive information to a malicious actor"
},
{
"cve": "CVE-2022-39260",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2022-10-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2137423"
}
],
"notes": [
{
"category": "description",
"text": "Git is an open source, scalable, distributed revision control system. `git shell` is a restricted login shell that can be used to implement Git\u0027s push/pull functionality via SSH. In versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4, the function that splits the command arguments into an array improperly uses an `int` to represent the number of entries in the array, allowing a malicious actor to intentionally overflow the return value, leading to arbitrary heap writes. Because the resulting array is then passed to `execv()`, it is possible to leverage this attack to gain remote code execution on a victim machine. Note that a victim must first allow access to `git shell` as a login shell in order to be vulnerable to this attack. This problem is patched in versions 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 and users are advised to upgrade to the latest version. Disabling `git shell` access via remote logins is a viable short-term workaround.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: git shell function that splits command arguments can lead to arbitrary heap writes.",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-39260"
},
{
"category": "external",
"summary": "RHBZ#2137423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2137423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-39260",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39260"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-39260",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-39260"
}
],
"release_date": "2022-10-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-09T10:03:04+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2319"
},
{
"category": "workaround",
"details": "Disabling `git shell` access via remote logins is a viable short-term workaround.",
"product_ids": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.src",
"AppStream-9.2.0.GA:git-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-all-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-core-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-core-doc-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-credential-libsecret-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-daemon-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debuginfo-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-debugsource-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-email-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-gui-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-instaweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.aarch64",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.ppc64le",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.s390x",
"AppStream-9.2.0.GA:git-subtree-0:2.39.1-1.el9.x86_64",
"AppStream-9.2.0.GA:git-svn-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitk-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:gitweb-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-0:2.39.1-1.el9.noarch",
"AppStream-9.2.0.GA:perl-Git-SVN-0:2.39.1-1.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "git: git shell function that splits command arguments can lead to arbitrary heap writes."
}
]
}
RHSA-2024:0407
Vulnerability from csaf_redhat - Published: 2024-01-25 08:01 - Updated: 2026-02-25 16:25A 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.
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.
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`.
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.
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.
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."
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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-02-25T16:25:09+00:00",
"generator": {
"date": "2026-02-25T16:25:09+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.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-02-25T16:25:09+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"
}
]
}
CERTFR-2022-AVI-1015
Vulnerability from certfr_avis - Published: 2022-11-09 - Updated: 2022-11-14
De multiples vulnérabilités ont été corrigées dans les produits Microsoft. Elles permettent à un attaquant de provoquer une exécution de code à distance, une élévation de privilèges, une usurpation d'identité, un contournement de la fonctionnalité de sécurité et une atteinte à la confidentialité des données.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| Microsoft | N/A | Microsoft Dynamics NAV 2018 | ||
| Microsoft | N/A | Microsoft Exchange Server 2013 Cumulative Update 23 | ||
| Microsoft | N/A | Microsoft Visual Studio 2022 version 17.0 | ||
| Microsoft | N/A | Microsoft Visual Studio 2017 version 15.9 (includes 15.0 - 15.8) | ||
| Microsoft | N/A | Microsoft Dynamics 365 Business Central 2022 Release Wave 2 | ||
| Microsoft | N/A | Microsoft Visual Studio 2022 version 17.3 | ||
| Microsoft | N/A | Microsoft Visual Studio 2022 version 17.2 | ||
| Microsoft | N/A | Microsoft Exchange Server 2019 Cumulative Update 11 | ||
| Microsoft | N/A | Microsoft Dynamics 365 Business Central 2022 Release Wave 1 | ||
| Microsoft | N/A | Microsoft Exchange Server 2016 Cumulative Update 22 | ||
| Microsoft | N/A | Microsoft Exchange Server 2016 Cumulative Update 23 | ||
| Microsoft | N/A | Microsoft Visual Studio 2019 version 16.11 (includes 16.0 - 16.10) | ||
| Microsoft | N/A | Microsoft 365 Apps pour Enterprise pour systèmes 32 bits | ||
| Microsoft | N/A | Microsoft 365 Apps pour Enterprise pour 64 bits Systems | ||
| Microsoft | N/A | Nuget 2.1.2 | ||
| Microsoft | N/A | Dynamics 365 Business Central Spring 2019 Update | ||
| Microsoft | N/A | Microsoft Exchange Server 2019 Cumulative Update 12 | ||
| Microsoft | N/A | Nuget 4.8.5 | ||
| Microsoft | N/A | Microsoft Dynamics 365 Business Central 2021 Release Wave 2 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Microsoft Dynamics NAV 2018",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft Exchange Server 2013 Cumulative Update 23",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft Visual Studio 2022 version 17.0",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft Visual Studio 2017 version 15.9 (includes 15.0 - 15.8)",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft Dynamics 365 Business Central 2022 Release Wave 2",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft Visual Studio 2022 version 17.3",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft Visual Studio 2022 version 17.2",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft Exchange Server 2019 Cumulative Update 11",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft Dynamics 365 Business Central 2022 Release Wave 1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft Exchange Server 2016 Cumulative Update 22",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft Exchange Server 2016 Cumulative Update 23",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft Visual Studio 2019 version 16.11 (includes 16.0 - 16.10)",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft 365 Apps pour Enterprise pour syst\u00e8mes 32 bits",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft 365 Apps pour Enterprise pour 64 bits Systems",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Nuget 2.1.2",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Dynamics 365 Business Central Spring 2019 Update",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft Exchange Server 2019 Cumulative Update 12",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Nuget 4.8.5",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "Microsoft Dynamics 365 Business Central 2021 Release Wave 2",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2022-41063",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41063"
},
{
"name": "CVE-2022-41105",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41105"
},
{
"name": "CVE-2022-41119",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41119"
},
{
"name": "CVE-2022-41061",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41061"
},
{
"name": "CVE-2022-41066",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41066"
},
{
"name": "CVE-2022-41064",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41064"
},
{
"name": "CVE-2022-41107",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41107"
},
{
"name": "CVE-2022-41123",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41123"
},
{
"name": "CVE-2022-41103",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41103"
},
{
"name": "CVE-2022-41079",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41079"
},
{
"name": "CVE-2022-41106",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41106"
},
{
"name": "CVE-2022-41060",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41060"
},
{
"name": "CVE-2022-41104",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41104"
},
{
"name": "CVE-2022-41078",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41078"
},
{
"name": "CVE-2022-41080",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41080"
},
{
"name": "CVE-2022-39253",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39253"
}
],
"initial_release_date": "2022-11-09T00:00:00",
"last_revision_date": "2022-11-14T00:00:00",
"links": [
{
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2022-39253 du 08 novembre 2022",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-39253"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2022-41104 du 08 novembre 2022",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-41104"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2022-41060 du 08 novembre 2022",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-41060"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2022-41063 du 08 novembre 2022",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-41063"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2022-41106 du 08 novembre 2022",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-41106"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2022-41080 du 08 novembre 2022",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-41080"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2022-41079 du 08 novembre 2022",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-41079"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2022-41107 du 08 novembre 2022",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-41107"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2022-41103 du 08 novembre 2022",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-41103"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2022-41066 du 08 novembre 2022",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-41066"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2022-41064 du 08 novembre 2022",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-41064"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2022-41105 du 08 novembre 2022",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-41105"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2022-41078 du 08 novembre 2022",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-41078"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2022-41123 du 08 novembre 2022",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-41123"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2022-41061 du 08 novembre 2022",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-41061"
},
{
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2022-41119 du 08 novembre 2022",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-41119"
}
],
"reference": "CERTFR-2022-AVI-1015",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2022-11-09T00:00:00.000000"
},
{
"description": "Ajout de syst\u00e8mes affect\u00e9s de la famille Microsoft Dynamics suite \u00e0 la mise \u00e0 jour du bulletin de s\u00e9curit\u00e9 Microsoft CVE-2022-41066 du 08 novembre 2022.",
"revision_date": "2022-11-14T00:00:00.000000"
}
],
"risks": [
{
"description": "Usurpation d\u0027identit\u00e9"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Contournement de la fonctionnalit\u00e9 de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 corrig\u00e9es dans \u003cspan\nclass=\"textit\"\u003eles produits Microsoft\u003c/span\u003e. Elles permettent \u00e0 un\nattaquant de provoquer une ex\u00e9cution de code \u00e0 distance, une \u00e9l\u00e9vation\nde privil\u00e8ges, une usurpation d\u0027identit\u00e9, un contournement de la\nfonctionnalit\u00e9 de s\u00e9curit\u00e9 et une atteinte \u00e0 la confidentialit\u00e9 des\ndonn\u00e9es.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Microsoft",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft du 08 novembre 2022",
"url": "https://msrc.microsoft.com/update-guide/"
}
]
}
CERTFR-2025-AVI-0304
Vulnerability from certfr_avis - Published: 2025-04-10 - Updated: 2025-04-10
De multiples vulnérabilités ont été découvertes dans les produits Juniper Networks. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
L'éditeur indique que les versions 21.4.x de Junos OS pour SRX Series ne bénéficient pas de correctif pour la vulnérabilité CVE-2025-30659.
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Juniper Networks | Junos OS | Junos OS versions 21.4.x antérieures à 21.4R3-S10 | ||
| Juniper Networks | Junos OS Evolved | Junos OS Evolved versions 22.4.x-EVO antérieures à 22.4R3-S6-EVO | ||
| Juniper Networks | Junos OS Evolved | Junos OS Evolved versions 23.4.x-EVO antérieures à 23.4R2-S4-EVO | ||
| Juniper Networks | Junos OS | Junos OS versions 22.2.x antérieures à 22.2R3-S6 | ||
| Juniper Networks | Junos OS Evolved | Junos OS Evolved versions antérieures à 21.4R3-S10-EVO | ||
| Juniper Networks | Junos OS Evolved | Junos OS Evolved versions 23.2.x-EVO antérieures à 23.2R2-S3-EVO | ||
| Juniper Networks | Junos OS Evolved | Junos OS Evolved versions 24.2.x-EVO antérieures à 24.2R2-EVO | ||
| Juniper Networks | Junos Space | Junos Space versions antérieures à 24.1R3 | ||
| Juniper Networks | Junos Space | Junos Space Security Director versions antérieures à 24.1R3 | ||
| Juniper Networks | Junos OS | Junos OS versions 23.4.x antérieures à 23.4R2-S4 | ||
| Juniper Networks | Junos OS Evolved | Junos OS Evolved versions 22.2.x-EVO antérieures à 22.2R3-S6-EVO | ||
| Juniper Networks | CTPView | CTPView versions antérieures à 9.2R1 | ||
| Juniper Networks | Junos OS | Junos OS versions 22.4.x antérieures à 22.4R3-S6 | ||
| Juniper Networks | Junos OS | Junos OS versions 23.2.x antérieures à 23.2R2-S3 | ||
| Juniper Networks | Junos OS | Junos OS versions 24.2.x antérieures à 24.2R2 | ||
| Juniper Networks | Junos OS | Junos OS versions antérieures à 21.2R3-S9 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Junos OS versions 21.4.x ant\u00e9rieures \u00e0 21.4R3-S10 ",
"product": {
"name": "Junos OS",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS Evolved versions 22.4.x-EVO ant\u00e9rieures \u00e0 22.4R3-S6-EVO",
"product": {
"name": "Junos OS Evolved",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS Evolved versions 23.4.x-EVO ant\u00e9rieures \u00e0 23.4R2-S4-EVO",
"product": {
"name": "Junos OS Evolved",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS versions 22.2.x ant\u00e9rieures \u00e0 22.2R3-S6",
"product": {
"name": "Junos OS",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS Evolved versions ant\u00e9rieures \u00e0 21.4R3-S10-EVO",
"product": {
"name": "Junos OS Evolved",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS Evolved versions 23.2.x-EVO ant\u00e9rieures \u00e0 23.2R2-S3-EVO",
"product": {
"name": "Junos OS Evolved",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS Evolved versions 24.2.x-EVO ant\u00e9rieures \u00e0 24.2R2-EVO",
"product": {
"name": "Junos OS Evolved",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos Space versions ant\u00e9rieures \u00e0 24.1R3",
"product": {
"name": "Junos Space",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos Space Security Director versions ant\u00e9rieures \u00e0 24.1R3",
"product": {
"name": "Junos Space",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS versions 23.4.x ant\u00e9rieures \u00e0 23.4R2-S4",
"product": {
"name": "Junos OS",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS Evolved versions 22.2.x-EVO ant\u00e9rieures \u00e0 22.2R3-S6-EVO",
"product": {
"name": "Junos OS Evolved",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "CTPView versions ant\u00e9rieures \u00e0 9.2R1",
"product": {
"name": "CTPView",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS versions 22.4.x ant\u00e9rieures \u00e0 22.4R3-S6",
"product": {
"name": "Junos OS",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS versions 23.2.x ant\u00e9rieures \u00e0 23.2R2-S3",
"product": {
"name": "Junos OS",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS versions 24.2.x ant\u00e9rieures \u00e0 24.2R2",
"product": {
"name": "Junos OS",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
},
{
"description": "Junos OS versions ant\u00e9rieures \u00e0 21.2R3-S9",
"product": {
"name": "Junos OS",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
}
],
"affected_systems_content": "L\u0027\u00e9diteur indique que les versions 21.4.x de Junos OS pour SRX Series ne b\u00e9n\u00e9ficient pas de correctif pour la vuln\u00e9rabilit\u00e9 CVE-2025-30659.",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-42472",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42472"
},
{
"name": "CVE-2024-7006",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7006"
},
{
"name": "CVE-2024-21235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21235"
},
{
"name": "CVE-2024-27820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27820"
},
{
"name": "CVE-2024-42284",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42284"
},
{
"name": "CVE-2024-27052",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27052"
},
{
"name": "CVE-2025-21597",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21597"
},
{
"name": "CVE-2024-33602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33602"
},
{
"name": "CVE-2024-4076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4076"
},
{
"name": "CVE-2025-30658",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30658"
},
{
"name": "CVE-2024-40866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40866"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2024-21823",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21823"
},
{
"name": "CVE-2023-28746",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28746"
},
{
"name": "CVE-2024-26993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26993"
},
{
"name": "CVE-2024-1975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1975"
},
{
"name": "CVE-2024-40898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40898"
},
{
"name": "CVE-2024-26852",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26852"
},
{
"name": "CVE-2011-5094",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-5094"
},
{
"name": "CVE-2025-30657",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30657"
},
{
"name": "CVE-2025-30660",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30660"
},
{
"name": "CVE-2024-1737",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1737"
},
{
"name": "CVE-2024-33600",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33600"
},
{
"name": "CVE-2024-3652",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3652"
},
{
"name": "CVE-2024-44187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44187"
},
{
"name": "CVE-2025-21601",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21601"
},
{
"name": "CVE-2024-32021",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32021"
},
{
"name": "CVE-2024-40725",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40725"
},
{
"name": "CVE-2019-7611",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-7611"
},
{
"name": "CVE-2024-33599",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33599"
},
{
"name": "CVE-2025-21591",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21591"
},
{
"name": "CVE-2025-30649",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30649"
},
{
"name": "CVE-2025-30652",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30652"
},
{
"name": "CVE-2024-40789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40789"
},
{
"name": "CVE-2024-35845",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35845"
},
{
"name": "CVE-2025-30651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30651"
},
{
"name": "CVE-2024-32004",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32004"
},
{
"name": "CVE-2024-39884",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39884"
},
{
"name": "CVE-2023-48161",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48161"
},
{
"name": "CVE-2024-32020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32020"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2024-27838",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27838"
},
{
"name": "CVE-2024-23271",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23271"
},
{
"name": "CVE-2024-39487",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39487"
},
{
"name": "CVE-2024-36971",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36971"
},
{
"name": "CVE-2024-33601",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33601"
},
{
"name": "CVE-2025-30647",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30647"
},
{
"name": "CVE-2024-32465",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32465"
},
{
"name": "CVE-2011-1473",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-1473"
},
{
"name": "CVE-2025-30654",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30654"
},
{
"name": "CVE-2025-30655",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30655"
},
{
"name": "CVE-2024-40782",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40782"
},
{
"name": "CVE-2024-26735",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26735"
},
{
"name": "CVE-2024-35899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35899"
},
{
"name": "CVE-2024-40954",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40954"
},
{
"name": "CVE-2021-47596",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47596"
},
{
"name": "CVE-2025-30659",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30659"
},
{
"name": "CVE-2025-30653",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30653"
},
{
"name": "CVE-2025-30645",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30645"
},
{
"name": "CVE-2020-7021",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7021"
},
{
"name": "CVE-2021-22135",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22135"
},
{
"name": "CVE-2025-30646",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30646"
},
{
"name": "CVE-2024-27851",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27851"
},
{
"name": "CVE-2025-30644",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30644"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2025-30656",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30656"
},
{
"name": "CVE-2022-39253",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39253"
},
{
"name": "CVE-2021-22144",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22144"
},
{
"name": "CVE-2024-40958",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40958"
},
{
"name": "CVE-2025-21595",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21595"
},
{
"name": "CVE-2025-30648",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30648"
},
{
"name": "CVE-2024-21210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21210"
},
{
"name": "CVE-2021-22137",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22137"
},
{
"name": "CVE-2024-32002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32002"
},
{
"name": "CVE-2024-2961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2961"
},
{
"name": "CVE-2024-21217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21217"
},
{
"name": "CVE-2024-28182",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28182"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2022-24808",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24808"
},
{
"name": "CVE-2024-21208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21208"
},
{
"name": "CVE-2025-21594",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21594"
},
{
"name": "CVE-2020-7020",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7020"
}
],
"initial_release_date": "2025-04-10T00:00:00",
"last_revision_date": "2025-04-10T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0304",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-04-10T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Juniper Networks. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Juniper Networks",
"vendor_advisories": [
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96456",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-Receipt-of-a-malformed-LLDP-TLV-results-in-l2cpd-crash-CVE-2025-30646"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96447",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-Space-Multiple-vulnerabilities-resolved-in-24-1R3-release"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96467",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-Processing-of-a-specific-BGP-update-causes-the-SRRD-process-to-crash-CVE-2025-30657?language=en_US"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96461",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-Receipt-of-a-specific-ICMPv6-packet-causes-a-memory-overrun-leading-to-an-rpd-crash-CVE-2025-30651"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96446",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-Space-Security-Director-Multiple-vulnerabilities-resolved-in-24-1R3-release"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96451",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-When-BGP-rib-sharding-and-update-threading-are-configured-and-a-peer-flaps-an-rpd-core-is-observed"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96470",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-SRX-Series-A-device-configured-for-vector-routing-crashes-when-receiving-specific-traffic-CVE-2025-30659?language=en_US"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96458",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-Receipt-of-a-specifically-malformed-DHCP-packet-causes-jdhcpd-process-to-crash-CVE-2025-30648"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96462",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-Executing-a-specific-CLI-command-when-asregex-optimized-is-configured-causes-an-RPD-crash-CVE-2025-30652"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96457",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-MX-Series-Subscriber-login-logout-activity-will-lead-to-a-memory-leak-CVE-2025-30647"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96466",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-MX-Series-SRX-Series-Processing-of-specific-SIP-INVITE-messages-by-the-SIP-ALG-will-lead-to-an-FPC-crash-CVE-2025-30656?language=en_US"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96463",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-LSP-flap-in-a-specific-MPLS-LSP-scenario-leads-to-RPD-crash-CVE-2025-30653"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96459",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-MX240-MX480-MX960-with-SPC3-An-attacker-sending-specific-packets-will-cause-a-CPU-utilization-DoS-CVE-2025-30649"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96450",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-In-an-EVPN-VXLAN-scenario-specific-ARP-or-NDP-packets-cause-FPC-to-crash-CVE-2025-21595"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96464",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-A-local-low-privileged-user-can-access-sensitive-information-CVE-2025-30654"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96453",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-EX2300-EX3400-EX4000-Series-QFX5k-Series-Receipt-of-a-specific-DHCP-packet-causes-FPC-crash-when-DHCP-Option-82-is-enabled-CVE-2025-30644"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96465",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-A-specific-CLI-command-will-cause-a-RPD-crash-when-rib-sharding-and-update-threading-is-enabled-CVE-2025-30655?language=en_US"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96444",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-CTP-View-Multiple-Vulnerabilities-resolved-in-9-2R1-release"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96469",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-SRX-Series-On-devices-with-Anti-Virus-enabled-malicious-server-responses-will-cause-memory-to-leak-ultimately-causing-forwarding-to-stop-CVE-2025-30658?language=en_US"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96448",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-An-unauthenticated-adjacent-attacker-sending-a-malformed-DHCP-packet-causes-jdhcpd-to-crash-CVE-2025-21591"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96471",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-MX-Series-Decapsulation-of-specific-GRE-packets-leads-to-PFE-reset-CVE-2025-30660?language=en_US"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96449",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-MX-Series-In-DS-lite-and-NAT-senario-receipt-of-crafted-IPv4-traffic-causes-port-block-CVE-2025-21594"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96455",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-SRX-Series-Transmission-of-specific-control-traffic-sent-out-of-a-DS-Lite-tunnel-results-in-flowd-crash-CVE-2025-30645"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA96452",
"url": "https://supportportal.juniper.net/s/article/2025-04-Security-Bulletin-Junos-OS-SRX-and-EX-Series-MX240-MX480-MX960-QFX5120-Series-When-web-management-is-enabled-for-specific-services-an-attacker-may-cause-a-CPU-spike-by-sending-genuine-packets-to-the-device-CVE-2025-21601"
}
]
}
CERTFR-2024-AVI-0741
Vulnerability from certfr_avis - Published: 2024-09-05 - Updated: 2024-10-15
De multiples vulnérabilités ont été découvertes dans les produits Juniper Secure Analytics. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Juniper Networks | Secure Analytics | Juniper Secure Analytics versions antérieures à 7.5.0 UP9 IF02 |
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Juniper Secure Analytics versions ant\u00e9rieures \u00e0 7.5.0 UP9 IF02",
"product": {
"name": "Secure Analytics",
"vendor": {
"name": "Juniper Networks",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2023-29483",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29483"
},
{
"name": "CVE-2024-42472",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42472"
},
{
"name": "CVE-2024-26934",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26934"
},
{
"name": "CVE-2023-52477",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52477"
},
{
"name": "CVE-2023-52675",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52675"
},
{
"name": "CVE-2023-4692",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4692"
},
{
"name": "CVE-2024-27059",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27059"
},
{
"name": "CVE-2024-26656",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26656"
},
{
"name": "CVE-2024-28834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28834"
},
{
"name": "CVE-2023-38264",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38264"
},
{
"name": "CVE-2024-26974",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26974"
},
{
"name": "CVE-2024-26897",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26897"
},
{
"name": "CVE-2021-47055",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47055"
},
{
"name": "CVE-2020-36777",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36777"
},
{
"name": "CVE-2023-43788",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43788"
},
{
"name": "CVE-2024-27052",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27052"
},
{
"name": "CVE-2023-52425",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52425"
},
{
"name": "CVE-2024-26585",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26585"
},
{
"name": "CVE-2024-25744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25744"
},
{
"name": "CVE-2024-26973",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26973"
},
{
"name": "CVE-2024-33602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33602"
},
{
"name": "CVE-2024-27397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27397"
},
{
"name": "CVE-2024-35854",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35854"
},
{
"name": "CVE-2023-52878",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52878"
},
{
"name": "CVE-2021-47185",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47185"
},
{
"name": "CVE-2024-23650",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23650"
},
{
"name": "CVE-2024-26603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26603"
},
{
"name": "CVE-2024-26964",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26964"
},
{
"name": "CVE-2024-5564",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5564"
},
{
"name": "CVE-2021-33198",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33198"
},
{
"name": "CVE-2024-26993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26993"
},
{
"name": "CVE-2019-25162",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-25162"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2023-39321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39321"
},
{
"name": "CVE-2024-3933",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3933"
},
{
"name": "CVE-2024-1975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1975"
},
{
"name": "CVE-2023-52669",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52669"
},
{
"name": "CVE-2019-11358",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11358"
},
{
"name": "CVE-2020-15778",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15778"
},
{
"name": "CVE-2022-3287",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3287"
},
{
"name": "CVE-2024-36004",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36004"
},
{
"name": "CVE-2024-26859",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26859"
},
{
"name": "CVE-2020-13936",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13936"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2024-35959",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35959"
},
{
"name": "CVE-2018-20060",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-20060"
},
{
"name": "CVE-2024-35855",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35855"
},
{
"name": "CVE-2024-1737",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1737"
},
{
"name": "CVE-2023-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25193"
},
{
"name": "CVE-2024-33600",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33600"
},
{
"name": "CVE-2024-3652",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3652"
},
{
"name": "CVE-2024-26615",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26615"
},
{
"name": "CVE-2023-45802",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45802"
},
{
"name": "CVE-2024-26801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26801"
},
{
"name": "CVE-2024-36007",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36007"
},
{
"name": "CVE-2021-47311",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47311"
},
{
"name": "CVE-2023-3635",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3635"
},
{
"name": "CVE-2024-26643",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26643"
},
{
"name": "CVE-2024-26779",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26779"
},
{
"name": "CVE-2024-32021",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32021"
},
{
"name": "CVE-2024-33599",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33599"
},
{
"name": "CVE-2024-25629",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25629"
},
{
"name": "CVE-2024-28180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28180"
},
{
"name": "CVE-2024-24806",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24806"
},
{
"name": "CVE-2024-35852",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35852"
},
{
"name": "CVE-2024-23307",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23307"
},
{
"name": "CVE-2024-30172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30172"
},
{
"name": "CVE-2023-52528",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52528"
},
{
"name": "CVE-2024-27048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27048"
},
{
"name": "CVE-2021-47013",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47013"
},
{
"name": "CVE-2023-52781",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52781"
},
{
"name": "CVE-2024-35845",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35845"
},
{
"name": "CVE-2021-41072",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41072"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2021-47073",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47073"
},
{
"name": "CVE-2024-26804",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26804"
},
{
"name": "CVE-2024-26593",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26593"
},
{
"name": "CVE-2022-48627",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48627"
},
{
"name": "CVE-2021-47171",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47171"
},
{
"name": "CVE-2024-26743",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26743"
},
{
"name": "CVE-2023-52686",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52686"
},
{
"name": "CVE-2021-47236",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47236"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2023-6240",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6240"
},
{
"name": "CVE-2024-32004",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32004"
},
{
"name": "CVE-2021-47118",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47118"
},
{
"name": "CVE-2024-35890",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35890"
},
{
"name": "CVE-2020-23064",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-23064"
},
{
"name": "CVE-2023-6918",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6918"
},
{
"name": "CVE-2024-22195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22195"
},
{
"name": "CVE-2023-52877",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52877"
},
{
"name": "CVE-2024-21011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21011"
},
{
"name": "CVE-2024-32020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32020"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2023-45803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45803"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2024-32487",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32487"
},
{
"name": "CVE-2024-26826",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26826"
},
{
"name": "CVE-2024-27056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27056"
},
{
"name": "CVE-2024-26583",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26583"
},
{
"name": "CVE-2024-26642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26642"
},
{
"name": "CVE-2021-47153",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47153"
},
{
"name": "CVE-2024-35888",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35888"
},
{
"name": "CVE-2023-52700",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52700"
},
{
"name": "CVE-2023-31122",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31122"
},
{
"name": "CVE-2023-52439",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52439"
},
{
"name": "CVE-2021-47495",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47495"
},
{
"name": "CVE-2024-26675",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26675"
},
{
"name": "CVE-2019-14865",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14865"
},
{
"name": "CVE-2024-26906",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26906"
},
{
"name": "CVE-2024-26610",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26610"
},
{
"name": "CVE-2024-2357",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2357"
},
{
"name": "CVE-2024-26584",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26584"
},
{
"name": "CVE-2024-21094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21094"
},
{
"name": "CVE-2024-26919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26919"
},
{
"name": "CVE-2023-52445",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52445"
},
{
"name": "CVE-2024-33601",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33601"
},
{
"name": "CVE-2024-3019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3019"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2024-27014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27014"
},
{
"name": "CVE-2021-34558",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34558"
},
{
"name": "CVE-2024-32465",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32465"
},
{
"name": "CVE-2024-22365",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22365"
},
{
"name": "CVE-2023-43804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43804"
},
{
"name": "CVE-2023-43789",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43789"
},
{
"name": "CVE-2024-38428",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38428"
},
{
"name": "CVE-2024-25062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25062"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2024-26892",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26892"
},
{
"name": "CVE-2024-35835",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35835"
},
{
"name": "CVE-2024-26735",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26735"
},
{
"name": "CVE-2023-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52881"
},
{
"name": "CVE-2023-4693",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4693"
},
{
"name": "CVE-2021-46972",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46972"
},
{
"name": "CVE-2023-52578",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52578"
},
{
"name": "CVE-2024-26461",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26461"
},
{
"name": "CVE-2024-34750",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34750"
},
{
"name": "CVE-2024-26458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26458"
},
{
"name": "CVE-2021-46934",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46934"
},
{
"name": "CVE-2024-1048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1048"
},
{
"name": "CVE-2023-6004",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6004"
},
{
"name": "CVE-2023-52598",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52598"
},
{
"name": "CVE-2020-11022",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11022"
},
{
"name": "CVE-2023-7008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7008"
},
{
"name": "CVE-2024-26659",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26659"
},
{
"name": "CVE-2023-52667",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52667"
},
{
"name": "CVE-2024-26933",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26933"
},
{
"name": "CVE-2023-31484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31484"
},
{
"name": "CVE-2023-52703",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52703"
},
{
"name": "CVE-2023-52594",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52594"
},
{
"name": "CVE-2024-26693",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26693"
},
{
"name": "CVE-2023-52595",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52595"
},
{
"name": "CVE-2024-30171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2022-48624",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48624"
},
{
"name": "CVE-2024-26759",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26759"
},
{
"name": "CVE-2023-52464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52464"
},
{
"name": "CVE-2023-52813",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52813"
},
{
"name": "CVE-2024-35838",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35838"
},
{
"name": "CVE-2023-52513",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52513"
},
{
"name": "CVE-2023-52615",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52615"
},
{
"name": "CVE-2023-52610",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52610"
},
{
"name": "CVE-2023-52560",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52560"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2023-39322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39322"
},
{
"name": "CVE-2023-52606",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52606"
},
{
"name": "CVE-2021-47069",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47069"
},
{
"name": "CVE-2024-35960",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35960"
},
{
"name": "CVE-2022-39253",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39253"
},
{
"name": "CVE-2024-34064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34064"
},
{
"name": "CVE-2023-2953",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2953"
},
{
"name": "CVE-2024-26872",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26872"
},
{
"name": "CVE-2020-26555",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26555"
},
{
"name": "CVE-2024-26901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26901"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2024-21085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21085"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2024-35789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35789"
},
{
"name": "CVE-2023-52835",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52835"
},
{
"name": "CVE-2024-26982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26982"
},
{
"name": "CVE-2021-47310",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47310"
},
{
"name": "CVE-2023-52626",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52626"
},
{
"name": "CVE-2024-0340",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0340"
},
{
"name": "CVE-2024-26744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26744"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2024-35958",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35958"
},
{
"name": "CVE-2021-47456",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47456"
},
{
"name": "CVE-2021-40153",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-40153"
},
{
"name": "CVE-2024-32002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32002"
},
{
"name": "CVE-2022-48669",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48669"
},
{
"name": "CVE-2023-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52565"
},
{
"name": "CVE-2023-52520",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52520"
},
{
"name": "CVE-2021-47356",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47356"
},
{
"name": "CVE-2024-26694",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26694"
},
{
"name": "CVE-2024-2961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2961"
},
{
"name": "CVE-2024-26664",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26664"
},
{
"name": "CVE-2024-28182",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28182"
},
{
"name": "CVE-2021-47353",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47353"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2023-52607",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52607"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2020-11023",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11023"
},
{
"name": "CVE-2018-25091",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-25091"
},
{
"name": "CVE-2023-5090",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5090"
},
{
"name": "CVE-2024-27410",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27410"
},
{
"name": "CVE-2021-46909",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46909"
},
{
"name": "CVE-2024-35853",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35853"
},
{
"name": "CVE-2024-26907",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26907"
}
],
"initial_release_date": "2024-09-05T00:00:00",
"last_revision_date": "2024-10-15T00:00:00",
"links": [],
"reference": "CERTFR-2024-AVI-0741",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-09-05T00:00:00.000000"
},
{
"description": "Ajout r\u00e9f\u00e9rence \u00e9diteur",
"revision_date": "2024-09-06T00:00:00.000000"
},
{
"description": "Correction d\u0027identifiants CVE erron\u00e9s",
"revision_date": "2024-10-15T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Juniper Secure Analytics. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans Juniper Secure Analytics",
"vendor_advisories": [
{
"published_at": "2024-09-30",
"title": "Bulletin de s\u00e9curit\u00e9 Juniper Networks JSA86686",
"url": "https://supportportal.juniper.net/s/article/On-Demand-JSA-Series-Multiple-vulnerabilities-resolved-in-Juniper-Secure-Analytics-in-7-5-0-UP9-IF02"
}
]
}
CERTFR-2022-AVI-983
Vulnerability from certfr_avis - Published: 2022-11-02 - Updated: 2022-11-02
De multiples vulnérabilités ont été découvertes dans Apple Xcode. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un contournement de la politique de sécurité et une atteinte à la confidentialité des données.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Xcode versions ant\u00e9rieures \u00e0 14.1",
"product": {
"name": "N/A",
"vendor": {
"name": "Apple",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2022-39260",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39260"
},
{
"name": "CVE-2022-42797",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42797"
},
{
"name": "CVE-2022-29187",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29187"
},
{
"name": "CVE-2022-39253",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39253"
}
],
"initial_release_date": "2022-11-02T00:00:00",
"last_revision_date": "2022-11-02T00:00:00",
"links": [],
"reference": "CERTFR-2022-AVI-983",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2022-11-02T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans Apple Xcode.\nCertaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une\nex\u00e9cution de code arbitraire \u00e0 distance, un contournement de la\npolitique de s\u00e9curit\u00e9 et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans Apple Xcode",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Apple HT213496 du 01 novembre 2022",
"url": "https://support.apple.com/en-us/HT213496"
}
]
}
OPENSUSE-SU-2024:12430-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| URL | Category | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"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:12851-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| URL | Category | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"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"
}
]
}
OPENSUSE-SU-2024:12487-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| URL | Category | |||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||
{
"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"
}
]
}
FKIE_CVE-2022-39253
Vulnerability from fkie_nvd - Published: 2022-10-19 11:15 - Updated: 2024-11-21 07:175.5 (Medium) - CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | http://seclists.org/fulldisclosure/2022/Nov/1 | Mailing List, Third Party Advisory | |
| security-advisories@github.com | http://www.openwall.com/lists/oss-security/2023/02/14/5 | Mailing List, Third Party Advisory | |
| security-advisories@github.com | http://www.openwall.com/lists/oss-security/2024/05/14/2 | ||
| security-advisories@github.com | https://github.com/git/git/security/advisories/GHSA-3wp6-j8xr-qw85 | Mitigation, Third Party Advisory | |
| security-advisories@github.com | https://lists.debian.org/debian-lts-announce/2022/12/msg00025.html | Mailing List, Third Party Advisory | |
| security-advisories@github.com | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/C7B6JPKX5CGGLAHXJVQMIZNNEEB72FHD/ | ||
| security-advisories@github.com | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JMQWGMDLX6KTVWW5JZLVPI7ICAK72TN7/ | ||
| security-advisories@github.com | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/OHNO2FB55CPX47BAXMBWUBGWHO6N6ZZH/ | ||
| security-advisories@github.com | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UKFHE4KVD7EKS5J3KTDFVBEKU3CLXGVV/ | ||
| security-advisories@github.com | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VFYXCTLOSESYIP72BUYD6ECDIMUM4WMB/ | ||
| security-advisories@github.com | https://security.gentoo.org/glsa/202312-15 | ||
| security-advisories@github.com | https://support.apple.com/kb/HT213496 | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | http://seclists.org/fulldisclosure/2022/Nov/1 | Mailing List, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2023/02/14/5 | Mailing List, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2024/05/14/2 | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/git/git/security/advisories/GHSA-3wp6-j8xr-qw85 | Mitigation, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2022/12/msg00025.html | Mailing List, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/C7B6JPKX5CGGLAHXJVQMIZNNEEB72FHD/ | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JMQWGMDLX6KTVWW5JZLVPI7ICAK72TN7/ | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/OHNO2FB55CPX47BAXMBWUBGWHO6N6ZZH/ | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UKFHE4KVD7EKS5J3KTDFVBEKU3CLXGVV/ | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VFYXCTLOSESYIP72BUYD6ECDIMUM4WMB/ | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://security.gentoo.org/glsa/202312-15 | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://support.apple.com/kb/HT213496 | Third Party Advisory |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "28199E8F-36D0-46F8-AF0A-9460390BE56F",
"versionEndExcluding": "2.30.6",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "E095AAE7-18C2-4957-9740-FC804860B9C2",
"versionEndExcluding": "2.31.5",
"versionStartIncluding": "2.31.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "459EE43E-40FB-45BE-A1CC-51435E9F92AD",
"versionEndExcluding": "2.32.4",
"versionStartIncluding": "2.32.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "2CBDDA42-F5EC-4747-BF3C-16683D684702",
"versionEndExcluding": "2.33.5",
"versionStartIncluding": "2.33.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "D7691E22-145E-4D97-A6E0-6515742781B9",
"versionEndExcluding": "2.34.5",
"versionStartIncluding": "2.34.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "E02396C2-BB34-4D18-917E-DA56EA7B58B9",
"versionEndExcluding": "2.35.5",
"versionStartIncluding": "2.35.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "51BEAEEC-9D9D-4CFE-8958-43BFE87DE501",
"versionEndExcluding": "2.36.3",
"versionStartIncluding": "2.36.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "566CF89C-AC39-47D7-B3DE-633B2237F816",
"versionEndExcluding": "2.37.4",
"versionStartIncluding": "2.37.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:2.38.0:*:*:*:*:*:*:*",
"matchCriteriaId": "1AFEECCB-B8DB-4270-A860-C2BA1C7B267C",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*",
"matchCriteriaId": "80E516C0-98A4-4ADE-B69F-66A772E2BAAA",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:fedoraproject:fedora:36:*:*:*:*:*:*:*",
"matchCriteriaId": "5C675112-476C-4D7C-BCB9-A2FB2D0BC9FD",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:fedoraproject:fedora:37:*:*:*:*:*:*:*",
"matchCriteriaId": "E30D0E6F-4AE8-4284-8716-991DFA48CC5D",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:apple:xcode:*:*:*:*:*:*:*:*",
"matchCriteriaId": "CECD39AA-41F4-4638-B59A-C5E928B585C3",
"versionEndExcluding": "14.1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*",
"matchCriteriaId": "07B237A9-69A3-4A9C-9DA0-4E06BD37AE73",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source\u0027s `$GIT_DIR/objects` directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via `--no-hardlinks`). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim\u0027s machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the `--recurse-submodules` option. Git does not create symbolic links in the `$GIT_DIR/objects` directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`."
},
{
"lang": "es",
"value": "Git es un sistema de control de revisiones distribuido, escalable y de c\u00f3digo abierto. Las versiones anteriores a la 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3 y 2.37.4 est\u00e1n sujetas a una exposici\u00f3n de informaci\u00f3n confidencial a un actor malicioso. Cuando es llevado a cabo un clon local (en el que el origen y el destino del clon est\u00e1n en el mismo volumen), Git copia el contenido del directorio \"$GIT_DIR/objects\" del origen en el destino creando enlaces duros al contenido del origen o copi\u00e1ndolo (si los enlaces duros est\u00e1n deshabilitados por medio de \"--no-hardlinks\"). Un actor malicioso podr\u00eda convencer a una v\u00edctima de clonar un repositorio con un enlace simb\u00f3lico que apunte a informaci\u00f3n confidencial en la m\u00e1quina de la v\u00edctima. Esto puede hacerse ya sea que la v\u00edctima clone un repositorio malicioso en la misma m\u00e1quina, o haciendo que clone un repositorio malicioso insertado como repositorio desnudo por medio de un subm\u00f3dulo de cualquier fuente, siempre que clone con la opci\u00f3n \"--recurse-submodules\". Git no crea enlaces simb\u00f3licos en el directorio \"$GIT_DIR/objects\". El problema ha sido parcheado en las versiones publicadas el 18-10-2022, y retrocedido a v2.30.x. Posibles mitigaciones: Evite clonar repositorios no confiables usando la optimizaci\u00f3n \"--local\" cuando est\u00e9 en una m\u00e1quina compartida, ya sea pasando la opci\u00f3n \"--no-local\" a \"git clone\" o clonando desde una URL que use el esquema \"file://\". Alternativamente, evita clonar repositorios de fuentes no confiables con \"--recurse-submodules\" o ejecuta \"git config --global protocol.file.allow user\""
}
],
"id": "CVE-2022-39253",
"lastModified": "2024-11-21T07:17:53.040",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 3.6,
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2022-10-19T11:15:11.227",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://seclists.org/fulldisclosure/2022/Nov/1"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2023/02/14/5"
},
{
"source": "security-advisories@github.com",
"url": "http://www.openwall.com/lists/oss-security/2024/05/14/2"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mitigation",
"Third Party Advisory"
],
"url": "https://github.com/git/git/security/advisories/GHSA-3wp6-j8xr-qw85"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2022/12/msg00025.html"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/C7B6JPKX5CGGLAHXJVQMIZNNEEB72FHD/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JMQWGMDLX6KTVWW5JZLVPI7ICAK72TN7/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/OHNO2FB55CPX47BAXMBWUBGWHO6N6ZZH/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UKFHE4KVD7EKS5J3KTDFVBEKU3CLXGVV/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VFYXCTLOSESYIP72BUYD6ECDIMUM4WMB/"
},
{
"source": "security-advisories@github.com",
"url": "https://security.gentoo.org/glsa/202312-15"
},
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://support.apple.com/kb/HT213496"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://seclists.org/fulldisclosure/2022/Nov/1"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2023/02/14/5"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://www.openwall.com/lists/oss-security/2024/05/14/2"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mitigation",
"Third Party Advisory"
],
"url": "https://github.com/git/git/security/advisories/GHSA-3wp6-j8xr-qw85"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2022/12/msg00025.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/C7B6JPKX5CGGLAHXJVQMIZNNEEB72FHD/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JMQWGMDLX6KTVWW5JZLVPI7ICAK72TN7/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/OHNO2FB55CPX47BAXMBWUBGWHO6N6ZZH/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UKFHE4KVD7EKS5J3KTDFVBEKU3CLXGVV/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VFYXCTLOSESYIP72BUYD6ECDIMUM4WMB/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://security.gentoo.org/glsa/202312-15"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://support.apple.com/kb/HT213496"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-200"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-59"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
alsa-2023:2319
Vulnerability from osv_almalinux
Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.
Security Fix(es):
- git: On multi-user machines Git users might find themselves unexpectedly in a Git worktree (CVE-2022-24765)
- git: Bypass of safe.directory protections (CVE-2022-29187)
- git: exposure of sensitive information to a malicious actor (CVE-2022-39253)
- git: git shell function that splits command arguments can lead to arbitrary heap writes. (CVE-2022-39260)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the AlmaLinux Release Notes linked from the References section.
| URL | Type | |||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "git"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el9"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "git-all"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el9"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "git-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el9"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "git-core-doc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el9"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "git-credential-libsecret"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el9"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "git-daemon"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el9"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "git-email"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el9"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "git-gui"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el9"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "git-instaweb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el9"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "git-subtree"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el9"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "git-svn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el9"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "gitk"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el9"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "gitweb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el9"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "perl-Git"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el9"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "perl-Git-SVN"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el9"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\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* git: Bypass of safe.directory protections (CVE-2022-29187)\n* git: exposure of sensitive information to a malicious actor (CVE-2022-39253)\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 AlmaLinux Release Notes linked from the References section.",
"id": "ALSA-2023:2319",
"modified": "2023-05-12T07:01:53Z",
"published": "2023-05-09T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2023:2319"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2022-24765"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2022-29187"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2022-39253"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2022-39260"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2073414"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2107439"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2137422"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2137423"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/9/ALSA-2023-2319.html"
}
],
"related": [
"CVE-2022-24765",
"CVE-2022-29187",
"CVE-2022-39253",
"CVE-2022-39260"
],
"summary": "Moderate: git security and bug fix update"
}
alsa-2023:2859
Vulnerability from osv_almalinux
Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.
Security Fix(es):
- git: On multi-user machines Git users might find themselves unexpectedly in a Git worktree (CVE-2022-24765)
- git: Bypass of safe.directory protections (CVE-2022-29187)
- git: exposure of sensitive information to a malicious actor (CVE-2022-39253)
- git: git shell function that splits command arguments can lead to arbitrary heap writes. (CVE-2022-39260)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the AlmaLinux Release Notes linked from the References section.
| URL | Type | |||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "git"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "git-all"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "git-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "git-core-doc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "git-credential-libsecret"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "git-daemon"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "git-email"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "git-gui"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "git-instaweb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "git-subtree"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "git-svn"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "gitk"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "gitweb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "perl-Git"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "perl-Git-SVN"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.39.1-1.el8"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\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* git: Bypass of safe.directory protections (CVE-2022-29187)\n* git: exposure of sensitive information to a malicious actor (CVE-2022-39253)\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 AlmaLinux Release Notes linked from the References section.",
"id": "ALSA-2023:2859",
"modified": "2023-05-19T22:19:51Z",
"published": "2023-05-16T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2023:2859"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2022-24765"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2022-29187"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2022-39253"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2022-39260"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2073414"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2107439"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2137422"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2137423"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/8/ALSA-2023-2859.html"
}
],
"related": [
"CVE-2022-24765",
"CVE-2022-29187",
"CVE-2022-39253",
"CVE-2022-39260"
],
"summary": "Moderate: git security and bug fix update"
}
GSD-2022-39253
Vulnerability from gsd - Updated: 2023-12-13 01:19{
"GSD": {
"alias": "CVE-2022-39253",
"description": "Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source\u0027s `$GIT_DIR/objects` directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via `--no-hardlinks`). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim\u0027s machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the `--recurse-submodules` option. Git does not create symbolic links in the `$GIT_DIR/objects` directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`.",
"id": "GSD-2022-39253",
"references": [
"https://alas.aws.amazon.com/cve/html/CVE-2022-39253.html",
"https://advisories.mageia.org/CVE-2022-39253.html",
"https://www.suse.com/security/cve/CVE-2022-39253.html",
"https://ubuntu.com/security/CVE-2022-39253"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2022-39253"
],
"details": "Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source\u0027s `$GIT_DIR/objects` directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via `--no-hardlinks`). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim\u0027s machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the `--recurse-submodules` option. Git does not create symbolic links in the `$GIT_DIR/objects` directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`.",
"id": "GSD-2022-39253",
"modified": "2023-12-13T01:19:20.624357Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2022-39253",
"STATE": "PUBLIC",
"TITLE": "Git subject to exposure of sensitive information via local clone of symbolic links"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "git",
"version": {
"version_data": [
{
"version_value": "\u003c 2.30.6"
},
{
"version_value": "\u003c 2.31.5"
},
{
"version_value": "\u003c 2.32.4"
},
{
"version_value": "\u003c 2.33.5"
},
{
"version_value": "\u003c 2.34.5"
},
{
"version_value": "\u003c 2.35.5"
},
{
"version_value": "\u003c 2.36.3"
},
{
"version_value": "\u003c 2.37.4"
}
]
}
}
]
},
"vendor_name": "git"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source\u0027s `$GIT_DIR/objects` directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via `--no-hardlinks`). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim\u0027s machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the `--recurse-submodules` option. Git does not create symbolic links in the `$GIT_DIR/objects` directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/git/git/security/advisories/GHSA-3wp6-j8xr-qw85",
"refsource": "CONFIRM",
"url": "https://github.com/git/git/security/advisories/GHSA-3wp6-j8xr-qw85"
},
{
"name": "FEDORA-2022-12790ca71a",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VFYXCTLOSESYIP72BUYD6ECDIMUM4WMB/"
},
{
"name": "FEDORA-2022-8b58806840",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UKFHE4KVD7EKS5J3KTDFVBEKU3CLXGVV/"
},
{
"name": "https://support.apple.com/kb/HT213496",
"refsource": "CONFIRM",
"url": "https://support.apple.com/kb/HT213496"
},
{
"name": "FEDORA-2022-53aadd995f",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OHNO2FB55CPX47BAXMBWUBGWHO6N6ZZH/"
},
{
"name": "20221107 APPLE-SA-2022-11-01-1 Xcode 14.1",
"refsource": "FULLDISC",
"url": "http://seclists.org/fulldisclosure/2022/Nov/1"
},
{
"name": "FEDORA-2022-2c33bba286",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JMQWGMDLX6KTVWW5JZLVPI7ICAK72TN7/"
},
{
"name": "FEDORA-2022-fb088df94c",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/C7B6JPKX5CGGLAHXJVQMIZNNEEB72FHD/"
},
{
"name": "[debian-lts-announce] 20221213 [SECURITY] [DLA 3239-1] git security update",
"refsource": "MLIST",
"url": "https://lists.debian.org/debian-lts-announce/2022/12/msg00025.html"
},
{
"name": "[oss-security] 20230214 [Announce] Git 2.39.2 and friends",
"refsource": "MLIST",
"url": "http://www.openwall.com/lists/oss-security/2023/02/14/5"
},
{
"name": "GLSA-202312-15",
"refsource": "GENTOO",
"url": "https://security.gentoo.org/glsa/202312-15"
}
]
},
"source": {
"advisory": "GHSA-3wp6-j8xr-qw85",
"discovery": "UNKNOWN"
}
},
"nvd.nist.gov": {
"cve": {
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "28199E8F-36D0-46F8-AF0A-9460390BE56F",
"versionEndExcluding": "2.30.6",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "E095AAE7-18C2-4957-9740-FC804860B9C2",
"versionEndExcluding": "2.31.5",
"versionStartIncluding": "2.31.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "459EE43E-40FB-45BE-A1CC-51435E9F92AD",
"versionEndExcluding": "2.32.4",
"versionStartIncluding": "2.32.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "2CBDDA42-F5EC-4747-BF3C-16683D684702",
"versionEndExcluding": "2.33.5",
"versionStartIncluding": "2.33.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "D7691E22-145E-4D97-A6E0-6515742781B9",
"versionEndExcluding": "2.34.5",
"versionStartIncluding": "2.34.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "E02396C2-BB34-4D18-917E-DA56EA7B58B9",
"versionEndExcluding": "2.35.5",
"versionStartIncluding": "2.35.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "51BEAEEC-9D9D-4CFE-8958-43BFE87DE501",
"versionEndExcluding": "2.36.3",
"versionStartIncluding": "2.36.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*",
"matchCriteriaId": "566CF89C-AC39-47D7-B3DE-633B2237F816",
"versionEndExcluding": "2.37.4",
"versionStartIncluding": "2.37.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:git-scm:git:2.38.0:*:*:*:*:*:*:*",
"matchCriteriaId": "1AFEECCB-B8DB-4270-A860-C2BA1C7B267C",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*",
"matchCriteriaId": "80E516C0-98A4-4ADE-B69F-66A772E2BAAA",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:fedoraproject:fedora:36:*:*:*:*:*:*:*",
"matchCriteriaId": "5C675112-476C-4D7C-BCB9-A2FB2D0BC9FD",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:fedoraproject:fedora:37:*:*:*:*:*:*:*",
"matchCriteriaId": "E30D0E6F-4AE8-4284-8716-991DFA48CC5D",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:apple:xcode:*:*:*:*:*:*:*:*",
"matchCriteriaId": "CECD39AA-41F4-4638-B59A-C5E928B585C3",
"versionEndExcluding": "14.1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*",
"matchCriteriaId": "07B237A9-69A3-4A9C-9DA0-4E06BD37AE73",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source\u0027s `$GIT_DIR/objects` directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via `--no-hardlinks`). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim\u0027s machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the `--recurse-submodules` option. Git does not create symbolic links in the `$GIT_DIR/objects` directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the `--local` optimization when on a shared machine, either by passing the `--no-local` option to `git clone` or cloning from a URL that uses the `file://` scheme. Alternatively, avoid cloning repositories from untrusted sources with `--recurse-submodules` or run `git config --global protocol.file.allow user`."
},
{
"lang": "es",
"value": "Git es un sistema de control de revisiones distribuido, escalable y de c\u00f3digo abierto. Las versiones anteriores a la 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3 y 2.37.4 est\u00e1n sujetas a una exposici\u00f3n de informaci\u00f3n confidencial a un actor malicioso. Cuando es llevado a cabo un clon local (en el que el origen y el destino del clon est\u00e1n en el mismo volumen), Git copia el contenido del directorio \"$GIT_DIR/objects\" del origen en el destino creando enlaces duros al contenido del origen o copi\u00e1ndolo (si los enlaces duros est\u00e1n deshabilitados por medio de \"--no-hardlinks\"). Un actor malicioso podr\u00eda convencer a una v\u00edctima de clonar un repositorio con un enlace simb\u00f3lico que apunte a informaci\u00f3n confidencial en la m\u00e1quina de la v\u00edctima. Esto puede hacerse ya sea que la v\u00edctima clone un repositorio malicioso en la misma m\u00e1quina, o haciendo que clone un repositorio malicioso insertado como repositorio desnudo por medio de un subm\u00f3dulo de cualquier fuente, siempre que clone con la opci\u00f3n \"--recurse-submodules\". Git no crea enlaces simb\u00f3licos en el directorio \"$GIT_DIR/objects\". El problema ha sido parcheado en las versiones publicadas el 18-10-2022, y retrocedido a v2.30.x. Posibles mitigaciones: Evite clonar repositorios no confiables usando la optimizaci\u00f3n \"--local\" cuando est\u00e9 en una m\u00e1quina compartida, ya sea pasando la opci\u00f3n \"--no-local\" a \"git clone\" o clonando desde una URL que use el esquema \"file://\". Alternativamente, evita clonar repositorios de fuentes no confiables con \"--recurse-submodules\" o ejecuta \"git config --global protocol.file.allow user\""
}
],
"id": "CVE-2022-39253",
"lastModified": "2023-12-27T10:15:37.640",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 3.6,
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2022-10-19T11:15:11.227",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://seclists.org/fulldisclosure/2022/Nov/1"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2023/02/14/5"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mitigation",
"Third Party Advisory"
],
"url": "https://github.com/git/git/security/advisories/GHSA-3wp6-j8xr-qw85"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2022/12/msg00025.html"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/C7B6JPKX5CGGLAHXJVQMIZNNEEB72FHD/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JMQWGMDLX6KTVWW5JZLVPI7ICAK72TN7/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/OHNO2FB55CPX47BAXMBWUBGWHO6N6ZZH/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UKFHE4KVD7EKS5J3KTDFVBEKU3CLXGVV/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VFYXCTLOSESYIP72BUYD6ECDIMUM4WMB/"
},
{
"source": "security-advisories@github.com",
"url": "https://security.gentoo.org/glsa/202312-15"
},
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://support.apple.com/kb/HT213496"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-59"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-200"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
}
}
}
VDE-2023-001
Vulnerability from csaf_phoenixcontactgmbhcokg - Published: 2023-02-14 07:50 - Updated: 2025-06-05 13:28A use-after-free in Busybox 1.35-x's awk applet leads to denial of service and possibly code execution when processing a crafted awk pattern in the copyvar function.
libexpat before 2.4.9 has a use-after-free in the doContent function in xmlparse.c.
When curl is used to retrieve and parse cookies from a HTTP(S) server, itaccepts cookies using control codes that when later are sent back to a HTTPserver might make the server return 400 responses. Effectively allowing a"sister site" to deny service to all siblings.
CWE-20 - Improper Input ValidationIn libexpat through 2.4.9, there is a use-after free caused by overeager destruction of a shared DTD in XML_ExternalEntityParserCreate in out-of-memory situations.
In curl before 7.86.0, the HSTS check could be bypassed to trick it into staying with HTTP. Using its HSTS support, curl can be instructed to use HTTPS directly (instead of using an insecure cleartext HTTP step) even when HTTP is provided in the URL. This mechanism could be bypassed if the host name in the given URL uses IDN characters that get replaced with ASCII counterparts as part of the IDN conversion, e.g., using the character UTF-8 U+3002 (IDEOGRAPHIC FULL STOP) instead of the common ASCII full stop of U+002E (.). The earliest affected version is 7.77.0 2021-05-26.
Dpkg::Source::Archive in dpkg, the Debian package management system, before version 1.21.8, 1.20.10, 1.19.8, 1.18.26 is prone to a directory traversal vulnerability. When extracting untrusted source packages in v2 and v3 source package formats that include a debian.tar, the in-place extraction can lead to directory traversal situations on specially crafted orig.tar and debian.tar tarballs.
An out-of-bounds read/write vulnerability was found in e2fsprogs 1.46.5. This issue leads to a segmentation fault and possibly arbitrary code execution via a specially crafted filesystem.
Git is a distributed revision control system. Git prior to versions 2.37.1, 2.36.2, 2.35.4, 2.34.4, 2.33.4, 2.32.3, 2.31.4, and 2.30.5, is vulnerable to privilege escalation in all platforms. An unsuspecting user could still be affected by the issue reported in CVE-2022-24765, for example when navigating as root into a shared tmp directory that is owned by them, but where an attacker could create a git repository. Versions 2.37.1, 2.36.2, 2.35.4, 2.34.4, 2.33.4, 2.32.3, 2.31.4, and 2.30.5 contain a patch for this issue. The simplest way to avoid being affected by the exploit described in the example is to avoid running git as root (or an Administrator in Windows), and if needed to reduce its use to a minimum. While a generic workaround is not possible, a system could be hardened from the exploit described in the example by removing any such repository if it exists already and creating one as root to block any future attacks.
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.
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'.
curl before 7.86.0 has a double free. If curl is told to use an HTTP proxy for a transfer with a non-HTTP(S) URL, it sets up the connection to the remote server by issuing a CONNECT request to the proxy, and then tunnels the rest of the protocol through. An HTTP proxy might refuse this request (HTTP proxies often only allow outgoing connections to specific port numbers, like 443 for HTTPS) and instead return a non-200 status code to the client. Due to flaws in the error/cleanup handling, this could trigger a double free in curl if one of the following schemes were used in the URL for the transfer: dict, gopher, gophers, ldap, ldaps, rtmp, rtmps, or telnet. The earliest affected version is 7.77.0.
A vulnerability found in gnutls. This security flaw happens because of a double free error occurs during verification of pkcs7 signatures in gnutls_pkcs7_verify function.
In libtirpc before 1.3.3rc1, remote attackers could exhaust the file descriptors of a process that uses libtirpc because idle TCP connections are mishandled. This can, in turn, lead to an svc_run infinite loop without accepting new connections.
An issue was discovered in libxml2 before 2.10.3. Certain invalid XML entity definitions can corrupt a hash table key, potentially leading to subsequent logic errors. In one case, a double-free can be provoked.
A flaw was found in the Linux kernel in linux/net/netfilter/nf_tables_api.c of the netfilter subsystem. This flaw allows a local user to cause an out-of-bounds write issue.
A flaw was found in the Linux kernel in net/netfilter/nf_tables_core.c:nft_do_chain, which can cause a use-after-free. This issue needs to handle 'return' with proper preconditions, as it can lead to a kernel information leak problem caused by a local, unprivileged attacker.
A vulnerability was found in logrotate in how the state file is created. The state file is used to prevent parallel executions of multiple instances of logrotate by acquiring and releasing a file lock. When the state file does not exist, it is created with world-readable permission, allowing an unprivileged user to lock the state file, stopping any rotation. This flaw affects logrotate versions before 3.20.0.
AES OCB mode for 32-bit x86 platforms using the AES-NI assembly optimised implementation will not encrypt the entirety of the data under some circumstances. This could reveal sixteen bytes of data that was preexisting in the memory that wasn't written. In the special case of "in place" encryption, sixteen bytes of the plaintext would be revealed. Since OpenSSL does not support OCB based cipher suites for TLS and DTLS, they are both unaffected. Fixed in OpenSSL 3.0.5 (Affected 3.0.0-3.0.4). Fixed in OpenSSL 1.1.1q (Affected 1.1.1-1.1.1p).
Python 3.9.x before 3.9.16 and 3.10.x before 3.10.9 on Linux allows local privilege escalation in a non-default configuration. The Python multiprocessing library, when used with the forkserver start method on Linux, allows pickles to be deserialized from any user in the same machine local network namespace, which in many system configurations means any user on the same machine. Pickles can execute arbitrary code. Thus, this allows for local user privilege escalation to the user that any forkserver process is running as. Setting multiprocessing.util.abstract_sockets_supported to False is a workaround. The forkserver start method for multiprocessing is not the default start method. This issue is Linux specific because only Linux supports abstract namespace sockets. CPython before 3.9 does not make use of Linux abstract namespace sockets by default. Support for users manually specifying an abstract namespace socket was added as a bugfix in 3.7.8 and 3.8.3, but users would need to make specific uncommon API calls in order to do that in CPython before 3.9.
The Diffie-Hellman Key Agreement Protocol allows remote attackers (from the client side) to send arbitrary numbers that are actually not public keys, and trigger expensive server-side DHE modular-exponentiation calculations, aka a D(HE)at or D(HE)ater attack. The client needs very little CPU resources and network bandwidth. The attack may be more disruptive in cases where a client can require a server to select its largest supported key size. The basic attack scenario is that the client must claim that it can only communicate with DHE, and the server must be configured to allow DHE.
strongSwan before 5.9.8 allows remote attackers to cause a denial of service in the revocation plugin by sending a crafted end-entity (and intermediate CA) certificate that contains a CRL/OCSP URL that points to a server (under the attacker's control) that doesn't properly respond but (for example) just does nothing after the initial TCP handshake, or sends an excessive amount of application data.
Sudo 1.8.0 through 1.9.12, with the crypt() password backend, contains a plugins/sudoers/auth/passwd.c array-out-of-bounds error that can result in a heap-based buffer over-read. This can be triggered by arbitrary local users with access to Sudo by entering a password of seven characters or fewer. The impact could vary depending on the system libraries, compiler, and processor architecture.
Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0061.
Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0101.
Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0102.
Out-of-bounds Read in GitHub repository vim/vim prior to 9.0.0104.
Out-of-bounds Write to API in GitHub repository vim/vim prior to 9.0.0100.
Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0483.
Use After Free in GitHub repository vim/vim prior to 9.0.0490.
When curl < 7.84.0 saves cookies, alt-svc and hsts data to local files, it makes the operation atomic by finalizing the operation with a rename from a temporary name to the final target file name.In that rename operation, it might accidentally *widen* the permissions for the target file, leaving the updated file accessible to more users than intended.
Use After Free in GitHub repository vim/vim prior to 9.0.0530.
curl < 7.84.0 supports "chained" HTTP compression algorithms, meaning that a serverresponse can be compressed multiple times and potentially with different algorithms. The number of acceptable "links" in this "decompression chain" was unbounded, allowing a malicious server to insert a virtually unlimited number of compression steps.The use of such a decompression chain could result in a "malloc bomb", makingcurl end up spending enormous amounts of allocated heap memory, or trying toand returning out of memory errors.
NULL Pointer Dereference in GitHub repository vim/vim prior to 9.0.0552.
When curl < 7.84.0 does FTP transfers secured by krb5, it handles message verification failures wrongly. This flaw makes it possible for a Man-In-The-Middle attack to go unnoticed and even allows it to inject data to the client.
Stack-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0577.
A malicious server can serve excessive amounts of 'Set-Cookie:' headers in a HTTP response to curl and curl < 7.84.0 stores all of them. A sufficiently large amount of (big) cookies make subsequent HTTP requests to this, or other servers to which the cookies match, create requests that become larger than the threshold that curl uses internally to avoid sending crazy large requests (1048576 bytes) and instead returns an error.This denial state might remain for as long as the same cookies are kept, match and haven't expired. Due to cookie matching rules, a server on 'foo.example.com' can set cookies that also would match for 'bar.example.com', making it it possible for a "sister server" to effectively cause a denial of service for a sibling site on the same second level domain using this method.
Use After Free in GitHub repository vim/vim prior to 9.0.0579.
Stack-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0598.
Use After Free in GitHub repository vim/vim prior to 9.0.0614.
A vulnerability was found in vim and classified as problematic. Affected by this issue is the function qf_update_buffer of the file quickfix.c of the component autocmd Handler. The manipulation leads to use after free. The attack may be launched remotely. Upgrading to version 9.0.0805 is able to address this issue. The name of the patch is d0fab10ed2a86698937e3c3fed2f10bd9bb5e731. It is recommended to upgrade the affected component. The identifier of this vulnerability is VDB-212324.
zlib through 1.2.12 has a heap-based buffer over-read or buffer overflow in inflate in inflate.c via a large gzip header extra field. NOTE: only applications that call inflateGetHeader are affected. Some common applications bundle the affected zlib source code but may be unable to call inflateGetHeader (e.g., see the nodejs/node reference).
Buffer Over-read in GitHub repository vim/vim prior to 8.2.
Heap-based Buffer Overflow in GitHub repository vim/vim prior to 8.2.
Out-of-bounds Write in GitHub repository vim/vim prior to 8.2.
Buffer Over-read in GitHub repository vim/vim prior to 8.2.
Heap-based Buffer Overflow in GitHub repository vim/vim prior to 8.2.
Out-of-bounds Read in GitHub repository vim/vim prior to 8.2.
Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0044.
Heap-based Buffer Overflow in GitHub repository vim/vim prior to 8.2.
Out-of-bounds Write in GitHub repository vim/vim prior to 8.2.
Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0045.
Stack-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.
Use After Free in GitHub repository vim/vim prior to 9.0.0046.
NULL Pointer Dereference in GitHub repository vim/vim prior to 8.2.5163.
NULL Pointer Dereference in GitHub repository vim/vim prior to 8.2.
Out-of-bounds Read in GitHub repository vim/vim prior to 9.0.
Integer Overflow or Wraparound in GitHub repository vim/vim prior to 9.0.
Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.
Out-of-bounds Read in GitHub repository vim/vim prior to 9.0.
Use After Free in GitHub repository vim/vim prior to 9.0.
Out-of-bounds Write in GitHub repository vim/vim prior to 9.0.
Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.
Out-of-bounds Read in GitHub repository vim/vim prior to 8.2.
Out-of-bounds Read in GitHub repository vim/vim prior to 9.0.
{
"document": {
"acknowledgments": [
{
"organization": "CERT@VDE",
"summary": "coordination",
"urls": [
"https://certvde.com"
]
}
],
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-GB",
"notes": [
{
"category": "summary",
"text": "A new LTS Firmware release fixes known vulnerabilities in used open-source libraries.\nIn addition, the following improvements\u00a0have been implemented:\nHMI\n- Hardening against DoS attacks. - Hardening against memory leak problems in case of network attacks.\nWBM\n- Umlauts in the password of the \u0027User Manager\u0027 were not handled correctly. The password rule for upper and lower case was not followed. This could lead to unintentionally weaker passwords.- Hardening of WBM against Cross-Site-Scripting.\nUser Manager\n- In security notifications \u0027SecurityToken\u0027 was always displayed as \u00270000000\u0027 when creating or modifying users.- Hardening of Trust and Identity Stores.",
"title": "Summary"
},
{
"category": "description",
"text": "Please consult the CVE entries listed above.",
"title": "Impact"
},
{
"category": "description",
"text": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"title": "Mitigation"
},
{
"category": "description",
"text": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"title": "Remediation"
}
],
"publisher": {
"category": "vendor",
"contact_details": "psirt@phoenixcontact.com",
"name": "Phoenix Contact GmbH \u0026 Co. KG",
"namespace": "https://phoenixcontact.com/psirt"
},
"references": [
{
"category": "self",
"summary": "VDE-2023-001: PHOENIX CONTACT: Multiple Vulnerabilities in PLCnext Firmware - HTML",
"url": "https://certvde.com/en/advisories/VDE-2023-001/"
},
{
"category": "self",
"summary": "VDE-2023-001: PHOENIX CONTACT: Multiple Vulnerabilities in PLCnext Firmware - CSAF",
"url": "https://phoenixcontact.csaf-tp.certvde.com/.well-known/csaf/white/2023/vde-2023-001.json"
},
{
"category": "external",
"summary": "Vendor PSIRT",
"url": "https://phoenixcontact.com/psirt"
},
{
"category": "external",
"summary": "CERT@VDE Security Advisories for Phoenix Contact GmbH \u0026 Co. KG",
"url": "https://certvde.com/en/advisories/vendor/phoenixcontact/"
}
],
"title": "PHOENIX CONTACT: Multiple Vulnerabilities in PLCnext Firmware",
"tracking": {
"aliases": [
"VDE-2023-001"
],
"current_release_date": "2025-06-05T13:28:12.000Z",
"generator": {
"date": "2025-05-08T11:33:36.410Z",
"engine": {
"name": "Secvisogram",
"version": "2.5.25"
}
},
"id": "VDE-2023-001",
"initial_release_date": "2023-02-14T07:50:00.000Z",
"revision_history": [
{
"date": "2023-02-14T07:50:00.000Z",
"number": "1",
"summary": "Initial revision."
},
{
"date": "2025-06-05T13:28:12.000Z",
"number": "2",
"summary": "Fix: quotation mark"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "AXC F 1152",
"product": {
"name": "AXC F 1152",
"product_id": "CSAFPID-11001",
"product_identification_helper": {
"model_numbers": [
"1151412"
]
}
}
},
{
"category": "product_name",
"name": "AXC F 2152",
"product": {
"name": "AXC F 2152",
"product_id": "CSAFPID-11002",
"product_identification_helper": {
"model_numbers": [
"2404267"
]
}
}
},
{
"category": "product_name",
"name": "AXC F 3152",
"product": {
"name": "AXC F 3152",
"product_id": "CSAFPID-11003",
"product_identification_helper": {
"model_numbers": [
"1069208"
]
}
}
},
{
"category": "product_name",
"name": "BPC 9102S",
"product": {
"name": "BPC 9102S",
"product_id": "CSAFPID-11004",
"product_identification_helper": {
"model_numbers": [
"1246285"
]
}
}
},
{
"category": "product_name",
"name": "RFC 4072R",
"product": {
"name": "RFC 4072R",
"product_id": "CSAFPID-11005",
"product_identification_helper": {
"model_numbers": [
"1136419"
]
}
}
},
{
"category": "product_name",
"name": "RFC 4072S",
"product": {
"name": "RFC 4072S",
"product_id": "CSAFPID-11006",
"product_identification_helper": {
"model_numbers": [
"1051328"
]
}
}
}
],
"category": "product_family",
"name": "Hardware"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c2023.0.0 LTS",
"product": {
"name": "Firmware \u003c2023.0.0 LTS",
"product_id": "CSAFPID-21001"
}
},
{
"category": "product_version",
"name": "2023.0.0 LTS",
"product": {
"name": "Firmware 2023.0.0 LTS",
"product_id": "CSAFPID-22001"
}
}
],
"category": "product_family",
"name": "Firmware"
}
],
"category": "vendor",
"name": "PHOENIX CONTACT"
}
],
"product_groups": [
{
"group_id": "CSAFGID-0001",
"product_ids": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
],
"summary": "Affected products."
},
{
"group_id": "CSAFGID-0002",
"product_ids": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"summary": "Fixed products."
}
],
"relationships": [
{
"category": "installed_on",
"full_product_name": {
"name": "Firmware \u003c2023.0.0 LTS installed on AXC F 1152",
"product_id": "CSAFPID-31001"
},
"product_reference": "CSAFPID-21001",
"relates_to_product_reference": "CSAFPID-11001"
},
{
"category": "installed_on",
"full_product_name": {
"name": "Firmware \u003c2023.0.0 LTS installed on AXC F 2152",
"product_id": "CSAFPID-31002"
},
"product_reference": "CSAFPID-21001",
"relates_to_product_reference": "CSAFPID-11002"
},
{
"category": "installed_on",
"full_product_name": {
"name": "Firmware \u003c2023.0.0 LTS installed on AXC F 3152",
"product_id": "CSAFPID-31003"
},
"product_reference": "CSAFPID-21001",
"relates_to_product_reference": "CSAFPID-11003"
},
{
"category": "installed_on",
"full_product_name": {
"name": "Firmware \u003c2023.0.0 LTS installed on BPC 9102S",
"product_id": "CSAFPID-31004"
},
"product_reference": "CSAFPID-21001",
"relates_to_product_reference": "CSAFPID-11004"
},
{
"category": "installed_on",
"full_product_name": {
"name": "Firmware \u003c2023.0.0 LTS installed on RFC 4072R",
"product_id": "CSAFPID-31005"
},
"product_reference": "CSAFPID-21001",
"relates_to_product_reference": "CSAFPID-11005"
},
{
"category": "installed_on",
"full_product_name": {
"name": "Firmware \u003c2023.0.0 LTS installed on RFC 4072S",
"product_id": "CSAFPID-31006"
},
"product_reference": "CSAFPID-21001",
"relates_to_product_reference": "CSAFPID-11006"
},
{
"category": "installed_on",
"full_product_name": {
"name": "Firmware 2023.0.0 LTS installed on AXC F 1152",
"product_id": "CSAFPID-32001"
},
"product_reference": "CSAFPID-22001",
"relates_to_product_reference": "CSAFPID-11001"
},
{
"category": "installed_on",
"full_product_name": {
"name": "Firmware 2023.0.0 LTS installed on AXC F 2152",
"product_id": "CSAFPID-32002"
},
"product_reference": "CSAFPID-22001",
"relates_to_product_reference": "CSAFPID-11002"
},
{
"category": "installed_on",
"full_product_name": {
"name": "Firmware 2023.0.0 LTS installed on AXC F 3152",
"product_id": "CSAFPID-32003"
},
"product_reference": "CSAFPID-22001",
"relates_to_product_reference": "CSAFPID-11003"
},
{
"category": "installed_on",
"full_product_name": {
"name": "Firmware 2023.0.0 LTS installed on BPC 9102S",
"product_id": "CSAFPID-32004"
},
"product_reference": "CSAFPID-22001",
"relates_to_product_reference": "CSAFPID-11004"
},
{
"category": "installed_on",
"full_product_name": {
"name": "Firmware 2023.0.0 LTS installed on RFC 4072R",
"product_id": "CSAFPID-32005"
},
"product_reference": "CSAFPID-22001",
"relates_to_product_reference": "CSAFPID-11005"
},
{
"category": "installed_on",
"full_product_name": {
"name": "Firmware 2023.0.0 LTS installed on RFC 4072S",
"product_id": "CSAFPID-32006"
},
"product_reference": "CSAFPID-22001",
"relates_to_product_reference": "CSAFPID-11006"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-30065",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "description",
"text": "A use-after-free in Busybox 1.35-x\u0027s awk applet leads to denial of service and possibly code execution when processing a crafted awk pattern in the copyvar function.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-30065"
},
{
"cve": "CVE-2022-40674",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "description",
"text": "libexpat before 2.4.9 has a use-after-free in the doContent function in xmlparse.c.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 8.1,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 8.1,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-40674"
},
{
"cve": "CVE-2022-35252",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "description",
"text": "When curl is used to retrieve and parse cookies from a HTTP(S) server, itaccepts cookies using control codes that when later are sent back to a HTTPserver might make the server return 400 responses. Effectively allowing a\"sister site\" to deny service to all siblings.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"environmentalScore": 3.7,
"environmentalSeverity": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 3.7,
"temporalSeverity": "LOW",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-35252"
},
{
"cve": "CVE-2022-43680",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "description",
"text": "In libexpat through 2.4.9, there is a use-after free caused by overeager destruction of a shared DTD in XML_ExternalEntityParserCreate in out-of-memory situations.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-43680"
},
{
"cve": "CVE-2022-42916",
"cwe": {
"id": "CWE-319",
"name": "Cleartext Transmission of Sensitive Information"
},
"notes": [
{
"category": "description",
"text": "In curl before 7.86.0, the HSTS check could be bypassed to trick it into staying with HTTP. Using its HSTS support, curl can be instructed to use HTTPS directly (instead of using an insecure cleartext HTTP step) even when HTTP is provided in the URL. This mechanism could be bypassed if the host name in the given URL uses IDN characters that get replaced with ASCII counterparts as part of the IDN conversion, e.g., using the character UTF-8 U+3002 (IDEOGRAPHIC FULL STOP) instead of the common ASCII full stop of U+002E (.). The earliest affected version is 7.77.0 2021-05-26.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-42916"
},
{
"cve": "CVE-2022-1664",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "description",
"text": "Dpkg::Source::Archive in dpkg, the Debian package management system, before version 1.21.8, 1.20.10, 1.19.8, 1.18.26 is prone to a directory traversal vulnerability. When extracting untrusted source packages in v2 and v3 source package formats that include a debian.tar, the in-place extraction can lead to directory traversal situations on specially crafted orig.tar and debian.tar tarballs.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"environmentalScore": 9.8,
"environmentalSeverity": "CRITICAL",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 9.8,
"temporalSeverity": "CRITICAL",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-1664"
},
{
"cve": "CVE-2022-1304",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "description",
"text": "An out-of-bounds read/write vulnerability was found in e2fsprogs 1.46.5. This issue leads to a segmentation fault and possibly arbitrary code execution via a specially crafted filesystem.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-1304"
},
{
"cve": "CVE-2022-29187",
"cwe": {
"id": "CWE-427",
"name": "Uncontrolled Search Path Element"
},
"notes": [
{
"category": "description",
"text": "Git is a distributed revision control system. Git prior to versions 2.37.1, 2.36.2, 2.35.4, 2.34.4, 2.33.4, 2.32.3, 2.31.4, and 2.30.5, is vulnerable to privilege escalation in all platforms. An unsuspecting user could still be affected by the issue reported in CVE-2022-24765, for example when navigating as root into a shared tmp directory that is owned by them, but where an attacker could create a git repository. Versions 2.37.1, 2.36.2, 2.35.4, 2.34.4, 2.33.4, 2.32.3, 2.31.4, and 2.30.5 contain a patch for this issue. The simplest way to avoid being affected by the exploit described in the example is to avoid running git as root (or an Administrator in Windows), and if needed to reduce its use to a minimum. While a generic workaround is not possible, a system could be hardened from the exploit described in the example by removing any such repository if it exists already and creating one as root to block any future attacks.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"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": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-29187"
},
{
"cve": "CVE-2022-39260",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "description",
"text": "Git is an open source, scalable, distributed revision control system. \u0027git shell\u0027 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 \u0027int\u0027 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 \u0027execv()\u0027, 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 \u0027git shell\u0027 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 \u0027git shell\u0027 access via remote logins is a viable short-term workaround.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 8.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 8.8,
"temporalSeverity": "HIGH",
"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": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-39260"
},
{
"cve": "CVE-2022-39253",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"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 \u0027$GIT_DIR/objects\u0027 directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via \u0027--no-hardlinks\u0027). 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 \u0027--recurse-submodules\u0027 option. Git does not create symbolic links in the \u0027$GIT_DIR/objects\u0027 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 \u0027--local\u0027 optimization when on a shared machine, either by passing the \u0027--no-local\u0027 option to \u0027git clone\u0027 or cloning from a URL that uses the \u0027file://\u0027 scheme. Alternatively, avoid cloning repositories from untrusted sources with \u0027--recurse-submodules\u0027 or run \u0027git config --global protocol.file.allow user\u0027.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"environmentalScore": 5.5,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.5,
"temporalSeverity": "MEDIUM",
"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": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-39253"
},
{
"cve": "CVE-2022-42915",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "description",
"text": "curl before 7.86.0 has a double free. If curl is told to use an HTTP proxy for a transfer with a non-HTTP(S) URL, it sets up the connection to the remote server by issuing a CONNECT request to the proxy, and then tunnels the rest of the protocol through. An HTTP proxy might refuse this request (HTTP proxies often only allow outgoing connections to specific port numbers, like 443 for HTTPS) and instead return a non-200 status code to the client. Due to flaws in the error/cleanup handling, this could trigger a double free in curl if one of the following schemes were used in the URL for the transfer: dict, gopher, gophers, ldap, ldaps, rtmp, rtmps, or telnet. The earliest affected version is 7.77.0.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 8.1,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 8.1,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-42915"
},
{
"cve": "CVE-2022-2509",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "description",
"text": "A vulnerability found in gnutls. This security flaw happens because of a double free error occurs during verification of pkcs7 signatures in gnutls_pkcs7_verify function.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2509"
},
{
"cve": "CVE-2021-46828",
"cwe": {
"id": "CWE-755",
"name": "Improper Handling of Exceptional Conditions"
},
"notes": [
{
"category": "description",
"text": "In libtirpc before 1.3.3rc1, remote attackers could exhaust the file descriptors of a process that uses libtirpc because idle TCP connections are mishandled. This can, in turn, lead to an svc_run infinite loop without accepting new connections.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2021-46828"
},
{
"cve": "CVE-2022-40304",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "description",
"text": "An issue was discovered in libxml2 before 2.10.3. Certain invalid XML entity definitions can corrupt a hash table key, potentially leading to subsequent logic errors. In one case, a double-free can be provoked.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-40304"
},
{
"cve": "CVE-2022-1015",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel in linux/net/netfilter/nf_tables_api.c of the netfilter subsystem. This flaw allows a local user to cause an out-of-bounds write issue.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"environmentalScore": 6.6,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"temporalScore": 6.6,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-1015"
},
{
"cve": "CVE-2022-1016",
"cwe": {
"id": "CWE-909",
"name": "Missing Initialization of Resource"
},
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel in net/netfilter/nf_tables_core.c:nft_do_chain, which can cause a use-after-free. This issue needs to handle \u0027return\u0027 with proper preconditions, as it can lead to a kernel information leak problem caused by a local, unprivileged attacker.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"environmentalScore": 5.5,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"temporalScore": 5.5,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-1016"
},
{
"cve": "CVE-2022-1348",
"cwe": {
"id": "CWE-732",
"name": "Incorrect Permission Assignment for Critical Resource"
},
"notes": [
{
"category": "description",
"text": "A vulnerability was found in logrotate in how the state file is created. The state file is used to prevent parallel executions of multiple instances of logrotate by acquiring and releasing a file lock. When the state file does not exist, it is created with world-readable permission, allowing an unprivileged user to lock the state file, stopping any rotation. This flaw affects logrotate versions before 3.20.0.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 6.5,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"temporalScore": 6.5,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-1348"
},
{
"cve": "CVE-2022-2097",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"notes": [
{
"category": "description",
"text": "AES OCB mode for 32-bit x86 platforms using the AES-NI assembly optimised implementation will not encrypt the entirety of the data under some circumstances. This could reveal sixteen bytes of data that was preexisting in the memory that wasn\u0027t written. In the special case of \"in place\" encryption, sixteen bytes of the plaintext would be revealed. Since OpenSSL does not support OCB based cipher suites for TLS and DTLS, they are both unaffected. Fixed in OpenSSL 3.0.5 (Affected 3.0.0-3.0.4). Fixed in OpenSSL 1.1.1q (Affected 1.1.1-1.1.1p).",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"environmentalScore": 5.3,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.3,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2097"
},
{
"cve": "CVE-2022-42919",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"notes": [
{
"category": "description",
"text": "Python 3.9.x before 3.9.16 and 3.10.x before 3.10.9 on Linux allows local privilege escalation in a non-default configuration. The Python multiprocessing library, when used with the forkserver start method on Linux, allows pickles to be deserialized from any user in the same machine local network namespace, which in many system configurations means any user on the same machine. Pickles can execute arbitrary code. Thus, this allows for local user privilege escalation to the user that any forkserver process is running as. Setting multiprocessing.util.abstract_sockets_supported to False is a workaround. The forkserver start method for multiprocessing is not the default start method. This issue is Linux specific because only Linux supports abstract namespace sockets. CPython before 3.9 does not make use of Linux abstract namespace sockets by default. Support for users manually specifying an abstract namespace socket was added as a bugfix in 3.7.8 and 3.8.3, but users would need to make specific uncommon API calls in order to do that in CPython before 3.9.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"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": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-42919"
},
{
"cve": "CVE-2002-20001",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "description",
"text": "The Diffie-Hellman Key Agreement Protocol allows remote attackers (from the client side) to send arbitrary numbers that are actually not public keys, and trigger expensive server-side DHE modular-exponentiation calculations, aka a D(HE)at or D(HE)ater attack. The client needs very little CPU resources and network bandwidth. The attack may be more disruptive in cases where a client can require a server to select its largest supported key size. The basic attack scenario is that the client must claim that it can only communicate with DHE, and the server must be configured to allow DHE.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2002-20001"
},
{
"cve": "CVE-2022-40617",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "description",
"text": "strongSwan before 5.9.8 allows remote attackers to cause a denial of service in the revocation plugin by sending a crafted end-entity (and intermediate CA) certificate that contains a CRL/OCSP URL that points to a server (under the attacker\u0027s control) that doesn\u0027t properly respond but (for example) just does nothing after the initial TCP handshake, or sends an excessive amount of application data.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-40617"
},
{
"cve": "CVE-2022-43995",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "description",
"text": "Sudo 1.8.0 through 1.9.12, with the crypt() password backend, contains a plugins/sudoers/auth/passwd.c array-out-of-bounds error that can result in a heap-based buffer over-read. This can be triggered by arbitrary local users with access to Sudo by entering a password of seven characters or fewer. The impact could vary depending on the system libraries, compiler, and processor architecture.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.1,
"environmentalSeverity": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"temporalScore": 7.1,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-43995"
},
{
"cve": "CVE-2022-2522",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "description",
"text": "Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0061.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2522"
},
{
"cve": "CVE-2022-2571",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "description",
"text": "Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0101.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2571"
},
{
"cve": "CVE-2022-2580",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "description",
"text": "Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0102.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2580"
},
{
"cve": "CVE-2022-2581",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "description",
"text": "Out-of-bounds Read in GitHub repository vim/vim prior to 9.0.0104.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2581"
},
{
"cve": "CVE-2022-2598",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "description",
"text": "Out-of-bounds Write to API in GitHub repository vim/vim prior to 9.0.0100.\n\n",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 5.5,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.5,
"temporalSeverity": "MEDIUM",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2598"
},
{
"cve": "CVE-2022-3234",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "description",
"text": "Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0483.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-3234"
},
{
"cve": "CVE-2022-3235",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "description",
"text": "Use After Free in GitHub repository vim/vim prior to 9.0.0490.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-3235"
},
{
"cve": "CVE-2022-32207",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"notes": [
{
"category": "description",
"text": "When curl \u003c 7.84.0 saves cookies, alt-svc and hsts data to local files, it makes the operation atomic by finalizing the operation with a rename from a temporary name to the final target file name.In that rename operation, it might accidentally *widen* the permissions for the target file, leaving the updated file accessible to more users than intended.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"environmentalScore": 9.8,
"environmentalSeverity": "CRITICAL",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 9.8,
"temporalSeverity": "CRITICAL",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-32207"
},
{
"cve": "CVE-2022-3256",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "description",
"text": "Use After Free in GitHub repository vim/vim prior to 9.0.0530.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-3256"
},
{
"cve": "CVE-2022-32206",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "description",
"text": "curl \u003c 7.84.0 supports \"chained\" HTTP compression algorithms, meaning that a serverresponse can be compressed multiple times and potentially with different algorithms. The number of acceptable \"links\" in this \"decompression chain\" was unbounded, allowing a malicious server to insert a virtually unlimited number of compression steps.The use of such a decompression chain could result in a \"malloc bomb\", makingcurl end up spending enormous amounts of allocated heap memory, or trying toand returning out of memory errors.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 6.5,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 6.5,
"temporalSeverity": "MEDIUM",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-32206"
},
{
"cve": "CVE-2022-3278",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "description",
"text": "NULL Pointer Dereference in GitHub repository vim/vim prior to 9.0.0552.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 5.5,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.5,
"temporalSeverity": "MEDIUM",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-3278"
},
{
"cve": "CVE-2022-32208",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "description",
"text": "When curl \u003c 7.84.0 does FTP transfers secured by krb5, it handles message verification failures wrongly. This flaw makes it possible for a Man-In-The-Middle attack to go unnoticed and even allows it to inject data to the client.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"environmentalScore": 5.9,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.9,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-32208"
},
{
"cve": "CVE-2022-3296",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"notes": [
{
"category": "description",
"text": "Stack-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0577.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-3296"
},
{
"cve": "CVE-2022-32205",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "description",
"text": "A malicious server can serve excessive amounts of \u0027Set-Cookie:\u0027 headers in a HTTP response to curl and curl \u003c 7.84.0 stores all of them. A sufficiently large amount of (big) cookies make subsequent HTTP requests to this, or other servers to which the cookies match, create requests that become larger than the threshold that curl uses internally to avoid sending crazy large requests (1048576 bytes) and instead returns an error.This denial state might remain for as long as the same cookies are kept, match and haven\u0027t expired. Due to cookie matching rules, a server on \u0027foo.example.com\u0027 can set cookies that also would match for \u0027bar.example.com\u0027, making it it possible for a \"sister server\" to effectively cause a denial of service for a sibling site on the same second level domain using this method.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 4.3,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 4.3,
"temporalSeverity": "MEDIUM",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-32205"
},
{
"cve": "CVE-2022-3297",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "description",
"text": "Use After Free in GitHub repository vim/vim prior to 9.0.0579.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-3297"
},
{
"cve": "CVE-2022-3324",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"notes": [
{
"category": "description",
"text": "Stack-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0598.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-3324"
},
{
"cve": "CVE-2022-3352",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "description",
"text": "Use After Free in GitHub repository vim/vim prior to 9.0.0614.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-3352"
},
{
"cve": "CVE-2022-3705",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "description",
"text": "A vulnerability was found in vim and classified as problematic. Affected by this issue is the function qf_update_buffer of the file quickfix.c of the component autocmd Handler. The manipulation leads to use after free. The attack may be launched remotely. Upgrading to version 9.0.0805 is able to address this issue. The name of the patch is d0fab10ed2a86698937e3c3fed2f10bd9bb5e731. It is recommended to upgrade the affected component. The identifier of this vulnerability is VDB-212324.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-3705"
},
{
"cve": "CVE-2022-37434",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "description",
"text": "zlib through 1.2.12 has a heap-based buffer over-read or buffer overflow in inflate in inflate.c via a large gzip header extra field. NOTE: only applications that call inflateGetHeader are affected. Some common applications bundle the affected zlib source code but may be unable to call inflateGetHeader (e.g., see the nodejs/node reference).",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"environmentalScore": 9.8,
"environmentalSeverity": "CRITICAL",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 9.8,
"temporalSeverity": "CRITICAL",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-37434"
},
{
"cve": "CVE-2022-1927",
"cwe": {
"id": "CWE-126",
"name": "Buffer Over-read"
},
"notes": [
{
"category": "description",
"text": "Buffer Over-read in GitHub repository vim/vim prior to 8.2.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-1927"
},
{
"cve": "CVE-2022-1942",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "description",
"text": "Heap-based Buffer Overflow in GitHub repository vim/vim prior to 8.2.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-1942"
},
{
"cve": "CVE-2022-2129",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "description",
"text": "Out-of-bounds Write in GitHub repository vim/vim prior to 8.2.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2129"
},
{
"cve": "CVE-2022-2175",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "description",
"text": "Buffer Over-read in GitHub repository vim/vim prior to 8.2.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2175"
},
{
"cve": "CVE-2022-2182",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "description",
"text": "Heap-based Buffer Overflow in GitHub repository vim/vim prior to 8.2.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2182"
},
{
"cve": "CVE-2022-2183",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "description",
"text": "Out-of-bounds Read in GitHub repository vim/vim prior to 8.2.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2183"
},
{
"cve": "CVE-2022-2343",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "description",
"text": "Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0044.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2343"
},
{
"cve": "CVE-2022-2207",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "description",
"text": "Heap-based Buffer Overflow in GitHub repository vim/vim prior to 8.2.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2207"
},
{
"cve": "CVE-2022-2210",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "description",
"text": "Out-of-bounds Write in GitHub repository vim/vim prior to 8.2.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2210"
},
{
"cve": "CVE-2022-2344",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "description",
"text": "Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0045.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2344"
},
{
"cve": "CVE-2022-2304",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"notes": [
{
"category": "description",
"text": "Stack-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2304"
},
{
"cve": "CVE-2022-2345",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "description",
"text": "Use After Free in GitHub repository vim/vim prior to 9.0.0046.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2345"
},
{
"cve": "CVE-2022-2208",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "description",
"text": "NULL Pointer Dereference in GitHub repository vim/vim prior to 8.2.5163.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 5.5,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.5,
"temporalSeverity": "MEDIUM",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2208"
},
{
"cve": "CVE-2022-2231",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "description",
"text": "NULL Pointer Dereference in GitHub repository vim/vim prior to 8.2.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 5.5,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.5,
"temporalSeverity": "MEDIUM",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2231"
},
{
"cve": "CVE-2022-2287",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "description",
"text": "Out-of-bounds Read in GitHub repository vim/vim prior to 9.0.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.1,
"environmentalSeverity": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.1,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2287"
},
{
"cve": "CVE-2022-2285",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "description",
"text": "Integer Overflow or Wraparound in GitHub repository vim/vim prior to 9.0.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2285"
},
{
"cve": "CVE-2022-2284",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "description",
"text": "Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2284"
},
{
"cve": "CVE-2022-2286",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "description",
"text": "Out-of-bounds Read in GitHub repository vim/vim prior to 9.0.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2286"
},
{
"cve": "CVE-2022-2289",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "description",
"text": "Use After Free in GitHub repository vim/vim prior to 9.0.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2289"
},
{
"cve": "CVE-2022-2288",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "description",
"text": "Out-of-bounds Write in GitHub repository vim/vim prior to 9.0.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2288"
},
{
"cve": "CVE-2022-2264",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "description",
"text": "Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2264"
},
{
"cve": "CVE-2022-2206",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "description",
"text": "Out-of-bounds Read in GitHub repository vim/vim prior to 8.2.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2206"
},
{
"cve": "CVE-2022-2257",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "description",
"text": "Out-of-bounds Read in GitHub repository vim/vim prior to 9.0.",
"title": "Vulnerability Description"
}
],
"product_status": {
"fixed": [
"CSAFPID-32001",
"CSAFPID-32002",
"CSAFPID-32003",
"CSAFPID-32004",
"CSAFPID-32005",
"CSAFPID-32006"
],
"known_affected": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Phoenix Contact recommends operating network-capable devices in closed networks or protected with a suitable firewall. For detailed information on our recommendations for measures to protect network-capable devices, please refer to our application note:\nMeasures to protect network-capable devices with Ethernet connection",
"group_ids": [
"CSAFGID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to the latest 2023.0.0 LTS Firmware Release.\nPHOENIX CONTACT recommends to always use an up-to-date version of the PLCnext Engineer.",
"group_ids": [
"CSAFGID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-31001",
"CSAFPID-31002",
"CSAFPID-31003",
"CSAFPID-31004",
"CSAFPID-31005",
"CSAFPID-31006"
]
}
],
"title": "CVE-2022-2257"
}
]
}
BDU:2023-06647
Vulnerability from fstec - Published: 08.11.2022{
"CVSS 2.0": "AV:L/AC:L/Au:N/C:C/I:N/A:N",
"CVSS 3.0": "AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"CVSS 4.0": null,
"remediation_\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": "TO708, TO716",
"remediation_\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435": "TO708 \u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 Visual Studio 2019 16.11.30, TO716 \u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 Visual Studio 2019 16.11.21",
"\u0412\u0435\u043d\u0434\u043e\u0440 \u041f\u041e": "\u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb, \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f, Fedora Project, Microsoft Corp, \u0410\u041e \"\u041d\u041f\u041f\u041a\u0422\", \u0410\u041e \u00ab\u041d\u0422\u0426 \u0418\u0422 \u0420\u041e\u0421\u0410\u00bb, Linus Torvalds, Junio Hamano, Apple Inc., \u0410\u041e \u00ab\u0418\u0412\u041a\u00bb",
"\u0412\u0435\u0440\u0441\u0438\u044f \u041f\u041e": "1.6 \u00ab\u0421\u043c\u043e\u043b\u0435\u043d\u0441\u043a\u00bb (Astra Linux Special Edition), 10 (Debian GNU/Linux), 35 (Fedora), 1.7 (Astra Linux Special Edition), 17.0 (Microsoft Visual Studio 2022), 36 (Fedora), 17.2 (Microsoft Visual Studio 2022), 37 (Fedora), 17.3 (Microsoft Visual Studio 2022), \u0434\u043e 2.7 (\u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx), 2.1 (ROSA Virtualization), 12.4 (\u0420\u041e\u0421\u0410 \u0425\u0420\u041e\u041c), 2.30.6 (Git), 2.31.0 \u0434\u043e 2.31.5 (Git), \u043e\u0442 2.32.0 \u0434\u043e 2.32.4 (Git), \u043e\u0442 2.33.04 \u0434\u043e 2.33.5 (Git), \u043e\u0442 2.34.0 \u0434\u043e 2.34.5 (Git), \u043e\u0442 2.35.0 \u0434\u043e 2.35.5 (Git), \u043e\u0442 2.36.0 \u0434\u043e 2.36.3 (Git), \u043e\u0442 2.37.0 \u0434\u043e 2.37.4 (Git), 2.38.0 (Git), \u0434\u043e 14.1 (Xcode), - (\u0410\u041b\u042c\u0422 \u0421\u041f 10), \u043e\u0442 15.0 \u0434\u043e 15.8 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e (Microsoft Visual Studio 2017), \u043e\u0442 16.0 \u0434\u043e 16.10 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e (Microsoft Visual Studio 2019)",
"\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u043c\u0435\u0440\u044b \u043f\u043e \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044e": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439:\n\n\u0414\u043b\u044f \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u044b\u0445 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432 Microsoft Corp.:\nhttps://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-29012\n\n\u0414\u043b\u044f Git: \nhttps://github.com/git/git/security/advisories/GHSA-3wp6-j8xr-qw85\n\n\u0414\u043b\u044f Debian GNU/Linux:\nhttps://lists.debian.org/debian-lts-announce/2022/12/msg00025.html\n\n\u0414\u043b\u044f Fedora: \nhttps://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/C7B6JPKX5CGGLAHXJVQMIZNNEEB72FHD/\nhttps://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JMQWGMDLX6KTVWW5JZLVPI7ICAK72TN7/\nhttps://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OHNO2FB55CPX47BAXMBWUBGWHO6N6ZZH/\nhttps://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UKFHE4KVD7EKS5J3KTDFVBEKU3CLXGVV/\nhttps://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VFYXCTLOSESYIP72BUYD6ECDIMUM4WMB/\n\n\u0414\u043b\u044f \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u044b\u0445 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432 Apple Inc.:\nhttps://support.apple.com/kb/HT213496\n\n\u0414\u043b\u044f \u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx:\n\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f git \u0434\u043e \u0432\u0435\u0440\u0441\u0438\u0438 1:2.39.1-0.1\n\n\u0414\u043b\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0441\u0440\u0435\u0434\u043e\u0439 \u0432\u0438\u0440\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u00abROSA Virtualization\u00bb : https://abf.rosalinux.ru/advisories/ROSA-SA-2023-2292\n\n\u0414\u043b\u044f \u041e\u0421 \u0410\u043b\u044c\u0442 8 \u0421\u041f (\u0440\u0435\u043b\u0438\u0437 10): \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0438\u0437 \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e \u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u044f \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430\n\n\u0414\u043b\u044f \u041e\u0421 Astra Linux Special Edition 1.7:\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442 git \u0434\u043e 1:2.30.2-1+deb11u2 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://wiki.astralinux.ru/astra-linux-se17-bulletin-2023-0303SE17MD\n\n\u0414\u043b\u044f Astra Linux Special Edition 1.6 \u00ab\u0421\u043c\u043e\u043b\u0435\u043d\u0441\u043a\u00bb::\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442 git \u0434\u043e 1:2.11.0-3+deb9u10+ci202408021513+astra4 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://wiki.astralinux.ru/astra-linux-se16-bulletin-20241017SE16\n\n\u0414\u043b\u044f \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0420\u041e\u0421\u0410 \u0425\u0420\u041e\u041c: https://abf.rosa.ru/advisories/ROSA-SA-2024-2398",
"\u0414\u0430\u0442\u0430 \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f": "08.11.2022",
"\u0414\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f": "05.03.2025",
"\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438": "13.10.2023",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": "BDU:2023-06647",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0439 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "CVE-2022-39253",
"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0430",
"\u041a\u043b\u0430\u0441\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043a\u043e\u0434\u0430",
"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u041f\u041e": "Astra Linux Special Edition (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), Debian GNU/Linux, Fedora, Microsoft Visual Studio 2022, \u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21165913), ROSA Virtualization (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21165091), \u0420\u041e\u0421\u0410 \u0425\u0420\u041e\u041c (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21161607), Git, Xcode, \u0410\u041b\u042c\u0422 \u0421\u041f 10, Microsoft Visual Studio 2017, Microsoft Visual Studio 2019",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u041e\u0421 \u0438 \u0442\u0438\u043f \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b": "\u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb Astra Linux Special Edition 1.6 \u00ab\u0421\u043c\u043e\u043b\u0435\u043d\u0441\u043a\u00bb (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), Microsoft Corp Windows - , \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Debian GNU/Linux 10 , Fedora Project Fedora 35 , \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb Astra Linux Special Edition 1.7 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), Fedora Project Fedora 36 , Fedora Project Fedora 37 , \u0410\u041e \"\u041d\u041f\u041f\u041a\u0422\" \u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx \u0434\u043e 2.7 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21165913), \u0410\u041e \u00ab\u041d\u0422\u0426 \u0418\u0422 \u0420\u041e\u0421\u0410\u00bb ROSA Virtualization 2.1 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21165091), \u0410\u041e \u00ab\u041d\u0422\u0426 \u0418\u0422 \u0420\u041e\u0421\u0410\u00bb \u0420\u041e\u0421\u0410 \u0425\u0420\u041e\u041c 12.4 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21161607), \u0410\u041e \u00ab\u0418\u0412\u041a\u00bb \u0410\u041b\u042c\u0422 \u0421\u041f 10 - ",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044f \u0432\u0435\u0440\u0441\u0438\u0439 Git \u0434\u043b\u044f Windows, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u0430\u044f \u0441 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u0435\u043c \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043b\u0443\u0436\u0435\u0431\u043d\u044b\u0445 \u0434\u0430\u043d\u043d\u044b\u0445, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438",
"\u041d\u0430\u043b\u0438\u0447\u0438\u0435 \u044d\u043a\u0441\u043f\u043b\u043e\u0439\u0442\u0430": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "\u0420\u0430\u0441\u043a\u0440\u044b\u0442\u0438\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 (CWE-200)",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044f \u0432\u0435\u0440\u0441\u0438\u0439 Git \u0434\u043b\u044f Windows \u0441\u0432\u044f\u0437\u0430\u043d\u0430 \u0441 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u0435\u043c \u0437\u0430\u0449\u0438\u0442\u044b \u0441\u043b\u0443\u0436\u0435\u0431\u043d\u044b\u0445 \u0434\u0430\u043d\u043d\u044b\u0445. \u042d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438.",
"\u041f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u044f \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": null,
"\u041f\u0440\u043e\u0447\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f": null,
"\u0421\u0432\u044f\u0437\u044c \u0441 \u0438\u043d\u0446\u0438\u0434\u0435\u043d\u0442\u0430\u043c\u0438 \u0418\u0411": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438": "\u041d\u0435\u0441\u0430\u043d\u043a\u0446\u0438\u043e\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u0431\u043e\u0440 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438",
"\u0421\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-29012\nhttps://github.com/git/git/security/advisories/GHSA-3wp6-j8xr-qw85\nhttps://lists.debian.org/debian-lts-announce/2022/12/msg00025.html\nhttps://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/C7B6JPKX5CGGLAHXJVQMIZNNEEB72FHD/\nhttps://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JMQWGMDLX6KTVWW5JZLVPI7ICAK72TN7/\nhttps://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OHNO2FB55CPX47BAXMBWUBGWHO6N6ZZH/\nhttps://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UKFHE4KVD7EKS5J3KTDFVBEKU3CLXGVV/\nhttps://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VFYXCTLOSESYIP72BUYD6ECDIMUM4WMB/\nhttps://support.apple.com/kb/HT213496\nhttps://\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430.\u043d\u043f\u043f\u043a\u0442.\u0440\u0444/bin/view/\u041e\u0421\u043d\u043e\u0432\u0430/\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f/2.7/\nhttps://abf.rosalinux.ru/advisories/ROSA-SA-2023-2292\nhttps://altsp.su/obnovleniya-bezopasnosti/\nhttps://wiki.astralinux.ru/astra-linux-se16-bulletin-20241017SE16\nhttps://abf.rosa.ru/advisories/ROSA-SA-2024-2398",
"\u0421\u0442\u0430\u0442\u0443\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u043c",
"\u0422\u0438\u043f \u041f\u041e": "\u041e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430, \u041f\u0440\u0438\u043a\u043b\u0430\u0434\u043d\u043e\u0435 \u041f\u041e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c",
"\u0422\u0438\u043f \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "CWE-200",
"\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0421\u0440\u0435\u0434\u043d\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 2.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 4,9)\n\u0421\u0440\u0435\u0434\u043d\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 3.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 5,5)"
}
VAR-202210-1202
Vulnerability from variot - Updated: 2026-03-09 19:59Git 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. Git SCM of Git Products from several other vendors contain link interpretation vulnerabilities.Information may be obtained. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Gentoo Linux Security Advisory GLSA 202312-15
https://security.gentoo.org/
Severity: High Title: Git: Multiple Vulnerabilities Date: December 27, 2023 Bugs: #838127, #857831, #877565, #891221, #894472, #905088 ID: 202312-15
Synopsis
Several vulnerabilities have been found in Git, the worst of which could lead to remote code execution.
Affected packages
Package Vulnerable Unaffected
dev-vcs/git < 2.39.3 >= 2.39.3
Description
Multiple vulnerabilities have been discovered in Git. Please review the CVE identifiers referenced below for details.
Impact
Please review the referenced CVE identifiers for details.
Workaround
There is no known workaround at this time.
Resolution
All Git users should upgrade to the latest version:
# emerge --sync # emerge --ask --oneshot --verbose ">=dev-vcs/git-2.39.3"
References
[ 1 ] CVE-2022-23521 https://nvd.nist.gov/vuln/detail/CVE-2022-23521 [ 2 ] CVE-2022-24765 https://nvd.nist.gov/vuln/detail/CVE-2022-24765 [ 3 ] CVE-2022-29187 https://nvd.nist.gov/vuln/detail/CVE-2022-29187 [ 4 ] CVE-2022-39253 https://nvd.nist.gov/vuln/detail/CVE-2022-39253 [ 5 ] CVE-2022-39260 https://nvd.nist.gov/vuln/detail/CVE-2022-39260 [ 6 ] CVE-2022-41903 https://nvd.nist.gov/vuln/detail/CVE-2022-41903 [ 7 ] CVE-2023-22490 https://nvd.nist.gov/vuln/detail/CVE-2023-22490 [ 8 ] CVE-2023-23946 https://nvd.nist.gov/vuln/detail/CVE-2023-23946 [ 9 ] CVE-2023-25652 https://nvd.nist.gov/vuln/detail/CVE-2023-25652 [ 10 ] CVE-2023-25815 https://nvd.nist.gov/vuln/detail/CVE-2023-25815 [ 11 ] CVE-2023-29007 https://nvd.nist.gov/vuln/detail/CVE-2023-29007
Availability
This GLSA and any updates to it are available for viewing at the Gentoo Security Website:
https://security.gentoo.org/glsa/202312-15
Concerns?
Security is a primary focus of Gentoo Linux and ensuring the confidentiality and security of our users' machines is of utmost importance to us. Any security concerns should be addressed to security@gentoo.org or alternatively, you may file a bug at https://bugs.gentoo.org.
License
Copyright 2023 Gentoo Foundation, Inc; referenced text belongs to its owner(s).
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
https://creativecommons.org/licenses/by-sa/2.5 . -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
APPLE-SA-2022-11-01-1 Xcode 14.1
Xcode 14.1 addresses the following issues. Information about the security content is also available at https://support.apple.com/HT213496.
Git Available for: macOS Monterey 12.5 and later Impact: Multiple issues in git Description: Multiple issues were addressed by updating to git version 2.32.3. CVE-2022-29187: Carlo Marcelo Arenas Belón and Johannes Schindelin
Git Available for: macOS Monterey 12.5 and later Impact: Cloning a malicious repository may result in the disclosure of sensitive information Description: This issue was addressed with improved checks. CVE-2022-39253: Cory Snider of Mirantis
Git Available for: macOS Monterey 12.5 and later Impact: A remote user may cause an unexpected app termination or arbitrary code execution if git shell is allowed as a login shell Description: This issue was addressed with improved checks. CVE-2022-39260: Kevin Backhouse of the GitHub Security Lab
IDE Xcode Server Available for: macOS Monterey 12.5 and later Impact: An app may be able to gain root privileges Description: An injection issue was addressed with improved input validation. CVE-2022-42797: Tim Michaud (@TimGMichaud) of Moveworks.ai
Xcode 14.1 may be obtained from: https://developer.apple.com/xcode/downloads/ To check that the Xcode has been updated: * Select Xcode in the menu bar * Select About Xcode * The version after applying this update will be "Xcode 14.1". All information is also posted on the Apple Security Updates web site: https://support.apple.com/en-us/HT201222.
This message is signed with Apple's Product Security PGP key, and details are available at: https://www.apple.com/support/security/pgp/
All information is also posted on the Apple Security Updates web site: https://support.apple.com/en-us/HT201222. ========================================================================== Ubuntu Security Notice USN-5686-3 November 21, 2022
git vulnerabilities
A security issue affects these releases of Ubuntu and its derivatives:
- Ubuntu 22.10
Summary:
Several security issues were fixed in Git. This update provides the corresponding updates for Ubuntu 22.10.
Original advisory details:
Cory Snider discovered that Git incorrectly handled certain symbolic links. An attacker could possibly use this issue to cause an unexpected behaviour. (CVE-2022-39253)
Kevin Backhouse discovered that Git incorrectly handled certain command strings. An attacker could possibly use this issue to arbitrary code execution. (CVE-2022-39260)
Update instructions:
The problem can be corrected by updating your system to the following package versions:
Ubuntu 22.10: git 1:2.37.2-1ubuntu1.1
In general, a standard system update will make all the necessary changes. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
====================================================================
Red Hat Security Advisory
Synopsis: Moderate: git security and bug fix update Advisory ID: RHSA-2023:2319-01 Product: Red Hat Enterprise Linux Advisory URL: https://access.redhat.com/errata/RHSA-2023:2319 Issue date: 2023-05-09 CVE Names: CVE-2022-24765 CVE-2022-29187 CVE-2022-39253 CVE-2022-39260 ==================================================================== 1. Summary:
An update for git is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of 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.
- Relevant releases/architectures:
Red Hat Enterprise Linux AppStream (v. 9) - aarch64, noarch, ppc64le, s390x, x86_64
- As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.
Security Fix(es):
-
git: On multi-user machines Git users might find themselves unexpectedly in a Git worktree (CVE-2022-24765)
-
git: Bypass of safe.directory protections (CVE-2022-29187)
-
git: exposure of sensitive information to a malicious actor (CVE-2022-39253)
-
git: git shell function that splits command arguments can lead to arbitrary heap writes. (CVE-2022-39260)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 9.2 Release Notes linked from the References section.
- Solution:
For details on how to apply this update, which includes the changes described in this advisory, refer to:
https://access.redhat.com/articles/11258
- Bugs fixed (https://bugzilla.redhat.com/):
2073414 - CVE-2022-24765 git: On multi-user machines Git users might find themselves unexpectedly in a Git worktree 2107439 - CVE-2022-29187 git: Bypass of safe.directory protections 2137422 - CVE-2022-39253 git: exposure of sensitive information to a malicious actor 2137423 - CVE-2022-39260 git: git shell function that splits command arguments can lead to arbitrary heap writes. 2139379 - Rebase git to 2.39 version [rhel-9.2]
- Package List:
Red Hat Enterprise Linux AppStream (v. 9):
Source: git-2.39.1-1.el9.src.rpm
aarch64: git-2.39.1-1.el9.aarch64.rpm git-core-2.39.1-1.el9.aarch64.rpm git-core-debuginfo-2.39.1-1.el9.aarch64.rpm git-credential-libsecret-2.39.1-1.el9.aarch64.rpm git-credential-libsecret-debuginfo-2.39.1-1.el9.aarch64.rpm git-daemon-2.39.1-1.el9.aarch64.rpm git-daemon-debuginfo-2.39.1-1.el9.aarch64.rpm git-debuginfo-2.39.1-1.el9.aarch64.rpm git-debugsource-2.39.1-1.el9.aarch64.rpm git-subtree-2.39.1-1.el9.aarch64.rpm
noarch: git-all-2.39.1-1.el9.noarch.rpm git-core-doc-2.39.1-1.el9.noarch.rpm git-email-2.39.1-1.el9.noarch.rpm git-gui-2.39.1-1.el9.noarch.rpm git-instaweb-2.39.1-1.el9.noarch.rpm git-svn-2.39.1-1.el9.noarch.rpm gitk-2.39.1-1.el9.noarch.rpm gitweb-2.39.1-1.el9.noarch.rpm perl-Git-2.39.1-1.el9.noarch.rpm perl-Git-SVN-2.39.1-1.el9.noarch.rpm
ppc64le: git-2.39.1-1.el9.ppc64le.rpm git-core-2.39.1-1.el9.ppc64le.rpm git-core-debuginfo-2.39.1-1.el9.ppc64le.rpm git-credential-libsecret-2.39.1-1.el9.ppc64le.rpm git-credential-libsecret-debuginfo-2.39.1-1.el9.ppc64le.rpm git-daemon-2.39.1-1.el9.ppc64le.rpm git-daemon-debuginfo-2.39.1-1.el9.ppc64le.rpm git-debuginfo-2.39.1-1.el9.ppc64le.rpm git-debugsource-2.39.1-1.el9.ppc64le.rpm git-subtree-2.39.1-1.el9.ppc64le.rpm
s390x: git-2.39.1-1.el9.s390x.rpm git-core-2.39.1-1.el9.s390x.rpm git-core-debuginfo-2.39.1-1.el9.s390x.rpm git-credential-libsecret-2.39.1-1.el9.s390x.rpm git-credential-libsecret-debuginfo-2.39.1-1.el9.s390x.rpm git-daemon-2.39.1-1.el9.s390x.rpm git-daemon-debuginfo-2.39.1-1.el9.s390x.rpm git-debuginfo-2.39.1-1.el9.s390x.rpm git-debugsource-2.39.1-1.el9.s390x.rpm git-subtree-2.39.1-1.el9.s390x.rpm
x86_64: git-2.39.1-1.el9.x86_64.rpm git-core-2.39.1-1.el9.x86_64.rpm git-core-debuginfo-2.39.1-1.el9.x86_64.rpm git-credential-libsecret-2.39.1-1.el9.x86_64.rpm git-credential-libsecret-debuginfo-2.39.1-1.el9.x86_64.rpm git-daemon-2.39.1-1.el9.x86_64.rpm git-daemon-debuginfo-2.39.1-1.el9.x86_64.rpm git-debuginfo-2.39.1-1.el9.x86_64.rpm git-debugsource-2.39.1-1.el9.x86_64.rpm git-subtree-2.39.1-1.el9.x86_64.rpm
These packages are GPG signed by Red Hat for security. Our key and details on how to verify the signature are available from https://access.redhat.com/security/team/key/
- References:
https://access.redhat.com/security/cve/CVE-2022-24765 https://access.redhat.com/security/cve/CVE-2022-29187 https://access.redhat.com/security/cve/CVE-2022-39253 https://access.redhat.com/security/cve/CVE-2022-39260 https://access.redhat.com/security/updates/classification/#moderate https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.2_release_notes/index
- Contact:
The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/
Copyright 2023 Red Hat, Inc. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1
iQIVAwUBZFo03tzjgjWX9erEAQhYSg//bKkon2hHN6jSsXXntqw9ViT5zo9r/KTD cV+t7GM4ipVK8j4EW8EnQKrJBWAzsEhqM2vh9MvM/PpTQ2I/JP53YbTed0qgxE3T SU07XMVbh1BA7OKyJ+eKfWJLBT03/VzzaepqQPwyHyFDAegJ/L9DlZOkHc9NJrfa R+N2Hde/TmUlnRl737ltWtQHE1QSTV1PQZuXb3AEWm6FDe7O62F0GpsuIWj1z8oo IIDLHRjp/mCqT6/A70NIRQvcwhLfRYYMOezKL80iGi7WwRokwEScDFE+gzB9FLrf pjNBFZkQVVxMVYOejArmPuLINaEdZJo/HAOiEtw9gOTzALyKFbWwOHDmSzz1hgbz kqFtZgwnpVZNs3UubXCgWeP4aU9xueZeyBHKNQKVERODtrKFt5jbpPrXu6qGyP9O 6GSgMbUDO5OMqOhTKQiMbKj5gO2DfOIO6vNP5eFwvSXPJG0ZlPIzAJD1cwZdtsVK wWBIMfjjc8zUh8OYm+CWg/lgpZLkQxe/wtFcC7Pw1u7nkN95npMXM3O75R8xe1zg xsa+wzjCmVRwrO2gLnT7/NUkY3saShCvBD+A82trnasbVlI/49oiojZY1PI3CZtz afQDlfLvgygNkV3e5CGe5p9PILwmFbrpALV43dEz6eY+MbeuoE6I7ON8tYtmx4Ds hOpSLJjOLjE=YQQZ -----END PGP SIGNATURE----- -- RHSA-announce mailing list RHSA-announce@redhat.com https://listman.redhat.com/mailman/listinfo/rhsa-announce
Show details on source website{
"affected_products": {
"_id": null,
"data": [
{
"_id": null,
"model": "git",
"scope": "gte",
"trust": 1.0,
"vendor": "git scm",
"version": "2.32.0"
},
{
"_id": null,
"model": "git",
"scope": "lt",
"trust": 1.0,
"vendor": "git scm",
"version": "2.30.6"
},
{
"_id": null,
"model": "git",
"scope": "eq",
"trust": 1.0,
"vendor": "git scm",
"version": "2.38.0"
},
{
"_id": null,
"model": "fedora",
"scope": "eq",
"trust": 1.0,
"vendor": "fedoraproject",
"version": "37"
},
{
"_id": null,
"model": "git",
"scope": "lt",
"trust": 1.0,
"vendor": "git scm",
"version": "2.35.5"
},
{
"_id": null,
"model": "git",
"scope": "gte",
"trust": 1.0,
"vendor": "git scm",
"version": "2.36.0"
},
{
"_id": null,
"model": "fedora",
"scope": "eq",
"trust": 1.0,
"vendor": "fedoraproject",
"version": "36"
},
{
"_id": null,
"model": "git",
"scope": "lt",
"trust": 1.0,
"vendor": "git scm",
"version": "2.33.5"
},
{
"_id": null,
"model": "git",
"scope": "gte",
"trust": 1.0,
"vendor": "git scm",
"version": "2.31.0"
},
{
"_id": null,
"model": "git",
"scope": "lt",
"trust": 1.0,
"vendor": "git scm",
"version": "2.37.4"
},
{
"_id": null,
"model": "git",
"scope": "gte",
"trust": 1.0,
"vendor": "git scm",
"version": "2.33.0"
},
{
"_id": null,
"model": "fedora",
"scope": "eq",
"trust": 1.0,
"vendor": "fedoraproject",
"version": "35"
},
{
"_id": null,
"model": "git",
"scope": "lt",
"trust": 1.0,
"vendor": "git scm",
"version": "2.32.4"
},
{
"_id": null,
"model": "git",
"scope": "gte",
"trust": 1.0,
"vendor": "git scm",
"version": "2.35.0"
},
{
"_id": null,
"model": "xcode",
"scope": "lt",
"trust": 1.0,
"vendor": "apple",
"version": "14.1"
},
{
"_id": null,
"model": "git",
"scope": "gte",
"trust": 1.0,
"vendor": "git scm",
"version": "2.34.0"
},
{
"_id": null,
"model": "git",
"scope": "lt",
"trust": 1.0,
"vendor": "git scm",
"version": "2.34.5"
},
{
"_id": null,
"model": "git",
"scope": "lt",
"trust": 1.0,
"vendor": "git scm",
"version": "2.31.5"
},
{
"_id": null,
"model": "linux",
"scope": "eq",
"trust": 1.0,
"vendor": "debian",
"version": "10.0"
},
{
"_id": null,
"model": "git",
"scope": "lt",
"trust": 1.0,
"vendor": "git scm",
"version": "2.36.3"
},
{
"_id": null,
"model": "git",
"scope": "gte",
"trust": 1.0,
"vendor": "git scm",
"version": "2.37.0"
},
{
"_id": null,
"model": "git",
"scope": null,
"trust": 0.8,
"vendor": "git scm",
"version": null
},
{
"_id": null,
"model": "fedora",
"scope": null,
"trust": 0.8,
"vendor": "fedora",
"version": null
},
{
"_id": null,
"model": "gnu/linux",
"scope": null,
"trust": 0.8,
"vendor": "debian",
"version": null
},
{
"_id": null,
"model": "xcode",
"scope": "eq",
"trust": 0.8,
"vendor": "\u30a2\u30c3\u30d7\u30eb",
"version": "14.1"
}
],
"sources": [
{
"db": "JVNDB",
"id": "JVNDB-2022-019303"
},
{
"db": "NVD",
"id": "CVE-2022-39253"
}
]
},
"credits": {
"_id": null,
"data": "Ubuntu",
"sources": [
{
"db": "PACKETSTORM",
"id": "169416"
},
{
"db": "PACKETSTORM",
"id": "169954"
},
{
"db": "PACKETSTORM",
"id": "171570"
}
],
"trust": 0.3
},
"cve": "CVE-2022-39253",
"cvss": {
"_id": null,
"data": [
{
"cvssV2": [],
"cvssV3": [
{
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"author": "nvd@nist.gov",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"exploitabilityScore": 1.8,
"id": "CVE-2022-39253",
"impactScore": 3.6,
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"trust": 2.0,
"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"
},
{
"attackComplexity": "Low",
"attackVector": "Local",
"author": "NVD",
"availabilityImpact": "None",
"baseScore": 5.5,
"baseSeverity": "Medium",
"confidentialityImpact": "High",
"exploitabilityScore": null,
"id": "CVE-2022-39253",
"impactScore": null,
"integrityImpact": "None",
"privilegesRequired": "None",
"scope": "Unchanged",
"trust": 0.8,
"userInteraction": "Required",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.0"
}
],
"severity": [
{
"author": "nvd@nist.gov",
"id": "CVE-2022-39253",
"trust": 1.0,
"value": "MEDIUM"
},
{
"author": "security-advisories@github.com",
"id": "CVE-2022-39253",
"trust": 1.0,
"value": "MEDIUM"
},
{
"author": "NVD",
"id": "CVE-2022-39253",
"trust": 0.8,
"value": "Medium"
},
{
"author": "CNNVD",
"id": "CNNVD-202210-1263",
"trust": 0.6,
"value": "MEDIUM"
}
]
}
],
"sources": [
{
"db": "CNNVD",
"id": "CNNVD-202210-1263"
},
{
"db": "JVNDB",
"id": "JVNDB-2022-019303"
},
{
"db": "NVD",
"id": "CVE-2022-39253"
},
{
"db": "NVD",
"id": "CVE-2022-39253"
}
]
},
"description": {
"_id": null,
"data": "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`. Git SCM of Git Products from several other vendors contain link interpretation vulnerabilities.Information may be obtained. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\nGentoo Linux Security Advisory GLSA 202312-15\n- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n https://security.gentoo.org/\n- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n\n Severity: High\n Title: Git: Multiple Vulnerabilities\n Date: December 27, 2023\n Bugs: #838127, #857831, #877565, #891221, #894472, #905088\n ID: 202312-15\n\n- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n\nSynopsis\n========\n\nSeveral vulnerabilities have been found in Git, the worst of which could\nlead to remote code execution. \n\nAffected packages\n=================\n\nPackage Vulnerable Unaffected\n----------- ------------ ------------\ndev-vcs/git \u003c 2.39.3 \u003e= 2.39.3\n\nDescription\n===========\n\nMultiple vulnerabilities have been discovered in Git. Please review the\nCVE identifiers referenced below for details. \n\nImpact\n======\n\nPlease review the referenced CVE identifiers for details. \n\nWorkaround\n==========\n\nThere is no known workaround at this time. \n\nResolution\n==========\n\nAll Git users should upgrade to the latest version:\n\n # emerge --sync\n # emerge --ask --oneshot --verbose \"\u003e=dev-vcs/git-2.39.3\"\n\nReferences\n==========\n\n[ 1 ] CVE-2022-23521\n https://nvd.nist.gov/vuln/detail/CVE-2022-23521\n[ 2 ] CVE-2022-24765\n https://nvd.nist.gov/vuln/detail/CVE-2022-24765\n[ 3 ] CVE-2022-29187\n https://nvd.nist.gov/vuln/detail/CVE-2022-29187\n[ 4 ] CVE-2022-39253\n https://nvd.nist.gov/vuln/detail/CVE-2022-39253\n[ 5 ] CVE-2022-39260\n https://nvd.nist.gov/vuln/detail/CVE-2022-39260\n[ 6 ] CVE-2022-41903\n https://nvd.nist.gov/vuln/detail/CVE-2022-41903\n[ 7 ] CVE-2023-22490\n https://nvd.nist.gov/vuln/detail/CVE-2023-22490\n[ 8 ] CVE-2023-23946\n https://nvd.nist.gov/vuln/detail/CVE-2023-23946\n[ 9 ] CVE-2023-25652\n https://nvd.nist.gov/vuln/detail/CVE-2023-25652\n[ 10 ] CVE-2023-25815\n https://nvd.nist.gov/vuln/detail/CVE-2023-25815\n[ 11 ] CVE-2023-29007\n https://nvd.nist.gov/vuln/detail/CVE-2023-29007\n\nAvailability\n============\n\nThis GLSA and any updates to it are available for viewing at\nthe Gentoo Security Website:\n\n https://security.gentoo.org/glsa/202312-15\n\nConcerns?\n=========\n\nSecurity is a primary focus of Gentoo Linux and ensuring the\nconfidentiality and security of our users\u0027 machines is of utmost\nimportance to us. Any security concerns should be addressed to\nsecurity@gentoo.org or alternatively, you may file a bug at\nhttps://bugs.gentoo.org. \n\nLicense\n=======\n\nCopyright 2023 Gentoo Foundation, Inc; referenced text\nbelongs to its owner(s). \n\nThe contents of this document are licensed under the\nCreative Commons - Attribution / Share Alike license. \n\nhttps://creativecommons.org/licenses/by-sa/2.5\n. -----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA256\n\nAPPLE-SA-2022-11-01-1 Xcode 14.1\n\nXcode 14.1 addresses the following issues. \nInformation about the security content is also available at\nhttps://support.apple.com/HT213496. \n\nGit\nAvailable for: macOS Monterey 12.5 and later\nImpact: Multiple issues in git\nDescription: Multiple issues were addressed by updating to git\nversion 2.32.3. \nCVE-2022-29187: Carlo Marcelo Arenas Bel\u00f3n and Johannes Schindelin\n\nGit\nAvailable for: macOS Monterey 12.5 and later\nImpact: Cloning a malicious repository may result in the disclosure\nof sensitive information\nDescription: This issue was addressed with improved checks. \nCVE-2022-39253: Cory Snider of Mirantis\n\nGit\nAvailable for: macOS Monterey 12.5 and later\nImpact: A remote user may cause an unexpected app termination or\narbitrary code execution if git shell is allowed as a login shell\nDescription: This issue was addressed with improved checks. \nCVE-2022-39260: Kevin Backhouse of the GitHub Security Lab\n\nIDE Xcode Server\nAvailable for: macOS Monterey 12.5 and later\nImpact: An app may be able to gain root privileges\nDescription: An injection issue was addressed with improved input\nvalidation. \nCVE-2022-42797: Tim Michaud (@TimGMichaud) of Moveworks.ai\n\nXcode 14.1 may be obtained from:\nhttps://developer.apple.com/xcode/downloads/ To check that the Xcode\nhas been updated: * Select Xcode in the menu bar * Select About\nXcode * The version after applying this update will be \"Xcode 14.1\". \nAll information is also posted on the Apple Security Updates\nweb site: https://support.apple.com/en-us/HT201222. \n\nThis message is signed with Apple\u0027s Product Security PGP key,\nand details are available at:\nhttps://www.apple.com/support/security/pgp/\n\nAll information is also posted on the Apple Security Updates\nweb site: https://support.apple.com/en-us/HT201222. ==========================================================================\nUbuntu Security Notice USN-5686-3\nNovember 21, 2022\n\ngit vulnerabilities\n==========================================================================\n\nA security issue affects these releases of Ubuntu and its derivatives:\n\n- Ubuntu 22.10\n\nSummary:\n\nSeveral security issues were fixed in Git. This update provides the corresponding\nupdates for Ubuntu 22.10. \n\nOriginal advisory details:\n\n Cory Snider discovered that Git incorrectly handled certain symbolic links. \n An attacker could possibly use this issue to cause an unexpected behaviour. \n (CVE-2022-39253)\n\n Kevin Backhouse discovered that Git incorrectly handled certain command strings. \n An attacker could possibly use this issue to arbitrary code execution. \n (CVE-2022-39260)\n\nUpdate instructions:\n\nThe problem can be corrected by updating your system to the following\npackage versions:\n\nUbuntu 22.10:\n git 1:2.37.2-1ubuntu1.1\n\nIn general, a standard system update will make all the necessary changes. -----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA256\n\n==================================================================== \nRed Hat Security Advisory\n\nSynopsis: Moderate: git security and bug fix update\nAdvisory ID: RHSA-2023:2319-01\nProduct: Red Hat Enterprise Linux\nAdvisory URL: https://access.redhat.com/errata/RHSA-2023:2319\nIssue date: 2023-05-09\nCVE Names: CVE-2022-24765 CVE-2022-29187 CVE-2022-39253\n CVE-2022-39260\n====================================================================\n1. Summary:\n\nAn 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\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE link(s) in the References section. \n\n2. Relevant releases/architectures:\n\nRed Hat Enterprise Linux AppStream (v. 9) - aarch64, noarch, ppc64le, s390x, x86_64\n\n3. As opposed to centralized version control systems with a\nclient-server model, Git ensures that each working copy of a Git repository\nis an exact copy with complete revision history. This not only allows the\nuser to work on and contribute to projects without the need to have\npermission to push the changes to their official repositories, but also\nmakes 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\nin 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\n(CVE-2022-39253)\n\n* git: git shell function that splits command arguments can lead to\narbitrary heap writes. (CVE-2022-39260)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage(s) listed in the References section. \n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat\nEnterprise Linux 9.2 Release Notes linked from the References section. \n\n4. Solution:\n\nFor details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\n5. Bugs fixed (https://bugzilla.redhat.com/):\n\n2073414 - CVE-2022-24765 git: On multi-user machines Git users might find themselves unexpectedly in a Git worktree\n2107439 - CVE-2022-29187 git: Bypass of safe.directory protections\n2137422 - CVE-2022-39253 git: exposure of sensitive information to a malicious actor\n2137423 - CVE-2022-39260 git: git shell function that splits command arguments can lead to arbitrary heap writes. \n2139379 - Rebase git to 2.39 version [rhel-9.2]\n\n6. Package List:\n\nRed Hat Enterprise Linux AppStream (v. 9):\n\nSource:\ngit-2.39.1-1.el9.src.rpm\n\naarch64:\ngit-2.39.1-1.el9.aarch64.rpm\ngit-core-2.39.1-1.el9.aarch64.rpm\ngit-core-debuginfo-2.39.1-1.el9.aarch64.rpm\ngit-credential-libsecret-2.39.1-1.el9.aarch64.rpm\ngit-credential-libsecret-debuginfo-2.39.1-1.el9.aarch64.rpm\ngit-daemon-2.39.1-1.el9.aarch64.rpm\ngit-daemon-debuginfo-2.39.1-1.el9.aarch64.rpm\ngit-debuginfo-2.39.1-1.el9.aarch64.rpm\ngit-debugsource-2.39.1-1.el9.aarch64.rpm\ngit-subtree-2.39.1-1.el9.aarch64.rpm\n\nnoarch:\ngit-all-2.39.1-1.el9.noarch.rpm\ngit-core-doc-2.39.1-1.el9.noarch.rpm\ngit-email-2.39.1-1.el9.noarch.rpm\ngit-gui-2.39.1-1.el9.noarch.rpm\ngit-instaweb-2.39.1-1.el9.noarch.rpm\ngit-svn-2.39.1-1.el9.noarch.rpm\ngitk-2.39.1-1.el9.noarch.rpm\ngitweb-2.39.1-1.el9.noarch.rpm\nperl-Git-2.39.1-1.el9.noarch.rpm\nperl-Git-SVN-2.39.1-1.el9.noarch.rpm\n\nppc64le:\ngit-2.39.1-1.el9.ppc64le.rpm\ngit-core-2.39.1-1.el9.ppc64le.rpm\ngit-core-debuginfo-2.39.1-1.el9.ppc64le.rpm\ngit-credential-libsecret-2.39.1-1.el9.ppc64le.rpm\ngit-credential-libsecret-debuginfo-2.39.1-1.el9.ppc64le.rpm\ngit-daemon-2.39.1-1.el9.ppc64le.rpm\ngit-daemon-debuginfo-2.39.1-1.el9.ppc64le.rpm\ngit-debuginfo-2.39.1-1.el9.ppc64le.rpm\ngit-debugsource-2.39.1-1.el9.ppc64le.rpm\ngit-subtree-2.39.1-1.el9.ppc64le.rpm\n\ns390x:\ngit-2.39.1-1.el9.s390x.rpm\ngit-core-2.39.1-1.el9.s390x.rpm\ngit-core-debuginfo-2.39.1-1.el9.s390x.rpm\ngit-credential-libsecret-2.39.1-1.el9.s390x.rpm\ngit-credential-libsecret-debuginfo-2.39.1-1.el9.s390x.rpm\ngit-daemon-2.39.1-1.el9.s390x.rpm\ngit-daemon-debuginfo-2.39.1-1.el9.s390x.rpm\ngit-debuginfo-2.39.1-1.el9.s390x.rpm\ngit-debugsource-2.39.1-1.el9.s390x.rpm\ngit-subtree-2.39.1-1.el9.s390x.rpm\n\nx86_64:\ngit-2.39.1-1.el9.x86_64.rpm\ngit-core-2.39.1-1.el9.x86_64.rpm\ngit-core-debuginfo-2.39.1-1.el9.x86_64.rpm\ngit-credential-libsecret-2.39.1-1.el9.x86_64.rpm\ngit-credential-libsecret-debuginfo-2.39.1-1.el9.x86_64.rpm\ngit-daemon-2.39.1-1.el9.x86_64.rpm\ngit-daemon-debuginfo-2.39.1-1.el9.x86_64.rpm\ngit-debuginfo-2.39.1-1.el9.x86_64.rpm\ngit-debugsource-2.39.1-1.el9.x86_64.rpm\ngit-subtree-2.39.1-1.el9.x86_64.rpm\n\nThese packages are GPG signed by Red Hat for security. Our key and\ndetails on how to verify the signature are available from\nhttps://access.redhat.com/security/team/key/\n\n7. References:\n\nhttps://access.redhat.com/security/cve/CVE-2022-24765\nhttps://access.redhat.com/security/cve/CVE-2022-29187\nhttps://access.redhat.com/security/cve/CVE-2022-39253\nhttps://access.redhat.com/security/cve/CVE-2022-39260\nhttps://access.redhat.com/security/updates/classification/#moderate\nhttps://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.2_release_notes/index\n\n8. Contact:\n\nThe Red Hat security contact is \u003csecalert@redhat.com\u003e. More contact\ndetails at https://access.redhat.com/security/team/contact/\n\nCopyright 2023 Red Hat, Inc. \n-----BEGIN PGP SIGNATURE-----\nVersion: GnuPG v1\n\niQIVAwUBZFo03tzjgjWX9erEAQhYSg//bKkon2hHN6jSsXXntqw9ViT5zo9r/KTD\ncV+t7GM4ipVK8j4EW8EnQKrJBWAzsEhqM2vh9MvM/PpTQ2I/JP53YbTed0qgxE3T\nSU07XMVbh1BA7OKyJ+eKfWJLBT03/VzzaepqQPwyHyFDAegJ/L9DlZOkHc9NJrfa\nR+N2Hde/TmUlnRl737ltWtQHE1QSTV1PQZuXb3AEWm6FDe7O62F0GpsuIWj1z8oo\nIIDLHRjp/mCqT6/A70NIRQvcwhLfRYYMOezKL80iGi7WwRokwEScDFE+gzB9FLrf\npjNBFZkQVVxMVYOejArmPuLINaEdZJo/HAOiEtw9gOTzALyKFbWwOHDmSzz1hgbz\nkqFtZgwnpVZNs3UubXCgWeP4aU9xueZeyBHKNQKVERODtrKFt5jbpPrXu6qGyP9O\n6GSgMbUDO5OMqOhTKQiMbKj5gO2DfOIO6vNP5eFwvSXPJG0ZlPIzAJD1cwZdtsVK\nwWBIMfjjc8zUh8OYm+CWg/lgpZLkQxe/wtFcC7Pw1u7nkN95npMXM3O75R8xe1zg\nxsa+wzjCmVRwrO2gLnT7/NUkY3saShCvBD+A82trnasbVlI/49oiojZY1PI3CZtz\nafQDlfLvgygNkV3e5CGe5p9PILwmFbrpALV43dEz6eY+MbeuoE6I7ON8tYtmx4Ds\nhOpSLJjOLjE=YQQZ\n-----END PGP SIGNATURE-----\n--\nRHSA-announce mailing list\nRHSA-announce@redhat.com\nhttps://listman.redhat.com/mailman/listinfo/rhsa-announce\n",
"sources": [
{
"db": "NVD",
"id": "CVE-2022-39253"
},
{
"db": "JVNDB",
"id": "JVNDB-2022-019303"
},
{
"db": "VULHUB",
"id": "VHN-435022"
},
{
"db": "PACKETSTORM",
"id": "169416"
},
{
"db": "PACKETSTORM",
"id": "176313"
},
{
"db": "PACKETSTORM",
"id": "169735"
},
{
"db": "PACKETSTORM",
"id": "169954"
},
{
"db": "PACKETSTORM",
"id": "172366"
},
{
"db": "PACKETSTORM",
"id": "172210"
},
{
"db": "PACKETSTORM",
"id": "171570"
}
],
"trust": 2.34
},
"external_ids": {
"_id": null,
"data": [
{
"db": "NVD",
"id": "CVE-2022-39253",
"trust": 4.0
},
{
"db": "OPENWALL",
"id": "OSS-SECURITY/2023/02/14/5",
"trust": 2.5
},
{
"db": "OPENWALL",
"id": "OSS-SECURITY/2024/05/14/2",
"trust": 1.0
},
{
"db": "PACKETSTORM",
"id": "169416",
"trust": 0.8
},
{
"db": "JVNDB",
"id": "JVNDB-2022-019303",
"trust": 0.8
},
{
"db": "PACKETSTORM",
"id": "170787",
"trust": 0.7
},
{
"db": "PACKETSTORM",
"id": "169735",
"trust": 0.7
},
{
"db": "PACKETSTORM",
"id": "169954",
"trust": 0.7
},
{
"db": "AUSCERT",
"id": "ESB-2022.6094",
"trust": 0.6
},
{
"db": "AUSCERT",
"id": "ESB-2023.0955",
"trust": 0.6
},
{
"db": "AUSCERT",
"id": "ESB-2023.1842",
"trust": 0.6
},
{
"db": "AUSCERT",
"id": "ESB-2022.5479",
"trust": 0.6
},
{
"db": "CNNVD",
"id": "CNNVD-202210-1263",
"trust": 0.6
},
{
"db": "VULHUB",
"id": "VHN-435022",
"trust": 0.1
},
{
"db": "PACKETSTORM",
"id": "176313",
"trust": 0.1
},
{
"db": "PACKETSTORM",
"id": "172366",
"trust": 0.1
},
{
"db": "PACKETSTORM",
"id": "172210",
"trust": 0.1
},
{
"db": "PACKETSTORM",
"id": "171570",
"trust": 0.1
}
],
"sources": [
{
"db": "VULHUB",
"id": "VHN-435022"
},
{
"db": "PACKETSTORM",
"id": "169416"
},
{
"db": "PACKETSTORM",
"id": "176313"
},
{
"db": "PACKETSTORM",
"id": "169735"
},
{
"db": "PACKETSTORM",
"id": "169954"
},
{
"db": "PACKETSTORM",
"id": "172366"
},
{
"db": "PACKETSTORM",
"id": "172210"
},
{
"db": "PACKETSTORM",
"id": "171570"
},
{
"db": "CNNVD",
"id": "CNNVD-202210-1263"
},
{
"db": "JVNDB",
"id": "JVNDB-2022-019303"
},
{
"db": "NVD",
"id": "CVE-2022-39253"
}
]
},
"id": "VAR-202210-1202",
"iot": {
"_id": null,
"data": true,
"sources": [
{
"db": "VULHUB",
"id": "VHN-435022"
}
],
"trust": 0.01
},
"last_update_date": "2026-03-09T19:59:20.862000Z",
"patch": {
"_id": null,
"data": [
{
"title": "HT213496",
"trust": 0.8,
"url": "https://lists.debian.org/debian-lts-announce/2022/12/msg00025.html"
},
{
"title": "Git Post-link vulnerability fixes",
"trust": 0.6,
"url": "http://123.124.177.30/web/xxk/bdxqById.tag?id=211665"
}
],
"sources": [
{
"db": "CNNVD",
"id": "CNNVD-202210-1263"
},
{
"db": "JVNDB",
"id": "JVNDB-2022-019303"
}
]
},
"problemtype_data": {
"_id": null,
"data": [
{
"problemtype": "CWE-59",
"trust": 1.1
},
{
"problemtype": "CWE-200",
"trust": 1.0
},
{
"problemtype": "Link interpretation problem (CWE-59) [NVD evaluation ]",
"trust": 0.8
}
],
"sources": [
{
"db": "VULHUB",
"id": "VHN-435022"
},
{
"db": "JVNDB",
"id": "JVNDB-2022-019303"
},
{
"db": "NVD",
"id": "CVE-2022-39253"
}
]
},
"references": {
"_id": null,
"data": [
{
"trust": 2.5,
"url": "http://seclists.org/fulldisclosure/2022/nov/1"
},
{
"trust": 2.5,
"url": "http://www.openwall.com/lists/oss-security/2023/02/14/5"
},
{
"trust": 1.7,
"url": "https://support.apple.com/kb/ht213496"
},
{
"trust": 1.7,
"url": "https://github.com/git/git/security/advisories/ghsa-3wp6-j8xr-qw85"
},
{
"trust": 1.7,
"url": "https://lists.debian.org/debian-lts-announce/2022/12/msg00025.html"
},
{
"trust": 1.5,
"url": "https://nvd.nist.gov/vuln/detail/cve-2022-39253"
},
{
"trust": 1.1,
"url": "https://security.gentoo.org/glsa/202312-15"
},
{
"trust": 1.0,
"url": "http://www.openwall.com/lists/oss-security/2024/05/14/2"
},
{
"trust": 1.0,
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/c7b6jpkx5cgglahxjvqmiznneeb72fhd/"
},
{
"trust": 1.0,
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/jmqwgmdlx6ktvww5jzlvpi7icak72tn7/"
},
{
"trust": 1.0,
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ohno2fb55cpx47baxmbwubgwho6n6zzh/"
},
{
"trust": 1.0,
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ukfhe4kvd7eks5j3ktdfvbeku3clxgvv/"
},
{
"trust": 1.0,
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/vfyxctlosesyip72buyd6ecdimum4wmb/"
},
{
"trust": 0.7,
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/vfyxctlosesyip72buyd6ecdimum4wmb/"
},
{
"trust": 0.7,
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/jmqwgmdlx6ktvww5jzlvpi7icak72tn7/"
},
{
"trust": 0.7,
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ohno2fb55cpx47baxmbwubgwho6n6zzh/"
},
{
"trust": 0.7,
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ukfhe4kvd7eks5j3ktdfvbeku3clxgvv/"
},
{
"trust": 0.7,
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/c7b6jpkx5cgglahxjvqmiznneeb72fhd/"
},
{
"trust": 0.6,
"url": "https://nvd.nist.gov/vuln/detail/cve-2022-39260"
},
{
"trust": 0.6,
"url": "https://packetstormsecurity.com/files/169954/ubuntu-security-notice-usn-5686-3.html"
},
{
"trust": 0.6,
"url": "https://www.auscert.org.au/bulletins/esb-2022.6094"
},
{
"trust": 0.6,
"url": "https://packetstormsecurity.com/files/169735/apple-security-advisory-2022-11-01-1.html"
},
{
"trust": 0.6,
"url": "https://support.apple.com/en-us/ht213496"
},
{
"trust": 0.6,
"url": "https://www.auscert.org.au/bulletins/esb-2023.0955"
},
{
"trust": 0.6,
"url": "https://msrc.microsoft.com/update-guide/vulnerability/cve-2022-39253"
},
{
"trust": 0.6,
"url": "https://www.auscert.org.au/bulletins/esb-2023.1842"
},
{
"trust": 0.6,
"url": "https://cxsecurity.com/cveshow/cve-2022-39253/"
},
{
"trust": 0.6,
"url": "https://www.auscert.org.au/bulletins/esb-2022.5479"
},
{
"trust": 0.6,
"url": "https://packetstormsecurity.com/files/170787/debian-security-advisory-5332-1.html"
},
{
"trust": 0.6,
"url": "https://packetstormsecurity.com/files/169416/ubuntu-security-notice-usn-5686-1.html"
},
{
"trust": 0.4,
"url": "https://nvd.nist.gov/vuln/detail/cve-2022-29187"
},
{
"trust": 0.3,
"url": "https://ubuntu.com/security/notices/usn-5686-1"
},
{
"trust": 0.3,
"url": "https://nvd.nist.gov/vuln/detail/cve-2022-24765"
},
{
"trust": 0.2,
"url": "https://listman.redhat.com/mailman/listinfo/rhsa-announce"
},
{
"trust": 0.2,
"url": "https://access.redhat.com/security/cve/cve-2022-39260"
},
{
"trust": 0.2,
"url": "https://access.redhat.com/security/cve/cve-2022-24765"
},
{
"trust": 0.2,
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"trust": 0.2,
"url": "https://access.redhat.com/security/team/contact/"
},
{
"trust": 0.2,
"url": "https://access.redhat.com/articles/11258"
},
{
"trust": 0.2,
"url": "https://bugzilla.redhat.com/):"
},
{
"trust": 0.2,
"url": "https://access.redhat.com/security/cve/cve-2022-39253"
},
{
"trust": 0.2,
"url": "https://access.redhat.com/security/cve/cve-2022-29187"
},
{
"trust": 0.2,
"url": "https://access.redhat.com/security/team/key/"
},
{
"trust": 0.1,
"url": "https://launchpad.net/ubuntu/+source/git/1:2.25.1-1ubuntu3.6"
},
{
"trust": 0.1,
"url": "https://launchpad.net/ubuntu/+source/git/1:2.17.1-1ubuntu0.13"
},
{
"trust": 0.1,
"url": "https://launchpad.net/ubuntu/+source/git/1:2.34.1-1ubuntu1.5"
},
{
"trust": 0.1,
"url": "https://nvd.nist.gov/vuln/detail/cve-2023-29007"
},
{
"trust": 0.1,
"url": "https://bugs.gentoo.org."
},
{
"trust": 0.1,
"url": "https://nvd.nist.gov/vuln/detail/cve-2023-25815"
},
{
"trust": 0.1,
"url": "https://creativecommons.org/licenses/by-sa/2.5"
},
{
"trust": 0.1,
"url": "https://nvd.nist.gov/vuln/detail/cve-2022-41903"
},
{
"trust": 0.1,
"url": "https://nvd.nist.gov/vuln/detail/cve-2023-23946"
},
{
"trust": 0.1,
"url": "https://nvd.nist.gov/vuln/detail/cve-2023-25652"
},
{
"trust": 0.1,
"url": "https://nvd.nist.gov/vuln/detail/cve-2023-22490"
},
{
"trust": 0.1,
"url": "https://security.gentoo.org/"
},
{
"trust": 0.1,
"url": "https://nvd.nist.gov/vuln/detail/cve-2022-23521"
},
{
"trust": 0.1,
"url": "https://nvd.nist.gov/vuln/detail/cve-2022-42797"
},
{
"trust": 0.1,
"url": "https://developer.apple.com/xcode/downloads/"
},
{
"trust": 0.1,
"url": "https://support.apple.com/en-us/ht201222."
},
{
"trust": 0.1,
"url": "https://www.apple.com/support/security/pgp/"
},
{
"trust": 0.1,
"url": "https://support.apple.com/ht213496."
},
{
"trust": 0.1,
"url": "https://ubuntu.com/security/notices/usn-5686-3"
},
{
"trust": 0.1,
"url": "https://launchpad.net/ubuntu/+source/git/1:2.37.2-1ubuntu1.1"
},
{
"trust": 0.1,
"url": "https://access.redhat.com/errata/rhsa-2023:2859"
},
{
"trust": 0.1,
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.8_release_notes/index"
},
{
"trust": 0.1,
"url": "https://access.redhat.com/errata/rhsa-2023:2319"
},
{
"trust": 0.1,
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.2_release_notes/index"
},
{
"trust": 0.1,
"url": "https://ubuntu.com/security/notices/usn-5686-4"
}
],
"sources": [
{
"db": "VULHUB",
"id": "VHN-435022"
},
{
"db": "PACKETSTORM",
"id": "169416"
},
{
"db": "PACKETSTORM",
"id": "176313"
},
{
"db": "PACKETSTORM",
"id": "169735"
},
{
"db": "PACKETSTORM",
"id": "169954"
},
{
"db": "PACKETSTORM",
"id": "172366"
},
{
"db": "PACKETSTORM",
"id": "172210"
},
{
"db": "PACKETSTORM",
"id": "171570"
},
{
"db": "CNNVD",
"id": "CNNVD-202210-1263"
},
{
"db": "JVNDB",
"id": "JVNDB-2022-019303"
},
{
"db": "NVD",
"id": "CVE-2022-39253"
}
]
},
"sources": {
"_id": null,
"data": [
{
"db": "VULHUB",
"id": "VHN-435022",
"ident": null
},
{
"db": "PACKETSTORM",
"id": "169416",
"ident": null
},
{
"db": "PACKETSTORM",
"id": "176313",
"ident": null
},
{
"db": "PACKETSTORM",
"id": "169735",
"ident": null
},
{
"db": "PACKETSTORM",
"id": "169954",
"ident": null
},
{
"db": "PACKETSTORM",
"id": "172366",
"ident": null
},
{
"db": "PACKETSTORM",
"id": "172210",
"ident": null
},
{
"db": "PACKETSTORM",
"id": "171570",
"ident": null
},
{
"db": "CNNVD",
"id": "CNNVD-202210-1263",
"ident": null
},
{
"db": "JVNDB",
"id": "JVNDB-2022-019303",
"ident": null
},
{
"db": "NVD",
"id": "CVE-2022-39253",
"ident": null
}
]
},
"sources_release_date": {
"_id": null,
"data": [
{
"date": "2022-10-19T00:00:00",
"db": "VULHUB",
"id": "VHN-435022",
"ident": null
},
{
"date": "2022-10-18T22:32:05",
"db": "PACKETSTORM",
"id": "169416",
"ident": null
},
{
"date": "2023-12-27T14:55:24",
"db": "PACKETSTORM",
"id": "176313",
"ident": null
},
{
"date": "2022-11-08T13:42:03",
"db": "PACKETSTORM",
"id": "169735",
"ident": null
},
{
"date": "2022-11-21T15:22:01",
"db": "PACKETSTORM",
"id": "169954",
"ident": null
},
{
"date": "2023-05-16T17:08:14",
"db": "PACKETSTORM",
"id": "172366",
"ident": null
},
{
"date": "2023-05-09T15:18:13",
"db": "PACKETSTORM",
"id": "172210",
"ident": null
},
{
"date": "2023-03-29T10:13:26",
"db": "PACKETSTORM",
"id": "171570",
"ident": null
},
{
"date": "2022-10-18T00:00:00",
"db": "CNNVD",
"id": "CNNVD-202210-1263",
"ident": null
},
{
"date": "2023-10-25T00:00:00",
"db": "JVNDB",
"id": "JVNDB-2022-019303",
"ident": null
},
{
"date": "2022-10-19T11:15:11.227000",
"db": "NVD",
"id": "CVE-2022-39253",
"ident": null
}
]
},
"sources_update_date": {
"_id": null,
"data": [
{
"date": "2023-02-16T00:00:00",
"db": "VULHUB",
"id": "VHN-435022",
"ident": null
},
{
"date": "2023-03-29T00:00:00",
"db": "CNNVD",
"id": "CNNVD-202210-1263",
"ident": null
},
{
"date": "2023-10-25T05:25:00",
"db": "JVNDB",
"id": "JVNDB-2022-019303",
"ident": null
},
{
"date": "2024-06-10T18:15:19.643000",
"db": "NVD",
"id": "CVE-2022-39253",
"ident": null
}
]
},
"threat_type": {
"_id": null,
"data": "local",
"sources": [
{
"db": "CNNVD",
"id": "CNNVD-202210-1263"
}
],
"trust": 0.6
},
"title": {
"_id": null,
"data": "Git\u00a0SCM\u00a0 of \u00a0Git\u00a0 Link interpretation vulnerabilities in products from multiple other vendors",
"sources": [
{
"db": "JVNDB",
"id": "JVNDB-2022-019303"
}
],
"trust": 0.8
},
"type": {
"_id": null,
"data": "post link",
"sources": [
{
"db": "CNNVD",
"id": "CNNVD-202210-1263"
}
],
"trust": 0.6
}
}
Sightings
| Author | Source | Type | Date |
|---|
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.