Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2022-41903 (GCVE-0-2022-41903)
Vulnerability from cvelistv5 – Published: 2023-01-17 22:17 – Updated: 2025-03-10 21:21- CWE-190 - Integer Overflow or Wraparound
| URL | Tags |
|---|---|
| https://github.com/git/git/security/advisories/GH… | x_refsource_CONFIRM |
| https://github.com/git/git/commit/508386c6c5857b4… | x_refsource_MISC |
| https://git-scm.com/book/en/v2/Customizing-Git-Gi… | x_refsource_MISC |
| https://git-scm.com/docs/pretty-formats#Documenta… | x_refsource_MISC |
| https://security.gentoo.org/glsa/202312-15 |
| Vendor | Product | Version | |
|---|---|---|---|
| git | git |
Affected:
< 2.30.7
Affected: >= 2.31.0, < 2.31.6 Affected: >= 2.32.0, < 2.32.5 Affected: >= 2.33.0, < 2.33.6 Affected: >= 2.34.0, < 2.34.6 Affected: >= 2.35.0, < 2.35.6 Affected: >= 2.36.0, < 2.36.4 Affected: >= 2.37.0, < 2.37.5 Affected: >= 2.38.0, < 2.38.3 Affected: = 2.39.0 |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T12:56:38.383Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq",
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq"
},
{
"name": "https://github.com/git/git/commit/508386c6c5857b4faa2c3e491f422c98cc69ae76",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/git/git/commit/508386c6c5857b4faa2c3e491f422c98cc69ae76"
},
{
"name": "https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#_export_subst",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#_export_subst"
},
{
"name": "https://git-scm.com/docs/pretty-formats#Documentation/pretty-formats.txt-emltltNgttruncltruncmtruncem",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://git-scm.com/docs/pretty-formats#Documentation/pretty-formats.txt-emltltNgttruncltruncmtruncem"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.gentoo.org/glsa/202312-15"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2022-41903",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-03-10T20:59:12.527761Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-03-10T21:21:50.039Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "git",
"vendor": "git",
"versions": [
{
"status": "affected",
"version": "\u003c 2.30.7"
},
{
"status": "affected",
"version": "\u003e= 2.31.0, \u003c 2.31.6"
},
{
"status": "affected",
"version": "\u003e= 2.32.0, \u003c 2.32.5"
},
{
"status": "affected",
"version": "\u003e= 2.33.0, \u003c 2.33.6"
},
{
"status": "affected",
"version": "\u003e= 2.34.0, \u003c 2.34.6"
},
{
"status": "affected",
"version": "\u003e= 2.35.0, \u003c 2.35.6"
},
{
"status": "affected",
"version": "\u003e= 2.36.0, \u003c 2.36.4"
},
{
"status": "affected",
"version": "\u003e= 2.37.0, \u003c 2.37.5"
},
{
"status": "affected",
"version": "\u003e= 2.38.0, \u003c 2.38.3"
},
{
"status": "affected",
"version": "= 2.39.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Git is distributed revision control system. `git log` can display commits in an arbitrary format using its `--format` specifiers. This functionality is also exposed to `git archive` via the `export-subst` gitattribute. When processing the padding operators, there is a integer overflow in `pretty.c::format_and_pad_commit()` where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through git archive via the export-subst mechanism, which expands format specifiers inside of files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may result in arbitrary code execution. The problem has been patched in the versions published on 2023-01-17, going back to v2.30.7. Users are advised to upgrade. Users who are unable to upgrade should disable `git archive` in untrusted repositories. If you expose git archive via `git daemon`, disable it by running `git config --global daemon.uploadArch false`."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"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"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-190",
"description": "CWE-190: Integer Overflow or Wraparound",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-12-27T10:06:32.604Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq"
},
{
"name": "https://github.com/git/git/commit/508386c6c5857b4faa2c3e491f422c98cc69ae76",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/git/git/commit/508386c6c5857b4faa2c3e491f422c98cc69ae76"
},
{
"name": "https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#_export_subst",
"tags": [
"x_refsource_MISC"
],
"url": "https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#_export_subst"
},
{
"name": "https://git-scm.com/docs/pretty-formats#Documentation/pretty-formats.txt-emltltNgttruncltruncmtruncem",
"tags": [
"x_refsource_MISC"
],
"url": "https://git-scm.com/docs/pretty-formats#Documentation/pretty-formats.txt-emltltNgttruncltruncmtruncem"
},
{
"url": "https://security.gentoo.org/glsa/202312-15"
}
],
"source": {
"advisory": "GHSA-475x-2q3q-hvwq",
"discovery": "UNKNOWN"
},
"title": "Integer overflow in `git archive`, `git log --format` leading to RCE in git"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2022-41903",
"datePublished": "2023-01-17T22:17:16.123Z",
"dateReserved": "2022-09-30T16:38:28.931Z",
"dateUpdated": "2025-03-10T21:21:50.039Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2022-41903",
"date": "2026-06-12",
"epss": "0.17802",
"percentile": "0.95294"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\", \"versionEndIncluding\": \"2.30.6\", \"matchCriteriaId\": \"8D0B133C-FC2B-4CBF-8840-C85F6D650510\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"2.31.0\", \"versionEndIncluding\": \"2.31.5\", \"matchCriteriaId\": \"BA5113C4-D095-4E76-A6C6-F849E11DFA9D\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"2.32.0\", \"versionEndIncluding\": \"2.32.4\", \"matchCriteriaId\": \"B82E8E87-1083-45B9-A273-E6AB31548D56\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"2.33.0\", \"versionEndIncluding\": \"2.33.5\", \"matchCriteriaId\": \"C9162726-CACE-4CB9-ACDE-204655D6BB3B\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"2.34.0\", \"versionEndIncluding\": \"2.34.5\", \"matchCriteriaId\": \"65D149AF-5604-4109-A60B-CB7B5BBBEE87\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"2.35.0\", \"versionEndIncluding\": \"2.35.5\", \"matchCriteriaId\": \"383C057B-98D3-4AC6-9D43-AE13CC81FEC4\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"2.36.0\", \"versionEndIncluding\": \"2.36.3\", \"matchCriteriaId\": \"7B191BB2-D3C9-440D-8F7F-237BE0CBDB96\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"2.37.0\", \"versionEndIncluding\": \"2.37.4\", \"matchCriteriaId\": \"E3F7AE8C-A383-442C-8E74-7BC13E8B251D\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"2.38.0\", \"versionEndIncluding\": \"2.38.2\", \"matchCriteriaId\": \"28F8851A-1566-4F16-AEC4-2C09AC866C2A\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:git-scm:git:2.39.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"CC98AC76-7F3E-45A0-9DE6-3D097CEE5199\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"Git is distributed revision control system. `git log` can display commits in an arbitrary format using its `--format` specifiers. This functionality is also exposed to `git archive` via the `export-subst` gitattribute. When processing the padding operators, there is a integer overflow in `pretty.c::format_and_pad_commit()` where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through git archive via the export-subst mechanism, which expands format specifiers inside of files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may result in arbitrary code execution. The problem has been patched in the versions published on 2023-01-17, going back to v2.30.7. Users are advised to upgrade. Users who are unable to upgrade should disable `git archive` in untrusted repositories. If you expose git archive via `git daemon`, disable it by running `git config --global daemon.uploadArch false`.\"}, {\"lang\": \"es\", \"value\": \"Git es un sistema de control de revisiones distribuido. `git log` puede mostrar confirmaciones en un formato arbitrario usando sus especificadores `--format`. Esta funcionalidad tambi\\u00e9n est\\u00e1 expuesta a \\\"git archive\\\" a trav\\u00e9s del atributo git \\\"export-subst\\\". Al procesar los operadores de relleno, hay un desbordamiento de enteros en `pretty.c::format_and_pad_commit()` donde `size_t` se almacena incorrectamente como `int` y luego se agrega como un desplazamiento a `memcpy()`. Este desbordamiento puede ser desencadenado directamente por un usuario que ejecuta un comando que invoca la maquinaria de formato de commit (por ejemplo, `git log --format=...`). Tambi\\u00e9n se puede activar indirectamente a trav\\u00e9s del archivo git mediante el mecanismo export-subst, que expande los especificadores de formato dentro de los archivos dentro del repositorio durante un archivo git. Este desbordamiento de enteros puede dar lugar a escrituras arbitrarias en el almacenamiento din\\u00e1mico, lo que puede dar lugar a la ejecuci\\u00f3n de c\\u00f3digo arbitrario. El problema ha sido solucionado en las versiones publicadas el 17-01-2023, remont\\u00e1ndose a la v2.30.7. Se recomienda a los usuarios que actualicen. Los usuarios que no puedan actualizar deben desactivar \\\"git archive\\\" en repositorios que no sean de confianza. Si expone el archivo git a trav\\u00e9s de `git daemon`, desact\\u00edvelo ejecutando `git config --global daemon.uploadArch false`.\"}]",
"id": "CVE-2022-41903",
"lastModified": "2024-11-21T07:24:01.993",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\", \"baseScore\": 9.8, \"baseSeverity\": \"CRITICAL\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 5.9}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\", \"baseScore\": 9.8, \"baseSeverity\": \"CRITICAL\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 5.9}]}",
"published": "2023-01-17T23:15:15.690",
"references": "[{\"url\": \"https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#_export_subst\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"https://git-scm.com/docs/pretty-formats#Documentation/pretty-formats.txt-emltltNgttruncltruncmtruncem\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"https://github.com/git/git/commit/508386c6c5857b4faa2c3e491f422c98cc69ae76\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Patch\", \"Release Notes\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://security.gentoo.org/glsa/202312-15\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#_export_subst\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"https://git-scm.com/docs/pretty-formats#Documentation/pretty-formats.txt-emltltNgttruncltruncmtruncem\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"https://github.com/git/git/commit/508386c6c5857b4faa2c3e491f422c98cc69ae76\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\", \"Release Notes\", \"Third Party Advisory\"]}, {\"url\": \"https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://security.gentoo.org/glsa/202312-15\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"security-advisories@github.com\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-190\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2022-41903\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2023-01-17T23:15:15.690\",\"lastModified\":\"2024-11-21T07:24:01.993\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Git is distributed revision control system. `git log` can display commits in an arbitrary format using its `--format` specifiers. This functionality is also exposed to `git archive` via the `export-subst` gitattribute. When processing the padding operators, there is a integer overflow in `pretty.c::format_and_pad_commit()` where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through git archive via the export-subst mechanism, which expands format specifiers inside of files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may result in arbitrary code execution. The problem has been patched in the versions published on 2023-01-17, going back to v2.30.7. Users are advised to upgrade. Users who are unable to upgrade should disable `git archive` in untrusted repositories. If you expose git archive via `git daemon`, disable it by running `git config --global daemon.uploadArch false`.\"},{\"lang\":\"es\",\"value\":\"Git es un sistema de control de revisiones distribuido. `git log` puede mostrar confirmaciones en un formato arbitrario usando sus especificadores `--format`. Esta funcionalidad tambi\u00e9n est\u00e1 expuesta a \\\"git archive\\\" a trav\u00e9s del atributo git \\\"export-subst\\\". Al procesar los operadores de relleno, hay un desbordamiento de enteros en `pretty.c::format_and_pad_commit()` donde `size_t` se almacena incorrectamente como `int` y luego se agrega como un desplazamiento a `memcpy()`. Este desbordamiento puede ser desencadenado directamente por un usuario que ejecuta un comando que invoca la maquinaria de formato de commit (por ejemplo, `git log --format=...`). Tambi\u00e9n se puede activar indirectamente a trav\u00e9s del archivo git mediante el mecanismo export-subst, que expande los especificadores de formato dentro de los archivos dentro del repositorio durante un archivo git. Este desbordamiento de enteros puede dar lugar a escrituras arbitrarias en el almacenamiento din\u00e1mico, lo que puede dar lugar a la ejecuci\u00f3n de c\u00f3digo arbitrario. El problema ha sido solucionado en las versiones publicadas el 17-01-2023, remont\u00e1ndose a la v2.30.7. Se recomienda a los usuarios que actualicen. Los usuarios que no puedan actualizar deben desactivar \\\"git archive\\\" en repositorios que no sean de confianza. Si expone el archivo git a trav\u00e9s de `git daemon`, desact\u00edvelo ejecutando `git config --global daemon.uploadArch false`.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":9.8,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.9},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":9.8,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-190\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"2.30.6\",\"matchCriteriaId\":\"8D0B133C-FC2B-4CBF-8840-C85F6D650510\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.31.0\",\"versionEndIncluding\":\"2.31.5\",\"matchCriteriaId\":\"BA5113C4-D095-4E76-A6C6-F849E11DFA9D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.32.0\",\"versionEndIncluding\":\"2.32.4\",\"matchCriteriaId\":\"B82E8E87-1083-45B9-A273-E6AB31548D56\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.33.0\",\"versionEndIncluding\":\"2.33.5\",\"matchCriteriaId\":\"C9162726-CACE-4CB9-ACDE-204655D6BB3B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.34.0\",\"versionEndIncluding\":\"2.34.5\",\"matchCriteriaId\":\"65D149AF-5604-4109-A60B-CB7B5BBBEE87\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.35.0\",\"versionEndIncluding\":\"2.35.5\",\"matchCriteriaId\":\"383C057B-98D3-4AC6-9D43-AE13CC81FEC4\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.36.0\",\"versionEndIncluding\":\"2.36.3\",\"matchCriteriaId\":\"7B191BB2-D3C9-440D-8F7F-237BE0CBDB96\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.37.0\",\"versionEndIncluding\":\"2.37.4\",\"matchCriteriaId\":\"E3F7AE8C-A383-442C-8E74-7BC13E8B251D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.38.0\",\"versionEndIncluding\":\"2.38.2\",\"matchCriteriaId\":\"28F8851A-1566-4F16-AEC4-2C09AC866C2A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git-scm:git:2.39.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"CC98AC76-7F3E-45A0-9DE6-3D097CEE5199\"}]}]}],\"references\":[{\"url\":\"https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#_export_subst\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://git-scm.com/docs/pretty-formats#Documentation/pretty-formats.txt-emltltNgttruncltruncmtruncem\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://github.com/git/git/commit/508386c6c5857b4faa2c3e491f422c98cc69ae76\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Release Notes\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202312-15\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#_export_subst\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://git-scm.com/docs/pretty-formats#Documentation/pretty-formats.txt-emltltNgttruncltruncmtruncem\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://github.com/git/git/commit/508386c6c5857b4faa2c3e491f422c98cc69ae76\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Release Notes\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202312-15\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq\", \"name\": \"https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://github.com/git/git/commit/508386c6c5857b4faa2c3e491f422c98cc69ae76\", \"name\": \"https://github.com/git/git/commit/508386c6c5857b4faa2c3e491f422c98cc69ae76\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#_export_subst\", \"name\": \"https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#_export_subst\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://git-scm.com/docs/pretty-formats#Documentation/pretty-formats.txt-emltltNgttruncltruncmtruncem\", \"name\": \"https://git-scm.com/docs/pretty-formats#Documentation/pretty-formats.txt-emltltNgttruncltruncmtruncem\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://security.gentoo.org/glsa/202312-15\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-03T12:56:38.383Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2022-41903\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-03-10T20:59:12.527761Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-03-10T20:59:13.878Z\"}}], \"cna\": {\"title\": \"Integer overflow in `git archive`, `git log --format` leading to RCE in git\", \"source\": {\"advisory\": \"GHSA-475x-2q3q-hvwq\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 9.8, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"CRITICAL\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"git\", \"product\": \"git\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 2.30.7\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.31.0, \u003c 2.31.6\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.32.0, \u003c 2.32.5\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.33.0, \u003c 2.33.6\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.34.0, \u003c 2.34.6\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.35.0, \u003c 2.35.6\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.36.0, \u003c 2.36.4\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.37.0, \u003c 2.37.5\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.38.0, \u003c 2.38.3\"}, {\"status\": \"affected\", \"version\": \"= 2.39.0\"}]}], \"references\": [{\"url\": \"https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq\", \"name\": \"https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/git/git/commit/508386c6c5857b4faa2c3e491f422c98cc69ae76\", \"name\": \"https://github.com/git/git/commit/508386c6c5857b4faa2c3e491f422c98cc69ae76\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#_export_subst\", \"name\": \"https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#_export_subst\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://git-scm.com/docs/pretty-formats#Documentation/pretty-formats.txt-emltltNgttruncltruncmtruncem\", \"name\": \"https://git-scm.com/docs/pretty-formats#Documentation/pretty-formats.txt-emltltNgttruncltruncmtruncem\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://security.gentoo.org/glsa/202312-15\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Git is distributed revision control system. `git log` can display commits in an arbitrary format using its `--format` specifiers. This functionality is also exposed to `git archive` via the `export-subst` gitattribute. When processing the padding operators, there is a integer overflow in `pretty.c::format_and_pad_commit()` where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through git archive via the export-subst mechanism, which expands format specifiers inside of files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may result in arbitrary code execution. The problem has been patched in the versions published on 2023-01-17, going back to v2.30.7. Users are advised to upgrade. Users who are unable to upgrade should disable `git archive` in untrusted repositories. If you expose git archive via `git daemon`, disable it by running `git config --global daemon.uploadArch false`.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-190\", \"description\": \"CWE-190: Integer Overflow or Wraparound\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2023-12-27T10:06:32.604Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2022-41903\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-03-10T21:21:50.039Z\", \"dateReserved\": \"2022-09-30T16:38:28.931Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2023-01-17T22:17:16.123Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2023:0609
Vulnerability from csaf_redhat - Published: 2023-02-06 19:40 - Updated: 2025-11-21 18:37A flaw was found in Git, a distributed revision control system. When parsing gitattributes, a mechanism to allow defining attributes for paths, multiple integer overflows can occur when there is a huge number of path patterns, attributes for a single pattern, or declared attribute names. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index, or both. This integer overflow can result in arbitrary heap reads and writes, which may allow remote code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-0:2.18.4-3.el8_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-all-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-core-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-core-debuginfo-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-core-doc-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-daemon-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-debuginfo-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-debugsource-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-email-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-gui-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-instaweb-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-subtree-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-svn-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gitk-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gitweb-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:perl-Git-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:perl-Git-SVN-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-0:2.18.4-3.el8_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-0:2.18.4-3.el8_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-all-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-core-0:2.18.4-3.el8_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-core-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-core-doc-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-daemon-0:2.18.4-3.el8_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-daemon-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-email-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-gui-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-subtree-0:2.18.4-3.el8_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-subtree-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-svn-0:2.18.4-3.el8_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-svn-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:gitk-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:gitweb-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:perl-Git-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:perl-Git-SVN-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-0:2.18.4-3.el8_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-all-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-core-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-core-debuginfo-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-core-doc-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-daemon-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-debuginfo-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-debugsource-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-email-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-gui-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-instaweb-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-subtree-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-svn-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:gitk-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:gitweb-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:perl-Git-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:perl-Git-SVN-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
A flaw was found in Git, a distributed revision control system. This issue occurs due to an integer overflow in `pretty.c::format_and_pad_commit()`, where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through the git archive via the export-subst mechanism, which expands format specifiers inside files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may allow arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-0:2.18.4-3.el8_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-all-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-core-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-core-debuginfo-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-core-doc-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-daemon-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-debuginfo-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-debugsource-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-email-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-gui-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-instaweb-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-subtree-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-svn-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gitk-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gitweb-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:perl-Git-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:perl-Git-SVN-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-0:2.18.4-3.el8_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-0:2.18.4-3.el8_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-all-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-core-0:2.18.4-3.el8_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-core-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-core-doc-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-daemon-0:2.18.4-3.el8_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-daemon-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-email-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-gui-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-subtree-0:2.18.4-3.el8_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-subtree-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-svn-0:2.18.4-3.el8_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-svn-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:gitk-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:gitweb-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:perl-Git-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:perl-Git-SVN-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-0:2.18.4-3.el8_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-all-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-core-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-core-debuginfo-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-core-doc-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-daemon-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-debuginfo-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-debugsource-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-email-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-gui-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-instaweb-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-subtree-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-svn-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:gitk-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:gitweb-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:perl-Git-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:perl-Git-SVN-0:2.18.4-3.el8_2.noarch | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for git is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support, Red Hat Enterprise Linux 8.2 Telecommunications Update Service, and Red Hat Enterprise Linux 8.2 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: gitattributes parsing integer overflow (CVE-2022-23521)\n\n* git: Heap overflow in `git archive`, `git log --format` leading to RCE (CVE-2022-41903)\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-2023:0609",
"url": "https://access.redhat.com/errata/RHSA-2023:0609"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2162055",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162055"
},
{
"category": "external",
"summary": "2162056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162056"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0609.json"
}
],
"title": "Red Hat Security Advisory: git security update",
"tracking": {
"current_release_date": "2025-11-21T18:37:26+00:00",
"generator": {
"date": "2025-11-21T18:37:26+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:0609",
"initial_release_date": "2023-02-06T19:40:36+00:00",
"revision_history": [
{
"date": "2023-02-06T19:40:36+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-02-06T19:40:36+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:37:26+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 AUS (v. 8.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.2::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.2::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.2::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.18.4-3.el8_2.src",
"product": {
"name": "git-0:2.18.4-3.el8_2.src",
"product_id": "git-0:2.18.4-3.el8_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.18.4-3.el8_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.18.4-3.el8_2.x86_64",
"product": {
"name": "git-0:2.18.4-3.el8_2.x86_64",
"product_id": "git-0:2.18.4-3.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.18.4-3.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.18.4-3.el8_2.x86_64",
"product": {
"name": "git-core-0:2.18.4-3.el8_2.x86_64",
"product_id": "git-core-0:2.18.4-3.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.18.4-3.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.18.4-3.el8_2.x86_64",
"product": {
"name": "git-daemon-0:2.18.4-3.el8_2.x86_64",
"product_id": "git-daemon-0:2.18.4-3.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.18.4-3.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-instaweb-0:2.18.4-3.el8_2.x86_64",
"product": {
"name": "git-instaweb-0:2.18.4-3.el8_2.x86_64",
"product_id": "git-instaweb-0:2.18.4-3.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-instaweb@2.18.4-3.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.18.4-3.el8_2.x86_64",
"product": {
"name": "git-subtree-0:2.18.4-3.el8_2.x86_64",
"product_id": "git-subtree-0:2.18.4-3.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.18.4-3.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-svn-0:2.18.4-3.el8_2.x86_64",
"product": {
"name": "git-svn-0:2.18.4-3.el8_2.x86_64",
"product_id": "git-svn-0:2.18.4-3.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn@2.18.4-3.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.18.4-3.el8_2.x86_64",
"product": {
"name": "git-debugsource-0:2.18.4-3.el8_2.x86_64",
"product_id": "git-debugsource-0:2.18.4-3.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.18.4-3.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.18.4-3.el8_2.x86_64",
"product": {
"name": "git-core-debuginfo-0:2.18.4-3.el8_2.x86_64",
"product_id": "git-core-debuginfo-0:2.18.4-3.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.18.4-3.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64",
"product": {
"name": "git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64",
"product_id": "git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.18.4-3.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.18.4-3.el8_2.x86_64",
"product": {
"name": "git-debuginfo-0:2.18.4-3.el8_2.x86_64",
"product_id": "git-debuginfo-0:2.18.4-3.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.18.4-3.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64",
"product": {
"name": "git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64",
"product_id": "git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn-debuginfo@2.18.4-3.el8_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-all-0:2.18.4-3.el8_2.noarch",
"product": {
"name": "git-all-0:2.18.4-3.el8_2.noarch",
"product_id": "git-all-0:2.18.4-3.el8_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-all@2.18.4-3.el8_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-core-doc-0:2.18.4-3.el8_2.noarch",
"product": {
"name": "git-core-doc-0:2.18.4-3.el8_2.noarch",
"product_id": "git-core-doc-0:2.18.4-3.el8_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-doc@2.18.4-3.el8_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-email-0:2.18.4-3.el8_2.noarch",
"product": {
"name": "git-email-0:2.18.4-3.el8_2.noarch",
"product_id": "git-email-0:2.18.4-3.el8_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-email@2.18.4-3.el8_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-gui-0:2.18.4-3.el8_2.noarch",
"product": {
"name": "git-gui-0:2.18.4-3.el8_2.noarch",
"product_id": "git-gui-0:2.18.4-3.el8_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-gui@2.18.4-3.el8_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitk-0:2.18.4-3.el8_2.noarch",
"product": {
"name": "gitk-0:2.18.4-3.el8_2.noarch",
"product_id": "gitk-0:2.18.4-3.el8_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitk@2.18.4-3.el8_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitweb-0:2.18.4-3.el8_2.noarch",
"product": {
"name": "gitweb-0:2.18.4-3.el8_2.noarch",
"product_id": "gitweb-0:2.18.4-3.el8_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitweb@2.18.4-3.el8_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-0:2.18.4-3.el8_2.noarch",
"product": {
"name": "perl-Git-0:2.18.4-3.el8_2.noarch",
"product_id": "perl-Git-0:2.18.4-3.el8_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git@2.18.4-3.el8_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-SVN-0:2.18.4-3.el8_2.noarch",
"product": {
"name": "perl-Git-SVN-0:2.18.4-3.el8_2.noarch",
"product_id": "perl-Git-SVN-0:2.18.4-3.el8_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git-SVN@2.18.4-3.el8_2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.18.4-3.el8_2.ppc64le",
"product": {
"name": "git-0:2.18.4-3.el8_2.ppc64le",
"product_id": "git-0:2.18.4-3.el8_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.18.4-3.el8_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.18.4-3.el8_2.ppc64le",
"product": {
"name": "git-core-0:2.18.4-3.el8_2.ppc64le",
"product_id": "git-core-0:2.18.4-3.el8_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.18.4-3.el8_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.18.4-3.el8_2.ppc64le",
"product": {
"name": "git-daemon-0:2.18.4-3.el8_2.ppc64le",
"product_id": "git-daemon-0:2.18.4-3.el8_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.18.4-3.el8_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-instaweb-0:2.18.4-3.el8_2.ppc64le",
"product": {
"name": "git-instaweb-0:2.18.4-3.el8_2.ppc64le",
"product_id": "git-instaweb-0:2.18.4-3.el8_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-instaweb@2.18.4-3.el8_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.18.4-3.el8_2.ppc64le",
"product": {
"name": "git-subtree-0:2.18.4-3.el8_2.ppc64le",
"product_id": "git-subtree-0:2.18.4-3.el8_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.18.4-3.el8_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-svn-0:2.18.4-3.el8_2.ppc64le",
"product": {
"name": "git-svn-0:2.18.4-3.el8_2.ppc64le",
"product_id": "git-svn-0:2.18.4-3.el8_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn@2.18.4-3.el8_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.18.4-3.el8_2.ppc64le",
"product": {
"name": "git-debugsource-0:2.18.4-3.el8_2.ppc64le",
"product_id": "git-debugsource-0:2.18.4-3.el8_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.18.4-3.el8_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"product": {
"name": "git-core-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"product_id": "git-core-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.18.4-3.el8_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"product": {
"name": "git-daemon-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"product_id": "git-daemon-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.18.4-3.el8_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"product": {
"name": "git-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"product_id": "git-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.18.4-3.el8_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-svn-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"product": {
"name": "git-svn-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"product_id": "git-svn-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn-debuginfo@2.18.4-3.el8_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.18.4-3.el8_2.src as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:git-0:2.18.4-3.el8_2.src"
},
"product_reference": "git-0:2.18.4-3.el8_2.src",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:git-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-all-0:2.18.4-3.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:git-all-0:2.18.4-3.el8_2.noarch"
},
"product_reference": "git-all-0:2.18.4-3.el8_2.noarch",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:git-core-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-core-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:git-core-debuginfo-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-core-debuginfo-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-doc-0:2.18.4-3.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:git-core-doc-0:2.18.4-3.el8_2.noarch"
},
"product_reference": "git-core-doc-0:2.18.4-3.el8_2.noarch",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:git-daemon-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-daemon-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:git-debuginfo-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-debuginfo-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:git-debugsource-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-debugsource-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-0:2.18.4-3.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:git-email-0:2.18.4-3.el8_2.noarch"
},
"product_reference": "git-email-0:2.18.4-3.el8_2.noarch",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-0:2.18.4-3.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:git-gui-0:2.18.4-3.el8_2.noarch"
},
"product_reference": "git-gui-0:2.18.4-3.el8_2.noarch",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-instaweb-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:git-instaweb-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-instaweb-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:git-subtree-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-subtree-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:git-svn-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-svn-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-0:2.18.4-3.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:gitk-0:2.18.4-3.el8_2.noarch"
},
"product_reference": "gitk-0:2.18.4-3.el8_2.noarch",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitweb-0:2.18.4-3.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:gitweb-0:2.18.4-3.el8_2.noarch"
},
"product_reference": "gitweb-0:2.18.4-3.el8_2.noarch",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-0:2.18.4-3.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:perl-Git-0:2.18.4-3.el8_2.noarch"
},
"product_reference": "perl-Git-0:2.18.4-3.el8_2.noarch",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-SVN-0:2.18.4-3.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:perl-Git-SVN-0:2.18.4-3.el8_2.noarch"
},
"product_reference": "perl-Git-SVN-0:2.18.4-3.el8_2.noarch",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.18.4-3.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:git-0:2.18.4-3.el8_2.ppc64le"
},
"product_reference": "git-0:2.18.4-3.el8_2.ppc64le",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.18.4-3.el8_2.src as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:git-0:2.18.4-3.el8_2.src"
},
"product_reference": "git-0:2.18.4-3.el8_2.src",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:git-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-all-0:2.18.4-3.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:git-all-0:2.18.4-3.el8_2.noarch"
},
"product_reference": "git-all-0:2.18.4-3.el8_2.noarch",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.18.4-3.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:git-core-0:2.18.4-3.el8_2.ppc64le"
},
"product_reference": "git-core-0:2.18.4-3.el8_2.ppc64le",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:git-core-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-core-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.18.4-3.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_2.ppc64le"
},
"product_reference": "git-core-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-core-debuginfo-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-doc-0:2.18.4-3.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:git-core-doc-0:2.18.4-3.el8_2.noarch"
},
"product_reference": "git-core-doc-0:2.18.4-3.el8_2.noarch",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.18.4-3.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:git-daemon-0:2.18.4-3.el8_2.ppc64le"
},
"product_reference": "git-daemon-0:2.18.4-3.el8_2.ppc64le",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:git-daemon-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-daemon-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.18.4-3.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_2.ppc64le"
},
"product_reference": "git-daemon-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.18.4-3.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_2.ppc64le"
},
"product_reference": "git-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-debuginfo-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.18.4-3.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_2.ppc64le"
},
"product_reference": "git-debugsource-0:2.18.4-3.el8_2.ppc64le",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-debugsource-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-0:2.18.4-3.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:git-email-0:2.18.4-3.el8_2.noarch"
},
"product_reference": "git-email-0:2.18.4-3.el8_2.noarch",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-0:2.18.4-3.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:git-gui-0:2.18.4-3.el8_2.noarch"
},
"product_reference": "git-gui-0:2.18.4-3.el8_2.noarch",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-instaweb-0:2.18.4-3.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_2.ppc64le"
},
"product_reference": "git-instaweb-0:2.18.4-3.el8_2.ppc64le",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-instaweb-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-instaweb-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.18.4-3.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:git-subtree-0:2.18.4-3.el8_2.ppc64le"
},
"product_reference": "git-subtree-0:2.18.4-3.el8_2.ppc64le",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:git-subtree-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-subtree-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:2.18.4-3.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:git-svn-0:2.18.4-3.el8_2.ppc64le"
},
"product_reference": "git-svn-0:2.18.4-3.el8_2.ppc64le",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:git-svn-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-svn-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-debuginfo-0:2.18.4-3.el8_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_2.ppc64le"
},
"product_reference": "git-svn-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-0:2.18.4-3.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:gitk-0:2.18.4-3.el8_2.noarch"
},
"product_reference": "gitk-0:2.18.4-3.el8_2.noarch",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitweb-0:2.18.4-3.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:gitweb-0:2.18.4-3.el8_2.noarch"
},
"product_reference": "gitweb-0:2.18.4-3.el8_2.noarch",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-0:2.18.4-3.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:perl-Git-0:2.18.4-3.el8_2.noarch"
},
"product_reference": "perl-Git-0:2.18.4-3.el8_2.noarch",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-SVN-0:2.18.4-3.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:perl-Git-SVN-0:2.18.4-3.el8_2.noarch"
},
"product_reference": "perl-Git-SVN-0:2.18.4-3.el8_2.noarch",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.18.4-3.el8_2.src as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:git-0:2.18.4-3.el8_2.src"
},
"product_reference": "git-0:2.18.4-3.el8_2.src",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:git-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-all-0:2.18.4-3.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:git-all-0:2.18.4-3.el8_2.noarch"
},
"product_reference": "git-all-0:2.18.4-3.el8_2.noarch",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:git-core-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-core-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:git-core-debuginfo-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-core-debuginfo-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-doc-0:2.18.4-3.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:git-core-doc-0:2.18.4-3.el8_2.noarch"
},
"product_reference": "git-core-doc-0:2.18.4-3.el8_2.noarch",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:git-daemon-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-daemon-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:git-debuginfo-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-debuginfo-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:git-debugsource-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-debugsource-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-0:2.18.4-3.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:git-email-0:2.18.4-3.el8_2.noarch"
},
"product_reference": "git-email-0:2.18.4-3.el8_2.noarch",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-0:2.18.4-3.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:git-gui-0:2.18.4-3.el8_2.noarch"
},
"product_reference": "git-gui-0:2.18.4-3.el8_2.noarch",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-instaweb-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:git-instaweb-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-instaweb-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:git-subtree-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-subtree-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:git-svn-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-svn-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64"
},
"product_reference": "git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-0:2.18.4-3.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:gitk-0:2.18.4-3.el8_2.noarch"
},
"product_reference": "gitk-0:2.18.4-3.el8_2.noarch",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitweb-0:2.18.4-3.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:gitweb-0:2.18.4-3.el8_2.noarch"
},
"product_reference": "gitweb-0:2.18.4-3.el8_2.noarch",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-0:2.18.4-3.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:perl-Git-0:2.18.4-3.el8_2.noarch"
},
"product_reference": "perl-Git-0:2.18.4-3.el8_2.noarch",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-SVN-0:2.18.4-3.el8_2.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:perl-Git-SVN-0:2.18.4-3.el8_2.noarch"
},
"product_reference": "perl-Git-SVN-0:2.18.4-3.el8_2.noarch",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-23521",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2023-01-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2162055"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Git, a distributed revision control system. When parsing gitattributes, a mechanism to allow defining attributes for paths, multiple integer overflows can occur when there is a huge number of path patterns, attributes for a single pattern, or declared attribute names. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index, or both. This integer overflow can result in arbitrary heap reads and writes, which may allow remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: gitattributes parsing integer overflow",
"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.2.0.Z.AUS:git-0:2.18.4-3.el8_2.src",
"AppStream-8.2.0.Z.AUS:git-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-all-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-core-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-doc-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-daemon-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debugsource-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-email-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-gui-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-instaweb-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-subtree-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:gitk-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:gitweb-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-SVN-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-0:2.18.4-3.el8_2.src",
"AppStream-8.2.0.Z.E4S:git-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-all-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-core-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-core-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-core-doc-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-daemon-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-daemon-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-email-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-gui-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-subtree-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-subtree-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-svn-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-svn-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:gitk-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:gitweb-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:perl-Git-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:perl-Git-SVN-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-0:2.18.4-3.el8_2.src",
"AppStream-8.2.0.Z.TUS:git-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-all-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-core-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-core-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-core-doc-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-daemon-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-debugsource-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-email-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-gui-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-instaweb-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-subtree-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-svn-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:gitk-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:gitweb-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:perl-Git-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:perl-Git-SVN-0:2.18.4-3.el8_2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23521"
},
{
"category": "external",
"summary": "RHBZ#2162055",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162055"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23521",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23521"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23521",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23521"
},
{
"category": "external",
"summary": "https://github.blog/2023-01-17-git-security-vulnerabilities-announced-2/",
"url": "https://github.blog/2023-01-17-git-security-vulnerabilities-announced-2/"
},
{
"category": "external",
"summary": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf",
"url": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf"
},
{
"category": "external",
"summary": "https://github.com/git/git/security/advisories/GHSA-c738-c5qq-xg89",
"url": "https://github.com/git/git/security/advisories/GHSA-c738-c5qq-xg89"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2023/01/17/4",
"url": "https://www.openwall.com/lists/oss-security/2023/01/17/4"
}
],
"release_date": "2023-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-06T19:40:36+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.2.0.Z.AUS:git-0:2.18.4-3.el8_2.src",
"AppStream-8.2.0.Z.AUS:git-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-all-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-core-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-doc-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-daemon-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debugsource-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-email-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-gui-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-instaweb-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-subtree-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:gitk-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:gitweb-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-SVN-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-0:2.18.4-3.el8_2.src",
"AppStream-8.2.0.Z.E4S:git-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-all-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-core-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-core-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-core-doc-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-daemon-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-daemon-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-email-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-gui-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-subtree-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-subtree-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-svn-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-svn-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:gitk-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:gitweb-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:perl-Git-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:perl-Git-SVN-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-0:2.18.4-3.el8_2.src",
"AppStream-8.2.0.Z.TUS:git-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-all-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-core-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-core-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-core-doc-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-daemon-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-debugsource-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-email-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-gui-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-instaweb-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-subtree-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-svn-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:gitk-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:gitweb-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:perl-Git-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:perl-Git-SVN-0:2.18.4-3.el8_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0609"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"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": [
"AppStream-8.2.0.Z.AUS:git-0:2.18.4-3.el8_2.src",
"AppStream-8.2.0.Z.AUS:git-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-all-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-core-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-doc-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-daemon-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debugsource-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-email-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-gui-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-instaweb-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-subtree-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:gitk-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:gitweb-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-SVN-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-0:2.18.4-3.el8_2.src",
"AppStream-8.2.0.Z.E4S:git-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-all-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-core-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-core-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-core-doc-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-daemon-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-daemon-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-email-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-gui-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-subtree-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-subtree-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-svn-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-svn-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:gitk-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:gitweb-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:perl-Git-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:perl-Git-SVN-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-0:2.18.4-3.el8_2.src",
"AppStream-8.2.0.Z.TUS:git-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-all-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-core-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-core-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-core-doc-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-daemon-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-debugsource-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-email-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-gui-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-instaweb-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-subtree-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-svn-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:gitk-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:gitweb-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:perl-Git-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:perl-Git-SVN-0:2.18.4-3.el8_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: gitattributes parsing integer overflow"
},
{
"cve": "CVE-2022-41903",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2023-01-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2162056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Git, a distributed revision control system. This issue occurs due to an integer overflow in `pretty.c::format_and_pad_commit()`, where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through the git archive via the export-subst mechanism, which expands format specifiers inside files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may allow arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: Heap overflow in `git archive`, `git log --format` leading to RCE",
"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.2.0.Z.AUS:git-0:2.18.4-3.el8_2.src",
"AppStream-8.2.0.Z.AUS:git-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-all-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-core-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-doc-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-daemon-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debugsource-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-email-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-gui-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-instaweb-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-subtree-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:gitk-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:gitweb-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-SVN-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-0:2.18.4-3.el8_2.src",
"AppStream-8.2.0.Z.E4S:git-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-all-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-core-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-core-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-core-doc-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-daemon-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-daemon-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-email-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-gui-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-subtree-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-subtree-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-svn-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-svn-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:gitk-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:gitweb-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:perl-Git-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:perl-Git-SVN-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-0:2.18.4-3.el8_2.src",
"AppStream-8.2.0.Z.TUS:git-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-all-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-core-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-core-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-core-doc-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-daemon-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-debugsource-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-email-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-gui-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-instaweb-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-subtree-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-svn-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:gitk-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:gitweb-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:perl-Git-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:perl-Git-SVN-0:2.18.4-3.el8_2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41903"
},
{
"category": "external",
"summary": "RHBZ#2162056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41903",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41903"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41903",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41903"
},
{
"category": "external",
"summary": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf",
"url": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf"
},
{
"category": "external",
"summary": "https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq",
"url": "https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2023/01/17/4",
"url": "https://www.openwall.com/lists/oss-security/2023/01/17/4"
}
],
"release_date": "2023-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-06T19:40:36+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.2.0.Z.AUS:git-0:2.18.4-3.el8_2.src",
"AppStream-8.2.0.Z.AUS:git-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-all-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-core-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-doc-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-daemon-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debugsource-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-email-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-gui-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-instaweb-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-subtree-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:gitk-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:gitweb-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-SVN-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-0:2.18.4-3.el8_2.src",
"AppStream-8.2.0.Z.E4S:git-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-all-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-core-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-core-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-core-doc-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-daemon-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-daemon-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-email-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-gui-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-subtree-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-subtree-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-svn-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-svn-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:gitk-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:gitweb-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:perl-Git-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:perl-Git-SVN-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-0:2.18.4-3.el8_2.src",
"AppStream-8.2.0.Z.TUS:git-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-all-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-core-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-core-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-core-doc-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-daemon-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-debugsource-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-email-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-gui-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-instaweb-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-subtree-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-svn-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:gitk-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:gitweb-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:perl-Git-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:perl-Git-SVN-0:2.18.4-3.el8_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0609"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"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": [
"AppStream-8.2.0.Z.AUS:git-0:2.18.4-3.el8_2.src",
"AppStream-8.2.0.Z.AUS:git-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-all-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-core-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-doc-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-daemon-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debugsource-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-email-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-gui-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-instaweb-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-subtree-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:gitk-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:gitweb-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-SVN-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-0:2.18.4-3.el8_2.src",
"AppStream-8.2.0.Z.E4S:git-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-all-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-core-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-core-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-core-doc-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-daemon-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-daemon-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-email-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-gui-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-subtree-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-subtree-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-svn-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-svn-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_2.ppc64le",
"AppStream-8.2.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.E4S:gitk-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:gitweb-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:perl-Git-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.E4S:perl-Git-SVN-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-0:2.18.4-3.el8_2.src",
"AppStream-8.2.0.Z.TUS:git-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-all-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-core-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-core-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-core-doc-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-daemon-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-daemon-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-debugsource-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-email-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-gui-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:git-instaweb-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-subtree-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-svn-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:git-svn-debuginfo-0:2.18.4-3.el8_2.x86_64",
"AppStream-8.2.0.Z.TUS:gitk-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:gitweb-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:perl-Git-0:2.18.4-3.el8_2.noarch",
"AppStream-8.2.0.Z.TUS:perl-Git-SVN-0:2.18.4-3.el8_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: Heap overflow in `git archive`, `git log --format` leading to RCE"
}
]
}
RHSA-2023:0610
Vulnerability from csaf_redhat - Published: 2023-02-06 19:49 - Updated: 2025-11-21 18:37A flaw was found in Git, a distributed revision control system. When parsing gitattributes, a mechanism to allow defining attributes for paths, multiple integer overflows can occur when there is a huge number of path patterns, attributes for a single pattern, or declared attribute names. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index, or both. This integer overflow can result in arbitrary heap reads and writes, which may allow remote code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-all-0:2.31.1-3.el8_7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-core-doc-0:2.31.1-3.el8_7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-email-0:2.31.1-3.el8_7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-gui-0:2.31.1-3.el8_7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-instaweb-0:2.31.1-3.el8_7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-svn-0:2.31.1-3.el8_7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:gitk-0:2.31.1-3.el8_7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:gitweb-0:2.31.1-3.el8_7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:perl-Git-0:2.31.1-3.el8_7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:perl-Git-SVN-0:2.31.1-3.el8_7.noarch | — |
Vendor Fix
fix
|
A flaw was found in Git, a distributed revision control system. This issue occurs due to an integer overflow in `pretty.c::format_and_pad_commit()`, where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through the git archive via the export-subst mechanism, which expands format specifiers inside files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may allow arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-all-0:2.31.1-3.el8_7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-core-doc-0:2.31.1-3.el8_7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-email-0:2.31.1-3.el8_7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-gui-0:2.31.1-3.el8_7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-instaweb-0:2.31.1-3.el8_7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:git-svn-0:2.31.1-3.el8_7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:gitk-0:2.31.1-3.el8_7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:gitweb-0:2.31.1-3.el8_7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:perl-Git-0:2.31.1-3.el8_7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.7.0.Z.MAIN:perl-Git-SVN-0:2.31.1-3.el8_7.noarch | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for git is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: gitattributes parsing integer overflow (CVE-2022-23521)\n\n* git: Heap overflow in `git archive`, `git log --format` leading to RCE (CVE-2022-41903)\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-2023:0610",
"url": "https://access.redhat.com/errata/RHSA-2023:0610"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2162055",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162055"
},
{
"category": "external",
"summary": "2162056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162056"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0610.json"
}
],
"title": "Red Hat Security Advisory: git security update",
"tracking": {
"current_release_date": "2025-11-21T18:37:27+00:00",
"generator": {
"date": "2025-11-21T18:37:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:0610",
"initial_release_date": "2023-02-06T19:49:23+00:00",
"revision_history": [
{
"date": "2023-02-06T19:49:23+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-02-06T19:49:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:37:27+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN",
"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.31.1-3.el8_7.src",
"product": {
"name": "git-0:2.31.1-3.el8_7.src",
"product_id": "git-0:2.31.1-3.el8_7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-3.el8_7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.1-3.el8_7.aarch64",
"product": {
"name": "git-0:2.31.1-3.el8_7.aarch64",
"product_id": "git-0:2.31.1-3.el8_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-3.el8_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.31.1-3.el8_7.aarch64",
"product": {
"name": "git-core-0:2.31.1-3.el8_7.aarch64",
"product_id": "git-core-0:2.31.1-3.el8_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.31.1-3.el8_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.31.1-3.el8_7.aarch64",
"product": {
"name": "git-credential-libsecret-0:2.31.1-3.el8_7.aarch64",
"product_id": "git-credential-libsecret-0:2.31.1-3.el8_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.31.1-3.el8_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.31.1-3.el8_7.aarch64",
"product": {
"name": "git-daemon-0:2.31.1-3.el8_7.aarch64",
"product_id": "git-daemon-0:2.31.1-3.el8_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.31.1-3.el8_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.31.1-3.el8_7.aarch64",
"product": {
"name": "git-subtree-0:2.31.1-3.el8_7.aarch64",
"product_id": "git-subtree-0:2.31.1-3.el8_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.31.1-3.el8_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.31.1-3.el8_7.aarch64",
"product": {
"name": "git-debugsource-0:2.31.1-3.el8_7.aarch64",
"product_id": "git-debugsource-0:2.31.1-3.el8_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.31.1-3.el8_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.31.1-3.el8_7.aarch64",
"product": {
"name": "git-core-debuginfo-0:2.31.1-3.el8_7.aarch64",
"product_id": "git-core-debuginfo-0:2.31.1-3.el8_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.31.1-3.el8_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.aarch64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.aarch64",
"product_id": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.31.1-3.el8_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.31.1-3.el8_7.aarch64",
"product": {
"name": "git-daemon-debuginfo-0:2.31.1-3.el8_7.aarch64",
"product_id": "git-daemon-debuginfo-0:2.31.1-3.el8_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.31.1-3.el8_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.31.1-3.el8_7.aarch64",
"product": {
"name": "git-debuginfo-0:2.31.1-3.el8_7.aarch64",
"product_id": "git-debuginfo-0:2.31.1-3.el8_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.31.1-3.el8_7?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.1-3.el8_7.ppc64le",
"product": {
"name": "git-0:2.31.1-3.el8_7.ppc64le",
"product_id": "git-0:2.31.1-3.el8_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-3.el8_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.31.1-3.el8_7.ppc64le",
"product": {
"name": "git-core-0:2.31.1-3.el8_7.ppc64le",
"product_id": "git-core-0:2.31.1-3.el8_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.31.1-3.el8_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.31.1-3.el8_7.ppc64le",
"product": {
"name": "git-credential-libsecret-0:2.31.1-3.el8_7.ppc64le",
"product_id": "git-credential-libsecret-0:2.31.1-3.el8_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.31.1-3.el8_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.31.1-3.el8_7.ppc64le",
"product": {
"name": "git-daemon-0:2.31.1-3.el8_7.ppc64le",
"product_id": "git-daemon-0:2.31.1-3.el8_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.31.1-3.el8_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.31.1-3.el8_7.ppc64le",
"product": {
"name": "git-subtree-0:2.31.1-3.el8_7.ppc64le",
"product_id": "git-subtree-0:2.31.1-3.el8_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.31.1-3.el8_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.31.1-3.el8_7.ppc64le",
"product": {
"name": "git-debugsource-0:2.31.1-3.el8_7.ppc64le",
"product_id": "git-debugsource-0:2.31.1-3.el8_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.31.1-3.el8_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"product": {
"name": "git-core-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"product_id": "git-core-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.31.1-3.el8_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"product_id": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.31.1-3.el8_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"product": {
"name": "git-daemon-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"product_id": "git-daemon-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.31.1-3.el8_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"product": {
"name": "git-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"product_id": "git-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.31.1-3.el8_7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.1-3.el8_7.x86_64",
"product": {
"name": "git-0:2.31.1-3.el8_7.x86_64",
"product_id": "git-0:2.31.1-3.el8_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-3.el8_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.31.1-3.el8_7.x86_64",
"product": {
"name": "git-core-0:2.31.1-3.el8_7.x86_64",
"product_id": "git-core-0:2.31.1-3.el8_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.31.1-3.el8_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.31.1-3.el8_7.x86_64",
"product": {
"name": "git-credential-libsecret-0:2.31.1-3.el8_7.x86_64",
"product_id": "git-credential-libsecret-0:2.31.1-3.el8_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.31.1-3.el8_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.31.1-3.el8_7.x86_64",
"product": {
"name": "git-daemon-0:2.31.1-3.el8_7.x86_64",
"product_id": "git-daemon-0:2.31.1-3.el8_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.31.1-3.el8_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.31.1-3.el8_7.x86_64",
"product": {
"name": "git-subtree-0:2.31.1-3.el8_7.x86_64",
"product_id": "git-subtree-0:2.31.1-3.el8_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.31.1-3.el8_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.31.1-3.el8_7.x86_64",
"product": {
"name": "git-debugsource-0:2.31.1-3.el8_7.x86_64",
"product_id": "git-debugsource-0:2.31.1-3.el8_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.31.1-3.el8_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.31.1-3.el8_7.x86_64",
"product": {
"name": "git-core-debuginfo-0:2.31.1-3.el8_7.x86_64",
"product_id": "git-core-debuginfo-0:2.31.1-3.el8_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.31.1-3.el8_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.x86_64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.x86_64",
"product_id": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.31.1-3.el8_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.31.1-3.el8_7.x86_64",
"product": {
"name": "git-daemon-debuginfo-0:2.31.1-3.el8_7.x86_64",
"product_id": "git-daemon-debuginfo-0:2.31.1-3.el8_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.31.1-3.el8_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.31.1-3.el8_7.x86_64",
"product": {
"name": "git-debuginfo-0:2.31.1-3.el8_7.x86_64",
"product_id": "git-debuginfo-0:2.31.1-3.el8_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.31.1-3.el8_7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.1-3.el8_7.s390x",
"product": {
"name": "git-0:2.31.1-3.el8_7.s390x",
"product_id": "git-0:2.31.1-3.el8_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-3.el8_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.31.1-3.el8_7.s390x",
"product": {
"name": "git-core-0:2.31.1-3.el8_7.s390x",
"product_id": "git-core-0:2.31.1-3.el8_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.31.1-3.el8_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.31.1-3.el8_7.s390x",
"product": {
"name": "git-credential-libsecret-0:2.31.1-3.el8_7.s390x",
"product_id": "git-credential-libsecret-0:2.31.1-3.el8_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.31.1-3.el8_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.31.1-3.el8_7.s390x",
"product": {
"name": "git-daemon-0:2.31.1-3.el8_7.s390x",
"product_id": "git-daemon-0:2.31.1-3.el8_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.31.1-3.el8_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.31.1-3.el8_7.s390x",
"product": {
"name": "git-subtree-0:2.31.1-3.el8_7.s390x",
"product_id": "git-subtree-0:2.31.1-3.el8_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.31.1-3.el8_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.31.1-3.el8_7.s390x",
"product": {
"name": "git-debugsource-0:2.31.1-3.el8_7.s390x",
"product_id": "git-debugsource-0:2.31.1-3.el8_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.31.1-3.el8_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.31.1-3.el8_7.s390x",
"product": {
"name": "git-core-debuginfo-0:2.31.1-3.el8_7.s390x",
"product_id": "git-core-debuginfo-0:2.31.1-3.el8_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.31.1-3.el8_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.s390x",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.s390x",
"product_id": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.31.1-3.el8_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.31.1-3.el8_7.s390x",
"product": {
"name": "git-daemon-debuginfo-0:2.31.1-3.el8_7.s390x",
"product_id": "git-daemon-debuginfo-0:2.31.1-3.el8_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.31.1-3.el8_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.31.1-3.el8_7.s390x",
"product": {
"name": "git-debuginfo-0:2.31.1-3.el8_7.s390x",
"product_id": "git-debuginfo-0:2.31.1-3.el8_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.31.1-3.el8_7?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "git-all-0:2.31.1-3.el8_7.noarch",
"product": {
"name": "git-all-0:2.31.1-3.el8_7.noarch",
"product_id": "git-all-0:2.31.1-3.el8_7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-all@2.31.1-3.el8_7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-core-doc-0:2.31.1-3.el8_7.noarch",
"product": {
"name": "git-core-doc-0:2.31.1-3.el8_7.noarch",
"product_id": "git-core-doc-0:2.31.1-3.el8_7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-doc@2.31.1-3.el8_7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-email-0:2.31.1-3.el8_7.noarch",
"product": {
"name": "git-email-0:2.31.1-3.el8_7.noarch",
"product_id": "git-email-0:2.31.1-3.el8_7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-email@2.31.1-3.el8_7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-gui-0:2.31.1-3.el8_7.noarch",
"product": {
"name": "git-gui-0:2.31.1-3.el8_7.noarch",
"product_id": "git-gui-0:2.31.1-3.el8_7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-gui@2.31.1-3.el8_7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-instaweb-0:2.31.1-3.el8_7.noarch",
"product": {
"name": "git-instaweb-0:2.31.1-3.el8_7.noarch",
"product_id": "git-instaweb-0:2.31.1-3.el8_7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-instaweb@2.31.1-3.el8_7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-svn-0:2.31.1-3.el8_7.noarch",
"product": {
"name": "git-svn-0:2.31.1-3.el8_7.noarch",
"product_id": "git-svn-0:2.31.1-3.el8_7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn@2.31.1-3.el8_7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitk-0:2.31.1-3.el8_7.noarch",
"product": {
"name": "gitk-0:2.31.1-3.el8_7.noarch",
"product_id": "gitk-0:2.31.1-3.el8_7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitk@2.31.1-3.el8_7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitweb-0:2.31.1-3.el8_7.noarch",
"product": {
"name": "gitweb-0:2.31.1-3.el8_7.noarch",
"product_id": "gitweb-0:2.31.1-3.el8_7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitweb@2.31.1-3.el8_7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-0:2.31.1-3.el8_7.noarch",
"product": {
"name": "perl-Git-0:2.31.1-3.el8_7.noarch",
"product_id": "perl-Git-0:2.31.1-3.el8_7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git@2.31.1-3.el8_7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-SVN-0:2.31.1-3.el8_7.noarch",
"product": {
"name": "perl-Git-SVN-0:2.31.1-3.el8_7.noarch",
"product_id": "perl-Git-SVN-0:2.31.1-3.el8_7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git-SVN@2.31.1-3.el8_7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.31.1-3.el8_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.aarch64"
},
"product_reference": "git-0:2.31.1-3.el8_7.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.31.1-3.el8_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.ppc64le"
},
"product_reference": "git-0:2.31.1-3.el8_7.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.31.1-3.el8_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.s390x"
},
"product_reference": "git-0:2.31.1-3.el8_7.s390x",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.31.1-3.el8_7.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.src"
},
"product_reference": "git-0:2.31.1-3.el8_7.src",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.31.1-3.el8_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.x86_64"
},
"product_reference": "git-0:2.31.1-3.el8_7.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-all-0:2.31.1-3.el8_7.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-all-0:2.31.1-3.el8_7.noarch"
},
"product_reference": "git-all-0:2.31.1-3.el8_7.noarch",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.31.1-3.el8_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.aarch64"
},
"product_reference": "git-core-0:2.31.1-3.el8_7.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.31.1-3.el8_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.ppc64le"
},
"product_reference": "git-core-0:2.31.1-3.el8_7.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.31.1-3.el8_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.s390x"
},
"product_reference": "git-core-0:2.31.1-3.el8_7.s390x",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.31.1-3.el8_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.x86_64"
},
"product_reference": "git-core-0:2.31.1-3.el8_7.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.31.1-3.el8_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.aarch64"
},
"product_reference": "git-core-debuginfo-0:2.31.1-3.el8_7.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.31.1-3.el8_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.ppc64le"
},
"product_reference": "git-core-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.31.1-3.el8_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.s390x"
},
"product_reference": "git-core-debuginfo-0:2.31.1-3.el8_7.s390x",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.31.1-3.el8_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.x86_64"
},
"product_reference": "git-core-debuginfo-0:2.31.1-3.el8_7.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-doc-0:2.31.1-3.el8_7.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-core-doc-0:2.31.1-3.el8_7.noarch"
},
"product_reference": "git-core-doc-0:2.31.1-3.el8_7.noarch",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.31.1-3.el8_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.aarch64"
},
"product_reference": "git-credential-libsecret-0:2.31.1-3.el8_7.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.31.1-3.el8_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.ppc64le"
},
"product_reference": "git-credential-libsecret-0:2.31.1-3.el8_7.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.31.1-3.el8_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.s390x"
},
"product_reference": "git-credential-libsecret-0:2.31.1-3.el8_7.s390x",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.31.1-3.el8_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.x86_64"
},
"product_reference": "git-credential-libsecret-0:2.31.1-3.el8_7.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.aarch64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.ppc64le"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.s390x"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.s390x",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.x86_64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.31.1-3.el8_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.aarch64"
},
"product_reference": "git-daemon-0:2.31.1-3.el8_7.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.31.1-3.el8_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.ppc64le"
},
"product_reference": "git-daemon-0:2.31.1-3.el8_7.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.31.1-3.el8_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.s390x"
},
"product_reference": "git-daemon-0:2.31.1-3.el8_7.s390x",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.31.1-3.el8_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.x86_64"
},
"product_reference": "git-daemon-0:2.31.1-3.el8_7.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.31.1-3.el8_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.aarch64"
},
"product_reference": "git-daemon-debuginfo-0:2.31.1-3.el8_7.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.31.1-3.el8_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.ppc64le"
},
"product_reference": "git-daemon-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.31.1-3.el8_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.s390x"
},
"product_reference": "git-daemon-debuginfo-0:2.31.1-3.el8_7.s390x",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.31.1-3.el8_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.x86_64"
},
"product_reference": "git-daemon-debuginfo-0:2.31.1-3.el8_7.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.31.1-3.el8_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.aarch64"
},
"product_reference": "git-debuginfo-0:2.31.1-3.el8_7.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.31.1-3.el8_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.ppc64le"
},
"product_reference": "git-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.31.1-3.el8_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.s390x"
},
"product_reference": "git-debuginfo-0:2.31.1-3.el8_7.s390x",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.31.1-3.el8_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.x86_64"
},
"product_reference": "git-debuginfo-0:2.31.1-3.el8_7.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.31.1-3.el8_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.aarch64"
},
"product_reference": "git-debugsource-0:2.31.1-3.el8_7.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.31.1-3.el8_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.ppc64le"
},
"product_reference": "git-debugsource-0:2.31.1-3.el8_7.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.31.1-3.el8_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.s390x"
},
"product_reference": "git-debugsource-0:2.31.1-3.el8_7.s390x",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.31.1-3.el8_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.x86_64"
},
"product_reference": "git-debugsource-0:2.31.1-3.el8_7.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-0:2.31.1-3.el8_7.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-email-0:2.31.1-3.el8_7.noarch"
},
"product_reference": "git-email-0:2.31.1-3.el8_7.noarch",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-0:2.31.1-3.el8_7.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-gui-0:2.31.1-3.el8_7.noarch"
},
"product_reference": "git-gui-0:2.31.1-3.el8_7.noarch",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-instaweb-0:2.31.1-3.el8_7.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-instaweb-0:2.31.1-3.el8_7.noarch"
},
"product_reference": "git-instaweb-0:2.31.1-3.el8_7.noarch",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.31.1-3.el8_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.aarch64"
},
"product_reference": "git-subtree-0:2.31.1-3.el8_7.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.31.1-3.el8_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.ppc64le"
},
"product_reference": "git-subtree-0:2.31.1-3.el8_7.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.31.1-3.el8_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.s390x"
},
"product_reference": "git-subtree-0:2.31.1-3.el8_7.s390x",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.31.1-3.el8_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.x86_64"
},
"product_reference": "git-subtree-0:2.31.1-3.el8_7.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:2.31.1-3.el8_7.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:git-svn-0:2.31.1-3.el8_7.noarch"
},
"product_reference": "git-svn-0:2.31.1-3.el8_7.noarch",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-0:2.31.1-3.el8_7.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:gitk-0:2.31.1-3.el8_7.noarch"
},
"product_reference": "gitk-0:2.31.1-3.el8_7.noarch",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitweb-0:2.31.1-3.el8_7.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:gitweb-0:2.31.1-3.el8_7.noarch"
},
"product_reference": "gitweb-0:2.31.1-3.el8_7.noarch",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-0:2.31.1-3.el8_7.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:perl-Git-0:2.31.1-3.el8_7.noarch"
},
"product_reference": "perl-Git-0:2.31.1-3.el8_7.noarch",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-SVN-0:2.31.1-3.el8_7.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.Z.MAIN:perl-Git-SVN-0:2.31.1-3.el8_7.noarch"
},
"product_reference": "perl-Git-SVN-0:2.31.1-3.el8_7.noarch",
"relates_to_product_reference": "AppStream-8.7.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-23521",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2023-01-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2162055"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Git, a distributed revision control system. When parsing gitattributes, a mechanism to allow defining attributes for paths, multiple integer overflows can occur when there is a huge number of path patterns, attributes for a single pattern, or declared attribute names. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index, or both. This integer overflow can result in arbitrary heap reads and writes, which may allow remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: gitattributes parsing integer overflow",
"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.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.src",
"AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-all-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-core-doc-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-email-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-gui-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-instaweb-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-svn-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:gitk-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:gitweb-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:perl-Git-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:perl-Git-SVN-0:2.31.1-3.el8_7.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23521"
},
{
"category": "external",
"summary": "RHBZ#2162055",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162055"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23521",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23521"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23521",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23521"
},
{
"category": "external",
"summary": "https://github.blog/2023-01-17-git-security-vulnerabilities-announced-2/",
"url": "https://github.blog/2023-01-17-git-security-vulnerabilities-announced-2/"
},
{
"category": "external",
"summary": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf",
"url": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf"
},
{
"category": "external",
"summary": "https://github.com/git/git/security/advisories/GHSA-c738-c5qq-xg89",
"url": "https://github.com/git/git/security/advisories/GHSA-c738-c5qq-xg89"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2023/01/17/4",
"url": "https://www.openwall.com/lists/oss-security/2023/01/17/4"
}
],
"release_date": "2023-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-06T19:49:23+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.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.src",
"AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-all-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-core-doc-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-email-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-gui-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-instaweb-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-svn-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:gitk-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:gitweb-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:perl-Git-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:perl-Git-SVN-0:2.31.1-3.el8_7.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0610"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"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": [
"AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.src",
"AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-all-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-core-doc-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-email-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-gui-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-instaweb-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-svn-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:gitk-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:gitweb-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:perl-Git-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:perl-Git-SVN-0:2.31.1-3.el8_7.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: gitattributes parsing integer overflow"
},
{
"cve": "CVE-2022-41903",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2023-01-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2162056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Git, a distributed revision control system. This issue occurs due to an integer overflow in `pretty.c::format_and_pad_commit()`, where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through the git archive via the export-subst mechanism, which expands format specifiers inside files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may allow arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: Heap overflow in `git archive`, `git log --format` leading to RCE",
"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.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.src",
"AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-all-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-core-doc-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-email-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-gui-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-instaweb-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-svn-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:gitk-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:gitweb-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:perl-Git-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:perl-Git-SVN-0:2.31.1-3.el8_7.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41903"
},
{
"category": "external",
"summary": "RHBZ#2162056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41903",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41903"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41903",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41903"
},
{
"category": "external",
"summary": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf",
"url": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf"
},
{
"category": "external",
"summary": "https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq",
"url": "https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2023/01/17/4",
"url": "https://www.openwall.com/lists/oss-security/2023/01/17/4"
}
],
"release_date": "2023-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-06T19:49:23+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.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.src",
"AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-all-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-core-doc-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-email-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-gui-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-instaweb-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-svn-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:gitk-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:gitweb-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:perl-Git-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:perl-Git-SVN-0:2.31.1-3.el8_7.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0610"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"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": [
"AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.src",
"AppStream-8.7.0.Z.MAIN:git-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-all-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-core-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-core-doc-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-daemon-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-debugsource-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-email-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-gui-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-instaweb-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.aarch64",
"AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.ppc64le",
"AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.s390x",
"AppStream-8.7.0.Z.MAIN:git-subtree-0:2.31.1-3.el8_7.x86_64",
"AppStream-8.7.0.Z.MAIN:git-svn-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:gitk-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:gitweb-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:perl-Git-0:2.31.1-3.el8_7.noarch",
"AppStream-8.7.0.Z.MAIN:perl-Git-SVN-0:2.31.1-3.el8_7.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: Heap overflow in `git archive`, `git log --format` leading to RCE"
}
]
}
RHSA-2023:0611
Vulnerability from csaf_redhat - Published: 2023-02-06 19:42 - Updated: 2025-11-21 18:37A flaw was found in Git, a distributed revision control system. When parsing gitattributes, a mechanism to allow defining attributes for paths, multiple integer overflows can occur when there is a huge number of path patterns, attributes for a single pattern, or declared attribute names. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index, or both. This integer overflow can result in arbitrary heap reads and writes, which may allow remote code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-all-0:2.31.1-3.el9_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-core-doc-0:2.31.1-3.el9_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-email-0:2.31.1-3.el9_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-gui-0:2.31.1-3.el9_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-instaweb-0:2.31.1-3.el9_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-svn-0:2.31.1-3.el9_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:gitk-0:2.31.1-3.el9_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:gitweb-0:2.31.1-3.el9_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:perl-Git-0:2.31.1-3.el9_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:perl-Git-SVN-0:2.31.1-3.el9_1.noarch | — |
Vendor Fix
fix
|
A flaw was found in Git, a distributed revision control system. This issue occurs due to an integer overflow in `pretty.c::format_and_pad_commit()`, where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through the git archive via the export-subst mechanism, which expands format specifiers inside files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may allow arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-all-0:2.31.1-3.el9_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-core-doc-0:2.31.1-3.el9_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-email-0:2.31.1-3.el9_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-gui-0:2.31.1-3.el9_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-instaweb-0:2.31.1-3.el9_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:git-svn-0:2.31.1-3.el9_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:gitk-0:2.31.1-3.el9_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:gitweb-0:2.31.1-3.el9_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:perl-Git-0:2.31.1-3.el9_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:perl-Git-SVN-0:2.31.1-3.el9_1.noarch | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for git is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: gitattributes parsing integer overflow (CVE-2022-23521)\n\n* git: Heap overflow in `git archive`, `git log --format` leading to RCE (CVE-2022-41903)\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-2023:0611",
"url": "https://access.redhat.com/errata/RHSA-2023:0611"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2162055",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162055"
},
{
"category": "external",
"summary": "2162056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162056"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0611.json"
}
],
"title": "Red Hat Security Advisory: git security update",
"tracking": {
"current_release_date": "2025-11-21T18:37:27+00:00",
"generator": {
"date": "2025-11-21T18:37:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:0611",
"initial_release_date": "2023-02-06T19:42:44+00:00",
"revision_history": [
{
"date": "2023-02-06T19:42:44+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-02-06T19:42:44+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:37:27+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN",
"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.31.1-3.el9_1.src",
"product": {
"name": "git-0:2.31.1-3.el9_1.src",
"product_id": "git-0:2.31.1-3.el9_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-3.el9_1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.1-3.el9_1.aarch64",
"product": {
"name": "git-0:2.31.1-3.el9_1.aarch64",
"product_id": "git-0:2.31.1-3.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-3.el9_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.31.1-3.el9_1.aarch64",
"product": {
"name": "git-core-0:2.31.1-3.el9_1.aarch64",
"product_id": "git-core-0:2.31.1-3.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.31.1-3.el9_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.31.1-3.el9_1.aarch64",
"product": {
"name": "git-credential-libsecret-0:2.31.1-3.el9_1.aarch64",
"product_id": "git-credential-libsecret-0:2.31.1-3.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.31.1-3.el9_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.31.1-3.el9_1.aarch64",
"product": {
"name": "git-daemon-0:2.31.1-3.el9_1.aarch64",
"product_id": "git-daemon-0:2.31.1-3.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.31.1-3.el9_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.31.1-3.el9_1.aarch64",
"product": {
"name": "git-subtree-0:2.31.1-3.el9_1.aarch64",
"product_id": "git-subtree-0:2.31.1-3.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.31.1-3.el9_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.31.1-3.el9_1.aarch64",
"product": {
"name": "git-debugsource-0:2.31.1-3.el9_1.aarch64",
"product_id": "git-debugsource-0:2.31.1-3.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.31.1-3.el9_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.31.1-3.el9_1.aarch64",
"product": {
"name": "git-core-debuginfo-0:2.31.1-3.el9_1.aarch64",
"product_id": "git-core-debuginfo-0:2.31.1-3.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.31.1-3.el9_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.aarch64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.aarch64",
"product_id": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.31.1-3.el9_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.31.1-3.el9_1.aarch64",
"product": {
"name": "git-daemon-debuginfo-0:2.31.1-3.el9_1.aarch64",
"product_id": "git-daemon-debuginfo-0:2.31.1-3.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.31.1-3.el9_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.31.1-3.el9_1.aarch64",
"product": {
"name": "git-debuginfo-0:2.31.1-3.el9_1.aarch64",
"product_id": "git-debuginfo-0:2.31.1-3.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.31.1-3.el9_1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.1-3.el9_1.ppc64le",
"product": {
"name": "git-0:2.31.1-3.el9_1.ppc64le",
"product_id": "git-0:2.31.1-3.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-3.el9_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.31.1-3.el9_1.ppc64le",
"product": {
"name": "git-core-0:2.31.1-3.el9_1.ppc64le",
"product_id": "git-core-0:2.31.1-3.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.31.1-3.el9_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.31.1-3.el9_1.ppc64le",
"product": {
"name": "git-credential-libsecret-0:2.31.1-3.el9_1.ppc64le",
"product_id": "git-credential-libsecret-0:2.31.1-3.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.31.1-3.el9_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.31.1-3.el9_1.ppc64le",
"product": {
"name": "git-daemon-0:2.31.1-3.el9_1.ppc64le",
"product_id": "git-daemon-0:2.31.1-3.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.31.1-3.el9_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.31.1-3.el9_1.ppc64le",
"product": {
"name": "git-subtree-0:2.31.1-3.el9_1.ppc64le",
"product_id": "git-subtree-0:2.31.1-3.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.31.1-3.el9_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.31.1-3.el9_1.ppc64le",
"product": {
"name": "git-debugsource-0:2.31.1-3.el9_1.ppc64le",
"product_id": "git-debugsource-0:2.31.1-3.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.31.1-3.el9_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"product": {
"name": "git-core-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"product_id": "git-core-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.31.1-3.el9_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"product_id": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.31.1-3.el9_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"product": {
"name": "git-daemon-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"product_id": "git-daemon-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.31.1-3.el9_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"product": {
"name": "git-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"product_id": "git-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.31.1-3.el9_1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.1-3.el9_1.x86_64",
"product": {
"name": "git-0:2.31.1-3.el9_1.x86_64",
"product_id": "git-0:2.31.1-3.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-3.el9_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.31.1-3.el9_1.x86_64",
"product": {
"name": "git-core-0:2.31.1-3.el9_1.x86_64",
"product_id": "git-core-0:2.31.1-3.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.31.1-3.el9_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.31.1-3.el9_1.x86_64",
"product": {
"name": "git-credential-libsecret-0:2.31.1-3.el9_1.x86_64",
"product_id": "git-credential-libsecret-0:2.31.1-3.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.31.1-3.el9_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.31.1-3.el9_1.x86_64",
"product": {
"name": "git-daemon-0:2.31.1-3.el9_1.x86_64",
"product_id": "git-daemon-0:2.31.1-3.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.31.1-3.el9_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.31.1-3.el9_1.x86_64",
"product": {
"name": "git-subtree-0:2.31.1-3.el9_1.x86_64",
"product_id": "git-subtree-0:2.31.1-3.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.31.1-3.el9_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.31.1-3.el9_1.x86_64",
"product": {
"name": "git-debugsource-0:2.31.1-3.el9_1.x86_64",
"product_id": "git-debugsource-0:2.31.1-3.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.31.1-3.el9_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.31.1-3.el9_1.x86_64",
"product": {
"name": "git-core-debuginfo-0:2.31.1-3.el9_1.x86_64",
"product_id": "git-core-debuginfo-0:2.31.1-3.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.31.1-3.el9_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.x86_64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.x86_64",
"product_id": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.31.1-3.el9_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.31.1-3.el9_1.x86_64",
"product": {
"name": "git-daemon-debuginfo-0:2.31.1-3.el9_1.x86_64",
"product_id": "git-daemon-debuginfo-0:2.31.1-3.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.31.1-3.el9_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.31.1-3.el9_1.x86_64",
"product": {
"name": "git-debuginfo-0:2.31.1-3.el9_1.x86_64",
"product_id": "git-debuginfo-0:2.31.1-3.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.31.1-3.el9_1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.1-3.el9_1.s390x",
"product": {
"name": "git-0:2.31.1-3.el9_1.s390x",
"product_id": "git-0:2.31.1-3.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-3.el9_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.31.1-3.el9_1.s390x",
"product": {
"name": "git-core-0:2.31.1-3.el9_1.s390x",
"product_id": "git-core-0:2.31.1-3.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.31.1-3.el9_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.31.1-3.el9_1.s390x",
"product": {
"name": "git-credential-libsecret-0:2.31.1-3.el9_1.s390x",
"product_id": "git-credential-libsecret-0:2.31.1-3.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.31.1-3.el9_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.31.1-3.el9_1.s390x",
"product": {
"name": "git-daemon-0:2.31.1-3.el9_1.s390x",
"product_id": "git-daemon-0:2.31.1-3.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.31.1-3.el9_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.31.1-3.el9_1.s390x",
"product": {
"name": "git-subtree-0:2.31.1-3.el9_1.s390x",
"product_id": "git-subtree-0:2.31.1-3.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.31.1-3.el9_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.31.1-3.el9_1.s390x",
"product": {
"name": "git-debugsource-0:2.31.1-3.el9_1.s390x",
"product_id": "git-debugsource-0:2.31.1-3.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.31.1-3.el9_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.31.1-3.el9_1.s390x",
"product": {
"name": "git-core-debuginfo-0:2.31.1-3.el9_1.s390x",
"product_id": "git-core-debuginfo-0:2.31.1-3.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.31.1-3.el9_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.s390x",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.s390x",
"product_id": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.31.1-3.el9_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.31.1-3.el9_1.s390x",
"product": {
"name": "git-daemon-debuginfo-0:2.31.1-3.el9_1.s390x",
"product_id": "git-daemon-debuginfo-0:2.31.1-3.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.31.1-3.el9_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.31.1-3.el9_1.s390x",
"product": {
"name": "git-debuginfo-0:2.31.1-3.el9_1.s390x",
"product_id": "git-debuginfo-0:2.31.1-3.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.31.1-3.el9_1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "git-all-0:2.31.1-3.el9_1.noarch",
"product": {
"name": "git-all-0:2.31.1-3.el9_1.noarch",
"product_id": "git-all-0:2.31.1-3.el9_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-all@2.31.1-3.el9_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-core-doc-0:2.31.1-3.el9_1.noarch",
"product": {
"name": "git-core-doc-0:2.31.1-3.el9_1.noarch",
"product_id": "git-core-doc-0:2.31.1-3.el9_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-doc@2.31.1-3.el9_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-email-0:2.31.1-3.el9_1.noarch",
"product": {
"name": "git-email-0:2.31.1-3.el9_1.noarch",
"product_id": "git-email-0:2.31.1-3.el9_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-email@2.31.1-3.el9_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-gui-0:2.31.1-3.el9_1.noarch",
"product": {
"name": "git-gui-0:2.31.1-3.el9_1.noarch",
"product_id": "git-gui-0:2.31.1-3.el9_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-gui@2.31.1-3.el9_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-instaweb-0:2.31.1-3.el9_1.noarch",
"product": {
"name": "git-instaweb-0:2.31.1-3.el9_1.noarch",
"product_id": "git-instaweb-0:2.31.1-3.el9_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-instaweb@2.31.1-3.el9_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-svn-0:2.31.1-3.el9_1.noarch",
"product": {
"name": "git-svn-0:2.31.1-3.el9_1.noarch",
"product_id": "git-svn-0:2.31.1-3.el9_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn@2.31.1-3.el9_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitk-0:2.31.1-3.el9_1.noarch",
"product": {
"name": "gitk-0:2.31.1-3.el9_1.noarch",
"product_id": "gitk-0:2.31.1-3.el9_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitk@2.31.1-3.el9_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitweb-0:2.31.1-3.el9_1.noarch",
"product": {
"name": "gitweb-0:2.31.1-3.el9_1.noarch",
"product_id": "gitweb-0:2.31.1-3.el9_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitweb@2.31.1-3.el9_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-0:2.31.1-3.el9_1.noarch",
"product": {
"name": "perl-Git-0:2.31.1-3.el9_1.noarch",
"product_id": "perl-Git-0:2.31.1-3.el9_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git@2.31.1-3.el9_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-SVN-0:2.31.1-3.el9_1.noarch",
"product": {
"name": "perl-Git-SVN-0:2.31.1-3.el9_1.noarch",
"product_id": "perl-Git-SVN-0:2.31.1-3.el9_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git-SVN@2.31.1-3.el9_1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.31.1-3.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.aarch64"
},
"product_reference": "git-0:2.31.1-3.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.31.1-3.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.ppc64le"
},
"product_reference": "git-0:2.31.1-3.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.31.1-3.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.s390x"
},
"product_reference": "git-0:2.31.1-3.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.31.1-3.el9_1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.src"
},
"product_reference": "git-0:2.31.1-3.el9_1.src",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.31.1-3.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.x86_64"
},
"product_reference": "git-0:2.31.1-3.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-all-0:2.31.1-3.el9_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-all-0:2.31.1-3.el9_1.noarch"
},
"product_reference": "git-all-0:2.31.1-3.el9_1.noarch",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.31.1-3.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.aarch64"
},
"product_reference": "git-core-0:2.31.1-3.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.31.1-3.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.ppc64le"
},
"product_reference": "git-core-0:2.31.1-3.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.31.1-3.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.s390x"
},
"product_reference": "git-core-0:2.31.1-3.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.31.1-3.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.x86_64"
},
"product_reference": "git-core-0:2.31.1-3.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.31.1-3.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.aarch64"
},
"product_reference": "git-core-debuginfo-0:2.31.1-3.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.31.1-3.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.ppc64le"
},
"product_reference": "git-core-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.31.1-3.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.s390x"
},
"product_reference": "git-core-debuginfo-0:2.31.1-3.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.31.1-3.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.x86_64"
},
"product_reference": "git-core-debuginfo-0:2.31.1-3.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-doc-0:2.31.1-3.el9_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-core-doc-0:2.31.1-3.el9_1.noarch"
},
"product_reference": "git-core-doc-0:2.31.1-3.el9_1.noarch",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.31.1-3.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.aarch64"
},
"product_reference": "git-credential-libsecret-0:2.31.1-3.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.31.1-3.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.ppc64le"
},
"product_reference": "git-credential-libsecret-0:2.31.1-3.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.31.1-3.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.s390x"
},
"product_reference": "git-credential-libsecret-0:2.31.1-3.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.31.1-3.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.x86_64"
},
"product_reference": "git-credential-libsecret-0:2.31.1-3.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.aarch64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.ppc64le"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.s390x"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.x86_64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.31.1-3.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.aarch64"
},
"product_reference": "git-daemon-0:2.31.1-3.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.31.1-3.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.ppc64le"
},
"product_reference": "git-daemon-0:2.31.1-3.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.31.1-3.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.s390x"
},
"product_reference": "git-daemon-0:2.31.1-3.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.31.1-3.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.x86_64"
},
"product_reference": "git-daemon-0:2.31.1-3.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.31.1-3.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.aarch64"
},
"product_reference": "git-daemon-debuginfo-0:2.31.1-3.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.31.1-3.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.ppc64le"
},
"product_reference": "git-daemon-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.31.1-3.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.s390x"
},
"product_reference": "git-daemon-debuginfo-0:2.31.1-3.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.31.1-3.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.x86_64"
},
"product_reference": "git-daemon-debuginfo-0:2.31.1-3.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.31.1-3.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.aarch64"
},
"product_reference": "git-debuginfo-0:2.31.1-3.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.31.1-3.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.ppc64le"
},
"product_reference": "git-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.31.1-3.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.s390x"
},
"product_reference": "git-debuginfo-0:2.31.1-3.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.31.1-3.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.x86_64"
},
"product_reference": "git-debuginfo-0:2.31.1-3.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.31.1-3.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.aarch64"
},
"product_reference": "git-debugsource-0:2.31.1-3.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.31.1-3.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.ppc64le"
},
"product_reference": "git-debugsource-0:2.31.1-3.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.31.1-3.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.s390x"
},
"product_reference": "git-debugsource-0:2.31.1-3.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.31.1-3.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.x86_64"
},
"product_reference": "git-debugsource-0:2.31.1-3.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-0:2.31.1-3.el9_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-email-0:2.31.1-3.el9_1.noarch"
},
"product_reference": "git-email-0:2.31.1-3.el9_1.noarch",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-0:2.31.1-3.el9_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-gui-0:2.31.1-3.el9_1.noarch"
},
"product_reference": "git-gui-0:2.31.1-3.el9_1.noarch",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-instaweb-0:2.31.1-3.el9_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-instaweb-0:2.31.1-3.el9_1.noarch"
},
"product_reference": "git-instaweb-0:2.31.1-3.el9_1.noarch",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.31.1-3.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.aarch64"
},
"product_reference": "git-subtree-0:2.31.1-3.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.31.1-3.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.ppc64le"
},
"product_reference": "git-subtree-0:2.31.1-3.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.31.1-3.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.s390x"
},
"product_reference": "git-subtree-0:2.31.1-3.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.31.1-3.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.x86_64"
},
"product_reference": "git-subtree-0:2.31.1-3.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:2.31.1-3.el9_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:git-svn-0:2.31.1-3.el9_1.noarch"
},
"product_reference": "git-svn-0:2.31.1-3.el9_1.noarch",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-0:2.31.1-3.el9_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:gitk-0:2.31.1-3.el9_1.noarch"
},
"product_reference": "gitk-0:2.31.1-3.el9_1.noarch",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitweb-0:2.31.1-3.el9_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:gitweb-0:2.31.1-3.el9_1.noarch"
},
"product_reference": "gitweb-0:2.31.1-3.el9_1.noarch",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-0:2.31.1-3.el9_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:perl-Git-0:2.31.1-3.el9_1.noarch"
},
"product_reference": "perl-Git-0:2.31.1-3.el9_1.noarch",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-SVN-0:2.31.1-3.el9_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:perl-Git-SVN-0:2.31.1-3.el9_1.noarch"
},
"product_reference": "perl-Git-SVN-0:2.31.1-3.el9_1.noarch",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-23521",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2023-01-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2162055"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Git, a distributed revision control system. When parsing gitattributes, a mechanism to allow defining attributes for paths, multiple integer overflows can occur when there is a huge number of path patterns, attributes for a single pattern, or declared attribute names. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index, or both. This integer overflow can result in arbitrary heap reads and writes, which may allow remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: gitattributes parsing integer overflow",
"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.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.src",
"AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-all-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-core-doc-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-email-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-gui-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-instaweb-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-svn-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:gitk-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:gitweb-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:perl-Git-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:perl-Git-SVN-0:2.31.1-3.el9_1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23521"
},
{
"category": "external",
"summary": "RHBZ#2162055",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162055"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23521",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23521"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23521",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23521"
},
{
"category": "external",
"summary": "https://github.blog/2023-01-17-git-security-vulnerabilities-announced-2/",
"url": "https://github.blog/2023-01-17-git-security-vulnerabilities-announced-2/"
},
{
"category": "external",
"summary": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf",
"url": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf"
},
{
"category": "external",
"summary": "https://github.com/git/git/security/advisories/GHSA-c738-c5qq-xg89",
"url": "https://github.com/git/git/security/advisories/GHSA-c738-c5qq-xg89"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2023/01/17/4",
"url": "https://www.openwall.com/lists/oss-security/2023/01/17/4"
}
],
"release_date": "2023-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-06T19:42:44+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.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.src",
"AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-all-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-core-doc-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-email-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-gui-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-instaweb-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-svn-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:gitk-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:gitweb-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:perl-Git-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:perl-Git-SVN-0:2.31.1-3.el9_1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0611"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"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": [
"AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.src",
"AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-all-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-core-doc-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-email-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-gui-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-instaweb-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-svn-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:gitk-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:gitweb-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:perl-Git-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:perl-Git-SVN-0:2.31.1-3.el9_1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: gitattributes parsing integer overflow"
},
{
"cve": "CVE-2022-41903",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2023-01-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2162056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Git, a distributed revision control system. This issue occurs due to an integer overflow in `pretty.c::format_and_pad_commit()`, where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through the git archive via the export-subst mechanism, which expands format specifiers inside files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may allow arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: Heap overflow in `git archive`, `git log --format` leading to RCE",
"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.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.src",
"AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-all-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-core-doc-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-email-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-gui-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-instaweb-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-svn-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:gitk-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:gitweb-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:perl-Git-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:perl-Git-SVN-0:2.31.1-3.el9_1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41903"
},
{
"category": "external",
"summary": "RHBZ#2162056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41903",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41903"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41903",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41903"
},
{
"category": "external",
"summary": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf",
"url": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf"
},
{
"category": "external",
"summary": "https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq",
"url": "https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2023/01/17/4",
"url": "https://www.openwall.com/lists/oss-security/2023/01/17/4"
}
],
"release_date": "2023-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-06T19:42:44+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.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.src",
"AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-all-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-core-doc-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-email-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-gui-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-instaweb-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-svn-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:gitk-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:gitweb-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:perl-Git-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:perl-Git-SVN-0:2.31.1-3.el9_1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0611"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"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": [
"AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.src",
"AppStream-9.1.0.Z.MAIN:git-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-all-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-core-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-core-debuginfo-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-core-doc-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-daemon-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-daemon-debuginfo-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-debuginfo-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-debugsource-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-email-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-gui-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-instaweb-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:git-subtree-0:2.31.1-3.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:git-svn-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:gitk-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:gitweb-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:perl-Git-0:2.31.1-3.el9_1.noarch",
"AppStream-9.1.0.Z.MAIN:perl-Git-SVN-0:2.31.1-3.el9_1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: Heap overflow in `git archive`, `git log --format` leading to RCE"
}
]
}
RHSA-2023:0627
Vulnerability from csaf_redhat - Published: 2023-02-07 15:42 - Updated: 2025-11-21 18:37A flaw was found in Git, a distributed revision control system. When parsing gitattributes, a mechanism to allow defining attributes for paths, multiple integer overflows can occur when there is a huge number of path patterns, attributes for a single pattern, or declared attribute names. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index, or both. This integer overflow can result in arbitrary heap reads and writes, which may allow remote code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-all-0:2.31.1-3.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-doc-0:2.31.1-3.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-email-0:2.31.1-3.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-gui-0:2.31.1-3.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-instaweb-0:2.31.1-3.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-svn-0:2.31.1-3.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:gitk-0:2.31.1-3.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:gitweb-0:2.31.1-3.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:perl-Git-0:2.31.1-3.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:perl-Git-SVN-0:2.31.1-3.el9_0.noarch | — |
Vendor Fix
fix
|
A flaw was found in Git, a distributed revision control system. This issue occurs due to an integer overflow in `pretty.c::format_and_pad_commit()`, where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through the git archive via the export-subst mechanism, which expands format specifiers inside files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may allow arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-all-0:2.31.1-3.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-doc-0:2.31.1-3.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-email-0:2.31.1-3.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-gui-0:2.31.1-3.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-instaweb-0:2.31.1-3.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-svn-0:2.31.1-3.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:gitk-0:2.31.1-3.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:gitweb-0:2.31.1-3.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:perl-Git-0:2.31.1-3.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:perl-Git-SVN-0:2.31.1-3.el9_0.noarch | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for git is now available for Red Hat Enterprise Linux 9.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: gitattributes parsing integer overflow (CVE-2022-23521)\n\n* git: Heap overflow in `git archive`, `git log --format` leading to RCE (CVE-2022-41903)\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-2023:0627",
"url": "https://access.redhat.com/errata/RHSA-2023:0627"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2162055",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162055"
},
{
"category": "external",
"summary": "2162056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162056"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0627.json"
}
],
"title": "Red Hat Security Advisory: git security update",
"tracking": {
"current_release_date": "2025-11-21T18:37:29+00:00",
"generator": {
"date": "2025-11-21T18:37:29+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:0627",
"initial_release_date": "2023-02-07T15:42:42+00:00",
"revision_history": [
{
"date": "2023-02-07T15:42:42+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-02-07T15:42:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:37:29+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.0::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.1-3.el9_0.src",
"product": {
"name": "git-0:2.31.1-3.el9_0.src",
"product_id": "git-0:2.31.1-3.el9_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-3.el9_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.1-3.el9_0.aarch64",
"product": {
"name": "git-0:2.31.1-3.el9_0.aarch64",
"product_id": "git-0:2.31.1-3.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-3.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.31.1-3.el9_0.aarch64",
"product": {
"name": "git-core-0:2.31.1-3.el9_0.aarch64",
"product_id": "git-core-0:2.31.1-3.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.31.1-3.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.31.1-3.el9_0.aarch64",
"product": {
"name": "git-credential-libsecret-0:2.31.1-3.el9_0.aarch64",
"product_id": "git-credential-libsecret-0:2.31.1-3.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.31.1-3.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.31.1-3.el9_0.aarch64",
"product": {
"name": "git-daemon-0:2.31.1-3.el9_0.aarch64",
"product_id": "git-daemon-0:2.31.1-3.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.31.1-3.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.31.1-3.el9_0.aarch64",
"product": {
"name": "git-subtree-0:2.31.1-3.el9_0.aarch64",
"product_id": "git-subtree-0:2.31.1-3.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.31.1-3.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.31.1-3.el9_0.aarch64",
"product": {
"name": "git-debugsource-0:2.31.1-3.el9_0.aarch64",
"product_id": "git-debugsource-0:2.31.1-3.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.31.1-3.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.31.1-3.el9_0.aarch64",
"product": {
"name": "git-core-debuginfo-0:2.31.1-3.el9_0.aarch64",
"product_id": "git-core-debuginfo-0:2.31.1-3.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.31.1-3.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.aarch64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.aarch64",
"product_id": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.31.1-3.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.31.1-3.el9_0.aarch64",
"product": {
"name": "git-daemon-debuginfo-0:2.31.1-3.el9_0.aarch64",
"product_id": "git-daemon-debuginfo-0:2.31.1-3.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.31.1-3.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.31.1-3.el9_0.aarch64",
"product": {
"name": "git-debuginfo-0:2.31.1-3.el9_0.aarch64",
"product_id": "git-debuginfo-0:2.31.1-3.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.31.1-3.el9_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.1-3.el9_0.ppc64le",
"product": {
"name": "git-0:2.31.1-3.el9_0.ppc64le",
"product_id": "git-0:2.31.1-3.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-3.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.31.1-3.el9_0.ppc64le",
"product": {
"name": "git-core-0:2.31.1-3.el9_0.ppc64le",
"product_id": "git-core-0:2.31.1-3.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.31.1-3.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.31.1-3.el9_0.ppc64le",
"product": {
"name": "git-credential-libsecret-0:2.31.1-3.el9_0.ppc64le",
"product_id": "git-credential-libsecret-0:2.31.1-3.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.31.1-3.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.31.1-3.el9_0.ppc64le",
"product": {
"name": "git-daemon-0:2.31.1-3.el9_0.ppc64le",
"product_id": "git-daemon-0:2.31.1-3.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.31.1-3.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.31.1-3.el9_0.ppc64le",
"product": {
"name": "git-subtree-0:2.31.1-3.el9_0.ppc64le",
"product_id": "git-subtree-0:2.31.1-3.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.31.1-3.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.31.1-3.el9_0.ppc64le",
"product": {
"name": "git-debugsource-0:2.31.1-3.el9_0.ppc64le",
"product_id": "git-debugsource-0:2.31.1-3.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.31.1-3.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"product": {
"name": "git-core-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"product_id": "git-core-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.31.1-3.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"product_id": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.31.1-3.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"product": {
"name": "git-daemon-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"product_id": "git-daemon-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.31.1-3.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"product": {
"name": "git-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"product_id": "git-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.31.1-3.el9_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.1-3.el9_0.x86_64",
"product": {
"name": "git-0:2.31.1-3.el9_0.x86_64",
"product_id": "git-0:2.31.1-3.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-3.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.31.1-3.el9_0.x86_64",
"product": {
"name": "git-core-0:2.31.1-3.el9_0.x86_64",
"product_id": "git-core-0:2.31.1-3.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.31.1-3.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.31.1-3.el9_0.x86_64",
"product": {
"name": "git-credential-libsecret-0:2.31.1-3.el9_0.x86_64",
"product_id": "git-credential-libsecret-0:2.31.1-3.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.31.1-3.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.31.1-3.el9_0.x86_64",
"product": {
"name": "git-daemon-0:2.31.1-3.el9_0.x86_64",
"product_id": "git-daemon-0:2.31.1-3.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.31.1-3.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.31.1-3.el9_0.x86_64",
"product": {
"name": "git-subtree-0:2.31.1-3.el9_0.x86_64",
"product_id": "git-subtree-0:2.31.1-3.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.31.1-3.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.31.1-3.el9_0.x86_64",
"product": {
"name": "git-debugsource-0:2.31.1-3.el9_0.x86_64",
"product_id": "git-debugsource-0:2.31.1-3.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.31.1-3.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.31.1-3.el9_0.x86_64",
"product": {
"name": "git-core-debuginfo-0:2.31.1-3.el9_0.x86_64",
"product_id": "git-core-debuginfo-0:2.31.1-3.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.31.1-3.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.x86_64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.x86_64",
"product_id": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.31.1-3.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.31.1-3.el9_0.x86_64",
"product": {
"name": "git-daemon-debuginfo-0:2.31.1-3.el9_0.x86_64",
"product_id": "git-daemon-debuginfo-0:2.31.1-3.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.31.1-3.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.31.1-3.el9_0.x86_64",
"product": {
"name": "git-debuginfo-0:2.31.1-3.el9_0.x86_64",
"product_id": "git-debuginfo-0:2.31.1-3.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.31.1-3.el9_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.1-3.el9_0.s390x",
"product": {
"name": "git-0:2.31.1-3.el9_0.s390x",
"product_id": "git-0:2.31.1-3.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-3.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.31.1-3.el9_0.s390x",
"product": {
"name": "git-core-0:2.31.1-3.el9_0.s390x",
"product_id": "git-core-0:2.31.1-3.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.31.1-3.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.31.1-3.el9_0.s390x",
"product": {
"name": "git-credential-libsecret-0:2.31.1-3.el9_0.s390x",
"product_id": "git-credential-libsecret-0:2.31.1-3.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.31.1-3.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.31.1-3.el9_0.s390x",
"product": {
"name": "git-daemon-0:2.31.1-3.el9_0.s390x",
"product_id": "git-daemon-0:2.31.1-3.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.31.1-3.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.31.1-3.el9_0.s390x",
"product": {
"name": "git-subtree-0:2.31.1-3.el9_0.s390x",
"product_id": "git-subtree-0:2.31.1-3.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.31.1-3.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.31.1-3.el9_0.s390x",
"product": {
"name": "git-debugsource-0:2.31.1-3.el9_0.s390x",
"product_id": "git-debugsource-0:2.31.1-3.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.31.1-3.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.31.1-3.el9_0.s390x",
"product": {
"name": "git-core-debuginfo-0:2.31.1-3.el9_0.s390x",
"product_id": "git-core-debuginfo-0:2.31.1-3.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.31.1-3.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.s390x",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.s390x",
"product_id": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.31.1-3.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.31.1-3.el9_0.s390x",
"product": {
"name": "git-daemon-debuginfo-0:2.31.1-3.el9_0.s390x",
"product_id": "git-daemon-debuginfo-0:2.31.1-3.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.31.1-3.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.31.1-3.el9_0.s390x",
"product": {
"name": "git-debuginfo-0:2.31.1-3.el9_0.s390x",
"product_id": "git-debuginfo-0:2.31.1-3.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.31.1-3.el9_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "git-all-0:2.31.1-3.el9_0.noarch",
"product": {
"name": "git-all-0:2.31.1-3.el9_0.noarch",
"product_id": "git-all-0:2.31.1-3.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-all@2.31.1-3.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-core-doc-0:2.31.1-3.el9_0.noarch",
"product": {
"name": "git-core-doc-0:2.31.1-3.el9_0.noarch",
"product_id": "git-core-doc-0:2.31.1-3.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-doc@2.31.1-3.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-email-0:2.31.1-3.el9_0.noarch",
"product": {
"name": "git-email-0:2.31.1-3.el9_0.noarch",
"product_id": "git-email-0:2.31.1-3.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-email@2.31.1-3.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-gui-0:2.31.1-3.el9_0.noarch",
"product": {
"name": "git-gui-0:2.31.1-3.el9_0.noarch",
"product_id": "git-gui-0:2.31.1-3.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-gui@2.31.1-3.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-instaweb-0:2.31.1-3.el9_0.noarch",
"product": {
"name": "git-instaweb-0:2.31.1-3.el9_0.noarch",
"product_id": "git-instaweb-0:2.31.1-3.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-instaweb@2.31.1-3.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-svn-0:2.31.1-3.el9_0.noarch",
"product": {
"name": "git-svn-0:2.31.1-3.el9_0.noarch",
"product_id": "git-svn-0:2.31.1-3.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn@2.31.1-3.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitk-0:2.31.1-3.el9_0.noarch",
"product": {
"name": "gitk-0:2.31.1-3.el9_0.noarch",
"product_id": "gitk-0:2.31.1-3.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitk@2.31.1-3.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitweb-0:2.31.1-3.el9_0.noarch",
"product": {
"name": "gitweb-0:2.31.1-3.el9_0.noarch",
"product_id": "gitweb-0:2.31.1-3.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitweb@2.31.1-3.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-0:2.31.1-3.el9_0.noarch",
"product": {
"name": "perl-Git-0:2.31.1-3.el9_0.noarch",
"product_id": "perl-Git-0:2.31.1-3.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git@2.31.1-3.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-SVN-0:2.31.1-3.el9_0.noarch",
"product": {
"name": "perl-Git-SVN-0:2.31.1-3.el9_0.noarch",
"product_id": "perl-Git-SVN-0:2.31.1-3.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git-SVN@2.31.1-3.el9_0?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.31.1-3.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.aarch64"
},
"product_reference": "git-0:2.31.1-3.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.31.1-3.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.ppc64le"
},
"product_reference": "git-0:2.31.1-3.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.31.1-3.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.s390x"
},
"product_reference": "git-0:2.31.1-3.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.31.1-3.el9_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.src"
},
"product_reference": "git-0:2.31.1-3.el9_0.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.31.1-3.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.x86_64"
},
"product_reference": "git-0:2.31.1-3.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-all-0:2.31.1-3.el9_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-all-0:2.31.1-3.el9_0.noarch"
},
"product_reference": "git-all-0:2.31.1-3.el9_0.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.31.1-3.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.aarch64"
},
"product_reference": "git-core-0:2.31.1-3.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.31.1-3.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.ppc64le"
},
"product_reference": "git-core-0:2.31.1-3.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.31.1-3.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.s390x"
},
"product_reference": "git-core-0:2.31.1-3.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.31.1-3.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.x86_64"
},
"product_reference": "git-core-0:2.31.1-3.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.31.1-3.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.aarch64"
},
"product_reference": "git-core-debuginfo-0:2.31.1-3.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.31.1-3.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.ppc64le"
},
"product_reference": "git-core-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.31.1-3.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.s390x"
},
"product_reference": "git-core-debuginfo-0:2.31.1-3.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.31.1-3.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.x86_64"
},
"product_reference": "git-core-debuginfo-0:2.31.1-3.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-doc-0:2.31.1-3.el9_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-core-doc-0:2.31.1-3.el9_0.noarch"
},
"product_reference": "git-core-doc-0:2.31.1-3.el9_0.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.31.1-3.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.aarch64"
},
"product_reference": "git-credential-libsecret-0:2.31.1-3.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.31.1-3.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.ppc64le"
},
"product_reference": "git-credential-libsecret-0:2.31.1-3.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.31.1-3.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.s390x"
},
"product_reference": "git-credential-libsecret-0:2.31.1-3.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.31.1-3.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.x86_64"
},
"product_reference": "git-credential-libsecret-0:2.31.1-3.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.aarch64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.ppc64le"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.s390x"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.x86_64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.31.1-3.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.aarch64"
},
"product_reference": "git-daemon-0:2.31.1-3.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.31.1-3.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.ppc64le"
},
"product_reference": "git-daemon-0:2.31.1-3.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.31.1-3.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.s390x"
},
"product_reference": "git-daemon-0:2.31.1-3.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.31.1-3.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.x86_64"
},
"product_reference": "git-daemon-0:2.31.1-3.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.31.1-3.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.aarch64"
},
"product_reference": "git-daemon-debuginfo-0:2.31.1-3.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.31.1-3.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.ppc64le"
},
"product_reference": "git-daemon-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.31.1-3.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.s390x"
},
"product_reference": "git-daemon-debuginfo-0:2.31.1-3.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.31.1-3.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.x86_64"
},
"product_reference": "git-daemon-debuginfo-0:2.31.1-3.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.31.1-3.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.aarch64"
},
"product_reference": "git-debuginfo-0:2.31.1-3.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.31.1-3.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.ppc64le"
},
"product_reference": "git-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.31.1-3.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.s390x"
},
"product_reference": "git-debuginfo-0:2.31.1-3.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.31.1-3.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.x86_64"
},
"product_reference": "git-debuginfo-0:2.31.1-3.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.31.1-3.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.aarch64"
},
"product_reference": "git-debugsource-0:2.31.1-3.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.31.1-3.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.ppc64le"
},
"product_reference": "git-debugsource-0:2.31.1-3.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.31.1-3.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.s390x"
},
"product_reference": "git-debugsource-0:2.31.1-3.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.31.1-3.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.x86_64"
},
"product_reference": "git-debugsource-0:2.31.1-3.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-0:2.31.1-3.el9_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-email-0:2.31.1-3.el9_0.noarch"
},
"product_reference": "git-email-0:2.31.1-3.el9_0.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-0:2.31.1-3.el9_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-gui-0:2.31.1-3.el9_0.noarch"
},
"product_reference": "git-gui-0:2.31.1-3.el9_0.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-instaweb-0:2.31.1-3.el9_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-instaweb-0:2.31.1-3.el9_0.noarch"
},
"product_reference": "git-instaweb-0:2.31.1-3.el9_0.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.31.1-3.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.aarch64"
},
"product_reference": "git-subtree-0:2.31.1-3.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.31.1-3.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.ppc64le"
},
"product_reference": "git-subtree-0:2.31.1-3.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.31.1-3.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.s390x"
},
"product_reference": "git-subtree-0:2.31.1-3.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.31.1-3.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.x86_64"
},
"product_reference": "git-subtree-0:2.31.1-3.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:2.31.1-3.el9_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:git-svn-0:2.31.1-3.el9_0.noarch"
},
"product_reference": "git-svn-0:2.31.1-3.el9_0.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-0:2.31.1-3.el9_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:gitk-0:2.31.1-3.el9_0.noarch"
},
"product_reference": "gitk-0:2.31.1-3.el9_0.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitweb-0:2.31.1-3.el9_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:gitweb-0:2.31.1-3.el9_0.noarch"
},
"product_reference": "gitweb-0:2.31.1-3.el9_0.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-0:2.31.1-3.el9_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:perl-Git-0:2.31.1-3.el9_0.noarch"
},
"product_reference": "perl-Git-0:2.31.1-3.el9_0.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-SVN-0:2.31.1-3.el9_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:perl-Git-SVN-0:2.31.1-3.el9_0.noarch"
},
"product_reference": "perl-Git-SVN-0:2.31.1-3.el9_0.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-23521",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2023-01-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2162055"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Git, a distributed revision control system. When parsing gitattributes, a mechanism to allow defining attributes for paths, multiple integer overflows can occur when there is a huge number of path patterns, attributes for a single pattern, or declared attribute names. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index, or both. This integer overflow can result in arbitrary heap reads and writes, which may allow remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: gitattributes parsing integer overflow",
"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.0.0.Z.EUS:git-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.src",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-all-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-doc-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-email-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-gui-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-instaweb-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-svn-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitk-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitweb-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-SVN-0:2.31.1-3.el9_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23521"
},
{
"category": "external",
"summary": "RHBZ#2162055",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162055"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23521",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23521"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23521",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23521"
},
{
"category": "external",
"summary": "https://github.blog/2023-01-17-git-security-vulnerabilities-announced-2/",
"url": "https://github.blog/2023-01-17-git-security-vulnerabilities-announced-2/"
},
{
"category": "external",
"summary": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf",
"url": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf"
},
{
"category": "external",
"summary": "https://github.com/git/git/security/advisories/GHSA-c738-c5qq-xg89",
"url": "https://github.com/git/git/security/advisories/GHSA-c738-c5qq-xg89"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2023/01/17/4",
"url": "https://www.openwall.com/lists/oss-security/2023/01/17/4"
}
],
"release_date": "2023-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-07T15:42:42+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.0.0.Z.EUS:git-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.src",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-all-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-doc-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-email-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-gui-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-instaweb-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-svn-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitk-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitweb-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-SVN-0:2.31.1-3.el9_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0627"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"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": [
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.src",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-all-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-doc-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-email-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-gui-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-instaweb-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-svn-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitk-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitweb-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-SVN-0:2.31.1-3.el9_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: gitattributes parsing integer overflow"
},
{
"cve": "CVE-2022-41903",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2023-01-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2162056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Git, a distributed revision control system. This issue occurs due to an integer overflow in `pretty.c::format_and_pad_commit()`, where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through the git archive via the export-subst mechanism, which expands format specifiers inside files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may allow arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: Heap overflow in `git archive`, `git log --format` leading to RCE",
"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.0.0.Z.EUS:git-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.src",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-all-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-doc-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-email-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-gui-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-instaweb-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-svn-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitk-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitweb-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-SVN-0:2.31.1-3.el9_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41903"
},
{
"category": "external",
"summary": "RHBZ#2162056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41903",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41903"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41903",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41903"
},
{
"category": "external",
"summary": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf",
"url": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf"
},
{
"category": "external",
"summary": "https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq",
"url": "https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2023/01/17/4",
"url": "https://www.openwall.com/lists/oss-security/2023/01/17/4"
}
],
"release_date": "2023-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-07T15:42:42+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.0.0.Z.EUS:git-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.src",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-all-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-doc-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-email-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-gui-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-instaweb-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-svn-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitk-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitweb-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-SVN-0:2.31.1-3.el9_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0627"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"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": [
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.src",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-all-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-doc-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-email-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-gui-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-instaweb-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-3.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-svn-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitk-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitweb-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-0:2.31.1-3.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-SVN-0:2.31.1-3.el9_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: Heap overflow in `git archive`, `git log --format` leading to RCE"
}
]
}
RHSA-2023:0628
Vulnerability from csaf_redhat - Published: 2023-02-07 15:52 - Updated: 2025-11-21 18:37A flaw was found in Git, a distributed revision control system. When parsing gitattributes, a mechanism to allow defining attributes for paths, multiple integer overflows can occur when there is a huge number of path patterns, attributes for a single pattern, or declared attribute names. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index, or both. This integer overflow can result in arbitrary heap reads and writes, which may allow remote code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-all-0:2.31.1-3.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.1-3.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-email-0:2.31.1-3.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-gui-0:2.31.1-3.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.1-3.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-svn-0:2.31.1-3.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:gitk-0:2.31.1-3.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:gitweb-0:2.31.1-3.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.1-3.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.1-3.el8_6.noarch | — |
Vendor Fix
fix
|
A flaw was found in Git, a distributed revision control system. This issue occurs due to an integer overflow in `pretty.c::format_and_pad_commit()`, where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through the git archive via the export-subst mechanism, which expands format specifiers inside files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may allow arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-all-0:2.31.1-3.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.1-3.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-email-0:2.31.1-3.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-gui-0:2.31.1-3.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.1-3.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-svn-0:2.31.1-3.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:gitk-0:2.31.1-3.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:gitweb-0:2.31.1-3.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.1-3.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.1-3.el8_6.noarch | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for git is now available for Red Hat Enterprise Linux 8.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: gitattributes parsing integer overflow (CVE-2022-23521)\n\n* git: Heap overflow in `git archive`, `git log --format` leading to RCE (CVE-2022-41903)\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-2023:0628",
"url": "https://access.redhat.com/errata/RHSA-2023:0628"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2162055",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162055"
},
{
"category": "external",
"summary": "2162056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162056"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0628.json"
}
],
"title": "Red Hat Security Advisory: git security update",
"tracking": {
"current_release_date": "2025-11-21T18:37:30+00:00",
"generator": {
"date": "2025-11-21T18:37:30+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:0628",
"initial_release_date": "2023-02-07T15:52:39+00:00",
"revision_history": [
{
"date": "2023-02-07T15:52:39+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-02-07T15:52:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:37:30+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.1-3.el8_6.src",
"product": {
"name": "git-0:2.31.1-3.el8_6.src",
"product_id": "git-0:2.31.1-3.el8_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-3.el8_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.1-3.el8_6.aarch64",
"product": {
"name": "git-0:2.31.1-3.el8_6.aarch64",
"product_id": "git-0:2.31.1-3.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-3.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.31.1-3.el8_6.aarch64",
"product": {
"name": "git-core-0:2.31.1-3.el8_6.aarch64",
"product_id": "git-core-0:2.31.1-3.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.31.1-3.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.31.1-3.el8_6.aarch64",
"product": {
"name": "git-credential-libsecret-0:2.31.1-3.el8_6.aarch64",
"product_id": "git-credential-libsecret-0:2.31.1-3.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.31.1-3.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.31.1-3.el8_6.aarch64",
"product": {
"name": "git-daemon-0:2.31.1-3.el8_6.aarch64",
"product_id": "git-daemon-0:2.31.1-3.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.31.1-3.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.31.1-3.el8_6.aarch64",
"product": {
"name": "git-subtree-0:2.31.1-3.el8_6.aarch64",
"product_id": "git-subtree-0:2.31.1-3.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.31.1-3.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.31.1-3.el8_6.aarch64",
"product": {
"name": "git-debugsource-0:2.31.1-3.el8_6.aarch64",
"product_id": "git-debugsource-0:2.31.1-3.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.31.1-3.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.31.1-3.el8_6.aarch64",
"product": {
"name": "git-core-debuginfo-0:2.31.1-3.el8_6.aarch64",
"product_id": "git-core-debuginfo-0:2.31.1-3.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.31.1-3.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.aarch64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.aarch64",
"product_id": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.31.1-3.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.31.1-3.el8_6.aarch64",
"product": {
"name": "git-daemon-debuginfo-0:2.31.1-3.el8_6.aarch64",
"product_id": "git-daemon-debuginfo-0:2.31.1-3.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.31.1-3.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.31.1-3.el8_6.aarch64",
"product": {
"name": "git-debuginfo-0:2.31.1-3.el8_6.aarch64",
"product_id": "git-debuginfo-0:2.31.1-3.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.31.1-3.el8_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.1-3.el8_6.ppc64le",
"product": {
"name": "git-0:2.31.1-3.el8_6.ppc64le",
"product_id": "git-0:2.31.1-3.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-3.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.31.1-3.el8_6.ppc64le",
"product": {
"name": "git-core-0:2.31.1-3.el8_6.ppc64le",
"product_id": "git-core-0:2.31.1-3.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.31.1-3.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.31.1-3.el8_6.ppc64le",
"product": {
"name": "git-credential-libsecret-0:2.31.1-3.el8_6.ppc64le",
"product_id": "git-credential-libsecret-0:2.31.1-3.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.31.1-3.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.31.1-3.el8_6.ppc64le",
"product": {
"name": "git-daemon-0:2.31.1-3.el8_6.ppc64le",
"product_id": "git-daemon-0:2.31.1-3.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.31.1-3.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.31.1-3.el8_6.ppc64le",
"product": {
"name": "git-subtree-0:2.31.1-3.el8_6.ppc64le",
"product_id": "git-subtree-0:2.31.1-3.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.31.1-3.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.31.1-3.el8_6.ppc64le",
"product": {
"name": "git-debugsource-0:2.31.1-3.el8_6.ppc64le",
"product_id": "git-debugsource-0:2.31.1-3.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.31.1-3.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"product": {
"name": "git-core-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"product_id": "git-core-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.31.1-3.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"product_id": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.31.1-3.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"product": {
"name": "git-daemon-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"product_id": "git-daemon-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.31.1-3.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"product": {
"name": "git-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"product_id": "git-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.31.1-3.el8_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.1-3.el8_6.x86_64",
"product": {
"name": "git-0:2.31.1-3.el8_6.x86_64",
"product_id": "git-0:2.31.1-3.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-3.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.31.1-3.el8_6.x86_64",
"product": {
"name": "git-core-0:2.31.1-3.el8_6.x86_64",
"product_id": "git-core-0:2.31.1-3.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.31.1-3.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.31.1-3.el8_6.x86_64",
"product": {
"name": "git-credential-libsecret-0:2.31.1-3.el8_6.x86_64",
"product_id": "git-credential-libsecret-0:2.31.1-3.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.31.1-3.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.31.1-3.el8_6.x86_64",
"product": {
"name": "git-daemon-0:2.31.1-3.el8_6.x86_64",
"product_id": "git-daemon-0:2.31.1-3.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.31.1-3.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.31.1-3.el8_6.x86_64",
"product": {
"name": "git-subtree-0:2.31.1-3.el8_6.x86_64",
"product_id": "git-subtree-0:2.31.1-3.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.31.1-3.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.31.1-3.el8_6.x86_64",
"product": {
"name": "git-debugsource-0:2.31.1-3.el8_6.x86_64",
"product_id": "git-debugsource-0:2.31.1-3.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.31.1-3.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.31.1-3.el8_6.x86_64",
"product": {
"name": "git-core-debuginfo-0:2.31.1-3.el8_6.x86_64",
"product_id": "git-core-debuginfo-0:2.31.1-3.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.31.1-3.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.x86_64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.x86_64",
"product_id": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.31.1-3.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.31.1-3.el8_6.x86_64",
"product": {
"name": "git-daemon-debuginfo-0:2.31.1-3.el8_6.x86_64",
"product_id": "git-daemon-debuginfo-0:2.31.1-3.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.31.1-3.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.31.1-3.el8_6.x86_64",
"product": {
"name": "git-debuginfo-0:2.31.1-3.el8_6.x86_64",
"product_id": "git-debuginfo-0:2.31.1-3.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.31.1-3.el8_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.1-3.el8_6.s390x",
"product": {
"name": "git-0:2.31.1-3.el8_6.s390x",
"product_id": "git-0:2.31.1-3.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-3.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.31.1-3.el8_6.s390x",
"product": {
"name": "git-core-0:2.31.1-3.el8_6.s390x",
"product_id": "git-core-0:2.31.1-3.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.31.1-3.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.31.1-3.el8_6.s390x",
"product": {
"name": "git-credential-libsecret-0:2.31.1-3.el8_6.s390x",
"product_id": "git-credential-libsecret-0:2.31.1-3.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.31.1-3.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.31.1-3.el8_6.s390x",
"product": {
"name": "git-daemon-0:2.31.1-3.el8_6.s390x",
"product_id": "git-daemon-0:2.31.1-3.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.31.1-3.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.31.1-3.el8_6.s390x",
"product": {
"name": "git-subtree-0:2.31.1-3.el8_6.s390x",
"product_id": "git-subtree-0:2.31.1-3.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.31.1-3.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.31.1-3.el8_6.s390x",
"product": {
"name": "git-debugsource-0:2.31.1-3.el8_6.s390x",
"product_id": "git-debugsource-0:2.31.1-3.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.31.1-3.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.31.1-3.el8_6.s390x",
"product": {
"name": "git-core-debuginfo-0:2.31.1-3.el8_6.s390x",
"product_id": "git-core-debuginfo-0:2.31.1-3.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.31.1-3.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.s390x",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.s390x",
"product_id": "git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.31.1-3.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.31.1-3.el8_6.s390x",
"product": {
"name": "git-daemon-debuginfo-0:2.31.1-3.el8_6.s390x",
"product_id": "git-daemon-debuginfo-0:2.31.1-3.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.31.1-3.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.31.1-3.el8_6.s390x",
"product": {
"name": "git-debuginfo-0:2.31.1-3.el8_6.s390x",
"product_id": "git-debuginfo-0:2.31.1-3.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.31.1-3.el8_6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "git-all-0:2.31.1-3.el8_6.noarch",
"product": {
"name": "git-all-0:2.31.1-3.el8_6.noarch",
"product_id": "git-all-0:2.31.1-3.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-all@2.31.1-3.el8_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-core-doc-0:2.31.1-3.el8_6.noarch",
"product": {
"name": "git-core-doc-0:2.31.1-3.el8_6.noarch",
"product_id": "git-core-doc-0:2.31.1-3.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-doc@2.31.1-3.el8_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-email-0:2.31.1-3.el8_6.noarch",
"product": {
"name": "git-email-0:2.31.1-3.el8_6.noarch",
"product_id": "git-email-0:2.31.1-3.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-email@2.31.1-3.el8_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-gui-0:2.31.1-3.el8_6.noarch",
"product": {
"name": "git-gui-0:2.31.1-3.el8_6.noarch",
"product_id": "git-gui-0:2.31.1-3.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-gui@2.31.1-3.el8_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-instaweb-0:2.31.1-3.el8_6.noarch",
"product": {
"name": "git-instaweb-0:2.31.1-3.el8_6.noarch",
"product_id": "git-instaweb-0:2.31.1-3.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-instaweb@2.31.1-3.el8_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-svn-0:2.31.1-3.el8_6.noarch",
"product": {
"name": "git-svn-0:2.31.1-3.el8_6.noarch",
"product_id": "git-svn-0:2.31.1-3.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn@2.31.1-3.el8_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitk-0:2.31.1-3.el8_6.noarch",
"product": {
"name": "gitk-0:2.31.1-3.el8_6.noarch",
"product_id": "gitk-0:2.31.1-3.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitk@2.31.1-3.el8_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitweb-0:2.31.1-3.el8_6.noarch",
"product": {
"name": "gitweb-0:2.31.1-3.el8_6.noarch",
"product_id": "gitweb-0:2.31.1-3.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitweb@2.31.1-3.el8_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-0:2.31.1-3.el8_6.noarch",
"product": {
"name": "perl-Git-0:2.31.1-3.el8_6.noarch",
"product_id": "perl-Git-0:2.31.1-3.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git@2.31.1-3.el8_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-SVN-0:2.31.1-3.el8_6.noarch",
"product": {
"name": "perl-Git-SVN-0:2.31.1-3.el8_6.noarch",
"product_id": "perl-Git-SVN-0:2.31.1-3.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git-SVN@2.31.1-3.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.1-3.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.1-3.el8_6.aarch64"
},
"product_reference": "git-0:2.31.1-3.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.1-3.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.1-3.el8_6.ppc64le"
},
"product_reference": "git-0:2.31.1-3.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.1-3.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.1-3.el8_6.s390x"
},
"product_reference": "git-0:2.31.1-3.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.1-3.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.1-3.el8_6.src"
},
"product_reference": "git-0:2.31.1-3.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.1-3.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.1-3.el8_6.x86_64"
},
"product_reference": "git-0:2.31.1-3.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.1-3.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.1-3.el8_6.noarch"
},
"product_reference": "git-all-0:2.31.1-3.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.1-3.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.1-3.el8_6.aarch64"
},
"product_reference": "git-core-0:2.31.1-3.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.1-3.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.1-3.el8_6.ppc64le"
},
"product_reference": "git-core-0:2.31.1-3.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.1-3.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.1-3.el8_6.s390x"
},
"product_reference": "git-core-0:2.31.1-3.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.1-3.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.1-3.el8_6.x86_64"
},
"product_reference": "git-core-0:2.31.1-3.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.1-3.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.1-3.el8_6.aarch64"
},
"product_reference": "git-core-debuginfo-0:2.31.1-3.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.1-3.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.1-3.el8_6.ppc64le"
},
"product_reference": "git-core-debuginfo-0:2.31.1-3.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.1-3.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.1-3.el8_6.s390x"
},
"product_reference": "git-core-debuginfo-0:2.31.1-3.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.1-3.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.1-3.el8_6.x86_64"
},
"product_reference": "git-core-debuginfo-0:2.31.1-3.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.1-3.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.1-3.el8_6.noarch"
},
"product_reference": "git-core-doc-0:2.31.1-3.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.1-3.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.1-3.el8_6.aarch64"
},
"product_reference": "git-credential-libsecret-0:2.31.1-3.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.1-3.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.1-3.el8_6.ppc64le"
},
"product_reference": "git-credential-libsecret-0:2.31.1-3.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.1-3.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.1-3.el8_6.s390x"
},
"product_reference": "git-credential-libsecret-0:2.31.1-3.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.1-3.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.1-3.el8_6.x86_64"
},
"product_reference": "git-credential-libsecret-0:2.31.1-3.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.1-3.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.1-3.el8_6.aarch64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.31.1-3.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.1-3.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.1-3.el8_6.ppc64le"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.31.1-3.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.1-3.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.1-3.el8_6.s390x"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.31.1-3.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.1-3.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.1-3.el8_6.x86_64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.31.1-3.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.1-3.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.1-3.el8_6.aarch64"
},
"product_reference": "git-daemon-0:2.31.1-3.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.1-3.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.1-3.el8_6.ppc64le"
},
"product_reference": "git-daemon-0:2.31.1-3.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.1-3.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.1-3.el8_6.s390x"
},
"product_reference": "git-daemon-0:2.31.1-3.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.1-3.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.1-3.el8_6.x86_64"
},
"product_reference": "git-daemon-0:2.31.1-3.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.1-3.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.1-3.el8_6.aarch64"
},
"product_reference": "git-daemon-debuginfo-0:2.31.1-3.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.1-3.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.1-3.el8_6.ppc64le"
},
"product_reference": "git-daemon-debuginfo-0:2.31.1-3.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.1-3.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.1-3.el8_6.s390x"
},
"product_reference": "git-daemon-debuginfo-0:2.31.1-3.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.1-3.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.1-3.el8_6.x86_64"
},
"product_reference": "git-daemon-debuginfo-0:2.31.1-3.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.1-3.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.1-3.el8_6.aarch64"
},
"product_reference": "git-debuginfo-0:2.31.1-3.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.1-3.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.1-3.el8_6.ppc64le"
},
"product_reference": "git-debuginfo-0:2.31.1-3.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.1-3.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.1-3.el8_6.s390x"
},
"product_reference": "git-debuginfo-0:2.31.1-3.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.1-3.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.1-3.el8_6.x86_64"
},
"product_reference": "git-debuginfo-0:2.31.1-3.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.1-3.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.1-3.el8_6.aarch64"
},
"product_reference": "git-debugsource-0:2.31.1-3.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.1-3.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.1-3.el8_6.ppc64le"
},
"product_reference": "git-debugsource-0:2.31.1-3.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.1-3.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.1-3.el8_6.s390x"
},
"product_reference": "git-debugsource-0:2.31.1-3.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.1-3.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.1-3.el8_6.x86_64"
},
"product_reference": "git-debugsource-0:2.31.1-3.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.1-3.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.1-3.el8_6.noarch"
},
"product_reference": "git-email-0:2.31.1-3.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.1-3.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.1-3.el8_6.noarch"
},
"product_reference": "git-gui-0:2.31.1-3.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.1-3.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.1-3.el8_6.noarch"
},
"product_reference": "git-instaweb-0:2.31.1-3.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.1-3.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.1-3.el8_6.aarch64"
},
"product_reference": "git-subtree-0:2.31.1-3.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.1-3.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.1-3.el8_6.ppc64le"
},
"product_reference": "git-subtree-0:2.31.1-3.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.1-3.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.1-3.el8_6.s390x"
},
"product_reference": "git-subtree-0:2.31.1-3.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.1-3.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.1-3.el8_6.x86_64"
},
"product_reference": "git-subtree-0:2.31.1-3.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.1-3.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.1-3.el8_6.noarch"
},
"product_reference": "git-svn-0:2.31.1-3.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.1-3.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.1-3.el8_6.noarch"
},
"product_reference": "gitk-0:2.31.1-3.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.1-3.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.1-3.el8_6.noarch"
},
"product_reference": "gitweb-0:2.31.1-3.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.1-3.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.1-3.el8_6.noarch"
},
"product_reference": "perl-Git-0:2.31.1-3.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.1-3.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.1-3.el8_6.noarch"
},
"product_reference": "perl-Git-SVN-0:2.31.1-3.el8_6.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-23521",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2023-01-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2162055"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Git, a distributed revision control system. When parsing gitattributes, a mechanism to allow defining attributes for paths, multiple integer overflows can occur when there is a huge number of path patterns, attributes for a single pattern, or declared attribute names. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index, or both. This integer overflow can result in arbitrary heap reads and writes, which may allow remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: gitattributes parsing integer overflow",
"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.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.1-3.el8_6.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23521"
},
{
"category": "external",
"summary": "RHBZ#2162055",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162055"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23521",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23521"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23521",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23521"
},
{
"category": "external",
"summary": "https://github.blog/2023-01-17-git-security-vulnerabilities-announced-2/",
"url": "https://github.blog/2023-01-17-git-security-vulnerabilities-announced-2/"
},
{
"category": "external",
"summary": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf",
"url": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf"
},
{
"category": "external",
"summary": "https://github.com/git/git/security/advisories/GHSA-c738-c5qq-xg89",
"url": "https://github.com/git/git/security/advisories/GHSA-c738-c5qq-xg89"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2023/01/17/4",
"url": "https://www.openwall.com/lists/oss-security/2023/01/17/4"
}
],
"release_date": "2023-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-07T15:52:39+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.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.1-3.el8_6.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0628"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"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": [
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.1-3.el8_6.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: gitattributes parsing integer overflow"
},
{
"cve": "CVE-2022-41903",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2023-01-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2162056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Git, a distributed revision control system. This issue occurs due to an integer overflow in `pretty.c::format_and_pad_commit()`, where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through the git archive via the export-subst mechanism, which expands format specifiers inside files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may allow arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: Heap overflow in `git archive`, `git log --format` leading to RCE",
"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.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.1-3.el8_6.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41903"
},
{
"category": "external",
"summary": "RHBZ#2162056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41903",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41903"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41903",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41903"
},
{
"category": "external",
"summary": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf",
"url": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf"
},
{
"category": "external",
"summary": "https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq",
"url": "https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2023/01/17/4",
"url": "https://www.openwall.com/lists/oss-security/2023/01/17/4"
}
],
"release_date": "2023-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-07T15:52:39+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.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.1-3.el8_6.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0628"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"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": [
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-3.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.1-3.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.1-3.el8_6.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: Heap overflow in `git archive`, `git log --format` leading to RCE"
}
]
}
RHSA-2023:0978
Vulnerability from csaf_redhat - Published: 2023-02-28 09:27 - Updated: 2025-11-21 18:38A flaw was found in Git, a distributed revision control system. When parsing gitattributes, a mechanism to allow defining attributes for paths, multiple integer overflows can occur when there is a huge number of path patterns, attributes for a single pattern, or declared attribute names. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index, or both. This integer overflow can result in arbitrary heap reads and writes, which may allow remote code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Client-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
A flaw was found in Git, a distributed revision control system. This issue occurs due to an integer overflow in `pretty.c::format_and_pad_commit()`, where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through the git archive via the export-subst mechanism, which expands format specifiers inside files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may allow arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Client-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for git is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: gitattributes parsing integer overflow (CVE-2022-23521)\n\n* git: Heap overflow in `git archive`, `git log --format` leading to RCE (CVE-2022-41903)\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-2023:0978",
"url": "https://access.redhat.com/errata/RHSA-2023:0978"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2162055",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162055"
},
{
"category": "external",
"summary": "2162056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162056"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0978.json"
}
],
"title": "Red Hat Security Advisory: git security update",
"tracking": {
"current_release_date": "2025-11-21T18:38:07+00:00",
"generator": {
"date": "2025-11-21T18:38:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:0978",
"initial_release_date": "2023-02-28T09:27:44+00:00",
"revision_history": [
{
"date": "2023-02-28T09:27:44+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-02-28T09:27:44+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T18:38:07+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 Client Optional (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::client"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::computenode"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Workstation (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::workstation"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::workstation"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "emacs-git-0:1.8.3.1-24.el7_9.noarch",
"product": {
"name": "emacs-git-0:1.8.3.1-24.el7_9.noarch",
"product_id": "emacs-git-0:1.8.3.1-24.el7_9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/emacs-git@1.8.3.1-24.el7_9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"product": {
"name": "emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"product_id": "emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/emacs-git-el@1.8.3.1-24.el7_9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-all-0:1.8.3.1-24.el7_9.noarch",
"product": {
"name": "git-all-0:1.8.3.1-24.el7_9.noarch",
"product_id": "git-all-0:1.8.3.1-24.el7_9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-all@1.8.3.1-24.el7_9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-bzr-0:1.8.3.1-24.el7_9.noarch",
"product": {
"name": "git-bzr-0:1.8.3.1-24.el7_9.noarch",
"product_id": "git-bzr-0:1.8.3.1-24.el7_9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-bzr@1.8.3.1-24.el7_9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-cvs-0:1.8.3.1-24.el7_9.noarch",
"product": {
"name": "git-cvs-0:1.8.3.1-24.el7_9.noarch",
"product_id": "git-cvs-0:1.8.3.1-24.el7_9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-cvs@1.8.3.1-24.el7_9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-email-0:1.8.3.1-24.el7_9.noarch",
"product": {
"name": "git-email-0:1.8.3.1-24.el7_9.noarch",
"product_id": "git-email-0:1.8.3.1-24.el7_9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-email@1.8.3.1-24.el7_9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-gui-0:1.8.3.1-24.el7_9.noarch",
"product": {
"name": "git-gui-0:1.8.3.1-24.el7_9.noarch",
"product_id": "git-gui-0:1.8.3.1-24.el7_9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-gui@1.8.3.1-24.el7_9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-hg-0:1.8.3.1-24.el7_9.noarch",
"product": {
"name": "git-hg-0:1.8.3.1-24.el7_9.noarch",
"product_id": "git-hg-0:1.8.3.1-24.el7_9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-hg@1.8.3.1-24.el7_9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"product": {
"name": "git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"product_id": "git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-instaweb@1.8.3.1-24.el7_9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-p4-0:1.8.3.1-24.el7_9.noarch",
"product": {
"name": "git-p4-0:1.8.3.1-24.el7_9.noarch",
"product_id": "git-p4-0:1.8.3.1-24.el7_9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-p4@1.8.3.1-24.el7_9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitk-0:1.8.3.1-24.el7_9.noarch",
"product": {
"name": "gitk-0:1.8.3.1-24.el7_9.noarch",
"product_id": "gitk-0:1.8.3.1-24.el7_9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitk@1.8.3.1-24.el7_9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitweb-0:1.8.3.1-24.el7_9.noarch",
"product": {
"name": "gitweb-0:1.8.3.1-24.el7_9.noarch",
"product_id": "gitweb-0:1.8.3.1-24.el7_9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitweb@1.8.3.1-24.el7_9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-0:1.8.3.1-24.el7_9.noarch",
"product": {
"name": "perl-Git-0:1.8.3.1-24.el7_9.noarch",
"product_id": "perl-Git-0:1.8.3.1-24.el7_9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git@1.8.3.1-24.el7_9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"product": {
"name": "perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"product_id": "perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git-SVN@1.8.3.1-24.el7_9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:1.8.3.1-24.el7_9.src",
"product": {
"name": "git-0:1.8.3.1-24.el7_9.src",
"product_id": "git-0:1.8.3.1-24.el7_9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@1.8.3.1-24.el7_9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:1.8.3.1-24.el7_9.x86_64",
"product": {
"name": "git-0:1.8.3.1-24.el7_9.x86_64",
"product_id": "git-0:1.8.3.1-24.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@1.8.3.1-24.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"product": {
"name": "git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"product_id": "git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@1.8.3.1-24.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"product": {
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"product_id": "git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-gnome-keyring@1.8.3.1-24.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-svn-0:1.8.3.1-24.el7_9.x86_64",
"product": {
"name": "git-svn-0:1.8.3.1-24.el7_9.x86_64",
"product_id": "git-svn-0:1.8.3.1-24.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn@1.8.3.1-24.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"product": {
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"product_id": "git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@1.8.3.1-24.el7_9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:1.8.3.1-24.el7_9.ppc64le",
"product": {
"name": "git-0:1.8.3.1-24.el7_9.ppc64le",
"product_id": "git-0:1.8.3.1-24.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@1.8.3.1-24.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"product": {
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"product_id": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@1.8.3.1-24.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"product": {
"name": "git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"product_id": "git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@1.8.3.1-24.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"product": {
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"product_id": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-gnome-keyring@1.8.3.1-24.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"product": {
"name": "git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"product_id": "git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn@1.8.3.1-24.el7_9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:1.8.3.1-24.el7_9.ppc64",
"product": {
"name": "git-0:1.8.3.1-24.el7_9.ppc64",
"product_id": "git-0:1.8.3.1-24.el7_9.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@1.8.3.1-24.el7_9?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"product": {
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"product_id": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@1.8.3.1-24.el7_9?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"product": {
"name": "git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"product_id": "git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@1.8.3.1-24.el7_9?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"product": {
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"product_id": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-gnome-keyring@1.8.3.1-24.el7_9?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "git-svn-0:1.8.3.1-24.el7_9.ppc64",
"product": {
"name": "git-svn-0:1.8.3.1-24.el7_9.ppc64",
"product_id": "git-svn-0:1.8.3.1-24.el7_9.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn@1.8.3.1-24.el7_9?arch=ppc64"
}
}
}
],
"category": "architecture",
"name": "ppc64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:1.8.3.1-24.el7_9.s390x",
"product": {
"name": "git-0:1.8.3.1-24.el7_9.s390x",
"product_id": "git-0:1.8.3.1-24.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@1.8.3.1-24.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"product": {
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"product_id": "git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@1.8.3.1-24.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:1.8.3.1-24.el7_9.s390x",
"product": {
"name": "git-daemon-0:1.8.3.1-24.el7_9.s390x",
"product_id": "git-daemon-0:1.8.3.1-24.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@1.8.3.1-24.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"product": {
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"product_id": "git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-gnome-keyring@1.8.3.1-24.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-svn-0:1.8.3.1-24.el7_9.s390x",
"product": {
"name": "git-svn-0:1.8.3.1-24.el7_9.s390x",
"product_id": "git-svn-0:1.8.3.1-24.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn@1.8.3.1-24.el7_9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "emacs-git-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "emacs-git-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "emacs-git-el-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.src",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-all-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-all-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-bzr-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-bzr-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-cvs-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-daemon-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-email-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-gui-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-hg-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-hg-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-instaweb-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-p4-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-p4-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-svn-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-svn-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-svn-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "gitk-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitweb-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "gitweb-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "perl-Git-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "emacs-git-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "emacs-git-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "emacs-git-el-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.src",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-all-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-all-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-bzr-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-bzr-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-cvs-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-daemon-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-email-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-gui-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-hg-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-hg-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-instaweb-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-p4-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-p4-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-svn-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-svn-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-svn-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "gitk-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitweb-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "gitweb-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "perl-Git-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "emacs-git-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "emacs-git-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "emacs-git-el-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.src as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.src"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.src",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-all-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-all-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-bzr-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-bzr-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-cvs-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-daemon-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-email-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-gui-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-hg-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-hg-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-instaweb-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-p4-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-p4-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-svn-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-svn-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-svn-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "gitk-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitweb-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "gitweb-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "perl-Git-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "emacs-git-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "emacs-git-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "emacs-git-el-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.src",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-all-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-all-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-bzr-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-bzr-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-cvs-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-daemon-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-email-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-gui-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-hg-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-hg-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-instaweb-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-p4-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-p4-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-svn-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-svn-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-svn-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "gitk-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitweb-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "gitweb-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "perl-Git-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "emacs-git-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "emacs-git-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "emacs-git-el-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.src as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.src"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.src",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-all-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-all-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-bzr-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-bzr-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-cvs-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-daemon-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-email-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-gui-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-hg-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-hg-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-instaweb-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-p4-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-p4-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-svn-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-svn-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-svn-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "gitk-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitweb-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "gitweb-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "perl-Git-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "emacs-git-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "emacs-git-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "emacs-git-el-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.src",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-all-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-all-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-bzr-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-bzr-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-cvs-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-daemon-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-email-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-gui-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-hg-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-hg-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-instaweb-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-p4-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "git-p4-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:1.8.3.1-24.el7_9.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64"
},
"product_reference": "git-svn-0:1.8.3.1-24.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:1.8.3.1-24.el7_9.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le"
},
"product_reference": "git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:1.8.3.1-24.el7_9.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x"
},
"product_reference": "git-svn-0:1.8.3.1-24.el7_9.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:1.8.3.1-24.el7_9.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64"
},
"product_reference": "git-svn-0:1.8.3.1-24.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "gitk-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitweb-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "gitweb-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "perl-Git-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch"
},
"product_reference": "perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-23521",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2023-01-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2162055"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Git, a distributed revision control system. When parsing gitattributes, a mechanism to allow defining attributes for paths, multiple integer overflows can occur when there is a huge number of path patterns, attributes for a single pattern, or declared attribute names. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index, or both. This integer overflow can result in arbitrary heap reads and writes, which may allow remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: gitattributes parsing integer overflow",
"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": [
"7Client-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23521"
},
{
"category": "external",
"summary": "RHBZ#2162055",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162055"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23521",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23521"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23521",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23521"
},
{
"category": "external",
"summary": "https://github.blog/2023-01-17-git-security-vulnerabilities-announced-2/",
"url": "https://github.blog/2023-01-17-git-security-vulnerabilities-announced-2/"
},
{
"category": "external",
"summary": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf",
"url": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf"
},
{
"category": "external",
"summary": "https://github.com/git/git/security/advisories/GHSA-c738-c5qq-xg89",
"url": "https://github.com/git/git/security/advisories/GHSA-c738-c5qq-xg89"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2023/01/17/4",
"url": "https://www.openwall.com/lists/oss-security/2023/01/17/4"
}
],
"release_date": "2023-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-28T09:27:44+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": [
"7Client-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0978"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"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": [
"7Client-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: gitattributes parsing integer overflow"
},
{
"cve": "CVE-2022-41903",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2023-01-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2162056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Git, a distributed revision control system. This issue occurs due to an integer overflow in `pretty.c::format_and_pad_commit()`, where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through the git archive via the export-subst mechanism, which expands format specifiers inside files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may allow arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: Heap overflow in `git archive`, `git log --format` leading to RCE",
"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": [
"7Client-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41903"
},
{
"category": "external",
"summary": "RHBZ#2162056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41903",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41903"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41903",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41903"
},
{
"category": "external",
"summary": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf",
"url": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf"
},
{
"category": "external",
"summary": "https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq",
"url": "https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2023/01/17/4",
"url": "https://www.openwall.com/lists/oss-security/2023/01/17/4"
}
],
"release_date": "2023-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-28T09:27:44+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": [
"7Client-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0978"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"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": [
"7Client-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Client-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Client-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Client-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Client-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7ComputeNode-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7ComputeNode-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7ComputeNode-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7ComputeNode-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Server-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Server-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Server-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Server-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Server-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Server-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Server-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Server-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Workstation-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:emacs-git-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:emacs-git-el-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.src",
"7Workstation-optional-7.9.Z:git-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:git-all-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-bzr-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-cvs-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-daemon-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-debuginfo-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:git-email-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-gnome-keyring-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:git-gui-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-hg-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-instaweb-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-p4-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64",
"7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.ppc64le",
"7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.s390x",
"7Workstation-optional-7.9.Z:git-svn-0:1.8.3.1-24.el7_9.x86_64",
"7Workstation-optional-7.9.Z:gitk-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:gitweb-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:perl-Git-0:1.8.3.1-24.el7_9.noarch",
"7Workstation-optional-7.9.Z:perl-Git-SVN-0:1.8.3.1-24.el7_9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: Heap overflow in `git archive`, `git log --format` leading to RCE"
}
]
}
RHSA-2023:1677
Vulnerability from csaf_redhat - Published: 2023-04-10 02:03 - Updated: 2026-06-09 09:23A flaw was found in Git, a distributed revision control system. When parsing gitattributes, a mechanism to allow defining attributes for paths, multiple integer overflows can occur when there is a huge number of path patterns, attributes for a single pattern, or declared attribute names. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index, or both. This integer overflow can result in arbitrary heap reads and writes, which may allow remote code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.x86_64 | — | ||
| Unresolved product id: 8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-content-0:4.5.3-6.el8ev.x86_64 | — | ||
| Unresolved product id: 8Base-RHV-HypervisorBuild-4:redhat-virtualization-host-image-update-placeholder-0:4.5.3-6.el8ev.noarch | — |
A flaw was found in Git, a distributed revision control system. This issue occurs due to an integer overflow in `pretty.c::format_and_pad_commit()`, where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through the git archive via the export-subst mechanism, which expands format specifiers inside files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may allow arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.x86_64 | — | ||
| Unresolved product id: 8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-content-0:4.5.3-6.el8ev.x86_64 | — | ||
| Unresolved product id: 8Base-RHV-HypervisorBuild-4:redhat-virtualization-host-image-update-placeholder-0:4.5.3-6.el8ev.noarch | — |
A use-after-free flaw was found in snd_ctl_elem_read in sound/core/control.c in Advanced Linux Sound Architecture (ALSA) subsystem in the Linux kernel. In this flaw a normal privileged, local attacker may impact the system due to a locking issue in the compat path, leading to a kernel information leak problem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHV-Hypervisor-4:redhat-virtualization-host-0:4.5.3-202304051438_8.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHV-Hypervisor-4:redhat-virtualization-host-image-update-0:4.5.3-202304051438_8.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-content-0:4.5.3-6.el8ev.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHV-HypervisorBuild-4:redhat-virtualization-host-image-update-placeholder-0:4.5.3-6.el8ev.noarch | — |
Workaround
|
A flaw was found in the Linux kernel, where unauthorized access to the execution of the setuid file with capabilities was found in the Linux kernel’s OverlayFS subsystem in how a user copies a capable file from a nosuid mount into another mount. This uid mapping bug allows a local user to escalate their privileges on the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHV-Hypervisor-4:redhat-virtualization-host-0:4.5.3-202304051438_8.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHV-Hypervisor-4:redhat-virtualization-host-image-update-0:4.5.3-202304051438_8.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-content-0:4.5.3-6.el8ev.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHV-HypervisorBuild-4:redhat-virtualization-host-image-update-placeholder-0:4.5.3-6.el8ev.noarch | — |
Workaround
|
The Mozilla Foundation Security Advisory describes this flaw as: An attacker could construct a PKCS 12 cert bundle in such a way that could allow for arbitrary memory writes via PKCS 12 Safe Bag attributes being mishandled.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.src | — | ||
| Unresolved product id: 8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.x86_64 | — | ||
| Unresolved product id: 8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-content-0:4.5.3-6.el8ev.x86_64 | — | ||
| Unresolved product id: 8Base-RHV-HypervisorBuild-4:redhat-virtualization-host-image-update-placeholder-0:4.5.3-6.el8ev.noarch | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for redhat-release-virtualization-host and redhat-virtualization-host is now available for Red Hat Virtualization 4 for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The redhat-virtualization-host packages provide the Red Hat Virtualization Host. These packages include redhat-release-virtualization-host, ovirt-node, and rhev-hypervisor. Red Hat Virtualization Hosts (RHVH) are installed using a special build of Red Hat Enterprise Linux with only the packages required to host virtual machines. RHVH features a Cockpit user interface for monitoring the host\u0027s resources and performing administrative tasks. \n\nThe ovirt-node-ng packages provide the Red Hat Virtualization Host. These packages include redhat-release-virtualization-host, ovirt-node, and rhev-hypervisor. Red Hat Virtualization Hosts (RHVH) are installed using a special build of Red Hat Enterprise Linux with only the packages required to host virtual machines. RHVH features a Cockpit user interface for monitoring the host\u0027s resources and performing administrative tasks.\n\nSecurity Fix(es):\n\n* git: gitattributes parsing integer overflow (CVE-2022-23521)\n\n* git: Heap overflow in `git archive`, `git log --format` leading to RCE (CVE-2022-41903)\n\n* ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent UAF (CVE-2023-0266)\n\n* kernel: FUSE filesystem low-privileged user privileges escalation (CVE-2023-0386)\n\n* nss: Arbitrary memory write via PKCS 12 (CVE-2023-0767)\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-2023:1677",
"url": "https://access.redhat.com/errata/RHSA-2023:1677"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2159505",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2159505"
},
{
"category": "external",
"summary": "2162055",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162055"
},
{
"category": "external",
"summary": "2162056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162056"
},
{
"category": "external",
"summary": "2163379",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163379"
},
{
"category": "external",
"summary": "2170377",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170377"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_1677.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Virtualization Host 4.4.z SP 1 security update batch#5 (oVirt-4.5.3-5)",
"tracking": {
"current_release_date": "2026-06-09T09:23:40+00:00",
"generator": {
"date": "2026-06-09T09:23:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2023:1677",
"initial_release_date": "2023-04-10T02:03:40+00:00",
"revision_history": [
{
"date": "2023-04-10T02:03:40+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-04-10T02:03:40+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-09T09:23:40+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHEL 8-based RHEV-H for RHEV 4 (build requirements)",
"product": {
"name": "RHEL 8-based RHEV-H for RHEV 4 (build requirements)",
"product_id": "8Base-RHV-HypervisorBuild-4",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhev_hypervisor:4.4::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Virtualization 4 Hypervisor for RHEL 8",
"product": {
"name": "Red Hat Virtualization 4 Hypervisor for RHEL 8",
"product_id": "8Base-RHV-Hypervisor-4",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhev_hypervisor:4.4::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Virtualization"
},
{
"branches": [
{
"category": "product_version",
"name": "redhat-release-virtualization-host-0:4.5.3-6.el8ev.src",
"product": {
"name": "redhat-release-virtualization-host-0:4.5.3-6.el8ev.src",
"product_id": "redhat-release-virtualization-host-0:4.5.3-6.el8ev.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redhat-release-virtualization-host@4.5.3-6.el8ev?arch=src"
}
}
},
{
"category": "product_version",
"name": "redhat-virtualization-host-0:4.5.3-202304051438_8.6.src",
"product": {
"name": "redhat-virtualization-host-0:4.5.3-202304051438_8.6.src",
"product_id": "redhat-virtualization-host-0:4.5.3-202304051438_8.6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redhat-virtualization-host@4.5.3-202304051438_8.6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "redhat-release-virtualization-host-0:4.5.3-6.el8ev.x86_64",
"product": {
"name": "redhat-release-virtualization-host-0:4.5.3-6.el8ev.x86_64",
"product_id": "redhat-release-virtualization-host-0:4.5.3-6.el8ev.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redhat-release-virtualization-host@4.5.3-6.el8ev?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "redhat-release-virtualization-host-content-0:4.5.3-6.el8ev.x86_64",
"product": {
"name": "redhat-release-virtualization-host-content-0:4.5.3-6.el8ev.x86_64",
"product_id": "redhat-release-virtualization-host-content-0:4.5.3-6.el8ev.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redhat-release-virtualization-host-content@4.5.3-6.el8ev?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "redhat-virtualization-host-image-update-0:4.5.3-202304051438_8.6.x86_64",
"product": {
"name": "redhat-virtualization-host-image-update-0:4.5.3-202304051438_8.6.x86_64",
"product_id": "redhat-virtualization-host-image-update-0:4.5.3-202304051438_8.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redhat-virtualization-host-image-update@4.5.3-202304051438_8.6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "redhat-virtualization-host-image-update-placeholder-0:4.5.3-6.el8ev.noarch",
"product": {
"name": "redhat-virtualization-host-image-update-placeholder-0:4.5.3-6.el8ev.noarch",
"product_id": "redhat-virtualization-host-image-update-placeholder-0:4.5.3-6.el8ev.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redhat-virtualization-host-image-update-placeholder@4.5.3-6.el8ev?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat-virtualization-host-0:4.5.3-202304051438_8.6.src as a component of Red Hat Virtualization 4 Hypervisor for RHEL 8",
"product_id": "8Base-RHV-Hypervisor-4:redhat-virtualization-host-0:4.5.3-202304051438_8.6.src"
},
"product_reference": "redhat-virtualization-host-0:4.5.3-202304051438_8.6.src",
"relates_to_product_reference": "8Base-RHV-Hypervisor-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat-virtualization-host-image-update-0:4.5.3-202304051438_8.6.x86_64 as a component of Red Hat Virtualization 4 Hypervisor for RHEL 8",
"product_id": "8Base-RHV-Hypervisor-4:redhat-virtualization-host-image-update-0:4.5.3-202304051438_8.6.x86_64"
},
"product_reference": "redhat-virtualization-host-image-update-0:4.5.3-202304051438_8.6.x86_64",
"relates_to_product_reference": "8Base-RHV-Hypervisor-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat-release-virtualization-host-0:4.5.3-6.el8ev.src as a component of RHEL 8-based RHEV-H for RHEV 4 (build requirements)",
"product_id": "8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.src"
},
"product_reference": "redhat-release-virtualization-host-0:4.5.3-6.el8ev.src",
"relates_to_product_reference": "8Base-RHV-HypervisorBuild-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat-release-virtualization-host-0:4.5.3-6.el8ev.x86_64 as a component of RHEL 8-based RHEV-H for RHEV 4 (build requirements)",
"product_id": "8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.x86_64"
},
"product_reference": "redhat-release-virtualization-host-0:4.5.3-6.el8ev.x86_64",
"relates_to_product_reference": "8Base-RHV-HypervisorBuild-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat-release-virtualization-host-content-0:4.5.3-6.el8ev.x86_64 as a component of RHEL 8-based RHEV-H for RHEV 4 (build requirements)",
"product_id": "8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-content-0:4.5.3-6.el8ev.x86_64"
},
"product_reference": "redhat-release-virtualization-host-content-0:4.5.3-6.el8ev.x86_64",
"relates_to_product_reference": "8Base-RHV-HypervisorBuild-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redhat-virtualization-host-image-update-placeholder-0:4.5.3-6.el8ev.noarch as a component of RHEL 8-based RHEV-H for RHEV 4 (build requirements)",
"product_id": "8Base-RHV-HypervisorBuild-4:redhat-virtualization-host-image-update-placeholder-0:4.5.3-6.el8ev.noarch"
},
"product_reference": "redhat-virtualization-host-image-update-placeholder-0:4.5.3-6.el8ev.noarch",
"relates_to_product_reference": "8Base-RHV-HypervisorBuild-4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-23521",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2023-01-18T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.src",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-content-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-virtualization-host-image-update-placeholder-0:4.5.3-6.el8ev.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2162055"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Git, a distributed revision control system. When parsing gitattributes, a mechanism to allow defining attributes for paths, multiple integer overflows can occur when there is a huge number of path patterns, attributes for a single pattern, or declared attribute names. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index, or both. This integer overflow can result in arbitrary heap reads and writes, which may allow remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: gitattributes parsing integer overflow",
"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": [
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-0:4.5.3-202304051438_8.6.src",
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-image-update-0:4.5.3-202304051438_8.6.x86_64"
],
"known_not_affected": [
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.src",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-content-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-virtualization-host-image-update-placeholder-0:4.5.3-6.el8ev.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23521"
},
{
"category": "external",
"summary": "RHBZ#2162055",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162055"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23521",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23521"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23521",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23521"
},
{
"category": "external",
"summary": "https://github.blog/2023-01-17-git-security-vulnerabilities-announced-2/",
"url": "https://github.blog/2023-01-17-git-security-vulnerabilities-announced-2/"
},
{
"category": "external",
"summary": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf",
"url": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf"
},
{
"category": "external",
"summary": "https://github.com/git/git/security/advisories/GHSA-c738-c5qq-xg89",
"url": "https://github.com/git/git/security/advisories/GHSA-c738-c5qq-xg89"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2023/01/17/4",
"url": "https://www.openwall.com/lists/oss-security/2023/01/17/4"
}
],
"release_date": "2023-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-04-10T02:03:40+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/2974891",
"product_ids": [
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-0:4.5.3-202304051438_8.6.src",
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-image-update-0:4.5.3-202304051438_8.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1677"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"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": [
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-0:4.5.3-202304051438_8.6.src",
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-image-update-0:4.5.3-202304051438_8.6.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.src",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-content-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-virtualization-host-image-update-placeholder-0:4.5.3-6.el8ev.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: gitattributes parsing integer overflow"
},
{
"cve": "CVE-2022-41903",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2023-01-18T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.src",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-content-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-virtualization-host-image-update-placeholder-0:4.5.3-6.el8ev.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2162056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Git, a distributed revision control system. This issue occurs due to an integer overflow in `pretty.c::format_and_pad_commit()`, where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through the git archive via the export-subst mechanism, which expands format specifiers inside files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may allow arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: Heap overflow in `git archive`, `git log --format` leading to RCE",
"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": [
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-0:4.5.3-202304051438_8.6.src",
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-image-update-0:4.5.3-202304051438_8.6.x86_64"
],
"known_not_affected": [
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.src",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-content-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-virtualization-host-image-update-placeholder-0:4.5.3-6.el8ev.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41903"
},
{
"category": "external",
"summary": "RHBZ#2162056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41903",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41903"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41903",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41903"
},
{
"category": "external",
"summary": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf",
"url": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf"
},
{
"category": "external",
"summary": "https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq",
"url": "https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2023/01/17/4",
"url": "https://www.openwall.com/lists/oss-security/2023/01/17/4"
}
],
"release_date": "2023-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-04-10T02:03:40+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/2974891",
"product_ids": [
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-0:4.5.3-202304051438_8.6.src",
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-image-update-0:4.5.3-202304051438_8.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1677"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"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": [
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-0:4.5.3-202304051438_8.6.src",
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-image-update-0:4.5.3-202304051438_8.6.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.src",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-content-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-virtualization-host-image-update-placeholder-0:4.5.3-6.el8ev.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: Heap overflow in `git archive`, `git log --format` leading to RCE"
},
{
"cve": "CVE-2023-0266",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2023-01-23T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.src",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-content-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-virtualization-host-image-update-placeholder-0:4.5.3-6.el8ev.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2163379"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free flaw was found in snd_ctl_elem_read in sound/core/control.c in Advanced Linux Sound Architecture (ALSA) subsystem in the Linux kernel. In this flaw a normal privileged, local attacker may impact the system due to a locking issue in the compat path, leading to a kernel information leak problem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent UAF",
"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": [
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-0:4.5.3-202304051438_8.6.src",
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-image-update-0:4.5.3-202304051438_8.6.x86_64"
],
"known_not_affected": [
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.src",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-content-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-virtualization-host-image-update-placeholder-0:4.5.3-6.el8ev.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0266"
},
{
"category": "external",
"summary": "RHBZ#2163379",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163379"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0266",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0266"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0266",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0266"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=56b88b50565cd8b946a2d00b0c83927b7ebb055e",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=56b88b50565cd8b946a2d00b0c83927b7ebb055e"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2023-01-13T06:30:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-04-10T02:03:40+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/2974891",
"product_ids": [
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-0:4.5.3-202304051438_8.6.src",
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-image-update-0:4.5.3-202304051438_8.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1677"
},
{
"category": "workaround",
"details": "To mitigate this issue, skip loading (blacklist) the affected soundcard using modules like:\n\nblacklist soundcore\nblacklist snd\nblacklist snd_pcm\nblacklist snd_hda_codec_hdmi\nblacklist snd_hda_codec_realtek\nblacklist snd_hda_codec_generic\nblacklist snd_hda_intel\nblacklist snd_hda_codec\nblacklist snd_hda_core\nblacklist snd_hwdep\nblacklist snd_timer\n \nonto the system till we have a fix available. \n\nThis can be done by a blacklist mechanism, this will ensure the driver is not loaded at the boot time.\n~~~\nHow do I blacklist a kernel module to prevent it from loading automatically?\nhttps://access.redhat.com/solutions/41278 \n~~~",
"product_ids": [
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-0:4.5.3-202304051438_8.6.src",
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-image-update-0:4.5.3-202304051438_8.6.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.src",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-content-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-virtualization-host-image-update-placeholder-0:4.5.3-6.el8ev.noarch"
]
}
],
"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": [
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-0:4.5.3-202304051438_8.6.src",
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-image-update-0:4.5.3-202304051438_8.6.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.src",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-content-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-virtualization-host-image-update-placeholder-0:4.5.3-6.el8ev.noarch"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2023-03-30T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Important"
}
],
"title": "ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent UAF"
},
{
"acknowledgments": [
{
"names": [
"The D. E. Shaw Group"
]
}
],
"cve": "CVE-2023-0386",
"cwe": {
"id": "CWE-282",
"name": "Improper Ownership Management"
},
"discovery_date": "2022-12-21T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.src",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-content-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-virtualization-host-image-update-placeholder-0:4.5.3-6.el8ev.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2159505"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel, where unauthorized access to the execution of the setuid file with capabilities was found in the Linux kernel\u2019s OverlayFS subsystem in how a user copies a capable file from a nosuid mount into another mount. This uid mapping bug allows a local user to escalate their privileges on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: FUSE filesystem low-privileged user privileges escalation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was first introduced into Red Hat Enterprise Linux starting in version 8.6. Earlier releases are not affected, including Red Hat Enterprise Linux 8.4.",
"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": [
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-0:4.5.3-202304051438_8.6.src",
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-image-update-0:4.5.3-202304051438_8.6.x86_64"
],
"known_not_affected": [
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.src",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-content-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-virtualization-host-image-update-placeholder-0:4.5.3-6.el8ev.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0386"
},
{
"category": "external",
"summary": "RHBZ#2159505",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2159505"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0386",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0386"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0386",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0386"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=4f11ada10d0a",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=4f11ada10d0a"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2023-01-24T10:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-04-10T02:03:40+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/2974891",
"product_ids": [
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-0:4.5.3-202304051438_8.6.src",
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-image-update-0:4.5.3-202304051438_8.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1677"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the module overlay from being loaded. Please see https://access.redhat.com/solutions/41278 for information on how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-0:4.5.3-202304051438_8.6.src",
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-image-update-0:4.5.3-202304051438_8.6.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.src",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-content-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-virtualization-host-image-update-placeholder-0:4.5.3-6.el8ev.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-0:4.5.3-202304051438_8.6.src",
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-image-update-0:4.5.3-202304051438_8.6.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.src",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-content-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-virtualization-host-image-update-placeholder-0:4.5.3-6.el8ev.noarch"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2025-06-17T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: FUSE filesystem low-privileged user privileges escalation"
},
{
"acknowledgments": [
{
"names": [
"the Mozilla project"
]
},
{
"names": [
"Christian Holler"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2023-0767",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"discovery_date": "2023-02-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.src",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-content-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-virtualization-host-image-update-placeholder-0:4.5.3-6.el8ev.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2170377"
}
],
"notes": [
{
"category": "description",
"text": "The Mozilla Foundation Security Advisory describes this flaw as:\r\n\r\nAn attacker could construct a PKCS 12 cert bundle in such a way that could allow for arbitrary memory writes via PKCS 12 Safe Bag attributes being mishandled.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nss: Arbitrary memory write via PKCS 12",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Firefox and Thunderbird in Red Hat Enterprise Linux 8.6 and later are not affected by this vulnerability, as they use the system NSS library. Firefox and Thunderbird in earlier Red Hat Enterprise Linux 8 extended life streams were affected, and should be updated to fixed versions as they become available.",
"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": [
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-0:4.5.3-202304051438_8.6.src",
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-image-update-0:4.5.3-202304051438_8.6.x86_64"
],
"known_not_affected": [
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.src",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-content-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-virtualization-host-image-update-placeholder-0:4.5.3-6.el8ev.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0767"
},
{
"category": "external",
"summary": "RHBZ#2170377",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170377"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0767",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0767"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0767",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0767"
},
{
"category": "external",
"summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-06/#CVE-2023-0767",
"url": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-06/#CVE-2023-0767"
},
{
"category": "external",
"summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-07/#CVE-2023-0767",
"url": "https://www.mozilla.org/en-US/security/advisories/mfsa2023-07/#CVE-2023-0767"
}
],
"release_date": "2023-02-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-04-10T02:03:40+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/2974891",
"product_ids": [
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-0:4.5.3-202304051438_8.6.src",
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-image-update-0:4.5.3-202304051438_8.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1677"
}
],
"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": [
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-0:4.5.3-202304051438_8.6.src",
"8Base-RHV-Hypervisor-4:redhat-virtualization-host-image-update-0:4.5.3-202304051438_8.6.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.src",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-release-virtualization-host-content-0:4.5.3-6.el8ev.x86_64",
"8Base-RHV-HypervisorBuild-4:redhat-virtualization-host-image-update-placeholder-0:4.5.3-6.el8ev.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nss: Arbitrary memory write via PKCS 12"
}
]
}
RHSA-2023_0596
Vulnerability from csaf_redhat - Published: 2023-02-06 16:46 - Updated: 2024-11-15 15:03A flaw was found in Git, a distributed revision control system. When parsing gitattributes, a mechanism to allow defining attributes for paths, multiple integer overflows can occur when there is a huge number of path patterns, attributes for a single pattern, or declared attribute names. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index, or both. This integer overflow can result in arbitrary heap reads and writes, which may allow remote code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-3.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-3.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-3.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-3.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-3.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-3.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-3.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-3.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-3.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-3.el8_4.noarch | — |
Vendor Fix
fix
|
A flaw was found in Git, a distributed revision control system. This issue occurs due to an integer overflow in `pretty.c::format_and_pad_commit()`, where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through the git archive via the export-subst mechanism, which expands format specifiers inside files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may allow arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-3.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-3.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-3.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-3.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-3.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-3.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-3.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-3.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-3.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-3.el8_4.noarch | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for git is now available for Red Hat Enterprise Linux 8.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: gitattributes parsing integer overflow (CVE-2022-23521)\n\n* git: Heap overflow in `git archive`, `git log --format` leading to RCE (CVE-2022-41903)\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-2023:0596",
"url": "https://access.redhat.com/errata/RHSA-2023:0596"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2162055",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162055"
},
{
"category": "external",
"summary": "2162056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162056"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0596.json"
}
],
"title": "Red Hat Security Advisory: git security update",
"tracking": {
"current_release_date": "2024-11-15T15:03:54+00:00",
"generator": {
"date": "2024-11-15T15:03:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2023:0596",
"initial_release_date": "2023-02-06T16:46:09+00:00",
"revision_history": [
{
"date": "2023-02-06T16:46:09+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-02-06T16:46:09+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-15T15:03:54+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.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.27.0-3.el8_4.src",
"product": {
"name": "git-0:2.27.0-3.el8_4.src",
"product_id": "git-0:2.27.0-3.el8_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.27.0-3.el8_4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.27.0-3.el8_4.aarch64",
"product": {
"name": "git-0:2.27.0-3.el8_4.aarch64",
"product_id": "git-0:2.27.0-3.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.27.0-3.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.27.0-3.el8_4.aarch64",
"product": {
"name": "git-core-0:2.27.0-3.el8_4.aarch64",
"product_id": "git-core-0:2.27.0-3.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.27.0-3.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.27.0-3.el8_4.aarch64",
"product": {
"name": "git-credential-libsecret-0:2.27.0-3.el8_4.aarch64",
"product_id": "git-credential-libsecret-0:2.27.0-3.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.27.0-3.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.27.0-3.el8_4.aarch64",
"product": {
"name": "git-daemon-0:2.27.0-3.el8_4.aarch64",
"product_id": "git-daemon-0:2.27.0-3.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.27.0-3.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.27.0-3.el8_4.aarch64",
"product": {
"name": "git-subtree-0:2.27.0-3.el8_4.aarch64",
"product_id": "git-subtree-0:2.27.0-3.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.27.0-3.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.27.0-3.el8_4.aarch64",
"product": {
"name": "git-debugsource-0:2.27.0-3.el8_4.aarch64",
"product_id": "git-debugsource-0:2.27.0-3.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.27.0-3.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.27.0-3.el8_4.aarch64",
"product": {
"name": "git-core-debuginfo-0:2.27.0-3.el8_4.aarch64",
"product_id": "git-core-debuginfo-0:2.27.0-3.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.27.0-3.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.aarch64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.aarch64",
"product_id": "git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.27.0-3.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.27.0-3.el8_4.aarch64",
"product": {
"name": "git-daemon-debuginfo-0:2.27.0-3.el8_4.aarch64",
"product_id": "git-daemon-debuginfo-0:2.27.0-3.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.27.0-3.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.27.0-3.el8_4.aarch64",
"product": {
"name": "git-debuginfo-0:2.27.0-3.el8_4.aarch64",
"product_id": "git-debuginfo-0:2.27.0-3.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.27.0-3.el8_4?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.27.0-3.el8_4.ppc64le",
"product": {
"name": "git-0:2.27.0-3.el8_4.ppc64le",
"product_id": "git-0:2.27.0-3.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.27.0-3.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.27.0-3.el8_4.ppc64le",
"product": {
"name": "git-core-0:2.27.0-3.el8_4.ppc64le",
"product_id": "git-core-0:2.27.0-3.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.27.0-3.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.27.0-3.el8_4.ppc64le",
"product": {
"name": "git-credential-libsecret-0:2.27.0-3.el8_4.ppc64le",
"product_id": "git-credential-libsecret-0:2.27.0-3.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.27.0-3.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.27.0-3.el8_4.ppc64le",
"product": {
"name": "git-daemon-0:2.27.0-3.el8_4.ppc64le",
"product_id": "git-daemon-0:2.27.0-3.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.27.0-3.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.27.0-3.el8_4.ppc64le",
"product": {
"name": "git-subtree-0:2.27.0-3.el8_4.ppc64le",
"product_id": "git-subtree-0:2.27.0-3.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.27.0-3.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.27.0-3.el8_4.ppc64le",
"product": {
"name": "git-debugsource-0:2.27.0-3.el8_4.ppc64le",
"product_id": "git-debugsource-0:2.27.0-3.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.27.0-3.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"product": {
"name": "git-core-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"product_id": "git-core-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.27.0-3.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"product_id": "git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.27.0-3.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"product": {
"name": "git-daemon-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"product_id": "git-daemon-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.27.0-3.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"product": {
"name": "git-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"product_id": "git-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.27.0-3.el8_4?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.27.0-3.el8_4.x86_64",
"product": {
"name": "git-0:2.27.0-3.el8_4.x86_64",
"product_id": "git-0:2.27.0-3.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.27.0-3.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.27.0-3.el8_4.x86_64",
"product": {
"name": "git-core-0:2.27.0-3.el8_4.x86_64",
"product_id": "git-core-0:2.27.0-3.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.27.0-3.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.27.0-3.el8_4.x86_64",
"product": {
"name": "git-credential-libsecret-0:2.27.0-3.el8_4.x86_64",
"product_id": "git-credential-libsecret-0:2.27.0-3.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.27.0-3.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.27.0-3.el8_4.x86_64",
"product": {
"name": "git-daemon-0:2.27.0-3.el8_4.x86_64",
"product_id": "git-daemon-0:2.27.0-3.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.27.0-3.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.27.0-3.el8_4.x86_64",
"product": {
"name": "git-subtree-0:2.27.0-3.el8_4.x86_64",
"product_id": "git-subtree-0:2.27.0-3.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.27.0-3.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.27.0-3.el8_4.x86_64",
"product": {
"name": "git-debugsource-0:2.27.0-3.el8_4.x86_64",
"product_id": "git-debugsource-0:2.27.0-3.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.27.0-3.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.27.0-3.el8_4.x86_64",
"product": {
"name": "git-core-debuginfo-0:2.27.0-3.el8_4.x86_64",
"product_id": "git-core-debuginfo-0:2.27.0-3.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.27.0-3.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.x86_64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.x86_64",
"product_id": "git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.27.0-3.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.27.0-3.el8_4.x86_64",
"product": {
"name": "git-daemon-debuginfo-0:2.27.0-3.el8_4.x86_64",
"product_id": "git-daemon-debuginfo-0:2.27.0-3.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.27.0-3.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.27.0-3.el8_4.x86_64",
"product": {
"name": "git-debuginfo-0:2.27.0-3.el8_4.x86_64",
"product_id": "git-debuginfo-0:2.27.0-3.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.27.0-3.el8_4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.27.0-3.el8_4.s390x",
"product": {
"name": "git-0:2.27.0-3.el8_4.s390x",
"product_id": "git-0:2.27.0-3.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.27.0-3.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.27.0-3.el8_4.s390x",
"product": {
"name": "git-core-0:2.27.0-3.el8_4.s390x",
"product_id": "git-core-0:2.27.0-3.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.27.0-3.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.27.0-3.el8_4.s390x",
"product": {
"name": "git-credential-libsecret-0:2.27.0-3.el8_4.s390x",
"product_id": "git-credential-libsecret-0:2.27.0-3.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.27.0-3.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.27.0-3.el8_4.s390x",
"product": {
"name": "git-daemon-0:2.27.0-3.el8_4.s390x",
"product_id": "git-daemon-0:2.27.0-3.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.27.0-3.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.27.0-3.el8_4.s390x",
"product": {
"name": "git-subtree-0:2.27.0-3.el8_4.s390x",
"product_id": "git-subtree-0:2.27.0-3.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.27.0-3.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.27.0-3.el8_4.s390x",
"product": {
"name": "git-debugsource-0:2.27.0-3.el8_4.s390x",
"product_id": "git-debugsource-0:2.27.0-3.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.27.0-3.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.27.0-3.el8_4.s390x",
"product": {
"name": "git-core-debuginfo-0:2.27.0-3.el8_4.s390x",
"product_id": "git-core-debuginfo-0:2.27.0-3.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.27.0-3.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.s390x",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.s390x",
"product_id": "git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.27.0-3.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.27.0-3.el8_4.s390x",
"product": {
"name": "git-daemon-debuginfo-0:2.27.0-3.el8_4.s390x",
"product_id": "git-daemon-debuginfo-0:2.27.0-3.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.27.0-3.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.27.0-3.el8_4.s390x",
"product": {
"name": "git-debuginfo-0:2.27.0-3.el8_4.s390x",
"product_id": "git-debuginfo-0:2.27.0-3.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.27.0-3.el8_4?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "git-all-0:2.27.0-3.el8_4.noarch",
"product": {
"name": "git-all-0:2.27.0-3.el8_4.noarch",
"product_id": "git-all-0:2.27.0-3.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-all@2.27.0-3.el8_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-core-doc-0:2.27.0-3.el8_4.noarch",
"product": {
"name": "git-core-doc-0:2.27.0-3.el8_4.noarch",
"product_id": "git-core-doc-0:2.27.0-3.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-doc@2.27.0-3.el8_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-email-0:2.27.0-3.el8_4.noarch",
"product": {
"name": "git-email-0:2.27.0-3.el8_4.noarch",
"product_id": "git-email-0:2.27.0-3.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-email@2.27.0-3.el8_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-gui-0:2.27.0-3.el8_4.noarch",
"product": {
"name": "git-gui-0:2.27.0-3.el8_4.noarch",
"product_id": "git-gui-0:2.27.0-3.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-gui@2.27.0-3.el8_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-instaweb-0:2.27.0-3.el8_4.noarch",
"product": {
"name": "git-instaweb-0:2.27.0-3.el8_4.noarch",
"product_id": "git-instaweb-0:2.27.0-3.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-instaweb@2.27.0-3.el8_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-svn-0:2.27.0-3.el8_4.noarch",
"product": {
"name": "git-svn-0:2.27.0-3.el8_4.noarch",
"product_id": "git-svn-0:2.27.0-3.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn@2.27.0-3.el8_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitk-0:2.27.0-3.el8_4.noarch",
"product": {
"name": "gitk-0:2.27.0-3.el8_4.noarch",
"product_id": "gitk-0:2.27.0-3.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitk@2.27.0-3.el8_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitweb-0:2.27.0-3.el8_4.noarch",
"product": {
"name": "gitweb-0:2.27.0-3.el8_4.noarch",
"product_id": "gitweb-0:2.27.0-3.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitweb@2.27.0-3.el8_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-0:2.27.0-3.el8_4.noarch",
"product": {
"name": "perl-Git-0:2.27.0-3.el8_4.noarch",
"product_id": "perl-Git-0:2.27.0-3.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git@2.27.0-3.el8_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-SVN-0:2.27.0-3.el8_4.noarch",
"product": {
"name": "perl-Git-SVN-0:2.27.0-3.el8_4.noarch",
"product_id": "perl-Git-SVN-0:2.27.0-3.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git-SVN@2.27.0-3.el8_4?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.27.0-3.el8_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.aarch64"
},
"product_reference": "git-0:2.27.0-3.el8_4.aarch64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.27.0-3.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.ppc64le"
},
"product_reference": "git-0:2.27.0-3.el8_4.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.27.0-3.el8_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.s390x"
},
"product_reference": "git-0:2.27.0-3.el8_4.s390x",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.27.0-3.el8_4.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.src"
},
"product_reference": "git-0:2.27.0-3.el8_4.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.27.0-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.x86_64"
},
"product_reference": "git-0:2.27.0-3.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-all-0:2.27.0-3.el8_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-3.el8_4.noarch"
},
"product_reference": "git-all-0:2.27.0-3.el8_4.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.27.0-3.el8_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.aarch64"
},
"product_reference": "git-core-0:2.27.0-3.el8_4.aarch64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.27.0-3.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.ppc64le"
},
"product_reference": "git-core-0:2.27.0-3.el8_4.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.27.0-3.el8_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.s390x"
},
"product_reference": "git-core-0:2.27.0-3.el8_4.s390x",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.27.0-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.x86_64"
},
"product_reference": "git-core-0:2.27.0-3.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.27.0-3.el8_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.aarch64"
},
"product_reference": "git-core-debuginfo-0:2.27.0-3.el8_4.aarch64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.27.0-3.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.ppc64le"
},
"product_reference": "git-core-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.27.0-3.el8_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.s390x"
},
"product_reference": "git-core-debuginfo-0:2.27.0-3.el8_4.s390x",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.27.0-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.x86_64"
},
"product_reference": "git-core-debuginfo-0:2.27.0-3.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-doc-0:2.27.0-3.el8_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-3.el8_4.noarch"
},
"product_reference": "git-core-doc-0:2.27.0-3.el8_4.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.27.0-3.el8_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.aarch64"
},
"product_reference": "git-credential-libsecret-0:2.27.0-3.el8_4.aarch64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.27.0-3.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.ppc64le"
},
"product_reference": "git-credential-libsecret-0:2.27.0-3.el8_4.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.27.0-3.el8_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.s390x"
},
"product_reference": "git-credential-libsecret-0:2.27.0-3.el8_4.s390x",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.27.0-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.x86_64"
},
"product_reference": "git-credential-libsecret-0:2.27.0-3.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.aarch64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.aarch64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.ppc64le"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.s390x"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.s390x",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.x86_64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.27.0-3.el8_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.aarch64"
},
"product_reference": "git-daemon-0:2.27.0-3.el8_4.aarch64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.27.0-3.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.ppc64le"
},
"product_reference": "git-daemon-0:2.27.0-3.el8_4.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.27.0-3.el8_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.s390x"
},
"product_reference": "git-daemon-0:2.27.0-3.el8_4.s390x",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.27.0-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.x86_64"
},
"product_reference": "git-daemon-0:2.27.0-3.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.27.0-3.el8_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.aarch64"
},
"product_reference": "git-daemon-debuginfo-0:2.27.0-3.el8_4.aarch64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.27.0-3.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.ppc64le"
},
"product_reference": "git-daemon-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.27.0-3.el8_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.s390x"
},
"product_reference": "git-daemon-debuginfo-0:2.27.0-3.el8_4.s390x",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.27.0-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.x86_64"
},
"product_reference": "git-daemon-debuginfo-0:2.27.0-3.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.27.0-3.el8_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.aarch64"
},
"product_reference": "git-debuginfo-0:2.27.0-3.el8_4.aarch64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.27.0-3.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.ppc64le"
},
"product_reference": "git-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.27.0-3.el8_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.s390x"
},
"product_reference": "git-debuginfo-0:2.27.0-3.el8_4.s390x",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.27.0-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.x86_64"
},
"product_reference": "git-debuginfo-0:2.27.0-3.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.27.0-3.el8_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.aarch64"
},
"product_reference": "git-debugsource-0:2.27.0-3.el8_4.aarch64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.27.0-3.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.ppc64le"
},
"product_reference": "git-debugsource-0:2.27.0-3.el8_4.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.27.0-3.el8_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.s390x"
},
"product_reference": "git-debugsource-0:2.27.0-3.el8_4.s390x",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.27.0-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.x86_64"
},
"product_reference": "git-debugsource-0:2.27.0-3.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-0:2.27.0-3.el8_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-3.el8_4.noarch"
},
"product_reference": "git-email-0:2.27.0-3.el8_4.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-0:2.27.0-3.el8_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-3.el8_4.noarch"
},
"product_reference": "git-gui-0:2.27.0-3.el8_4.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-instaweb-0:2.27.0-3.el8_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-3.el8_4.noarch"
},
"product_reference": "git-instaweb-0:2.27.0-3.el8_4.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.27.0-3.el8_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.aarch64"
},
"product_reference": "git-subtree-0:2.27.0-3.el8_4.aarch64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.27.0-3.el8_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.ppc64le"
},
"product_reference": "git-subtree-0:2.27.0-3.el8_4.ppc64le",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.27.0-3.el8_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.s390x"
},
"product_reference": "git-subtree-0:2.27.0-3.el8_4.s390x",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.27.0-3.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.x86_64"
},
"product_reference": "git-subtree-0:2.27.0-3.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:2.27.0-3.el8_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-3.el8_4.noarch"
},
"product_reference": "git-svn-0:2.27.0-3.el8_4.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-0:2.27.0-3.el8_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-3.el8_4.noarch"
},
"product_reference": "gitk-0:2.27.0-3.el8_4.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitweb-0:2.27.0-3.el8_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-3.el8_4.noarch"
},
"product_reference": "gitweb-0:2.27.0-3.el8_4.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-0:2.27.0-3.el8_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-3.el8_4.noarch"
},
"product_reference": "perl-Git-0:2.27.0-3.el8_4.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-SVN-0:2.27.0-3.el8_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-3.el8_4.noarch"
},
"product_reference": "perl-Git-SVN-0:2.27.0-3.el8_4.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-23521",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2023-01-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2162055"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Git, a distributed revision control system. When parsing gitattributes, a mechanism to allow defining attributes for paths, multiple integer overflows can occur when there is a huge number of path patterns, attributes for a single pattern, or declared attribute names. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index, or both. This integer overflow can result in arbitrary heap reads and writes, which may allow remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: gitattributes parsing integer overflow",
"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.4.0.Z.EUS:git-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.src",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-3.el8_4.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23521"
},
{
"category": "external",
"summary": "RHBZ#2162055",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162055"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23521",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23521"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23521",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23521"
},
{
"category": "external",
"summary": "https://github.blog/2023-01-17-git-security-vulnerabilities-announced-2/",
"url": "https://github.blog/2023-01-17-git-security-vulnerabilities-announced-2/"
},
{
"category": "external",
"summary": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf",
"url": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf"
},
{
"category": "external",
"summary": "https://github.com/git/git/security/advisories/GHSA-c738-c5qq-xg89",
"url": "https://github.com/git/git/security/advisories/GHSA-c738-c5qq-xg89"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2023/01/17/4",
"url": "https://www.openwall.com/lists/oss-security/2023/01/17/4"
}
],
"release_date": "2023-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-06T16:46:09+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.4.0.Z.EUS:git-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.src",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-3.el8_4.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0596"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"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": [
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.src",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-3.el8_4.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: gitattributes parsing integer overflow"
},
{
"cve": "CVE-2022-41903",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2023-01-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2162056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Git, a distributed revision control system. This issue occurs due to an integer overflow in `pretty.c::format_and_pad_commit()`, where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through the git archive via the export-subst mechanism, which expands format specifiers inside files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may allow arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: Heap overflow in `git archive`, `git log --format` leading to RCE",
"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.4.0.Z.EUS:git-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.src",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-3.el8_4.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41903"
},
{
"category": "external",
"summary": "RHBZ#2162056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41903",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41903"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41903",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41903"
},
{
"category": "external",
"summary": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf",
"url": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf"
},
{
"category": "external",
"summary": "https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq",
"url": "https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2023/01/17/4",
"url": "https://www.openwall.com/lists/oss-security/2023/01/17/4"
}
],
"release_date": "2023-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-06T16:46:09+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.4.0.Z.EUS:git-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.src",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-3.el8_4.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0596"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"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": [
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.src",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-3.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-3.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-3.el8_4.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: Heap overflow in `git archive`, `git log --format` leading to RCE"
}
]
}
RHSA-2023_0597
Vulnerability from csaf_redhat - Published: 2023-02-06 16:39 - Updated: 2024-11-15 15:03A flaw was found in Git, a distributed revision control system. When parsing gitattributes, a mechanism to allow defining attributes for paths, multiple integer overflows can occur when there is a huge number of path patterns, attributes for a single pattern, or declared attribute names. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index, or both. This integer overflow can result in arbitrary heap reads and writes, which may allow remote code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-all-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-email-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-gitk-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-all-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-email-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-gitk-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
A flaw was found in Git, a distributed revision control system. This issue occurs due to an integer overflow in `pretty.c::format_and_pad_commit()`, where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through the git archive via the export-subst mechanism, which expands format specifiers inside files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may allow arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-all-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-email-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-gitk-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-all-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-email-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-gitk-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-4.el7.noarch | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for rh-git227-git is now available for Red Hat Software Collections.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: gitattributes parsing integer overflow (CVE-2022-23521)\n\n* git: Heap overflow in `git archive`, `git log --format` leading to RCE (CVE-2022-41903)\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-2023:0597",
"url": "https://access.redhat.com/errata/RHSA-2023:0597"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2162055",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162055"
},
{
"category": "external",
"summary": "2162056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162056"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0597.json"
}
],
"title": "Red Hat Security Advisory: rh-git227-git security update",
"tracking": {
"current_release_date": "2024-11-15T15:03:16+00:00",
"generator": {
"date": "2024-11-15T15:03:16+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2023:0597",
"initial_release_date": "2023-02-06T16:39:51+00:00",
"revision_history": [
{
"date": "2023-02-06T16:39:51+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-02-06T16:39:51+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-15T15:03:16+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Software Collections for RHEL Workstation(v. 7)",
"product": {
"name": "Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Software Collections for RHEL(v. 7)",
"product": {
"name": "Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el7"
}
}
}
],
"category": "product_family",
"name": "Red Hat Software Collections"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-git227-git-0:2.27.0-4.el7.src",
"product": {
"name": "rh-git227-git-0:2.27.0-4.el7.src",
"product_id": "rh-git227-git-0:2.27.0-4.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git@2.27.0-4.el7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-git227-git-0:2.27.0-4.el7.x86_64",
"product": {
"name": "rh-git227-git-0:2.27.0-4.el7.x86_64",
"product_id": "rh-git227-git-0:2.27.0-4.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git@2.27.0-4.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-core-0:2.27.0-4.el7.x86_64",
"product": {
"name": "rh-git227-git-core-0:2.27.0-4.el7.x86_64",
"product_id": "rh-git227-git-core-0:2.27.0-4.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-core@2.27.0-4.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-credential-libsecret-0:2.27.0-4.el7.x86_64",
"product": {
"name": "rh-git227-git-credential-libsecret-0:2.27.0-4.el7.x86_64",
"product_id": "rh-git227-git-credential-libsecret-0:2.27.0-4.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-credential-libsecret@2.27.0-4.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-daemon-0:2.27.0-4.el7.x86_64",
"product": {
"name": "rh-git227-git-daemon-0:2.27.0-4.el7.x86_64",
"product_id": "rh-git227-git-daemon-0:2.27.0-4.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-daemon@2.27.0-4.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-subtree-0:2.27.0-4.el7.x86_64",
"product": {
"name": "rh-git227-git-subtree-0:2.27.0-4.el7.x86_64",
"product_id": "rh-git227-git-subtree-0:2.27.0-4.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-subtree@2.27.0-4.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-debuginfo-0:2.27.0-4.el7.x86_64",
"product": {
"name": "rh-git227-git-debuginfo-0:2.27.0-4.el7.x86_64",
"product_id": "rh-git227-git-debuginfo-0:2.27.0-4.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-debuginfo@2.27.0-4.el7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-git227-git-all-0:2.27.0-4.el7.noarch",
"product": {
"name": "rh-git227-git-all-0:2.27.0-4.el7.noarch",
"product_id": "rh-git227-git-all-0:2.27.0-4.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-all@2.27.0-4.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-core-doc-0:2.27.0-4.el7.noarch",
"product": {
"name": "rh-git227-git-core-doc-0:2.27.0-4.el7.noarch",
"product_id": "rh-git227-git-core-doc-0:2.27.0-4.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-core-doc@2.27.0-4.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-cvs-0:2.27.0-4.el7.noarch",
"product": {
"name": "rh-git227-git-cvs-0:2.27.0-4.el7.noarch",
"product_id": "rh-git227-git-cvs-0:2.27.0-4.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-cvs@2.27.0-4.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-email-0:2.27.0-4.el7.noarch",
"product": {
"name": "rh-git227-git-email-0:2.27.0-4.el7.noarch",
"product_id": "rh-git227-git-email-0:2.27.0-4.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-email@2.27.0-4.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-gui-0:2.27.0-4.el7.noarch",
"product": {
"name": "rh-git227-git-gui-0:2.27.0-4.el7.noarch",
"product_id": "rh-git227-git-gui-0:2.27.0-4.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-gui@2.27.0-4.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-instaweb-0:2.27.0-4.el7.noarch",
"product": {
"name": "rh-git227-git-instaweb-0:2.27.0-4.el7.noarch",
"product_id": "rh-git227-git-instaweb-0:2.27.0-4.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-instaweb@2.27.0-4.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-p4-0:2.27.0-4.el7.noarch",
"product": {
"name": "rh-git227-git-p4-0:2.27.0-4.el7.noarch",
"product_id": "rh-git227-git-p4-0:2.27.0-4.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-p4@2.27.0-4.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-svn-0:2.27.0-4.el7.noarch",
"product": {
"name": "rh-git227-git-svn-0:2.27.0-4.el7.noarch",
"product_id": "rh-git227-git-svn-0:2.27.0-4.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-svn@2.27.0-4.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-git227-gitk-0:2.27.0-4.el7.noarch",
"product": {
"name": "rh-git227-gitk-0:2.27.0-4.el7.noarch",
"product_id": "rh-git227-gitk-0:2.27.0-4.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-gitk@2.27.0-4.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-git227-gitweb-0:2.27.0-4.el7.noarch",
"product": {
"name": "rh-git227-gitweb-0:2.27.0-4.el7.noarch",
"product_id": "rh-git227-gitweb-0:2.27.0-4.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-gitweb@2.27.0-4.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-git227-perl-Git-0:2.27.0-4.el7.noarch",
"product": {
"name": "rh-git227-perl-Git-0:2.27.0-4.el7.noarch",
"product_id": "rh-git227-perl-Git-0:2.27.0-4.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-perl-Git@2.27.0-4.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-git227-perl-Git-SVN-0:2.27.0-4.el7.noarch",
"product": {
"name": "rh-git227-perl-Git-SVN-0:2.27.0-4.el7.noarch",
"product_id": "rh-git227-perl-Git-SVN-0:2.27.0-4.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-perl-Git-SVN@2.27.0-4.el7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-git227-git-0:2.27.0-4.el7.s390x",
"product": {
"name": "rh-git227-git-0:2.27.0-4.el7.s390x",
"product_id": "rh-git227-git-0:2.27.0-4.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git@2.27.0-4.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-core-0:2.27.0-4.el7.s390x",
"product": {
"name": "rh-git227-git-core-0:2.27.0-4.el7.s390x",
"product_id": "rh-git227-git-core-0:2.27.0-4.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-core@2.27.0-4.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-credential-libsecret-0:2.27.0-4.el7.s390x",
"product": {
"name": "rh-git227-git-credential-libsecret-0:2.27.0-4.el7.s390x",
"product_id": "rh-git227-git-credential-libsecret-0:2.27.0-4.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-credential-libsecret@2.27.0-4.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-daemon-0:2.27.0-4.el7.s390x",
"product": {
"name": "rh-git227-git-daemon-0:2.27.0-4.el7.s390x",
"product_id": "rh-git227-git-daemon-0:2.27.0-4.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-daemon@2.27.0-4.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-subtree-0:2.27.0-4.el7.s390x",
"product": {
"name": "rh-git227-git-subtree-0:2.27.0-4.el7.s390x",
"product_id": "rh-git227-git-subtree-0:2.27.0-4.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-subtree@2.27.0-4.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-debuginfo-0:2.27.0-4.el7.s390x",
"product": {
"name": "rh-git227-git-debuginfo-0:2.27.0-4.el7.s390x",
"product_id": "rh-git227-git-debuginfo-0:2.27.0-4.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-debuginfo@2.27.0-4.el7?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-git227-git-0:2.27.0-4.el7.ppc64le",
"product": {
"name": "rh-git227-git-0:2.27.0-4.el7.ppc64le",
"product_id": "rh-git227-git-0:2.27.0-4.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git@2.27.0-4.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-core-0:2.27.0-4.el7.ppc64le",
"product": {
"name": "rh-git227-git-core-0:2.27.0-4.el7.ppc64le",
"product_id": "rh-git227-git-core-0:2.27.0-4.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-core@2.27.0-4.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-credential-libsecret-0:2.27.0-4.el7.ppc64le",
"product": {
"name": "rh-git227-git-credential-libsecret-0:2.27.0-4.el7.ppc64le",
"product_id": "rh-git227-git-credential-libsecret-0:2.27.0-4.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-credential-libsecret@2.27.0-4.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-daemon-0:2.27.0-4.el7.ppc64le",
"product": {
"name": "rh-git227-git-daemon-0:2.27.0-4.el7.ppc64le",
"product_id": "rh-git227-git-daemon-0:2.27.0-4.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-daemon@2.27.0-4.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-subtree-0:2.27.0-4.el7.ppc64le",
"product": {
"name": "rh-git227-git-subtree-0:2.27.0-4.el7.ppc64le",
"product_id": "rh-git227-git-subtree-0:2.27.0-4.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-subtree@2.27.0-4.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-debuginfo-0:2.27.0-4.el7.ppc64le",
"product": {
"name": "rh-git227-git-debuginfo-0:2.27.0-4.el7.ppc64le",
"product_id": "rh-git227-git-debuginfo-0:2.27.0-4.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-debuginfo@2.27.0-4.el7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-0:2.27.0-4.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.ppc64le"
},
"product_reference": "rh-git227-git-0:2.27.0-4.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-0:2.27.0-4.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.s390x"
},
"product_reference": "rh-git227-git-0:2.27.0-4.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-0:2.27.0-4.el7.src as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.src"
},
"product_reference": "rh-git227-git-0:2.27.0-4.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-0:2.27.0-4.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.x86_64"
},
"product_reference": "rh-git227-git-0:2.27.0-4.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-all-0:2.27.0-4.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-git-all-0:2.27.0-4.el7.noarch"
},
"product_reference": "rh-git227-git-all-0:2.27.0-4.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-core-0:2.27.0-4.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.ppc64le"
},
"product_reference": "rh-git227-git-core-0:2.27.0-4.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-core-0:2.27.0-4.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.s390x"
},
"product_reference": "rh-git227-git-core-0:2.27.0-4.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-core-0:2.27.0-4.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.x86_64"
},
"product_reference": "rh-git227-git-core-0:2.27.0-4.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-core-doc-0:2.27.0-4.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-4.el7.noarch"
},
"product_reference": "rh-git227-git-core-doc-0:2.27.0-4.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-credential-libsecret-0:2.27.0-4.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.ppc64le"
},
"product_reference": "rh-git227-git-credential-libsecret-0:2.27.0-4.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-credential-libsecret-0:2.27.0-4.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.s390x"
},
"product_reference": "rh-git227-git-credential-libsecret-0:2.27.0-4.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-credential-libsecret-0:2.27.0-4.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.x86_64"
},
"product_reference": "rh-git227-git-credential-libsecret-0:2.27.0-4.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-cvs-0:2.27.0-4.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-4.el7.noarch"
},
"product_reference": "rh-git227-git-cvs-0:2.27.0-4.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-daemon-0:2.27.0-4.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.ppc64le"
},
"product_reference": "rh-git227-git-daemon-0:2.27.0-4.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-daemon-0:2.27.0-4.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.s390x"
},
"product_reference": "rh-git227-git-daemon-0:2.27.0-4.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-daemon-0:2.27.0-4.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.x86_64"
},
"product_reference": "rh-git227-git-daemon-0:2.27.0-4.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-debuginfo-0:2.27.0-4.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.ppc64le"
},
"product_reference": "rh-git227-git-debuginfo-0:2.27.0-4.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-debuginfo-0:2.27.0-4.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.s390x"
},
"product_reference": "rh-git227-git-debuginfo-0:2.27.0-4.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-debuginfo-0:2.27.0-4.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.x86_64"
},
"product_reference": "rh-git227-git-debuginfo-0:2.27.0-4.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-email-0:2.27.0-4.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-git-email-0:2.27.0-4.el7.noarch"
},
"product_reference": "rh-git227-git-email-0:2.27.0-4.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-gui-0:2.27.0-4.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-4.el7.noarch"
},
"product_reference": "rh-git227-git-gui-0:2.27.0-4.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-instaweb-0:2.27.0-4.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-4.el7.noarch"
},
"product_reference": "rh-git227-git-instaweb-0:2.27.0-4.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-p4-0:2.27.0-4.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-4.el7.noarch"
},
"product_reference": "rh-git227-git-p4-0:2.27.0-4.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-subtree-0:2.27.0-4.el7.ppc64le as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.ppc64le"
},
"product_reference": "rh-git227-git-subtree-0:2.27.0-4.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-subtree-0:2.27.0-4.el7.s390x as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.s390x"
},
"product_reference": "rh-git227-git-subtree-0:2.27.0-4.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-subtree-0:2.27.0-4.el7.x86_64 as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.x86_64"
},
"product_reference": "rh-git227-git-subtree-0:2.27.0-4.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-svn-0:2.27.0-4.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-4.el7.noarch"
},
"product_reference": "rh-git227-git-svn-0:2.27.0-4.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-gitk-0:2.27.0-4.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-gitk-0:2.27.0-4.el7.noarch"
},
"product_reference": "rh-git227-gitk-0:2.27.0-4.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-gitweb-0:2.27.0-4.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-4.el7.noarch"
},
"product_reference": "rh-git227-gitweb-0:2.27.0-4.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-perl-Git-0:2.27.0-4.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-4.el7.noarch"
},
"product_reference": "rh-git227-perl-Git-0:2.27.0-4.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-perl-Git-SVN-0:2.27.0-4.el7.noarch as a component of Red Hat Software Collections for RHEL Workstation(v. 7)",
"product_id": "7Server-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-4.el7.noarch"
},
"product_reference": "rh-git227-perl-Git-SVN-0:2.27.0-4.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-0:2.27.0-4.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.ppc64le"
},
"product_reference": "rh-git227-git-0:2.27.0-4.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-0:2.27.0-4.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.s390x"
},
"product_reference": "rh-git227-git-0:2.27.0-4.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-0:2.27.0-4.el7.src as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.src"
},
"product_reference": "rh-git227-git-0:2.27.0-4.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-0:2.27.0-4.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.x86_64"
},
"product_reference": "rh-git227-git-0:2.27.0-4.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-all-0:2.27.0-4.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-git-all-0:2.27.0-4.el7.noarch"
},
"product_reference": "rh-git227-git-all-0:2.27.0-4.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-core-0:2.27.0-4.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.ppc64le"
},
"product_reference": "rh-git227-git-core-0:2.27.0-4.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-core-0:2.27.0-4.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.s390x"
},
"product_reference": "rh-git227-git-core-0:2.27.0-4.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-core-0:2.27.0-4.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.x86_64"
},
"product_reference": "rh-git227-git-core-0:2.27.0-4.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-core-doc-0:2.27.0-4.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-4.el7.noarch"
},
"product_reference": "rh-git227-git-core-doc-0:2.27.0-4.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-credential-libsecret-0:2.27.0-4.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.ppc64le"
},
"product_reference": "rh-git227-git-credential-libsecret-0:2.27.0-4.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-credential-libsecret-0:2.27.0-4.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.s390x"
},
"product_reference": "rh-git227-git-credential-libsecret-0:2.27.0-4.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-credential-libsecret-0:2.27.0-4.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.x86_64"
},
"product_reference": "rh-git227-git-credential-libsecret-0:2.27.0-4.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-cvs-0:2.27.0-4.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-4.el7.noarch"
},
"product_reference": "rh-git227-git-cvs-0:2.27.0-4.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-daemon-0:2.27.0-4.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.ppc64le"
},
"product_reference": "rh-git227-git-daemon-0:2.27.0-4.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-daemon-0:2.27.0-4.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.s390x"
},
"product_reference": "rh-git227-git-daemon-0:2.27.0-4.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-daemon-0:2.27.0-4.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.x86_64"
},
"product_reference": "rh-git227-git-daemon-0:2.27.0-4.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-debuginfo-0:2.27.0-4.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.ppc64le"
},
"product_reference": "rh-git227-git-debuginfo-0:2.27.0-4.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-debuginfo-0:2.27.0-4.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.s390x"
},
"product_reference": "rh-git227-git-debuginfo-0:2.27.0-4.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-debuginfo-0:2.27.0-4.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.x86_64"
},
"product_reference": "rh-git227-git-debuginfo-0:2.27.0-4.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-email-0:2.27.0-4.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-git-email-0:2.27.0-4.el7.noarch"
},
"product_reference": "rh-git227-git-email-0:2.27.0-4.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-gui-0:2.27.0-4.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-4.el7.noarch"
},
"product_reference": "rh-git227-git-gui-0:2.27.0-4.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-instaweb-0:2.27.0-4.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-4.el7.noarch"
},
"product_reference": "rh-git227-git-instaweb-0:2.27.0-4.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-p4-0:2.27.0-4.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-4.el7.noarch"
},
"product_reference": "rh-git227-git-p4-0:2.27.0-4.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-subtree-0:2.27.0-4.el7.ppc64le as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.ppc64le"
},
"product_reference": "rh-git227-git-subtree-0:2.27.0-4.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-subtree-0:2.27.0-4.el7.s390x as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.s390x"
},
"product_reference": "rh-git227-git-subtree-0:2.27.0-4.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-subtree-0:2.27.0-4.el7.x86_64 as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.x86_64"
},
"product_reference": "rh-git227-git-subtree-0:2.27.0-4.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-git-svn-0:2.27.0-4.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-4.el7.noarch"
},
"product_reference": "rh-git227-git-svn-0:2.27.0-4.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-gitk-0:2.27.0-4.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-gitk-0:2.27.0-4.el7.noarch"
},
"product_reference": "rh-git227-gitk-0:2.27.0-4.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-gitweb-0:2.27.0-4.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-4.el7.noarch"
},
"product_reference": "rh-git227-gitweb-0:2.27.0-4.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-perl-Git-0:2.27.0-4.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-4.el7.noarch"
},
"product_reference": "rh-git227-perl-Git-0:2.27.0-4.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-git227-perl-Git-SVN-0:2.27.0-4.el7.noarch as a component of Red Hat Software Collections for RHEL(v. 7)",
"product_id": "7Workstation-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-4.el7.noarch"
},
"product_reference": "rh-git227-perl-Git-SVN-0:2.27.0-4.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-23521",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2023-01-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2162055"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Git, a distributed revision control system. When parsing gitattributes, a mechanism to allow defining attributes for paths, multiple integer overflows can occur when there is a huge number of path patterns, attributes for a single pattern, or declared attribute names. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index, or both. This integer overflow can result in arbitrary heap reads and writes, which may allow remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: gitattributes parsing integer overflow",
"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": [
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.src",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-all-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-email-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitk-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.src",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-all-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-email-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitk-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-4.el7.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23521"
},
{
"category": "external",
"summary": "RHBZ#2162055",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162055"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23521",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23521"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23521",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23521"
},
{
"category": "external",
"summary": "https://github.blog/2023-01-17-git-security-vulnerabilities-announced-2/",
"url": "https://github.blog/2023-01-17-git-security-vulnerabilities-announced-2/"
},
{
"category": "external",
"summary": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf",
"url": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf"
},
{
"category": "external",
"summary": "https://github.com/git/git/security/advisories/GHSA-c738-c5qq-xg89",
"url": "https://github.com/git/git/security/advisories/GHSA-c738-c5qq-xg89"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2023/01/17/4",
"url": "https://www.openwall.com/lists/oss-security/2023/01/17/4"
}
],
"release_date": "2023-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-06T16:39: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": [
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.src",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-all-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-email-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitk-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.src",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-all-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-email-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitk-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-4.el7.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0597"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"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": [
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.src",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-all-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-email-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitk-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.src",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-all-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-email-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitk-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-4.el7.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: gitattributes parsing integer overflow"
},
{
"cve": "CVE-2022-41903",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2023-01-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2162056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Git, a distributed revision control system. This issue occurs due to an integer overflow in `pretty.c::format_and_pad_commit()`, where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through the git archive via the export-subst mechanism, which expands format specifiers inside files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may allow arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: Heap overflow in `git archive`, `git log --format` leading to RCE",
"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": [
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.src",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-all-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-email-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitk-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.src",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-all-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-email-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitk-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-4.el7.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41903"
},
{
"category": "external",
"summary": "RHBZ#2162056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41903",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41903"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41903",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41903"
},
{
"category": "external",
"summary": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf",
"url": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf"
},
{
"category": "external",
"summary": "https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq",
"url": "https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2023/01/17/4",
"url": "https://www.openwall.com/lists/oss-security/2023/01/17/4"
}
],
"release_date": "2023-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-06T16:39: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": [
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.src",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-all-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-email-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitk-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.src",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-all-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-email-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitk-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-4.el7.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0597"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"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": [
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.src",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-all-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-email-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitk-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-4.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.src",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-all-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-email-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-4.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitk-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-4.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-4.el7.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: Heap overflow in `git archive`, `git log --format` leading to RCE"
}
]
}
RHSA-2023_0599
Vulnerability from csaf_redhat - Published: 2023-02-06 16:45 - Updated: 2024-11-15 15:04A flaw was found in Git, a distributed revision control system. When parsing gitattributes, a mechanism to allow defining attributes for paths, multiple integer overflows can occur when there is a huge number of path patterns, attributes for a single pattern, or declared attribute names. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index, or both. This integer overflow can result in arbitrary heap reads and writes, which may allow remote code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-0:2.18.4-2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-0:2.18.4-2.el8_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-0:2.18.4-2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-all-0:2.18.4-2.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-core-doc-0:2.18.4-2.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-email-0:2.18.4-2.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-gui-0:2.18.4-2.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:gitk-0:2.18.4-2.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:gitweb-0:2.18.4-2.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:perl-Git-0:2.18.4-2.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:perl-Git-SVN-0:2.18.4-2.el8_1.noarch | — |
Vendor Fix
fix
|
A flaw was found in Git, a distributed revision control system. This issue occurs due to an integer overflow in `pretty.c::format_and_pad_commit()`, where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through the git archive via the export-subst mechanism, which expands format specifiers inside files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may allow arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-0:2.18.4-2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-0:2.18.4-2.el8_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-0:2.18.4-2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-all-0:2.18.4-2.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-core-doc-0:2.18.4-2.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-email-0:2.18.4-2.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-gui-0:2.18.4-2.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-2.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-2.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:gitk-0:2.18.4-2.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:gitweb-0:2.18.4-2.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:perl-Git-0:2.18.4-2.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:perl-Git-SVN-0:2.18.4-2.el8_1.noarch | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for git is now available for Red Hat Enterprise Linux 8.1 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: gitattributes parsing integer overflow (CVE-2022-23521)\n\n* git: Heap overflow in `git archive`, `git log --format` leading to RCE (CVE-2022-41903)\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-2023:0599",
"url": "https://access.redhat.com/errata/RHSA-2023:0599"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2162055",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162055"
},
{
"category": "external",
"summary": "2162056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162056"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0599.json"
}
],
"title": "Red Hat Security Advisory: git security update",
"tracking": {
"current_release_date": "2024-11-15T15:04:03+00:00",
"generator": {
"date": "2024-11-15T15:04:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2023:0599",
"initial_release_date": "2023-02-06T16:45:20+00:00",
"revision_history": [
{
"date": "2023-02-06T16:45:20+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-02-06T16:45:20+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-15T15:04:03+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 E4S (v. 8.1)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.1::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.18.4-2.el8_1.src",
"product": {
"name": "git-0:2.18.4-2.el8_1.src",
"product_id": "git-0:2.18.4-2.el8_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.18.4-2.el8_1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.18.4-2.el8_1.ppc64le",
"product": {
"name": "git-0:2.18.4-2.el8_1.ppc64le",
"product_id": "git-0:2.18.4-2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.18.4-2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.18.4-2.el8_1.ppc64le",
"product": {
"name": "git-core-0:2.18.4-2.el8_1.ppc64le",
"product_id": "git-core-0:2.18.4-2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.18.4-2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.18.4-2.el8_1.ppc64le",
"product": {
"name": "git-daemon-0:2.18.4-2.el8_1.ppc64le",
"product_id": "git-daemon-0:2.18.4-2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.18.4-2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-instaweb-0:2.18.4-2.el8_1.ppc64le",
"product": {
"name": "git-instaweb-0:2.18.4-2.el8_1.ppc64le",
"product_id": "git-instaweb-0:2.18.4-2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-instaweb@2.18.4-2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.18.4-2.el8_1.ppc64le",
"product": {
"name": "git-subtree-0:2.18.4-2.el8_1.ppc64le",
"product_id": "git-subtree-0:2.18.4-2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.18.4-2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-svn-0:2.18.4-2.el8_1.ppc64le",
"product": {
"name": "git-svn-0:2.18.4-2.el8_1.ppc64le",
"product_id": "git-svn-0:2.18.4-2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn@2.18.4-2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.18.4-2.el8_1.ppc64le",
"product": {
"name": "git-debugsource-0:2.18.4-2.el8_1.ppc64le",
"product_id": "git-debugsource-0:2.18.4-2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.18.4-2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"product": {
"name": "git-core-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"product_id": "git-core-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.18.4-2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"product": {
"name": "git-daemon-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"product_id": "git-daemon-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.18.4-2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"product": {
"name": "git-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"product_id": "git-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.18.4-2.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-svn-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"product": {
"name": "git-svn-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"product_id": "git-svn-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn-debuginfo@2.18.4-2.el8_1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.18.4-2.el8_1.x86_64",
"product": {
"name": "git-0:2.18.4-2.el8_1.x86_64",
"product_id": "git-0:2.18.4-2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.18.4-2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.18.4-2.el8_1.x86_64",
"product": {
"name": "git-core-0:2.18.4-2.el8_1.x86_64",
"product_id": "git-core-0:2.18.4-2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.18.4-2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.18.4-2.el8_1.x86_64",
"product": {
"name": "git-daemon-0:2.18.4-2.el8_1.x86_64",
"product_id": "git-daemon-0:2.18.4-2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.18.4-2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-instaweb-0:2.18.4-2.el8_1.x86_64",
"product": {
"name": "git-instaweb-0:2.18.4-2.el8_1.x86_64",
"product_id": "git-instaweb-0:2.18.4-2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-instaweb@2.18.4-2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.18.4-2.el8_1.x86_64",
"product": {
"name": "git-subtree-0:2.18.4-2.el8_1.x86_64",
"product_id": "git-subtree-0:2.18.4-2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.18.4-2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-svn-0:2.18.4-2.el8_1.x86_64",
"product": {
"name": "git-svn-0:2.18.4-2.el8_1.x86_64",
"product_id": "git-svn-0:2.18.4-2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn@2.18.4-2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.18.4-2.el8_1.x86_64",
"product": {
"name": "git-debugsource-0:2.18.4-2.el8_1.x86_64",
"product_id": "git-debugsource-0:2.18.4-2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.18.4-2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.18.4-2.el8_1.x86_64",
"product": {
"name": "git-core-debuginfo-0:2.18.4-2.el8_1.x86_64",
"product_id": "git-core-debuginfo-0:2.18.4-2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.18.4-2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.18.4-2.el8_1.x86_64",
"product": {
"name": "git-daemon-debuginfo-0:2.18.4-2.el8_1.x86_64",
"product_id": "git-daemon-debuginfo-0:2.18.4-2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.18.4-2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.18.4-2.el8_1.x86_64",
"product": {
"name": "git-debuginfo-0:2.18.4-2.el8_1.x86_64",
"product_id": "git-debuginfo-0:2.18.4-2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.18.4-2.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-svn-debuginfo-0:2.18.4-2.el8_1.x86_64",
"product": {
"name": "git-svn-debuginfo-0:2.18.4-2.el8_1.x86_64",
"product_id": "git-svn-debuginfo-0:2.18.4-2.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn-debuginfo@2.18.4-2.el8_1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-all-0:2.18.4-2.el8_1.noarch",
"product": {
"name": "git-all-0:2.18.4-2.el8_1.noarch",
"product_id": "git-all-0:2.18.4-2.el8_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-all@2.18.4-2.el8_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-core-doc-0:2.18.4-2.el8_1.noarch",
"product": {
"name": "git-core-doc-0:2.18.4-2.el8_1.noarch",
"product_id": "git-core-doc-0:2.18.4-2.el8_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-doc@2.18.4-2.el8_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-email-0:2.18.4-2.el8_1.noarch",
"product": {
"name": "git-email-0:2.18.4-2.el8_1.noarch",
"product_id": "git-email-0:2.18.4-2.el8_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-email@2.18.4-2.el8_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-gui-0:2.18.4-2.el8_1.noarch",
"product": {
"name": "git-gui-0:2.18.4-2.el8_1.noarch",
"product_id": "git-gui-0:2.18.4-2.el8_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-gui@2.18.4-2.el8_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitk-0:2.18.4-2.el8_1.noarch",
"product": {
"name": "gitk-0:2.18.4-2.el8_1.noarch",
"product_id": "gitk-0:2.18.4-2.el8_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitk@2.18.4-2.el8_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitweb-0:2.18.4-2.el8_1.noarch",
"product": {
"name": "gitweb-0:2.18.4-2.el8_1.noarch",
"product_id": "gitweb-0:2.18.4-2.el8_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitweb@2.18.4-2.el8_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-0:2.18.4-2.el8_1.noarch",
"product": {
"name": "perl-Git-0:2.18.4-2.el8_1.noarch",
"product_id": "perl-Git-0:2.18.4-2.el8_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git@2.18.4-2.el8_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-SVN-0:2.18.4-2.el8_1.noarch",
"product": {
"name": "perl-Git-SVN-0:2.18.4-2.el8_1.noarch",
"product_id": "perl-Git-SVN-0:2.18.4-2.el8_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git-SVN@2.18.4-2.el8_1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.18.4-2.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:git-0:2.18.4-2.el8_1.ppc64le"
},
"product_reference": "git-0:2.18.4-2.el8_1.ppc64le",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.18.4-2.el8_1.src as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:git-0:2.18.4-2.el8_1.src"
},
"product_reference": "git-0:2.18.4-2.el8_1.src",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.18.4-2.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:git-0:2.18.4-2.el8_1.x86_64"
},
"product_reference": "git-0:2.18.4-2.el8_1.x86_64",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-all-0:2.18.4-2.el8_1.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:git-all-0:2.18.4-2.el8_1.noarch"
},
"product_reference": "git-all-0:2.18.4-2.el8_1.noarch",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.18.4-2.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-2.el8_1.ppc64le"
},
"product_reference": "git-core-0:2.18.4-2.el8_1.ppc64le",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.18.4-2.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-2.el8_1.x86_64"
},
"product_reference": "git-core-0:2.18.4-2.el8_1.x86_64",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.18.4-2.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-2.el8_1.ppc64le"
},
"product_reference": "git-core-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.18.4-2.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-2.el8_1.x86_64"
},
"product_reference": "git-core-debuginfo-0:2.18.4-2.el8_1.x86_64",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-doc-0:2.18.4-2.el8_1.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:git-core-doc-0:2.18.4-2.el8_1.noarch"
},
"product_reference": "git-core-doc-0:2.18.4-2.el8_1.noarch",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.18.4-2.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-2.el8_1.ppc64le"
},
"product_reference": "git-daemon-0:2.18.4-2.el8_1.ppc64le",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.18.4-2.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-2.el8_1.x86_64"
},
"product_reference": "git-daemon-0:2.18.4-2.el8_1.x86_64",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.18.4-2.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-2.el8_1.ppc64le"
},
"product_reference": "git-daemon-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.18.4-2.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-2.el8_1.x86_64"
},
"product_reference": "git-daemon-debuginfo-0:2.18.4-2.el8_1.x86_64",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.18.4-2.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-2.el8_1.ppc64le"
},
"product_reference": "git-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.18.4-2.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-2.el8_1.x86_64"
},
"product_reference": "git-debuginfo-0:2.18.4-2.el8_1.x86_64",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.18.4-2.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-2.el8_1.ppc64le"
},
"product_reference": "git-debugsource-0:2.18.4-2.el8_1.ppc64le",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.18.4-2.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-2.el8_1.x86_64"
},
"product_reference": "git-debugsource-0:2.18.4-2.el8_1.x86_64",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-0:2.18.4-2.el8_1.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:git-email-0:2.18.4-2.el8_1.noarch"
},
"product_reference": "git-email-0:2.18.4-2.el8_1.noarch",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-0:2.18.4-2.el8_1.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:git-gui-0:2.18.4-2.el8_1.noarch"
},
"product_reference": "git-gui-0:2.18.4-2.el8_1.noarch",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-instaweb-0:2.18.4-2.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-2.el8_1.ppc64le"
},
"product_reference": "git-instaweb-0:2.18.4-2.el8_1.ppc64le",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-instaweb-0:2.18.4-2.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-2.el8_1.x86_64"
},
"product_reference": "git-instaweb-0:2.18.4-2.el8_1.x86_64",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.18.4-2.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-2.el8_1.ppc64le"
},
"product_reference": "git-subtree-0:2.18.4-2.el8_1.ppc64le",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.18.4-2.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-2.el8_1.x86_64"
},
"product_reference": "git-subtree-0:2.18.4-2.el8_1.x86_64",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:2.18.4-2.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-2.el8_1.ppc64le"
},
"product_reference": "git-svn-0:2.18.4-2.el8_1.ppc64le",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:2.18.4-2.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-2.el8_1.x86_64"
},
"product_reference": "git-svn-0:2.18.4-2.el8_1.x86_64",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-debuginfo-0:2.18.4-2.el8_1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-2.el8_1.ppc64le"
},
"product_reference": "git-svn-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-debuginfo-0:2.18.4-2.el8_1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-2.el8_1.x86_64"
},
"product_reference": "git-svn-debuginfo-0:2.18.4-2.el8_1.x86_64",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-0:2.18.4-2.el8_1.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:gitk-0:2.18.4-2.el8_1.noarch"
},
"product_reference": "gitk-0:2.18.4-2.el8_1.noarch",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitweb-0:2.18.4-2.el8_1.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:gitweb-0:2.18.4-2.el8_1.noarch"
},
"product_reference": "gitweb-0:2.18.4-2.el8_1.noarch",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-0:2.18.4-2.el8_1.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:perl-Git-0:2.18.4-2.el8_1.noarch"
},
"product_reference": "perl-Git-0:2.18.4-2.el8_1.noarch",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-SVN-0:2.18.4-2.el8_1.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:perl-Git-SVN-0:2.18.4-2.el8_1.noarch"
},
"product_reference": "perl-Git-SVN-0:2.18.4-2.el8_1.noarch",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-23521",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2023-01-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2162055"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Git, a distributed revision control system. When parsing gitattributes, a mechanism to allow defining attributes for paths, multiple integer overflows can occur when there is a huge number of path patterns, attributes for a single pattern, or declared attribute names. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index, or both. This integer overflow can result in arbitrary heap reads and writes, which may allow remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: gitattributes parsing integer overflow",
"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.1.0.Z.E4S:git-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-2.el8_1.src",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-all-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-doc-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-email-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-gui-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:gitk-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:gitweb-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-SVN-0:2.18.4-2.el8_1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23521"
},
{
"category": "external",
"summary": "RHBZ#2162055",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162055"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23521",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23521"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23521",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23521"
},
{
"category": "external",
"summary": "https://github.blog/2023-01-17-git-security-vulnerabilities-announced-2/",
"url": "https://github.blog/2023-01-17-git-security-vulnerabilities-announced-2/"
},
{
"category": "external",
"summary": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf",
"url": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf"
},
{
"category": "external",
"summary": "https://github.com/git/git/security/advisories/GHSA-c738-c5qq-xg89",
"url": "https://github.com/git/git/security/advisories/GHSA-c738-c5qq-xg89"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2023/01/17/4",
"url": "https://www.openwall.com/lists/oss-security/2023/01/17/4"
}
],
"release_date": "2023-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-06T16:45:20+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.1.0.Z.E4S:git-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-2.el8_1.src",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-all-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-doc-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-email-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-gui-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:gitk-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:gitweb-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-SVN-0:2.18.4-2.el8_1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0599"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"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": [
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-2.el8_1.src",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-all-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-doc-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-email-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-gui-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:gitk-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:gitweb-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-SVN-0:2.18.4-2.el8_1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: gitattributes parsing integer overflow"
},
{
"cve": "CVE-2022-41903",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2023-01-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2162056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Git, a distributed revision control system. This issue occurs due to an integer overflow in `pretty.c::format_and_pad_commit()`, where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through the git archive via the export-subst mechanism, which expands format specifiers inside files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may allow arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: Heap overflow in `git archive`, `git log --format` leading to RCE",
"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.1.0.Z.E4S:git-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-2.el8_1.src",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-all-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-doc-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-email-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-gui-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:gitk-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:gitweb-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-SVN-0:2.18.4-2.el8_1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41903"
},
{
"category": "external",
"summary": "RHBZ#2162056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2162056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41903",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41903"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41903",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41903"
},
{
"category": "external",
"summary": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf",
"url": "https://github.com/git/git/files/10430260/X41-OSTIF-Gitlab-Git-Security-Audit-20230117-public.pdf"
},
{
"category": "external",
"summary": "https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq",
"url": "https://github.com/git/git/security/advisories/GHSA-475x-2q3q-hvwq"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2023/01/17/4",
"url": "https://www.openwall.com/lists/oss-security/2023/01/17/4"
}
],
"release_date": "2023-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-06T16:45:20+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.1.0.Z.E4S:git-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-2.el8_1.src",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-all-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-doc-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-email-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-gui-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:gitk-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:gitweb-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-SVN-0:2.18.4-2.el8_1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0599"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"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": [
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-2.el8_1.src",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-all-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-doc-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-email-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-gui-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-2.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-2.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:gitk-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:gitweb-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-0:2.18.4-2.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-SVN-0:2.18.4-2.el8_1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: Heap overflow in `git archive`, `git log --format` leading to RCE"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.