Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-25815 (GCVE-0-2023-25815)
Vulnerability from cvelistv5 – Published: 2023-04-25 19:51 – Updated: 2025-11-04 16:09| Vendor | Product | Version | |
|---|---|---|---|
| git-for-windows | git |
Affected:
< 2.40.1
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2025-11-04T16:09:59.699Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "https://github.com/git-for-windows/git/security/advisories/GHSA-9w66-8mq8-5vm8",
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/git-for-windows/git/security/advisories/GHSA-9w66-8mq8-5vm8"
},
{
"name": "https://github.com/msys2/MINGW-packages/pull/10461",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/msys2/MINGW-packages/pull/10461"
},
{
"name": "https://axcheron.github.io/exploit-101-format-strings/#writing-to-the-stack",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://axcheron.github.io/exploit-101-format-strings/#writing-to-the-stack"
},
{
"name": "https://github.com/git-for-windows/git/releases/tag/v2.40.1.windows.1",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/git-for-windows/git/releases/tag/v2.40.1.windows.1"
},
{
"name": "https://pubs.opengroup.org/onlinepubs/9699919799/functions/printf.html",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://pubs.opengroup.org/onlinepubs/9699919799/functions/printf.html"
},
{
"tags": [
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2023/04/25/2"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PI7FZ4NNR5S5J5K6AMVQBH2JFP6NE4L7/"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YFZWGQKB6MM5MNF2DLFTD7KS2KWPICKL/"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RKOXOAZ42HLXHXTW6JZI4L5DAIYDTYCU/"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.gentoo.org/glsa/202312-15"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00018.html"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2024/09/msg00009.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "git",
"vendor": "git-for-windows",
"versions": [
{
"status": "affected",
"version": "\u003c 2.40.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In Git for Windows, the Windows port of Git, no localized messages are shipped with the installer. As a consequence, Git is expected not to localize messages at all, and skips the gettext initialization. However, due to a change in MINGW-packages, the `gettext()` function\u0027s implicit initialization no longer uses the runtime prefix but uses the hard-coded path `C:\\mingw64\\share\\locale` to look for localized messages. And since any authenticated user has the permission to create folders in `C:\\` (and since `C:\\mingw64` does not typically exist), it is possible for low-privilege users to place fake messages in that location where `git.exe` will pick them up in version 2.40.1.\n\nThis vulnerability is relatively hard to exploit and requires social engineering. For example, a legitimate message at the end of a clone could be maliciously modified to ask the user to direct their web browser to a malicious website, and the user might think that the message comes from Git and is legitimate. It does require local write access by the attacker, though, which makes this attack vector less likely. Version 2.40.1 contains a patch for this issue. Some workarounds are available. Do not work on a Windows machine with shared accounts, or alternatively create a `C:\\mingw64` folder and leave it empty. Users who have administrative rights may remove the permission to create folders in `C:\\`."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-22",
"description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-134",
"description": "CWE-134: Use of Externally-Controlled Format String",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-06-26T10:05:59.527Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/git-for-windows/git/security/advisories/GHSA-9w66-8mq8-5vm8",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/git-for-windows/git/security/advisories/GHSA-9w66-8mq8-5vm8"
},
{
"name": "https://github.com/msys2/MINGW-packages/pull/10461",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/msys2/MINGW-packages/pull/10461"
},
{
"name": "https://axcheron.github.io/exploit-101-format-strings/#writing-to-the-stack",
"tags": [
"x_refsource_MISC"
],
"url": "https://axcheron.github.io/exploit-101-format-strings/#writing-to-the-stack"
},
{
"name": "https://github.com/git-for-windows/git/releases/tag/v2.40.1.windows.1",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/git-for-windows/git/releases/tag/v2.40.1.windows.1"
},
{
"name": "https://pubs.opengroup.org/onlinepubs/9699919799/functions/printf.html",
"tags": [
"x_refsource_MISC"
],
"url": "https://pubs.opengroup.org/onlinepubs/9699919799/functions/printf.html"
},
{
"url": "http://www.openwall.com/lists/oss-security/2023/04/25/2"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PI7FZ4NNR5S5J5K6AMVQBH2JFP6NE4L7/"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YFZWGQKB6MM5MNF2DLFTD7KS2KWPICKL/"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RKOXOAZ42HLXHXTW6JZI4L5DAIYDTYCU/"
},
{
"url": "https://security.gentoo.org/glsa/202312-15"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00018.html"
}
],
"source": {
"advisory": "GHSA-9w66-8mq8-5vm8",
"discovery": "UNKNOWN"
},
"title": "Git looks for localized messages in the wrong place"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2023-25815",
"datePublished": "2023-04-25T19:51:38.433Z",
"dateReserved": "2023-02-15T16:34:48.773Z",
"dateUpdated": "2025-11-04T16:09:59.699Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-25815",
"date": "2026-06-08",
"epss": "0.00099",
"percentile": "0.2705"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:git_for_windows_project:git_for_windows:*:*:*:*:*:*:*:*\", \"versionEndExcluding\": \"2.40.1\", \"matchCriteriaId\": \"E740B447-D96A-40C3-AFA9-9B058379E04D\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:fedoraproject:fedora:37:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"E30D0E6F-4AE8-4284-8716-991DFA48CC5D\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:fedoraproject:fedora:38:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"CC559B26-5DFC-4B7A-A27C-B77DE755DFF9\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"In Git for Windows, the Windows port of Git, no localized messages are shipped with the installer. As a consequence, Git is expected not to localize messages at all, and skips the gettext initialization. However, due to a change in MINGW-packages, the `gettext()` function\u0027s implicit initialization no longer uses the runtime prefix but uses the hard-coded path `C:\\\\mingw64\\\\share\\\\locale` to look for localized messages. And since any authenticated user has the permission to create folders in `C:\\\\` (and since `C:\\\\mingw64` does not typically exist), it is possible for low-privilege users to place fake messages in that location where `git.exe` will pick them up in version 2.40.1.\\n\\nThis vulnerability is relatively hard to exploit and requires social engineering. For example, a legitimate message at the end of a clone could be maliciously modified to ask the user to direct their web browser to a malicious website, and the user might think that the message comes from Git and is legitimate. It does require local write access by the attacker, though, which makes this attack vector less likely. Version 2.40.1 contains a patch for this issue. Some workarounds are available. Do not work on a Windows machine with shared accounts, or alternatively create a `C:\\\\mingw64` folder and leave it empty. Users who have administrative rights may remove the permission to create folders in `C:\\\\`.\"}, {\"lang\": \"es\", \"value\": \"En Git para Windows, la versi\\u00f3n de Git para Windows, no se env\\u00edan mensajes localizados con el instalador. Como consecuencia, se espera que Git no localice ning\\u00fan mensaje y omita la inicializaci\\u00f3n de gettext. Sin embargo, debido a un cambio en los paquetes MINGW, la inicializaci\\u00f3n impl\\u00edcita de la funci\\u00f3n `gettext()` ya no usa el prefijo de tiempo de ejecuci\\u00f3n sino que usa la ruta codificada `C:\\\\mingw64\\\\share\\\\locale` para buscar mensajes localizados. Y dado que cualquier usuario autenticado tiene permiso para crear carpetas en `C:\\\\` (y dado que `C:\\\\mingw64` normalmente no existe), es posible que los usuarios con pocos privilegios coloquen mensajes falsos en esa ubicaci\\u00f3n donde `git .exe` los recoger\\u00e1 en la versi\\u00f3n 2.40.1. Esta vulnerabilidad es relativamente dif\\u00edcil de explotar y requiere ingenier\\u00eda social. Por ejemplo, un mensaje leg\\u00edtimo al final de un clon podr\\u00eda modificarse maliciosamente para pedirle al usuario que dirija su navegador web a un sitio web malicioso, y el usuario podr\\u00eda pensar que el mensaje proviene de Git y es leg\\u00edtimo. Sin embargo, requiere acceso de escritura local por parte del atacante, lo que hace que este vector de ataque sea menos probable. La versi\\u00f3n 2.40.1 contiene un parche para este problema. Algunas soluciones est\\u00e1n disponibles. No trabaje en una m\\u00e1quina Windows con cuentas compartidas o, alternativamente, cree una carpeta `C:\\\\mingw64` y d\\u00e9jela vac\\u00eda. Los usuarios que tienen derechos administrativos pueden eliminar el permiso para crear carpetas en `C:\\\\`.\"}]",
"id": "CVE-2023-25815",
"lastModified": "2024-11-21T07:50:15.313",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:L\", \"baseScore\": 3.3, \"baseSeverity\": \"LOW\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"REQUIRED\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"LOW\", \"availabilityImpact\": \"LOW\"}, \"exploitabilityScore\": 0.8, \"impactScore\": 2.5}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:N\", \"baseScore\": 2.2, \"baseSeverity\": \"LOW\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"REQUIRED\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"LOW\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 0.8, \"impactScore\": 1.4}]}",
"published": "2023-04-25T20:15:09.997",
"references": "[{\"url\": \"http://www.openwall.com/lists/oss-security/2023/04/25/2\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://axcheron.github.io/exploit-101-format-strings/#writing-to-the-stack\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Product\"]}, {\"url\": \"https://github.com/git-for-windows/git/releases/tag/v2.40.1.windows.1\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Release Notes\"]}, {\"url\": \"https://github.com/git-for-windows/git/security/advisories/GHSA-9w66-8mq8-5vm8\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"https://github.com/msys2/MINGW-packages/pull/10461\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Issue Tracking\", \"Patch\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/06/msg00018.html\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PI7FZ4NNR5S5J5K6AMVQBH2JFP6NE4L7/\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RKOXOAZ42HLXHXTW6JZI4L5DAIYDTYCU/\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YFZWGQKB6MM5MNF2DLFTD7KS2KWPICKL/\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://pubs.opengroup.org/onlinepubs/9699919799/functions/printf.html\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Product\"]}, {\"url\": \"https://security.gentoo.org/glsa/202312-15\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2023/04/25/2\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://axcheron.github.io/exploit-101-format-strings/#writing-to-the-stack\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Product\"]}, {\"url\": \"https://github.com/git-for-windows/git/releases/tag/v2.40.1.windows.1\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Release Notes\"]}, {\"url\": \"https://github.com/git-for-windows/git/security/advisories/GHSA-9w66-8mq8-5vm8\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"https://github.com/msys2/MINGW-packages/pull/10461\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Issue Tracking\", \"Patch\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/06/msg00018.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PI7FZ4NNR5S5J5K6AMVQBH2JFP6NE4L7/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RKOXOAZ42HLXHXTW6JZI4L5DAIYDTYCU/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YFZWGQKB6MM5MNF2DLFTD7KS2KWPICKL/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://pubs.opengroup.org/onlinepubs/9699919799/functions/printf.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Product\"]}, {\"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\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-22\"}, {\"lang\": \"en\", \"value\": \"CWE-134\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-134\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-25815\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2023-04-25T20:15:09.997\",\"lastModified\":\"2025-11-04T17:15:35.647\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In Git for Windows, the Windows port of Git, no localized messages are shipped with the installer. As a consequence, Git is expected not to localize messages at all, and skips the gettext initialization. However, due to a change in MINGW-packages, the `gettext()` function\u0027s implicit initialization no longer uses the runtime prefix but uses the hard-coded path `C:\\\\mingw64\\\\share\\\\locale` to look for localized messages. And since any authenticated user has the permission to create folders in `C:\\\\` (and since `C:\\\\mingw64` does not typically exist), it is possible for low-privilege users to place fake messages in that location where `git.exe` will pick them up in version 2.40.1.\\n\\nThis vulnerability is relatively hard to exploit and requires social engineering. For example, a legitimate message at the end of a clone could be maliciously modified to ask the user to direct their web browser to a malicious website, and the user might think that the message comes from Git and is legitimate. It does require local write access by the attacker, though, which makes this attack vector less likely. Version 2.40.1 contains a patch for this issue. Some workarounds are available. Do not work on a Windows machine with shared accounts, or alternatively create a `C:\\\\mingw64` folder and leave it empty. Users who have administrative rights may remove the permission to create folders in `C:\\\\`.\"},{\"lang\":\"es\",\"value\":\"En Git para Windows, la versi\u00f3n de Git para Windows, no se env\u00edan mensajes localizados con el instalador. Como consecuencia, se espera que Git no localice ning\u00fan mensaje y omita la inicializaci\u00f3n de gettext. Sin embargo, debido a un cambio en los paquetes MINGW, la inicializaci\u00f3n impl\u00edcita de la funci\u00f3n `gettext()` ya no usa el prefijo de tiempo de ejecuci\u00f3n sino que usa la ruta codificada `C:\\\\mingw64\\\\share\\\\locale` para buscar mensajes localizados. Y dado que cualquier usuario autenticado tiene permiso para crear carpetas en `C:\\\\` (y dado que `C:\\\\mingw64` normalmente no existe), es posible que los usuarios con pocos privilegios coloquen mensajes falsos en esa ubicaci\u00f3n donde `git .exe` los recoger\u00e1 en la versi\u00f3n 2.40.1. Esta vulnerabilidad es relativamente dif\u00edcil de explotar y requiere ingenier\u00eda social. Por ejemplo, un mensaje leg\u00edtimo al final de un clon podr\u00eda modificarse maliciosamente para pedirle al usuario que dirija su navegador web a un sitio web malicioso, y el usuario podr\u00eda pensar que el mensaje proviene de Git y es leg\u00edtimo. Sin embargo, requiere acceso de escritura local por parte del atacante, lo que hace que este vector de ataque sea menos probable. La versi\u00f3n 2.40.1 contiene un parche para este problema. Algunas soluciones est\u00e1n disponibles. No trabaje en una m\u00e1quina Windows con cuentas compartidas o, alternativamente, cree una carpeta `C:\\\\mingw64` y d\u00e9jela vac\u00eda. Los usuarios que tienen derechos administrativos pueden eliminar el permiso para crear carpetas en `C:\\\\`.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:L\",\"baseScore\":3.3,\"baseSeverity\":\"LOW\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":0.8,\"impactScore\":2.5},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:N\",\"baseScore\":2.2,\"baseSeverity\":\"LOW\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":0.8,\"impactScore\":1.4}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-22\"},{\"lang\":\"en\",\"value\":\"CWE-134\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-134\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:git_for_windows_project:git_for_windows:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"2.40.1\",\"matchCriteriaId\":\"E740B447-D96A-40C3-AFA9-9B058379E04D\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:37:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E30D0E6F-4AE8-4284-8716-991DFA48CC5D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:38:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"CC559B26-5DFC-4B7A-A27C-B77DE755DFF9\"}]}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2023/04/25/2\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://axcheron.github.io/exploit-101-format-strings/#writing-to-the-stack\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\"]},{\"url\":\"https://github.com/git-for-windows/git/releases/tag/v2.40.1.windows.1\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/git-for-windows/git/security/advisories/GHSA-9w66-8mq8-5vm8\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://github.com/msys2/MINGW-packages/pull/10461\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/06/msg00018.html\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PI7FZ4NNR5S5J5K6AMVQBH2JFP6NE4L7/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RKOXOAZ42HLXHXTW6JZI4L5DAIYDTYCU/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YFZWGQKB6MM5MNF2DLFTD7KS2KWPICKL/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://pubs.opengroup.org/onlinepubs/9699919799/functions/printf.html\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\"]},{\"url\":\"https://security.gentoo.org/glsa/202312-15\",\"source\":\"security-advisories@github.com\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2023/04/25/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://axcheron.github.io/exploit-101-format-strings/#writing-to-the-stack\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Product\"]},{\"url\":\"https://github.com/git-for-windows/git/releases/tag/v2.40.1.windows.1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/git-for-windows/git/security/advisories/GHSA-9w66-8mq8-5vm8\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://github.com/msys2/MINGW-packages/pull/10461\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/06/msg00018.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/09/msg00009.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PI7FZ4NNR5S5J5K6AMVQBH2JFP6NE4L7/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RKOXOAZ42HLXHXTW6JZI4L5DAIYDTYCU/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YFZWGQKB6MM5MNF2DLFTD7KS2KWPICKL/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://pubs.opengroup.org/onlinepubs/9699919799/functions/printf.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Product\"]},{\"url\":\"https://security.gentoo.org/glsa/202312-15\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}"
}
}
RHSA-2023:3243
Vulnerability from csaf_redhat - Published: 2023-05-22 06:55 - Updated: 2026-02-25 17:31A vulnerability was found in Git. This security flaw occurs when feeding specially crafted input to `git apply --reject`; a path outside the working tree can be overwritten with partially controlled contents corresponding to the rejected hunk(s) from the given patch.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
A vulnerability was found in Git. This security flaw occurs when Git compiles with runtime prefix support and runs without translated messages, and it still uses the gettext machinery to display messages, which subsequently looks for translated messages in unexpected places. This flaw allows the malicious placement of crafted messages.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
A vulnerability was found in Git. This security flaw occurs when renaming or deleting a section from a configuration file, where certain malicious configuration values may be misinterpreted as the beginning of a new configuration section. This flaw leads to arbitrary configuration injection.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-4.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: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents (CVE-2023-25652)\n\n* git: arbitrary configuration injection when renaming or deleting a section from a configuration file (CVE-2023-29007)\n\n* git: malicious placement of crafted messages when git was compiled with runtime prefix (CVE-2023-25815)\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:3243",
"url": "https://access.redhat.com/errata/RHSA-2023:3243"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2188333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188333"
},
{
"category": "external",
"summary": "2188337",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188337"
},
{
"category": "external",
"summary": "2188338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188338"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3243.json"
}
],
"title": "Red Hat Security Advisory: git security update",
"tracking": {
"current_release_date": "2026-02-25T17:31:03+00:00",
"generator": {
"date": "2026-02-25T17:31:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2023:3243",
"initial_release_date": "2023-05-22T06:55:20+00:00",
"revision_history": [
{
"date": "2023-05-22T06:55:20+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-22T06:55:20+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-25T17:31: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 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-4.el8_4.src",
"product": {
"name": "git-0:2.27.0-4.el8_4.src",
"product_id": "git-0:2.27.0-4.el8_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.27.0-4.el8_4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.27.0-4.el8_4.aarch64",
"product": {
"name": "git-0:2.27.0-4.el8_4.aarch64",
"product_id": "git-0:2.27.0-4.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.27.0-4.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.27.0-4.el8_4.aarch64",
"product": {
"name": "git-core-0:2.27.0-4.el8_4.aarch64",
"product_id": "git-core-0:2.27.0-4.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.27.0-4.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.27.0-4.el8_4.aarch64",
"product": {
"name": "git-credential-libsecret-0:2.27.0-4.el8_4.aarch64",
"product_id": "git-credential-libsecret-0:2.27.0-4.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.27.0-4.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.27.0-4.el8_4.aarch64",
"product": {
"name": "git-daemon-0:2.27.0-4.el8_4.aarch64",
"product_id": "git-daemon-0:2.27.0-4.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.27.0-4.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.27.0-4.el8_4.aarch64",
"product": {
"name": "git-subtree-0:2.27.0-4.el8_4.aarch64",
"product_id": "git-subtree-0:2.27.0-4.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.27.0-4.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.27.0-4.el8_4.aarch64",
"product": {
"name": "git-debugsource-0:2.27.0-4.el8_4.aarch64",
"product_id": "git-debugsource-0:2.27.0-4.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.27.0-4.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.27.0-4.el8_4.aarch64",
"product": {
"name": "git-core-debuginfo-0:2.27.0-4.el8_4.aarch64",
"product_id": "git-core-debuginfo-0:2.27.0-4.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.27.0-4.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64",
"product_id": "git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.27.0-4.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64",
"product": {
"name": "git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64",
"product_id": "git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.27.0-4.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.27.0-4.el8_4.aarch64",
"product": {
"name": "git-debuginfo-0:2.27.0-4.el8_4.aarch64",
"product_id": "git-debuginfo-0:2.27.0-4.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.27.0-4.el8_4?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.27.0-4.el8_4.ppc64le",
"product": {
"name": "git-0:2.27.0-4.el8_4.ppc64le",
"product_id": "git-0:2.27.0-4.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.27.0-4.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.27.0-4.el8_4.ppc64le",
"product": {
"name": "git-core-0:2.27.0-4.el8_4.ppc64le",
"product_id": "git-core-0:2.27.0-4.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.27.0-4.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le",
"product": {
"name": "git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le",
"product_id": "git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.27.0-4.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.27.0-4.el8_4.ppc64le",
"product": {
"name": "git-daemon-0:2.27.0-4.el8_4.ppc64le",
"product_id": "git-daemon-0:2.27.0-4.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.27.0-4.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.27.0-4.el8_4.ppc64le",
"product": {
"name": "git-subtree-0:2.27.0-4.el8_4.ppc64le",
"product_id": "git-subtree-0:2.27.0-4.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.27.0-4.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.27.0-4.el8_4.ppc64le",
"product": {
"name": "git-debugsource-0:2.27.0-4.el8_4.ppc64le",
"product_id": "git-debugsource-0:2.27.0-4.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.27.0-4.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"product": {
"name": "git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"product_id": "git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.27.0-4.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"product_id": "git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.27.0-4.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"product": {
"name": "git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"product_id": "git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.27.0-4.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"product": {
"name": "git-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"product_id": "git-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.27.0-4.el8_4?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.27.0-4.el8_4.x86_64",
"product": {
"name": "git-0:2.27.0-4.el8_4.x86_64",
"product_id": "git-0:2.27.0-4.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.27.0-4.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.27.0-4.el8_4.x86_64",
"product": {
"name": "git-core-0:2.27.0-4.el8_4.x86_64",
"product_id": "git-core-0:2.27.0-4.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.27.0-4.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.27.0-4.el8_4.x86_64",
"product": {
"name": "git-credential-libsecret-0:2.27.0-4.el8_4.x86_64",
"product_id": "git-credential-libsecret-0:2.27.0-4.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.27.0-4.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.27.0-4.el8_4.x86_64",
"product": {
"name": "git-daemon-0:2.27.0-4.el8_4.x86_64",
"product_id": "git-daemon-0:2.27.0-4.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.27.0-4.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.27.0-4.el8_4.x86_64",
"product": {
"name": "git-subtree-0:2.27.0-4.el8_4.x86_64",
"product_id": "git-subtree-0:2.27.0-4.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.27.0-4.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.27.0-4.el8_4.x86_64",
"product": {
"name": "git-debugsource-0:2.27.0-4.el8_4.x86_64",
"product_id": "git-debugsource-0:2.27.0-4.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.27.0-4.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.27.0-4.el8_4.x86_64",
"product": {
"name": "git-core-debuginfo-0:2.27.0-4.el8_4.x86_64",
"product_id": "git-core-debuginfo-0:2.27.0-4.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.27.0-4.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64",
"product_id": "git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.27.0-4.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64",
"product": {
"name": "git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64",
"product_id": "git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.27.0-4.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.27.0-4.el8_4.x86_64",
"product": {
"name": "git-debuginfo-0:2.27.0-4.el8_4.x86_64",
"product_id": "git-debuginfo-0:2.27.0-4.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.27.0-4.el8_4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.27.0-4.el8_4.s390x",
"product": {
"name": "git-0:2.27.0-4.el8_4.s390x",
"product_id": "git-0:2.27.0-4.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.27.0-4.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.27.0-4.el8_4.s390x",
"product": {
"name": "git-core-0:2.27.0-4.el8_4.s390x",
"product_id": "git-core-0:2.27.0-4.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.27.0-4.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.27.0-4.el8_4.s390x",
"product": {
"name": "git-credential-libsecret-0:2.27.0-4.el8_4.s390x",
"product_id": "git-credential-libsecret-0:2.27.0-4.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.27.0-4.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.27.0-4.el8_4.s390x",
"product": {
"name": "git-daemon-0:2.27.0-4.el8_4.s390x",
"product_id": "git-daemon-0:2.27.0-4.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.27.0-4.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.27.0-4.el8_4.s390x",
"product": {
"name": "git-subtree-0:2.27.0-4.el8_4.s390x",
"product_id": "git-subtree-0:2.27.0-4.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.27.0-4.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.27.0-4.el8_4.s390x",
"product": {
"name": "git-debugsource-0:2.27.0-4.el8_4.s390x",
"product_id": "git-debugsource-0:2.27.0-4.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.27.0-4.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.27.0-4.el8_4.s390x",
"product": {
"name": "git-core-debuginfo-0:2.27.0-4.el8_4.s390x",
"product_id": "git-core-debuginfo-0:2.27.0-4.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.27.0-4.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x",
"product_id": "git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.27.0-4.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x",
"product": {
"name": "git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x",
"product_id": "git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.27.0-4.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.27.0-4.el8_4.s390x",
"product": {
"name": "git-debuginfo-0:2.27.0-4.el8_4.s390x",
"product_id": "git-debuginfo-0:2.27.0-4.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.27.0-4.el8_4?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "git-all-0:2.27.0-4.el8_4.noarch",
"product": {
"name": "git-all-0:2.27.0-4.el8_4.noarch",
"product_id": "git-all-0:2.27.0-4.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-all@2.27.0-4.el8_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-core-doc-0:2.27.0-4.el8_4.noarch",
"product": {
"name": "git-core-doc-0:2.27.0-4.el8_4.noarch",
"product_id": "git-core-doc-0:2.27.0-4.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-doc@2.27.0-4.el8_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-email-0:2.27.0-4.el8_4.noarch",
"product": {
"name": "git-email-0:2.27.0-4.el8_4.noarch",
"product_id": "git-email-0:2.27.0-4.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-email@2.27.0-4.el8_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-gui-0:2.27.0-4.el8_4.noarch",
"product": {
"name": "git-gui-0:2.27.0-4.el8_4.noarch",
"product_id": "git-gui-0:2.27.0-4.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-gui@2.27.0-4.el8_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-instaweb-0:2.27.0-4.el8_4.noarch",
"product": {
"name": "git-instaweb-0:2.27.0-4.el8_4.noarch",
"product_id": "git-instaweb-0:2.27.0-4.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-instaweb@2.27.0-4.el8_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-svn-0:2.27.0-4.el8_4.noarch",
"product": {
"name": "git-svn-0:2.27.0-4.el8_4.noarch",
"product_id": "git-svn-0:2.27.0-4.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn@2.27.0-4.el8_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitk-0:2.27.0-4.el8_4.noarch",
"product": {
"name": "gitk-0:2.27.0-4.el8_4.noarch",
"product_id": "gitk-0:2.27.0-4.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitk@2.27.0-4.el8_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitweb-0:2.27.0-4.el8_4.noarch",
"product": {
"name": "gitweb-0:2.27.0-4.el8_4.noarch",
"product_id": "gitweb-0:2.27.0-4.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitweb@2.27.0-4.el8_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-0:2.27.0-4.el8_4.noarch",
"product": {
"name": "perl-Git-0:2.27.0-4.el8_4.noarch",
"product_id": "perl-Git-0:2.27.0-4.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git@2.27.0-4.el8_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-SVN-0:2.27.0-4.el8_4.noarch",
"product": {
"name": "perl-Git-SVN-0:2.27.0-4.el8_4.noarch",
"product_id": "perl-Git-SVN-0:2.27.0-4.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git-SVN@2.27.0-4.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-4.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-4.el8_4.aarch64"
},
"product_reference": "git-0:2.27.0-4.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-4.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-4.el8_4.ppc64le"
},
"product_reference": "git-0:2.27.0-4.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-4.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-4.el8_4.s390x"
},
"product_reference": "git-0:2.27.0-4.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-4.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-4.el8_4.src"
},
"product_reference": "git-0:2.27.0-4.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-4.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-4.el8_4.x86_64"
},
"product_reference": "git-0:2.27.0-4.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-4.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-4.el8_4.noarch"
},
"product_reference": "git-all-0:2.27.0-4.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-4.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-4.el8_4.aarch64"
},
"product_reference": "git-core-0:2.27.0-4.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-4.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-4.el8_4.ppc64le"
},
"product_reference": "git-core-0:2.27.0-4.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-4.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-4.el8_4.s390x"
},
"product_reference": "git-core-0:2.27.0-4.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-4.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-4.el8_4.x86_64"
},
"product_reference": "git-core-0:2.27.0-4.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-4.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-4.el8_4.aarch64"
},
"product_reference": "git-core-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.ppc64le"
},
"product_reference": "git-core-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.s390x"
},
"product_reference": "git-core-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.x86_64"
},
"product_reference": "git-core-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.noarch"
},
"product_reference": "git-core-doc-0:2.27.0-4.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-4.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-4.el8_4.aarch64"
},
"product_reference": "git-credential-libsecret-0:2.27.0-4.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-4.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-4.el8_4.ppc64le"
},
"product_reference": "git-credential-libsecret-0:2.27.0-4.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-4.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-4.el8_4.s390x"
},
"product_reference": "git-credential-libsecret-0:2.27.0-4.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-4.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-4.el8_4.x86_64"
},
"product_reference": "git-credential-libsecret-0:2.27.0-4.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-4.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-4.el8_4.aarch64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.ppc64le"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.s390x"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.x86_64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.aarch64"
},
"product_reference": "git-daemon-0:2.27.0-4.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-4.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-4.el8_4.ppc64le"
},
"product_reference": "git-daemon-0:2.27.0-4.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-4.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-4.el8_4.s390x"
},
"product_reference": "git-daemon-0:2.27.0-4.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-4.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-4.el8_4.x86_64"
},
"product_reference": "git-daemon-0:2.27.0-4.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-4.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-4.el8_4.aarch64"
},
"product_reference": "git-daemon-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.ppc64le"
},
"product_reference": "git-daemon-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.s390x"
},
"product_reference": "git-daemon-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.x86_64"
},
"product_reference": "git-daemon-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.aarch64"
},
"product_reference": "git-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.ppc64le"
},
"product_reference": "git-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.s390x"
},
"product_reference": "git-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.x86_64"
},
"product_reference": "git-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.aarch64"
},
"product_reference": "git-debugsource-0:2.27.0-4.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-4.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-4.el8_4.ppc64le"
},
"product_reference": "git-debugsource-0:2.27.0-4.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-4.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-4.el8_4.s390x"
},
"product_reference": "git-debugsource-0:2.27.0-4.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-4.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-4.el8_4.x86_64"
},
"product_reference": "git-debugsource-0:2.27.0-4.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-4.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-4.el8_4.noarch"
},
"product_reference": "git-email-0:2.27.0-4.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-4.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-4.el8_4.noarch"
},
"product_reference": "git-gui-0:2.27.0-4.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-4.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-4.el8_4.noarch"
},
"product_reference": "git-instaweb-0:2.27.0-4.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-4.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-4.el8_4.aarch64"
},
"product_reference": "git-subtree-0:2.27.0-4.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-4.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-4.el8_4.ppc64le"
},
"product_reference": "git-subtree-0:2.27.0-4.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-4.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-4.el8_4.s390x"
},
"product_reference": "git-subtree-0:2.27.0-4.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-4.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-4.el8_4.x86_64"
},
"product_reference": "git-subtree-0:2.27.0-4.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-4.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-4.el8_4.noarch"
},
"product_reference": "git-svn-0:2.27.0-4.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-4.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-4.el8_4.noarch"
},
"product_reference": "gitk-0:2.27.0-4.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-4.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-4.el8_4.noarch"
},
"product_reference": "gitweb-0:2.27.0-4.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-4.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-4.el8_4.noarch"
},
"product_reference": "perl-Git-0:2.27.0-4.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-4.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-4.el8_4.noarch"
},
"product_reference": "perl-Git-SVN-0:2.27.0-4.el8_4.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-25652",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188333"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when feeding specially crafted input to `git apply --reject`; a path outside the working tree can be overwritten with partially controlled contents corresponding to the rejected hunk(s) from the given patch.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents",
"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-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.src",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-4.el8_4.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25652"
},
{
"category": "external",
"summary": "RHBZ#2188333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188333"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25652",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25652"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25652",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25652"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-22T06:55: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.4.0.Z.EUS:git-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.src",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-4.el8_4.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3243"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.src",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-4.el8_4.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents"
},
{
"cve": "CVE-2023-25815",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188337"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when Git compiles with runtime prefix support and runs without translated messages, and it still uses the gettext machinery to display messages, which subsequently looks for translated messages in unexpected places. This flaw allows the malicious placement of crafted messages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: malicious placement of crafted messages when git was compiled with runtime prefix",
"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-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.src",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-4.el8_4.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25815"
},
{
"category": "external",
"summary": "RHBZ#2188337",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188337"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25815",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25815"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25815",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25815"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-22T06:55: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.4.0.Z.EUS:git-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.src",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-4.el8_4.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3243"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 2.2,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.src",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-4.el8_4.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "git: malicious placement of crafted messages when git was compiled with runtime prefix"
},
{
"cve": "CVE-2023-29007",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188338"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when renaming or deleting a section from a configuration file, where certain malicious configuration values may be misinterpreted as the beginning of a new configuration section. This flaw leads to arbitrary configuration injection.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: arbitrary configuration injection when renaming or deleting a section from a configuration file",
"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-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.src",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-4.el8_4.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29007"
},
{
"category": "external",
"summary": "RHBZ#2188338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29007",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29007"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-22T06:55: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.4.0.Z.EUS:git-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.src",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-4.el8_4.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3243"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.src",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-4.el8_4.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: arbitrary configuration injection when renaming or deleting a section from a configuration file"
}
]
}
RHSA-2023:3245
Vulnerability from csaf_redhat - Published: 2023-05-22 07:08 - Updated: 2026-02-25 17:31A vulnerability was found in Git. Using a specially-crafted repository, Git can be tricked into using its local clone optimization even when using a non-local transport. Though Git will abort local clones whose source $GIT_DIR/objects directory contains symbolic links (CVE-2022-39253), the objects directory may still be a symbolic link.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in Git. This security issue occurs when feeding a crafted input to "git apply." A path outside the working tree can be overwritten by the user running "git apply."
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in Git. This security flaw occurs when feeding specially crafted input to `git apply --reject`; a path outside the working tree can be overwritten with partially controlled contents corresponding to the rejected hunk(s) from the given patch.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
A vulnerability was found in Git. This security flaw occurs when Git compiles with runtime prefix support and runs without translated messages, and it still uses the gettext machinery to display messages, which subsequently looks for translated messages in unexpected places. This flaw allows the malicious placement of crafted messages.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
A vulnerability was found in Git. This security flaw occurs when renaming or deleting a section from a configuration file, where certain malicious configuration values may be misinterpreted as the beginning of a new configuration section. This flaw leads to arbitrary configuration injection.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_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 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: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents (CVE-2023-25652)\n\n* git: arbitrary configuration injection when renaming or deleting a section from a configuration file (CVE-2023-29007)\n\n* git: data exfiltration with maliciously crafted repository (CVE-2023-22490)\n\n* git: git apply: a path outside the working tree can be overwritten with crafted input (CVE-2023-23946)\n\n* git: malicious placement of crafted messages when git was compiled with runtime prefix (CVE-2023-25815)\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:3245",
"url": "https://access.redhat.com/errata/RHSA-2023:3245"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2168160",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168160"
},
{
"category": "external",
"summary": "2168161",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168161"
},
{
"category": "external",
"summary": "2188333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188333"
},
{
"category": "external",
"summary": "2188337",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188337"
},
{
"category": "external",
"summary": "2188338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188338"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3245.json"
}
],
"title": "Red Hat Security Advisory: git security update",
"tracking": {
"current_release_date": "2026-02-25T17:31:03+00:00",
"generator": {
"date": "2026-02-25T17:31:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2023:3245",
"initial_release_date": "2023-05-22T07:08:06+00:00",
"revision_history": [
{
"date": "2023-05-22T07:08:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-22T07:08:06+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-25T17:31: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 (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.3-1.el9_2.src",
"product": {
"name": "git-0:2.39.3-1.el9_2.src",
"product_id": "git-0:2.39.3-1.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.3-1.el9_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.3-1.el9_2.aarch64",
"product": {
"name": "git-0:2.39.3-1.el9_2.aarch64",
"product_id": "git-0:2.39.3-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.3-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.3-1.el9_2.aarch64",
"product": {
"name": "git-core-0:2.39.3-1.el9_2.aarch64",
"product_id": "git-core-0:2.39.3-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.3-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"product": {
"name": "git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"product_id": "git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.3-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.3-1.el9_2.aarch64",
"product": {
"name": "git-daemon-0:2.39.3-1.el9_2.aarch64",
"product_id": "git-daemon-0:2.39.3-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.3-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.3-1.el9_2.aarch64",
"product": {
"name": "git-subtree-0:2.39.3-1.el9_2.aarch64",
"product_id": "git-subtree-0:2.39.3-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.3-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.3-1.el9_2.aarch64",
"product": {
"name": "git-debugsource-0:2.39.3-1.el9_2.aarch64",
"product_id": "git-debugsource-0:2.39.3-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.3-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"product": {
"name": "git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"product_id": "git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.3-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.3-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"product": {
"name": "git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"product_id": "git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.3-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"product": {
"name": "git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"product_id": "git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.3-1.el9_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.3-1.el9_2.ppc64le",
"product": {
"name": "git-0:2.39.3-1.el9_2.ppc64le",
"product_id": "git-0:2.39.3-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.3-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.3-1.el9_2.ppc64le",
"product": {
"name": "git-core-0:2.39.3-1.el9_2.ppc64le",
"product_id": "git-core-0:2.39.3-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.3-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"product": {
"name": "git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"product_id": "git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.3-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.3-1.el9_2.ppc64le",
"product": {
"name": "git-daemon-0:2.39.3-1.el9_2.ppc64le",
"product_id": "git-daemon-0:2.39.3-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.3-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.3-1.el9_2.ppc64le",
"product": {
"name": "git-subtree-0:2.39.3-1.el9_2.ppc64le",
"product_id": "git-subtree-0:2.39.3-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.3-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"product": {
"name": "git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"product_id": "git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.3-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"product": {
"name": "git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"product_id": "git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.3-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.3-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"product": {
"name": "git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"product_id": "git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.3-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"product": {
"name": "git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"product_id": "git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.3-1.el9_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.3-1.el9_2.x86_64",
"product": {
"name": "git-0:2.39.3-1.el9_2.x86_64",
"product_id": "git-0:2.39.3-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.3-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.3-1.el9_2.x86_64",
"product": {
"name": "git-core-0:2.39.3-1.el9_2.x86_64",
"product_id": "git-core-0:2.39.3-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.3-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"product": {
"name": "git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"product_id": "git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.3-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.3-1.el9_2.x86_64",
"product": {
"name": "git-daemon-0:2.39.3-1.el9_2.x86_64",
"product_id": "git-daemon-0:2.39.3-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.3-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.3-1.el9_2.x86_64",
"product": {
"name": "git-subtree-0:2.39.3-1.el9_2.x86_64",
"product_id": "git-subtree-0:2.39.3-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.3-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.3-1.el9_2.x86_64",
"product": {
"name": "git-debugsource-0:2.39.3-1.el9_2.x86_64",
"product_id": "git-debugsource-0:2.39.3-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.3-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"product": {
"name": "git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"product_id": "git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.3-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.3-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"product": {
"name": "git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"product_id": "git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.3-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"product": {
"name": "git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"product_id": "git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.3-1.el9_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.3-1.el9_2.s390x",
"product": {
"name": "git-0:2.39.3-1.el9_2.s390x",
"product_id": "git-0:2.39.3-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.3-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.3-1.el9_2.s390x",
"product": {
"name": "git-core-0:2.39.3-1.el9_2.s390x",
"product_id": "git-core-0:2.39.3-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.3-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"product": {
"name": "git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"product_id": "git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.3-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.3-1.el9_2.s390x",
"product": {
"name": "git-daemon-0:2.39.3-1.el9_2.s390x",
"product_id": "git-daemon-0:2.39.3-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.3-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.3-1.el9_2.s390x",
"product": {
"name": "git-subtree-0:2.39.3-1.el9_2.s390x",
"product_id": "git-subtree-0:2.39.3-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.3-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.3-1.el9_2.s390x",
"product": {
"name": "git-debugsource-0:2.39.3-1.el9_2.s390x",
"product_id": "git-debugsource-0:2.39.3-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.3-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"product": {
"name": "git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"product_id": "git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.3-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.3-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"product": {
"name": "git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"product_id": "git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.3-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.3-1.el9_2.s390x",
"product": {
"name": "git-debuginfo-0:2.39.3-1.el9_2.s390x",
"product_id": "git-debuginfo-0:2.39.3-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.3-1.el9_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "git-all-0:2.39.3-1.el9_2.noarch",
"product": {
"name": "git-all-0:2.39.3-1.el9_2.noarch",
"product_id": "git-all-0:2.39.3-1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-all@2.39.3-1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-core-doc-0:2.39.3-1.el9_2.noarch",
"product": {
"name": "git-core-doc-0:2.39.3-1.el9_2.noarch",
"product_id": "git-core-doc-0:2.39.3-1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-doc@2.39.3-1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-email-0:2.39.3-1.el9_2.noarch",
"product": {
"name": "git-email-0:2.39.3-1.el9_2.noarch",
"product_id": "git-email-0:2.39.3-1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-email@2.39.3-1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-gui-0:2.39.3-1.el9_2.noarch",
"product": {
"name": "git-gui-0:2.39.3-1.el9_2.noarch",
"product_id": "git-gui-0:2.39.3-1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-gui@2.39.3-1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-instaweb-0:2.39.3-1.el9_2.noarch",
"product": {
"name": "git-instaweb-0:2.39.3-1.el9_2.noarch",
"product_id": "git-instaweb-0:2.39.3-1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-instaweb@2.39.3-1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-svn-0:2.39.3-1.el9_2.noarch",
"product": {
"name": "git-svn-0:2.39.3-1.el9_2.noarch",
"product_id": "git-svn-0:2.39.3-1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn@2.39.3-1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitk-0:2.39.3-1.el9_2.noarch",
"product": {
"name": "gitk-0:2.39.3-1.el9_2.noarch",
"product_id": "gitk-0:2.39.3-1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitk@2.39.3-1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitweb-0:2.39.3-1.el9_2.noarch",
"product": {
"name": "gitweb-0:2.39.3-1.el9_2.noarch",
"product_id": "gitweb-0:2.39.3-1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitweb@2.39.3-1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-0:2.39.3-1.el9_2.noarch",
"product": {
"name": "perl-Git-0:2.39.3-1.el9_2.noarch",
"product_id": "perl-Git-0:2.39.3-1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git@2.39.3-1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-SVN-0:2.39.3-1.el9_2.noarch",
"product": {
"name": "perl-Git-SVN-0:2.39.3-1.el9_2.noarch",
"product_id": "perl-Git-SVN-0:2.39.3-1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git-SVN@2.39.3-1.el9_2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.3-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64"
},
"product_reference": "git-0:2.39.3-1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.3-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le"
},
"product_reference": "git-0:2.39.3-1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.3-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x"
},
"product_reference": "git-0:2.39.3-1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.3-1.el9_2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src"
},
"product_reference": "git-0:2.39.3-1.el9_2.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.3-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64"
},
"product_reference": "git-0:2.39.3-1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-all-0:2.39.3-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch"
},
"product_reference": "git-all-0:2.39.3-1.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.3-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64"
},
"product_reference": "git-core-0:2.39.3-1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.3-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le"
},
"product_reference": "git-core-0:2.39.3-1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.3-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x"
},
"product_reference": "git-core-0:2.39.3-1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.3-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64"
},
"product_reference": "git-core-0:2.39.3-1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.3-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64"
},
"product_reference": "git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le"
},
"product_reference": "git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.3-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x"
},
"product_reference": "git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.3-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64"
},
"product_reference": "git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-doc-0:2.39.3-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch"
},
"product_reference": "git-core-doc-0:2.39.3-1.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.3-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64"
},
"product_reference": "git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le"
},
"product_reference": "git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.3-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x"
},
"product_reference": "git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.3-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64"
},
"product_reference": "git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.3-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64"
},
"product_reference": "git-daemon-0:2.39.3-1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.3-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le"
},
"product_reference": "git-daemon-0:2.39.3-1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.3-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x"
},
"product_reference": "git-daemon-0:2.39.3-1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.3-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64"
},
"product_reference": "git-daemon-0:2.39.3-1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64"
},
"product_reference": "git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le"
},
"product_reference": "git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x"
},
"product_reference": "git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64"
},
"product_reference": "git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.3-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64"
},
"product_reference": "git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.3-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le"
},
"product_reference": "git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.3-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x"
},
"product_reference": "git-debuginfo-0:2.39.3-1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.3-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64"
},
"product_reference": "git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.3-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64"
},
"product_reference": "git-debugsource-0:2.39.3-1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.3-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le"
},
"product_reference": "git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.3-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x"
},
"product_reference": "git-debugsource-0:2.39.3-1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.3-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64"
},
"product_reference": "git-debugsource-0:2.39.3-1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-0:2.39.3-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch"
},
"product_reference": "git-email-0:2.39.3-1.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-0:2.39.3-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch"
},
"product_reference": "git-gui-0:2.39.3-1.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-instaweb-0:2.39.3-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch"
},
"product_reference": "git-instaweb-0:2.39.3-1.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.3-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64"
},
"product_reference": "git-subtree-0:2.39.3-1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.3-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le"
},
"product_reference": "git-subtree-0:2.39.3-1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.3-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x"
},
"product_reference": "git-subtree-0:2.39.3-1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.3-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64"
},
"product_reference": "git-subtree-0:2.39.3-1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:2.39.3-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch"
},
"product_reference": "git-svn-0:2.39.3-1.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-0:2.39.3-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch"
},
"product_reference": "gitk-0:2.39.3-1.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitweb-0:2.39.3-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch"
},
"product_reference": "gitweb-0:2.39.3-1.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-0:2.39.3-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch"
},
"product_reference": "perl-Git-0:2.39.3-1.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-SVN-0:2.39.3-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
},
"product_reference": "perl-Git-SVN-0:2.39.3-1.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-22490",
"cwe": {
"id": "CWE-402",
"name": "Transmission of Private Resources into a New Sphere (\u0027Resource Leak\u0027)"
},
"discovery_date": "2023-02-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2168160"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. Using a specially-crafted repository, Git can be tricked into using its local clone optimization even when using a non-local transport. Though Git will abort local clones whose source $GIT_DIR/objects directory contains symbolic links (CVE-2022-39253), the objects directory may still be a symbolic link.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: data exfiltration with maliciously crafted repository",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-22490"
},
{
"category": "external",
"summary": "RHBZ#2168160",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168160"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-22490",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22490"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-22490",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-22490"
},
{
"category": "external",
"summary": "https://github.blog/2023-02-14-git-security-vulnerabilities-announced-3/",
"url": "https://github.blog/2023-02-14-git-security-vulnerabilities-announced-3/"
},
{
"category": "external",
"summary": "https://github.com/git/git/security/advisories/GHSA-gw92-x3fm-3g3q",
"url": "https://github.com/git/git/security/advisories/GHSA-gw92-x3fm-3g3q"
}
],
"release_date": "2023-02-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-22T07:08:06+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3245"
},
{
"category": "workaround",
"details": "- Avoid cloning repositories from untrusted sources with --recurse-submodules.\n- Instead, consider cloning repositories without recursively cloning their submodules, and instead run git submodule update at each layer. Before doing so, inspect each new .gitmodules file to ensure that it does not contain suspicious module URLs.",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "git: data exfiltration with maliciously crafted repository"
},
{
"cve": "CVE-2023-23946",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2023-02-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2168161"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security issue occurs when feeding a crafted input to \"git apply.\" A path outside the working tree can be overwritten by the user running \"git apply.\"",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: git apply: a path outside the working tree can be overwritten with crafted input",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity and it\u0027s less likely to be exploitable because it requires a specially crafted malicious patch to be applied via git apply, to overwrite files outside the working tree of the user running git apply. This could lead to some compromise of integrity of resources under certain circumstances, however it does not compromise the whole system or gain additional privileges to execute arbitrary code, or allow remote users to cause a denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-23946"
},
{
"category": "external",
"summary": "RHBZ#2168161",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168161"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-23946",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23946"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23946",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23946"
},
{
"category": "external",
"summary": "https://github.blog/2023-02-14-git-security-vulnerabilities-announced-3/",
"url": "https://github.blog/2023-02-14-git-security-vulnerabilities-announced-3/"
},
{
"category": "external",
"summary": "https://github.com/git/git/security/advisories/GHSA-r87m-v37r-cwfh",
"url": "https://github.com/git/git/security/advisories/GHSA-r87m-v37r-cwfh"
}
],
"release_date": "2023-02-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-22T07:08:06+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3245"
},
{
"category": "workaround",
"details": "Use git apply --stat to inspect a patch before applying; avoid applying one that creates a symbolic link and then creates a file beyond the symbolic link.",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "git: git apply: a path outside the working tree can be overwritten with crafted input"
},
{
"cve": "CVE-2023-25652",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188333"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when feeding specially crafted input to `git apply --reject`; a path outside the working tree can be overwritten with partially controlled contents corresponding to the rejected hunk(s) from the given patch.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25652"
},
{
"category": "external",
"summary": "RHBZ#2188333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188333"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25652",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25652"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25652",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25652"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-22T07:08:06+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3245"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents"
},
{
"cve": "CVE-2023-25815",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188337"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when Git compiles with runtime prefix support and runs without translated messages, and it still uses the gettext machinery to display messages, which subsequently looks for translated messages in unexpected places. This flaw allows the malicious placement of crafted messages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: malicious placement of crafted messages when git was compiled with runtime prefix",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25815"
},
{
"category": "external",
"summary": "RHBZ#2188337",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188337"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25815",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25815"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25815",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25815"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-22T07:08:06+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3245"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 2.2,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "git: malicious placement of crafted messages when git was compiled with runtime prefix"
},
{
"cve": "CVE-2023-29007",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188338"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when renaming or deleting a section from a configuration file, where certain malicious configuration values may be misinterpreted as the beginning of a new configuration section. This flaw leads to arbitrary configuration injection.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: arbitrary configuration injection when renaming or deleting a section from a configuration file",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29007"
},
{
"category": "external",
"summary": "RHBZ#2188338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29007",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29007"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-22T07:08:06+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3245"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: arbitrary configuration injection when renaming or deleting a section from a configuration file"
}
]
}
RHSA-2023:3246
Vulnerability from csaf_redhat - Published: 2023-05-22 07:11 - Updated: 2026-02-25 17:31A vulnerability was found in Git. Using a specially-crafted repository, Git can be tricked into using its local clone optimization even when using a non-local transport. Though Git will abort local clones whose source $GIT_DIR/objects directory contains symbolic links (CVE-2022-39253), the objects directory may still be a symbolic link.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in Git. This security issue occurs when feeding a crafted input to "git apply." A path outside the working tree can be overwritten by the user running "git apply."
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in Git. This security flaw occurs when feeding specially crafted input to `git apply --reject`; a path outside the working tree can be overwritten with partially controlled contents corresponding to the rejected hunk(s) from the given patch.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
|
A vulnerability was found in Git. This security flaw occurs when Git compiles with runtime prefix support and runs without translated messages, and it still uses the gettext machinery to display messages, which subsequently looks for translated messages in unexpected places. This flaw allows the malicious placement of crafted messages.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
|
A vulnerability was found in Git. This security flaw occurs when renaming or deleting a section from a configuration file, where certain malicious configuration values may be misinterpreted as the beginning of a new configuration section. This flaw leads to arbitrary configuration injection.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el8_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el8_8.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: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents (CVE-2023-25652)\n\n* git: arbitrary configuration injection when renaming or deleting a section from a configuration file (CVE-2023-29007)\n\n* git: data exfiltration with maliciously crafted repository (CVE-2023-22490)\n\n* git: git apply: a path outside the working tree can be overwritten with crafted input (CVE-2023-23946)\n\n* git: malicious placement of crafted messages when git was compiled with runtime prefix (CVE-2023-25815)\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:3246",
"url": "https://access.redhat.com/errata/RHSA-2023:3246"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2168160",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168160"
},
{
"category": "external",
"summary": "2168161",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168161"
},
{
"category": "external",
"summary": "2188333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188333"
},
{
"category": "external",
"summary": "2188337",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188337"
},
{
"category": "external",
"summary": "2188338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188338"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3246.json"
}
],
"title": "Red Hat Security Advisory: git security update",
"tracking": {
"current_release_date": "2026-02-25T17:31:04+00:00",
"generator": {
"date": "2026-02-25T17:31:04+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2023:3246",
"initial_release_date": "2023-05-22T07:11:28+00:00",
"revision_history": [
{
"date": "2023-05-22T07:11:28+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-22T07:11:28+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-25T17:31:04+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.3-1.el8_8.src",
"product": {
"name": "git-0:2.39.3-1.el8_8.src",
"product_id": "git-0:2.39.3-1.el8_8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.3-1.el8_8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.3-1.el8_8.aarch64",
"product": {
"name": "git-0:2.39.3-1.el8_8.aarch64",
"product_id": "git-0:2.39.3-1.el8_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.3-1.el8_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.3-1.el8_8.aarch64",
"product": {
"name": "git-core-0:2.39.3-1.el8_8.aarch64",
"product_id": "git-core-0:2.39.3-1.el8_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.3-1.el8_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.3-1.el8_8.aarch64",
"product": {
"name": "git-credential-libsecret-0:2.39.3-1.el8_8.aarch64",
"product_id": "git-credential-libsecret-0:2.39.3-1.el8_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.3-1.el8_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.3-1.el8_8.aarch64",
"product": {
"name": "git-daemon-0:2.39.3-1.el8_8.aarch64",
"product_id": "git-daemon-0:2.39.3-1.el8_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.3-1.el8_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.3-1.el8_8.aarch64",
"product": {
"name": "git-subtree-0:2.39.3-1.el8_8.aarch64",
"product_id": "git-subtree-0:2.39.3-1.el8_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.3-1.el8_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.3-1.el8_8.aarch64",
"product": {
"name": "git-debugsource-0:2.39.3-1.el8_8.aarch64",
"product_id": "git-debugsource-0:2.39.3-1.el8_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.3-1.el8_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.3-1.el8_8.aarch64",
"product": {
"name": "git-core-debuginfo-0:2.39.3-1.el8_8.aarch64",
"product_id": "git-core-debuginfo-0:2.39.3-1.el8_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.3-1.el8_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.aarch64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.aarch64",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.3-1.el8_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.3-1.el8_8.aarch64",
"product": {
"name": "git-daemon-debuginfo-0:2.39.3-1.el8_8.aarch64",
"product_id": "git-daemon-debuginfo-0:2.39.3-1.el8_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.3-1.el8_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.3-1.el8_8.aarch64",
"product": {
"name": "git-debuginfo-0:2.39.3-1.el8_8.aarch64",
"product_id": "git-debuginfo-0:2.39.3-1.el8_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.3-1.el8_8?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.3-1.el8_8.ppc64le",
"product": {
"name": "git-0:2.39.3-1.el8_8.ppc64le",
"product_id": "git-0:2.39.3-1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.3-1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.3-1.el8_8.ppc64le",
"product": {
"name": "git-core-0:2.39.3-1.el8_8.ppc64le",
"product_id": "git-core-0:2.39.3-1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.3-1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.3-1.el8_8.ppc64le",
"product": {
"name": "git-credential-libsecret-0:2.39.3-1.el8_8.ppc64le",
"product_id": "git-credential-libsecret-0:2.39.3-1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.3-1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.3-1.el8_8.ppc64le",
"product": {
"name": "git-daemon-0:2.39.3-1.el8_8.ppc64le",
"product_id": "git-daemon-0:2.39.3-1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.3-1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.3-1.el8_8.ppc64le",
"product": {
"name": "git-subtree-0:2.39.3-1.el8_8.ppc64le",
"product_id": "git-subtree-0:2.39.3-1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.3-1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.3-1.el8_8.ppc64le",
"product": {
"name": "git-debugsource-0:2.39.3-1.el8_8.ppc64le",
"product_id": "git-debugsource-0:2.39.3-1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.3-1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"product": {
"name": "git-core-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"product_id": "git-core-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.3-1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.3-1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"product": {
"name": "git-daemon-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"product_id": "git-daemon-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.3-1.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"product": {
"name": "git-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"product_id": "git-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.3-1.el8_8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.3-1.el8_8.x86_64",
"product": {
"name": "git-0:2.39.3-1.el8_8.x86_64",
"product_id": "git-0:2.39.3-1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.3-1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.3-1.el8_8.x86_64",
"product": {
"name": "git-core-0:2.39.3-1.el8_8.x86_64",
"product_id": "git-core-0:2.39.3-1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.3-1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.3-1.el8_8.x86_64",
"product": {
"name": "git-credential-libsecret-0:2.39.3-1.el8_8.x86_64",
"product_id": "git-credential-libsecret-0:2.39.3-1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.3-1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.3-1.el8_8.x86_64",
"product": {
"name": "git-daemon-0:2.39.3-1.el8_8.x86_64",
"product_id": "git-daemon-0:2.39.3-1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.3-1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.3-1.el8_8.x86_64",
"product": {
"name": "git-subtree-0:2.39.3-1.el8_8.x86_64",
"product_id": "git-subtree-0:2.39.3-1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.3-1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.3-1.el8_8.x86_64",
"product": {
"name": "git-debugsource-0:2.39.3-1.el8_8.x86_64",
"product_id": "git-debugsource-0:2.39.3-1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.3-1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.3-1.el8_8.x86_64",
"product": {
"name": "git-core-debuginfo-0:2.39.3-1.el8_8.x86_64",
"product_id": "git-core-debuginfo-0:2.39.3-1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.3-1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.x86_64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.x86_64",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.3-1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.3-1.el8_8.x86_64",
"product": {
"name": "git-daemon-debuginfo-0:2.39.3-1.el8_8.x86_64",
"product_id": "git-daemon-debuginfo-0:2.39.3-1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.3-1.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.3-1.el8_8.x86_64",
"product": {
"name": "git-debuginfo-0:2.39.3-1.el8_8.x86_64",
"product_id": "git-debuginfo-0:2.39.3-1.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.3-1.el8_8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.3-1.el8_8.s390x",
"product": {
"name": "git-0:2.39.3-1.el8_8.s390x",
"product_id": "git-0:2.39.3-1.el8_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.3-1.el8_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.3-1.el8_8.s390x",
"product": {
"name": "git-core-0:2.39.3-1.el8_8.s390x",
"product_id": "git-core-0:2.39.3-1.el8_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.3-1.el8_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.3-1.el8_8.s390x",
"product": {
"name": "git-credential-libsecret-0:2.39.3-1.el8_8.s390x",
"product_id": "git-credential-libsecret-0:2.39.3-1.el8_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.3-1.el8_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.3-1.el8_8.s390x",
"product": {
"name": "git-daemon-0:2.39.3-1.el8_8.s390x",
"product_id": "git-daemon-0:2.39.3-1.el8_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.3-1.el8_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.3-1.el8_8.s390x",
"product": {
"name": "git-subtree-0:2.39.3-1.el8_8.s390x",
"product_id": "git-subtree-0:2.39.3-1.el8_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.3-1.el8_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.3-1.el8_8.s390x",
"product": {
"name": "git-debugsource-0:2.39.3-1.el8_8.s390x",
"product_id": "git-debugsource-0:2.39.3-1.el8_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.3-1.el8_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.3-1.el8_8.s390x",
"product": {
"name": "git-core-debuginfo-0:2.39.3-1.el8_8.s390x",
"product_id": "git-core-debuginfo-0:2.39.3-1.el8_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.3-1.el8_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.s390x",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.s390x",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.3-1.el8_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.3-1.el8_8.s390x",
"product": {
"name": "git-daemon-debuginfo-0:2.39.3-1.el8_8.s390x",
"product_id": "git-daemon-debuginfo-0:2.39.3-1.el8_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.3-1.el8_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.3-1.el8_8.s390x",
"product": {
"name": "git-debuginfo-0:2.39.3-1.el8_8.s390x",
"product_id": "git-debuginfo-0:2.39.3-1.el8_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.3-1.el8_8?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "git-all-0:2.39.3-1.el8_8.noarch",
"product": {
"name": "git-all-0:2.39.3-1.el8_8.noarch",
"product_id": "git-all-0:2.39.3-1.el8_8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-all@2.39.3-1.el8_8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-core-doc-0:2.39.3-1.el8_8.noarch",
"product": {
"name": "git-core-doc-0:2.39.3-1.el8_8.noarch",
"product_id": "git-core-doc-0:2.39.3-1.el8_8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-doc@2.39.3-1.el8_8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-email-0:2.39.3-1.el8_8.noarch",
"product": {
"name": "git-email-0:2.39.3-1.el8_8.noarch",
"product_id": "git-email-0:2.39.3-1.el8_8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-email@2.39.3-1.el8_8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-gui-0:2.39.3-1.el8_8.noarch",
"product": {
"name": "git-gui-0:2.39.3-1.el8_8.noarch",
"product_id": "git-gui-0:2.39.3-1.el8_8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-gui@2.39.3-1.el8_8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-instaweb-0:2.39.3-1.el8_8.noarch",
"product": {
"name": "git-instaweb-0:2.39.3-1.el8_8.noarch",
"product_id": "git-instaweb-0:2.39.3-1.el8_8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-instaweb@2.39.3-1.el8_8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-svn-0:2.39.3-1.el8_8.noarch",
"product": {
"name": "git-svn-0:2.39.3-1.el8_8.noarch",
"product_id": "git-svn-0:2.39.3-1.el8_8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn@2.39.3-1.el8_8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitk-0:2.39.3-1.el8_8.noarch",
"product": {
"name": "gitk-0:2.39.3-1.el8_8.noarch",
"product_id": "gitk-0:2.39.3-1.el8_8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitk@2.39.3-1.el8_8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitweb-0:2.39.3-1.el8_8.noarch",
"product": {
"name": "gitweb-0:2.39.3-1.el8_8.noarch",
"product_id": "gitweb-0:2.39.3-1.el8_8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitweb@2.39.3-1.el8_8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-0:2.39.3-1.el8_8.noarch",
"product": {
"name": "perl-Git-0:2.39.3-1.el8_8.noarch",
"product_id": "perl-Git-0:2.39.3-1.el8_8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git@2.39.3-1.el8_8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-SVN-0:2.39.3-1.el8_8.noarch",
"product": {
"name": "perl-Git-SVN-0:2.39.3-1.el8_8.noarch",
"product_id": "perl-Git-SVN-0:2.39.3-1.el8_8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git-SVN@2.39.3-1.el8_8?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.3-1.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.aarch64"
},
"product_reference": "git-0:2.39.3-1.el8_8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.3-1.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.ppc64le"
},
"product_reference": "git-0:2.39.3-1.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.3-1.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.s390x"
},
"product_reference": "git-0:2.39.3-1.el8_8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.3-1.el8_8.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.src"
},
"product_reference": "git-0:2.39.3-1.el8_8.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.3-1.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.x86_64"
},
"product_reference": "git-0:2.39.3-1.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-all-0:2.39.3-1.el8_8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el8_8.noarch"
},
"product_reference": "git-all-0:2.39.3-1.el8_8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.3-1.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.aarch64"
},
"product_reference": "git-core-0:2.39.3-1.el8_8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.3-1.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.ppc64le"
},
"product_reference": "git-core-0:2.39.3-1.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.3-1.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.s390x"
},
"product_reference": "git-core-0:2.39.3-1.el8_8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.3-1.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.x86_64"
},
"product_reference": "git-core-0:2.39.3-1.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.3-1.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.aarch64"
},
"product_reference": "git-core-debuginfo-0:2.39.3-1.el8_8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.3-1.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.ppc64le"
},
"product_reference": "git-core-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.3-1.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.s390x"
},
"product_reference": "git-core-debuginfo-0:2.39.3-1.el8_8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.3-1.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.x86_64"
},
"product_reference": "git-core-debuginfo-0:2.39.3-1.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-doc-0:2.39.3-1.el8_8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el8_8.noarch"
},
"product_reference": "git-core-doc-0:2.39.3-1.el8_8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.3-1.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.aarch64"
},
"product_reference": "git-credential-libsecret-0:2.39.3-1.el8_8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.3-1.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.ppc64le"
},
"product_reference": "git-credential-libsecret-0:2.39.3-1.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.3-1.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.s390x"
},
"product_reference": "git-credential-libsecret-0:2.39.3-1.el8_8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.3-1.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.x86_64"
},
"product_reference": "git-credential-libsecret-0:2.39.3-1.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.aarch64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.ppc64le"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.s390x"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.x86_64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.3-1.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.aarch64"
},
"product_reference": "git-daemon-0:2.39.3-1.el8_8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.3-1.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.ppc64le"
},
"product_reference": "git-daemon-0:2.39.3-1.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.3-1.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.s390x"
},
"product_reference": "git-daemon-0:2.39.3-1.el8_8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.3-1.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.x86_64"
},
"product_reference": "git-daemon-0:2.39.3-1.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.3-1.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.aarch64"
},
"product_reference": "git-daemon-debuginfo-0:2.39.3-1.el8_8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.3-1.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.ppc64le"
},
"product_reference": "git-daemon-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.3-1.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.s390x"
},
"product_reference": "git-daemon-debuginfo-0:2.39.3-1.el8_8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.3-1.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.x86_64"
},
"product_reference": "git-daemon-debuginfo-0:2.39.3-1.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.3-1.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.aarch64"
},
"product_reference": "git-debuginfo-0:2.39.3-1.el8_8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.3-1.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.ppc64le"
},
"product_reference": "git-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.3-1.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.s390x"
},
"product_reference": "git-debuginfo-0:2.39.3-1.el8_8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.3-1.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.x86_64"
},
"product_reference": "git-debuginfo-0:2.39.3-1.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.3-1.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.aarch64"
},
"product_reference": "git-debugsource-0:2.39.3-1.el8_8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.3-1.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.ppc64le"
},
"product_reference": "git-debugsource-0:2.39.3-1.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.3-1.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.s390x"
},
"product_reference": "git-debugsource-0:2.39.3-1.el8_8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.3-1.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.x86_64"
},
"product_reference": "git-debugsource-0:2.39.3-1.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-0:2.39.3-1.el8_8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el8_8.noarch"
},
"product_reference": "git-email-0:2.39.3-1.el8_8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-0:2.39.3-1.el8_8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el8_8.noarch"
},
"product_reference": "git-gui-0:2.39.3-1.el8_8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-instaweb-0:2.39.3-1.el8_8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el8_8.noarch"
},
"product_reference": "git-instaweb-0:2.39.3-1.el8_8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.3-1.el8_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.aarch64"
},
"product_reference": "git-subtree-0:2.39.3-1.el8_8.aarch64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.3-1.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.ppc64le"
},
"product_reference": "git-subtree-0:2.39.3-1.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.3-1.el8_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.s390x"
},
"product_reference": "git-subtree-0:2.39.3-1.el8_8.s390x",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.3-1.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.x86_64"
},
"product_reference": "git-subtree-0:2.39.3-1.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:2.39.3-1.el8_8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el8_8.noarch"
},
"product_reference": "git-svn-0:2.39.3-1.el8_8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-0:2.39.3-1.el8_8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el8_8.noarch"
},
"product_reference": "gitk-0:2.39.3-1.el8_8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitweb-0:2.39.3-1.el8_8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el8_8.noarch"
},
"product_reference": "gitweb-0:2.39.3-1.el8_8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-0:2.39.3-1.el8_8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el8_8.noarch"
},
"product_reference": "perl-Git-0:2.39.3-1.el8_8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-SVN-0:2.39.3-1.el8_8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el8_8.noarch"
},
"product_reference": "perl-Git-SVN-0:2.39.3-1.el8_8.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-22490",
"cwe": {
"id": "CWE-402",
"name": "Transmission of Private Resources into a New Sphere (\u0027Resource Leak\u0027)"
},
"discovery_date": "2023-02-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2168160"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. Using a specially-crafted repository, Git can be tricked into using its local clone optimization even when using a non-local transport. Though Git will abort local clones whose source $GIT_DIR/objects directory contains symbolic links (CVE-2022-39253), the objects directory may still be a symbolic link.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: data exfiltration with maliciously crafted repository",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.src",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el8_8.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-22490"
},
{
"category": "external",
"summary": "RHBZ#2168160",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168160"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-22490",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22490"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-22490",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-22490"
},
{
"category": "external",
"summary": "https://github.blog/2023-02-14-git-security-vulnerabilities-announced-3/",
"url": "https://github.blog/2023-02-14-git-security-vulnerabilities-announced-3/"
},
{
"category": "external",
"summary": "https://github.com/git/git/security/advisories/GHSA-gw92-x3fm-3g3q",
"url": "https://github.com/git/git/security/advisories/GHSA-gw92-x3fm-3g3q"
}
],
"release_date": "2023-02-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-22T07:11:28+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.src",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el8_8.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3246"
},
{
"category": "workaround",
"details": "- Avoid cloning repositories from untrusted sources with --recurse-submodules.\n- Instead, consider cloning repositories without recursively cloning their submodules, and instead run git submodule update at each layer. Before doing so, inspect each new .gitmodules file to ensure that it does not contain suspicious module URLs.",
"product_ids": [
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.src",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el8_8.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.src",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el8_8.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "git: data exfiltration with maliciously crafted repository"
},
{
"cve": "CVE-2023-23946",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2023-02-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2168161"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security issue occurs when feeding a crafted input to \"git apply.\" A path outside the working tree can be overwritten by the user running \"git apply.\"",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: git apply: a path outside the working tree can be overwritten with crafted input",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity and it\u0027s less likely to be exploitable because it requires a specially crafted malicious patch to be applied via git apply, to overwrite files outside the working tree of the user running git apply. This could lead to some compromise of integrity of resources under certain circumstances, however it does not compromise the whole system or gain additional privileges to execute arbitrary code, or allow remote users to cause a denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.src",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el8_8.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-23946"
},
{
"category": "external",
"summary": "RHBZ#2168161",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168161"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-23946",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23946"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23946",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23946"
},
{
"category": "external",
"summary": "https://github.blog/2023-02-14-git-security-vulnerabilities-announced-3/",
"url": "https://github.blog/2023-02-14-git-security-vulnerabilities-announced-3/"
},
{
"category": "external",
"summary": "https://github.com/git/git/security/advisories/GHSA-r87m-v37r-cwfh",
"url": "https://github.com/git/git/security/advisories/GHSA-r87m-v37r-cwfh"
}
],
"release_date": "2023-02-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-22T07:11:28+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.src",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el8_8.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3246"
},
{
"category": "workaround",
"details": "Use git apply --stat to inspect a patch before applying; avoid applying one that creates a symbolic link and then creates a file beyond the symbolic link.",
"product_ids": [
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.src",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el8_8.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.src",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el8_8.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "git: git apply: a path outside the working tree can be overwritten with crafted input"
},
{
"cve": "CVE-2023-25652",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188333"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when feeding specially crafted input to `git apply --reject`; a path outside the working tree can be overwritten with partially controlled contents corresponding to the rejected hunk(s) from the given patch.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.src",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el8_8.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25652"
},
{
"category": "external",
"summary": "RHBZ#2188333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188333"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25652",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25652"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25652",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25652"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-22T07:11:28+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.src",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el8_8.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3246"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.src",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el8_8.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents"
},
{
"cve": "CVE-2023-25815",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188337"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when Git compiles with runtime prefix support and runs without translated messages, and it still uses the gettext machinery to display messages, which subsequently looks for translated messages in unexpected places. This flaw allows the malicious placement of crafted messages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: malicious placement of crafted messages when git was compiled with runtime prefix",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.src",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el8_8.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25815"
},
{
"category": "external",
"summary": "RHBZ#2188337",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188337"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25815",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25815"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25815",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25815"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-22T07:11:28+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.src",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el8_8.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3246"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 2.2,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.src",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el8_8.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "git: malicious placement of crafted messages when git was compiled with runtime prefix"
},
{
"cve": "CVE-2023-29007",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188338"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when renaming or deleting a section from a configuration file, where certain malicious configuration values may be misinterpreted as the beginning of a new configuration section. This flaw leads to arbitrary configuration injection.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: arbitrary configuration injection when renaming or deleting a section from a configuration file",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.src",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el8_8.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29007"
},
{
"category": "external",
"summary": "RHBZ#2188338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29007",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29007"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-22T07:11:28+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.src",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el8_8.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3246"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.src",
"AppStream-8.8.0.Z.MAIN.EUS:git-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.aarch64",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.ppc64le",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.s390x",
"AppStream-8.8.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el8_8.x86_64",
"AppStream-8.8.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el8_8.noarch",
"AppStream-8.8.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el8_8.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: arbitrary configuration injection when renaming or deleting a section from a configuration file"
}
]
}
RHSA-2023:3247
Vulnerability from csaf_redhat - Published: 2023-05-22 07:12 - Updated: 2026-02-25 17:31A vulnerability was found in Git. This security flaw occurs when feeding specially crafted input to `git apply --reject`; a path outside the working tree can be overwritten with partially controlled contents corresponding to the rejected hunk(s) from the given patch.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-all-0:2.31.1-4.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.1-4.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-email-0:2.31.1-4.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-gui-0:2.31.1-4.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.1-4.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-svn-0:2.31.1-4.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:gitk-0:2.31.1-4.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:gitweb-0:2.31.1-4.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.1-4.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.1-4.el8_6.noarch | — |
Vendor Fix
fix
|
A vulnerability was found in Git. This security flaw occurs when Git compiles with runtime prefix support and runs without translated messages, and it still uses the gettext machinery to display messages, which subsequently looks for translated messages in unexpected places. This flaw allows the malicious placement of crafted messages.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-all-0:2.31.1-4.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.1-4.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-email-0:2.31.1-4.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-gui-0:2.31.1-4.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.1-4.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-svn-0:2.31.1-4.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:gitk-0:2.31.1-4.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:gitweb-0:2.31.1-4.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.1-4.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.1-4.el8_6.noarch | — |
Vendor Fix
fix
|
A vulnerability was found in Git. This security flaw occurs when renaming or deleting a section from a configuration file, where certain malicious configuration values may be misinterpreted as the beginning of a new configuration section. This flaw leads to arbitrary configuration injection.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-all-0:2.31.1-4.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.1-4.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-email-0:2.31.1-4.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-gui-0:2.31.1-4.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.1-4.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:git-svn-0:2.31.1-4.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:gitk-0:2.31.1-4.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:gitweb-0:2.31.1-4.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.1-4.el8_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.1-4.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: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents (CVE-2023-25652)\n\n* git: arbitrary configuration injection when renaming or deleting a section from a configuration file (CVE-2023-29007)\n\n* git: malicious placement of crafted messages when git was compiled with runtime prefix (CVE-2023-25815)\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:3247",
"url": "https://access.redhat.com/errata/RHSA-2023:3247"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2188333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188333"
},
{
"category": "external",
"summary": "2188337",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188337"
},
{
"category": "external",
"summary": "2188338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188338"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3247.json"
}
],
"title": "Red Hat Security Advisory: git security update",
"tracking": {
"current_release_date": "2026-02-25T17:31:04+00:00",
"generator": {
"date": "2026-02-25T17:31:04+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2023:3247",
"initial_release_date": "2023-05-22T07:12:50+00:00",
"revision_history": [
{
"date": "2023-05-22T07:12:50+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-22T07:12:50+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-25T17:31:04+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-4.el8_6.src",
"product": {
"name": "git-0:2.31.1-4.el8_6.src",
"product_id": "git-0:2.31.1-4.el8_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-4.el8_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.1-4.el8_6.aarch64",
"product": {
"name": "git-0:2.31.1-4.el8_6.aarch64",
"product_id": "git-0:2.31.1-4.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-4.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.31.1-4.el8_6.aarch64",
"product": {
"name": "git-core-0:2.31.1-4.el8_6.aarch64",
"product_id": "git-core-0:2.31.1-4.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.31.1-4.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.31.1-4.el8_6.aarch64",
"product": {
"name": "git-credential-libsecret-0:2.31.1-4.el8_6.aarch64",
"product_id": "git-credential-libsecret-0:2.31.1-4.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.31.1-4.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.31.1-4.el8_6.aarch64",
"product": {
"name": "git-daemon-0:2.31.1-4.el8_6.aarch64",
"product_id": "git-daemon-0:2.31.1-4.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.31.1-4.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.31.1-4.el8_6.aarch64",
"product": {
"name": "git-subtree-0:2.31.1-4.el8_6.aarch64",
"product_id": "git-subtree-0:2.31.1-4.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.31.1-4.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.31.1-4.el8_6.aarch64",
"product": {
"name": "git-debugsource-0:2.31.1-4.el8_6.aarch64",
"product_id": "git-debugsource-0:2.31.1-4.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.31.1-4.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.31.1-4.el8_6.aarch64",
"product": {
"name": "git-core-debuginfo-0:2.31.1-4.el8_6.aarch64",
"product_id": "git-core-debuginfo-0:2.31.1-4.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.31.1-4.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.aarch64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.aarch64",
"product_id": "git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.31.1-4.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.31.1-4.el8_6.aarch64",
"product": {
"name": "git-daemon-debuginfo-0:2.31.1-4.el8_6.aarch64",
"product_id": "git-daemon-debuginfo-0:2.31.1-4.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.31.1-4.el8_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.31.1-4.el8_6.aarch64",
"product": {
"name": "git-debuginfo-0:2.31.1-4.el8_6.aarch64",
"product_id": "git-debuginfo-0:2.31.1-4.el8_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.31.1-4.el8_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.1-4.el8_6.ppc64le",
"product": {
"name": "git-0:2.31.1-4.el8_6.ppc64le",
"product_id": "git-0:2.31.1-4.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-4.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.31.1-4.el8_6.ppc64le",
"product": {
"name": "git-core-0:2.31.1-4.el8_6.ppc64le",
"product_id": "git-core-0:2.31.1-4.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.31.1-4.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.31.1-4.el8_6.ppc64le",
"product": {
"name": "git-credential-libsecret-0:2.31.1-4.el8_6.ppc64le",
"product_id": "git-credential-libsecret-0:2.31.1-4.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.31.1-4.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.31.1-4.el8_6.ppc64le",
"product": {
"name": "git-daemon-0:2.31.1-4.el8_6.ppc64le",
"product_id": "git-daemon-0:2.31.1-4.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.31.1-4.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.31.1-4.el8_6.ppc64le",
"product": {
"name": "git-subtree-0:2.31.1-4.el8_6.ppc64le",
"product_id": "git-subtree-0:2.31.1-4.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.31.1-4.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.31.1-4.el8_6.ppc64le",
"product": {
"name": "git-debugsource-0:2.31.1-4.el8_6.ppc64le",
"product_id": "git-debugsource-0:2.31.1-4.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.31.1-4.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"product": {
"name": "git-core-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"product_id": "git-core-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.31.1-4.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"product_id": "git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.31.1-4.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"product": {
"name": "git-daemon-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"product_id": "git-daemon-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.31.1-4.el8_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"product": {
"name": "git-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"product_id": "git-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.31.1-4.el8_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.1-4.el8_6.x86_64",
"product": {
"name": "git-0:2.31.1-4.el8_6.x86_64",
"product_id": "git-0:2.31.1-4.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-4.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.31.1-4.el8_6.x86_64",
"product": {
"name": "git-core-0:2.31.1-4.el8_6.x86_64",
"product_id": "git-core-0:2.31.1-4.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.31.1-4.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.31.1-4.el8_6.x86_64",
"product": {
"name": "git-credential-libsecret-0:2.31.1-4.el8_6.x86_64",
"product_id": "git-credential-libsecret-0:2.31.1-4.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.31.1-4.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.31.1-4.el8_6.x86_64",
"product": {
"name": "git-daemon-0:2.31.1-4.el8_6.x86_64",
"product_id": "git-daemon-0:2.31.1-4.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.31.1-4.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.31.1-4.el8_6.x86_64",
"product": {
"name": "git-subtree-0:2.31.1-4.el8_6.x86_64",
"product_id": "git-subtree-0:2.31.1-4.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.31.1-4.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.31.1-4.el8_6.x86_64",
"product": {
"name": "git-debugsource-0:2.31.1-4.el8_6.x86_64",
"product_id": "git-debugsource-0:2.31.1-4.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.31.1-4.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.31.1-4.el8_6.x86_64",
"product": {
"name": "git-core-debuginfo-0:2.31.1-4.el8_6.x86_64",
"product_id": "git-core-debuginfo-0:2.31.1-4.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.31.1-4.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.x86_64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.x86_64",
"product_id": "git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.31.1-4.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.31.1-4.el8_6.x86_64",
"product": {
"name": "git-daemon-debuginfo-0:2.31.1-4.el8_6.x86_64",
"product_id": "git-daemon-debuginfo-0:2.31.1-4.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.31.1-4.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.31.1-4.el8_6.x86_64",
"product": {
"name": "git-debuginfo-0:2.31.1-4.el8_6.x86_64",
"product_id": "git-debuginfo-0:2.31.1-4.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.31.1-4.el8_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.1-4.el8_6.s390x",
"product": {
"name": "git-0:2.31.1-4.el8_6.s390x",
"product_id": "git-0:2.31.1-4.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-4.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.31.1-4.el8_6.s390x",
"product": {
"name": "git-core-0:2.31.1-4.el8_6.s390x",
"product_id": "git-core-0:2.31.1-4.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.31.1-4.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.31.1-4.el8_6.s390x",
"product": {
"name": "git-credential-libsecret-0:2.31.1-4.el8_6.s390x",
"product_id": "git-credential-libsecret-0:2.31.1-4.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.31.1-4.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.31.1-4.el8_6.s390x",
"product": {
"name": "git-daemon-0:2.31.1-4.el8_6.s390x",
"product_id": "git-daemon-0:2.31.1-4.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.31.1-4.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.31.1-4.el8_6.s390x",
"product": {
"name": "git-subtree-0:2.31.1-4.el8_6.s390x",
"product_id": "git-subtree-0:2.31.1-4.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.31.1-4.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.31.1-4.el8_6.s390x",
"product": {
"name": "git-debugsource-0:2.31.1-4.el8_6.s390x",
"product_id": "git-debugsource-0:2.31.1-4.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.31.1-4.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.31.1-4.el8_6.s390x",
"product": {
"name": "git-core-debuginfo-0:2.31.1-4.el8_6.s390x",
"product_id": "git-core-debuginfo-0:2.31.1-4.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.31.1-4.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.s390x",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.s390x",
"product_id": "git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.31.1-4.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.31.1-4.el8_6.s390x",
"product": {
"name": "git-daemon-debuginfo-0:2.31.1-4.el8_6.s390x",
"product_id": "git-daemon-debuginfo-0:2.31.1-4.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.31.1-4.el8_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.31.1-4.el8_6.s390x",
"product": {
"name": "git-debuginfo-0:2.31.1-4.el8_6.s390x",
"product_id": "git-debuginfo-0:2.31.1-4.el8_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.31.1-4.el8_6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "git-all-0:2.31.1-4.el8_6.noarch",
"product": {
"name": "git-all-0:2.31.1-4.el8_6.noarch",
"product_id": "git-all-0:2.31.1-4.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-all@2.31.1-4.el8_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-core-doc-0:2.31.1-4.el8_6.noarch",
"product": {
"name": "git-core-doc-0:2.31.1-4.el8_6.noarch",
"product_id": "git-core-doc-0:2.31.1-4.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-doc@2.31.1-4.el8_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-email-0:2.31.1-4.el8_6.noarch",
"product": {
"name": "git-email-0:2.31.1-4.el8_6.noarch",
"product_id": "git-email-0:2.31.1-4.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-email@2.31.1-4.el8_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-gui-0:2.31.1-4.el8_6.noarch",
"product": {
"name": "git-gui-0:2.31.1-4.el8_6.noarch",
"product_id": "git-gui-0:2.31.1-4.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-gui@2.31.1-4.el8_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-instaweb-0:2.31.1-4.el8_6.noarch",
"product": {
"name": "git-instaweb-0:2.31.1-4.el8_6.noarch",
"product_id": "git-instaweb-0:2.31.1-4.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-instaweb@2.31.1-4.el8_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-svn-0:2.31.1-4.el8_6.noarch",
"product": {
"name": "git-svn-0:2.31.1-4.el8_6.noarch",
"product_id": "git-svn-0:2.31.1-4.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn@2.31.1-4.el8_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitk-0:2.31.1-4.el8_6.noarch",
"product": {
"name": "gitk-0:2.31.1-4.el8_6.noarch",
"product_id": "gitk-0:2.31.1-4.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitk@2.31.1-4.el8_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitweb-0:2.31.1-4.el8_6.noarch",
"product": {
"name": "gitweb-0:2.31.1-4.el8_6.noarch",
"product_id": "gitweb-0:2.31.1-4.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitweb@2.31.1-4.el8_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-0:2.31.1-4.el8_6.noarch",
"product": {
"name": "perl-Git-0:2.31.1-4.el8_6.noarch",
"product_id": "perl-Git-0:2.31.1-4.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git@2.31.1-4.el8_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-SVN-0:2.31.1-4.el8_6.noarch",
"product": {
"name": "perl-Git-SVN-0:2.31.1-4.el8_6.noarch",
"product_id": "perl-Git-SVN-0:2.31.1-4.el8_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git-SVN@2.31.1-4.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-4.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-4.el8_6.aarch64"
},
"product_reference": "git-0:2.31.1-4.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-4.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-4.el8_6.ppc64le"
},
"product_reference": "git-0:2.31.1-4.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-4.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-4.el8_6.s390x"
},
"product_reference": "git-0:2.31.1-4.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-4.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-4.el8_6.src"
},
"product_reference": "git-0:2.31.1-4.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-4.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-4.el8_6.x86_64"
},
"product_reference": "git-0:2.31.1-4.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-4.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-4.el8_6.noarch"
},
"product_reference": "git-all-0:2.31.1-4.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-4.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-4.el8_6.aarch64"
},
"product_reference": "git-core-0:2.31.1-4.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-4.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-4.el8_6.ppc64le"
},
"product_reference": "git-core-0:2.31.1-4.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-4.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-4.el8_6.s390x"
},
"product_reference": "git-core-0:2.31.1-4.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-4.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-4.el8_6.x86_64"
},
"product_reference": "git-core-0:2.31.1-4.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-4.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-4.el8_6.aarch64"
},
"product_reference": "git-core-debuginfo-0:2.31.1-4.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-4.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-4.el8_6.ppc64le"
},
"product_reference": "git-core-debuginfo-0:2.31.1-4.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-4.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-4.el8_6.s390x"
},
"product_reference": "git-core-debuginfo-0:2.31.1-4.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-4.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-4.el8_6.x86_64"
},
"product_reference": "git-core-debuginfo-0:2.31.1-4.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-4.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-4.el8_6.noarch"
},
"product_reference": "git-core-doc-0:2.31.1-4.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-4.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-4.el8_6.aarch64"
},
"product_reference": "git-credential-libsecret-0:2.31.1-4.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-4.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-4.el8_6.ppc64le"
},
"product_reference": "git-credential-libsecret-0:2.31.1-4.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-4.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-4.el8_6.s390x"
},
"product_reference": "git-credential-libsecret-0:2.31.1-4.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-4.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-4.el8_6.x86_64"
},
"product_reference": "git-credential-libsecret-0:2.31.1-4.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-4.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-4.el8_6.aarch64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.31.1-4.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-4.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-4.el8_6.ppc64le"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.31.1-4.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-4.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-4.el8_6.s390x"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.31.1-4.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-4.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-4.el8_6.x86_64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.31.1-4.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-4.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-4.el8_6.aarch64"
},
"product_reference": "git-daemon-0:2.31.1-4.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-4.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-4.el8_6.ppc64le"
},
"product_reference": "git-daemon-0:2.31.1-4.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-4.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-4.el8_6.s390x"
},
"product_reference": "git-daemon-0:2.31.1-4.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-4.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-4.el8_6.x86_64"
},
"product_reference": "git-daemon-0:2.31.1-4.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-4.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-4.el8_6.aarch64"
},
"product_reference": "git-daemon-debuginfo-0:2.31.1-4.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-4.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-4.el8_6.ppc64le"
},
"product_reference": "git-daemon-debuginfo-0:2.31.1-4.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-4.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-4.el8_6.s390x"
},
"product_reference": "git-daemon-debuginfo-0:2.31.1-4.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-4.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-4.el8_6.x86_64"
},
"product_reference": "git-daemon-debuginfo-0:2.31.1-4.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-4.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-4.el8_6.aarch64"
},
"product_reference": "git-debuginfo-0:2.31.1-4.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-4.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-4.el8_6.ppc64le"
},
"product_reference": "git-debuginfo-0:2.31.1-4.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-4.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-4.el8_6.s390x"
},
"product_reference": "git-debuginfo-0:2.31.1-4.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-4.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-4.el8_6.x86_64"
},
"product_reference": "git-debuginfo-0:2.31.1-4.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-4.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-4.el8_6.aarch64"
},
"product_reference": "git-debugsource-0:2.31.1-4.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-4.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-4.el8_6.ppc64le"
},
"product_reference": "git-debugsource-0:2.31.1-4.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-4.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-4.el8_6.s390x"
},
"product_reference": "git-debugsource-0:2.31.1-4.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-4.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-4.el8_6.x86_64"
},
"product_reference": "git-debugsource-0:2.31.1-4.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-4.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-4.el8_6.noarch"
},
"product_reference": "git-email-0:2.31.1-4.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-4.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-4.el8_6.noarch"
},
"product_reference": "git-gui-0:2.31.1-4.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-4.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-4.el8_6.noarch"
},
"product_reference": "git-instaweb-0:2.31.1-4.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-4.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-4.el8_6.aarch64"
},
"product_reference": "git-subtree-0:2.31.1-4.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-4.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-4.el8_6.ppc64le"
},
"product_reference": "git-subtree-0:2.31.1-4.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-4.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-4.el8_6.s390x"
},
"product_reference": "git-subtree-0:2.31.1-4.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-4.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-4.el8_6.x86_64"
},
"product_reference": "git-subtree-0:2.31.1-4.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-4.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-4.el8_6.noarch"
},
"product_reference": "git-svn-0:2.31.1-4.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-4.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-4.el8_6.noarch"
},
"product_reference": "gitk-0:2.31.1-4.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-4.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-4.el8_6.noarch"
},
"product_reference": "gitweb-0:2.31.1-4.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-4.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-4.el8_6.noarch"
},
"product_reference": "perl-Git-0:2.31.1-4.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-4.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-4.el8_6.noarch"
},
"product_reference": "perl-Git-SVN-0:2.31.1-4.el8_6.noarch",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-25652",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188333"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when feeding specially crafted input to `git apply --reject`; a path outside the working tree can be overwritten with partially controlled contents corresponding to the rejected hunk(s) from the given patch.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents",
"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-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.1-4.el8_6.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25652"
},
{
"category": "external",
"summary": "RHBZ#2188333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188333"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25652",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25652"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25652",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25652"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-22T07:12:50+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-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.1-4.el8_6.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3247"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.1-4.el8_6.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents"
},
{
"cve": "CVE-2023-25815",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188337"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when Git compiles with runtime prefix support and runs without translated messages, and it still uses the gettext machinery to display messages, which subsequently looks for translated messages in unexpected places. This flaw allows the malicious placement of crafted messages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: malicious placement of crafted messages when git was compiled with runtime prefix",
"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-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.1-4.el8_6.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25815"
},
{
"category": "external",
"summary": "RHBZ#2188337",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188337"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25815",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25815"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25815",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25815"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-22T07:12:50+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-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.1-4.el8_6.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3247"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 2.2,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.1-4.el8_6.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "git: malicious placement of crafted messages when git was compiled with runtime prefix"
},
{
"cve": "CVE-2023-29007",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188338"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when renaming or deleting a section from a configuration file, where certain malicious configuration values may be misinterpreted as the beginning of a new configuration section. This flaw leads to arbitrary configuration injection.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: arbitrary configuration injection when renaming or deleting a section from a configuration file",
"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-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.1-4.el8_6.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29007"
},
{
"category": "external",
"summary": "RHBZ#2188338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29007",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29007"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-22T07:12:50+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-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.1-4.el8_6.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3247"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.src",
"AppStream-8.6.0.Z.EUS:git-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-all-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-core-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-core-doc-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debuginfo-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-debugsource-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-email-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-gui-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-instaweb-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.aarch64",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.ppc64le",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.s390x",
"AppStream-8.6.0.Z.EUS:git-subtree-0:2.31.1-4.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS:git-svn-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitk-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:gitweb-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-0:2.31.1-4.el8_6.noarch",
"AppStream-8.6.0.Z.EUS:perl-Git-SVN-0:2.31.1-4.el8_6.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: arbitrary configuration injection when renaming or deleting a section from a configuration file"
}
]
}
RHSA-2023:3248
Vulnerability from csaf_redhat - Published: 2023-05-22 07:07 - Updated: 2026-02-25 17:31A vulnerability was found in Git. This security flaw occurs when feeding specially crafted input to `git apply --reject`; a path outside the working tree can be overwritten with partially controlled contents corresponding to the rejected hunk(s) from the given patch.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-all-0:2.31.1-5.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-doc-0:2.31.1-5.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-email-0:2.31.1-5.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-gui-0:2.31.1-5.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-instaweb-0:2.31.1-5.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-svn-0:2.31.1-5.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:gitk-0:2.31.1-5.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:gitweb-0:2.31.1-5.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:perl-Git-0:2.31.1-5.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:perl-Git-SVN-0:2.31.1-5.el9_0.noarch | — |
Vendor Fix
fix
|
A vulnerability was found in Git. This security flaw occurs when Git compiles with runtime prefix support and runs without translated messages, and it still uses the gettext machinery to display messages, which subsequently looks for translated messages in unexpected places. This flaw allows the malicious placement of crafted messages.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-all-0:2.31.1-5.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-doc-0:2.31.1-5.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-email-0:2.31.1-5.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-gui-0:2.31.1-5.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-instaweb-0:2.31.1-5.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-svn-0:2.31.1-5.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:gitk-0:2.31.1-5.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:gitweb-0:2.31.1-5.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:perl-Git-0:2.31.1-5.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:perl-Git-SVN-0:2.31.1-5.el9_0.noarch | — |
Vendor Fix
fix
|
A vulnerability was found in Git. This security flaw occurs when renaming or deleting a section from a configuration file, where certain malicious configuration values may be misinterpreted as the beginning of a new configuration section. This flaw leads to arbitrary configuration injection.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-all-0:2.31.1-5.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-core-doc-0:2.31.1-5.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-email-0:2.31.1-5.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-gui-0:2.31.1-5.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-instaweb-0:2.31.1-5.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:git-svn-0:2.31.1-5.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:gitk-0:2.31.1-5.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:gitweb-0:2.31.1-5.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:perl-Git-0:2.31.1-5.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:perl-Git-SVN-0:2.31.1-5.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: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents (CVE-2023-25652)\n\n* git: arbitrary configuration injection when renaming or deleting a section from a configuration file (CVE-2023-29007)\n\n* git: malicious placement of crafted messages when git was compiled with runtime prefix (CVE-2023-25815)\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:3248",
"url": "https://access.redhat.com/errata/RHSA-2023:3248"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2188333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188333"
},
{
"category": "external",
"summary": "2188337",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188337"
},
{
"category": "external",
"summary": "2188338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188338"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3248.json"
}
],
"title": "Red Hat Security Advisory: git security update",
"tracking": {
"current_release_date": "2026-02-25T17:31:05+00:00",
"generator": {
"date": "2026-02-25T17:31:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2023:3248",
"initial_release_date": "2023-05-22T07:07:11+00:00",
"revision_history": [
{
"date": "2023-05-22T07:07:11+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-22T07:07:11+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-25T17:31:05+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-5.el9_0.src",
"product": {
"name": "git-0:2.31.1-5.el9_0.src",
"product_id": "git-0:2.31.1-5.el9_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-5.el9_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.1-5.el9_0.aarch64",
"product": {
"name": "git-0:2.31.1-5.el9_0.aarch64",
"product_id": "git-0:2.31.1-5.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-5.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.31.1-5.el9_0.aarch64",
"product": {
"name": "git-core-0:2.31.1-5.el9_0.aarch64",
"product_id": "git-core-0:2.31.1-5.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.31.1-5.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.31.1-5.el9_0.aarch64",
"product": {
"name": "git-credential-libsecret-0:2.31.1-5.el9_0.aarch64",
"product_id": "git-credential-libsecret-0:2.31.1-5.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.31.1-5.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.31.1-5.el9_0.aarch64",
"product": {
"name": "git-daemon-0:2.31.1-5.el9_0.aarch64",
"product_id": "git-daemon-0:2.31.1-5.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.31.1-5.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.31.1-5.el9_0.aarch64",
"product": {
"name": "git-subtree-0:2.31.1-5.el9_0.aarch64",
"product_id": "git-subtree-0:2.31.1-5.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.31.1-5.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.31.1-5.el9_0.aarch64",
"product": {
"name": "git-debugsource-0:2.31.1-5.el9_0.aarch64",
"product_id": "git-debugsource-0:2.31.1-5.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.31.1-5.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.31.1-5.el9_0.aarch64",
"product": {
"name": "git-core-debuginfo-0:2.31.1-5.el9_0.aarch64",
"product_id": "git-core-debuginfo-0:2.31.1-5.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.31.1-5.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.aarch64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.aarch64",
"product_id": "git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.31.1-5.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.31.1-5.el9_0.aarch64",
"product": {
"name": "git-daemon-debuginfo-0:2.31.1-5.el9_0.aarch64",
"product_id": "git-daemon-debuginfo-0:2.31.1-5.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.31.1-5.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.31.1-5.el9_0.aarch64",
"product": {
"name": "git-debuginfo-0:2.31.1-5.el9_0.aarch64",
"product_id": "git-debuginfo-0:2.31.1-5.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.31.1-5.el9_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.1-5.el9_0.ppc64le",
"product": {
"name": "git-0:2.31.1-5.el9_0.ppc64le",
"product_id": "git-0:2.31.1-5.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-5.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.31.1-5.el9_0.ppc64le",
"product": {
"name": "git-core-0:2.31.1-5.el9_0.ppc64le",
"product_id": "git-core-0:2.31.1-5.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.31.1-5.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.31.1-5.el9_0.ppc64le",
"product": {
"name": "git-credential-libsecret-0:2.31.1-5.el9_0.ppc64le",
"product_id": "git-credential-libsecret-0:2.31.1-5.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.31.1-5.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.31.1-5.el9_0.ppc64le",
"product": {
"name": "git-daemon-0:2.31.1-5.el9_0.ppc64le",
"product_id": "git-daemon-0:2.31.1-5.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.31.1-5.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.31.1-5.el9_0.ppc64le",
"product": {
"name": "git-subtree-0:2.31.1-5.el9_0.ppc64le",
"product_id": "git-subtree-0:2.31.1-5.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.31.1-5.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.31.1-5.el9_0.ppc64le",
"product": {
"name": "git-debugsource-0:2.31.1-5.el9_0.ppc64le",
"product_id": "git-debugsource-0:2.31.1-5.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.31.1-5.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"product": {
"name": "git-core-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"product_id": "git-core-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.31.1-5.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"product_id": "git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.31.1-5.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"product": {
"name": "git-daemon-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"product_id": "git-daemon-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.31.1-5.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"product": {
"name": "git-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"product_id": "git-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.31.1-5.el9_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.1-5.el9_0.x86_64",
"product": {
"name": "git-0:2.31.1-5.el9_0.x86_64",
"product_id": "git-0:2.31.1-5.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-5.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.31.1-5.el9_0.x86_64",
"product": {
"name": "git-core-0:2.31.1-5.el9_0.x86_64",
"product_id": "git-core-0:2.31.1-5.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.31.1-5.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.31.1-5.el9_0.x86_64",
"product": {
"name": "git-credential-libsecret-0:2.31.1-5.el9_0.x86_64",
"product_id": "git-credential-libsecret-0:2.31.1-5.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.31.1-5.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.31.1-5.el9_0.x86_64",
"product": {
"name": "git-daemon-0:2.31.1-5.el9_0.x86_64",
"product_id": "git-daemon-0:2.31.1-5.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.31.1-5.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.31.1-5.el9_0.x86_64",
"product": {
"name": "git-subtree-0:2.31.1-5.el9_0.x86_64",
"product_id": "git-subtree-0:2.31.1-5.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.31.1-5.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.31.1-5.el9_0.x86_64",
"product": {
"name": "git-debugsource-0:2.31.1-5.el9_0.x86_64",
"product_id": "git-debugsource-0:2.31.1-5.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.31.1-5.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.31.1-5.el9_0.x86_64",
"product": {
"name": "git-core-debuginfo-0:2.31.1-5.el9_0.x86_64",
"product_id": "git-core-debuginfo-0:2.31.1-5.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.31.1-5.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.x86_64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.x86_64",
"product_id": "git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.31.1-5.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.31.1-5.el9_0.x86_64",
"product": {
"name": "git-daemon-debuginfo-0:2.31.1-5.el9_0.x86_64",
"product_id": "git-daemon-debuginfo-0:2.31.1-5.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.31.1-5.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.31.1-5.el9_0.x86_64",
"product": {
"name": "git-debuginfo-0:2.31.1-5.el9_0.x86_64",
"product_id": "git-debuginfo-0:2.31.1-5.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.31.1-5.el9_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.31.1-5.el9_0.s390x",
"product": {
"name": "git-0:2.31.1-5.el9_0.s390x",
"product_id": "git-0:2.31.1-5.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.31.1-5.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.31.1-5.el9_0.s390x",
"product": {
"name": "git-core-0:2.31.1-5.el9_0.s390x",
"product_id": "git-core-0:2.31.1-5.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.31.1-5.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.31.1-5.el9_0.s390x",
"product": {
"name": "git-credential-libsecret-0:2.31.1-5.el9_0.s390x",
"product_id": "git-credential-libsecret-0:2.31.1-5.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.31.1-5.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.31.1-5.el9_0.s390x",
"product": {
"name": "git-daemon-0:2.31.1-5.el9_0.s390x",
"product_id": "git-daemon-0:2.31.1-5.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.31.1-5.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.31.1-5.el9_0.s390x",
"product": {
"name": "git-subtree-0:2.31.1-5.el9_0.s390x",
"product_id": "git-subtree-0:2.31.1-5.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.31.1-5.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.31.1-5.el9_0.s390x",
"product": {
"name": "git-debugsource-0:2.31.1-5.el9_0.s390x",
"product_id": "git-debugsource-0:2.31.1-5.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.31.1-5.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.31.1-5.el9_0.s390x",
"product": {
"name": "git-core-debuginfo-0:2.31.1-5.el9_0.s390x",
"product_id": "git-core-debuginfo-0:2.31.1-5.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.31.1-5.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.s390x",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.s390x",
"product_id": "git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.31.1-5.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.31.1-5.el9_0.s390x",
"product": {
"name": "git-daemon-debuginfo-0:2.31.1-5.el9_0.s390x",
"product_id": "git-daemon-debuginfo-0:2.31.1-5.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.31.1-5.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.31.1-5.el9_0.s390x",
"product": {
"name": "git-debuginfo-0:2.31.1-5.el9_0.s390x",
"product_id": "git-debuginfo-0:2.31.1-5.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.31.1-5.el9_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "git-all-0:2.31.1-5.el9_0.noarch",
"product": {
"name": "git-all-0:2.31.1-5.el9_0.noarch",
"product_id": "git-all-0:2.31.1-5.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-all@2.31.1-5.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-core-doc-0:2.31.1-5.el9_0.noarch",
"product": {
"name": "git-core-doc-0:2.31.1-5.el9_0.noarch",
"product_id": "git-core-doc-0:2.31.1-5.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-doc@2.31.1-5.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-email-0:2.31.1-5.el9_0.noarch",
"product": {
"name": "git-email-0:2.31.1-5.el9_0.noarch",
"product_id": "git-email-0:2.31.1-5.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-email@2.31.1-5.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-gui-0:2.31.1-5.el9_0.noarch",
"product": {
"name": "git-gui-0:2.31.1-5.el9_0.noarch",
"product_id": "git-gui-0:2.31.1-5.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-gui@2.31.1-5.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-instaweb-0:2.31.1-5.el9_0.noarch",
"product": {
"name": "git-instaweb-0:2.31.1-5.el9_0.noarch",
"product_id": "git-instaweb-0:2.31.1-5.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-instaweb@2.31.1-5.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-svn-0:2.31.1-5.el9_0.noarch",
"product": {
"name": "git-svn-0:2.31.1-5.el9_0.noarch",
"product_id": "git-svn-0:2.31.1-5.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn@2.31.1-5.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitk-0:2.31.1-5.el9_0.noarch",
"product": {
"name": "gitk-0:2.31.1-5.el9_0.noarch",
"product_id": "gitk-0:2.31.1-5.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitk@2.31.1-5.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitweb-0:2.31.1-5.el9_0.noarch",
"product": {
"name": "gitweb-0:2.31.1-5.el9_0.noarch",
"product_id": "gitweb-0:2.31.1-5.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitweb@2.31.1-5.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-0:2.31.1-5.el9_0.noarch",
"product": {
"name": "perl-Git-0:2.31.1-5.el9_0.noarch",
"product_id": "perl-Git-0:2.31.1-5.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git@2.31.1-5.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-SVN-0:2.31.1-5.el9_0.noarch",
"product": {
"name": "perl-Git-SVN-0:2.31.1-5.el9_0.noarch",
"product_id": "perl-Git-SVN-0:2.31.1-5.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git-SVN@2.31.1-5.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-5.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-5.el9_0.aarch64"
},
"product_reference": "git-0:2.31.1-5.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-5.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-5.el9_0.ppc64le"
},
"product_reference": "git-0:2.31.1-5.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-5.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-5.el9_0.s390x"
},
"product_reference": "git-0:2.31.1-5.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-5.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-5.el9_0.src"
},
"product_reference": "git-0:2.31.1-5.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-5.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-5.el9_0.x86_64"
},
"product_reference": "git-0:2.31.1-5.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-5.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-5.el9_0.noarch"
},
"product_reference": "git-all-0:2.31.1-5.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-5.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-5.el9_0.aarch64"
},
"product_reference": "git-core-0:2.31.1-5.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-5.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-5.el9_0.ppc64le"
},
"product_reference": "git-core-0:2.31.1-5.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-5.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-5.el9_0.s390x"
},
"product_reference": "git-core-0:2.31.1-5.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-5.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-5.el9_0.x86_64"
},
"product_reference": "git-core-0:2.31.1-5.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-5.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-5.el9_0.aarch64"
},
"product_reference": "git-core-debuginfo-0:2.31.1-5.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-5.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-5.el9_0.ppc64le"
},
"product_reference": "git-core-debuginfo-0:2.31.1-5.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-5.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-5.el9_0.s390x"
},
"product_reference": "git-core-debuginfo-0:2.31.1-5.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-5.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-5.el9_0.x86_64"
},
"product_reference": "git-core-debuginfo-0:2.31.1-5.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-5.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-5.el9_0.noarch"
},
"product_reference": "git-core-doc-0:2.31.1-5.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-5.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-5.el9_0.aarch64"
},
"product_reference": "git-credential-libsecret-0:2.31.1-5.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-5.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-5.el9_0.ppc64le"
},
"product_reference": "git-credential-libsecret-0:2.31.1-5.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-5.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-5.el9_0.s390x"
},
"product_reference": "git-credential-libsecret-0:2.31.1-5.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-5.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-5.el9_0.x86_64"
},
"product_reference": "git-credential-libsecret-0:2.31.1-5.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-5.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-5.el9_0.aarch64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.31.1-5.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-5.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-5.el9_0.ppc64le"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.31.1-5.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-5.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-5.el9_0.s390x"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.31.1-5.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-5.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-5.el9_0.x86_64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.31.1-5.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-5.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-5.el9_0.aarch64"
},
"product_reference": "git-daemon-0:2.31.1-5.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-5.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-5.el9_0.ppc64le"
},
"product_reference": "git-daemon-0:2.31.1-5.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-5.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-5.el9_0.s390x"
},
"product_reference": "git-daemon-0:2.31.1-5.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-5.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-5.el9_0.x86_64"
},
"product_reference": "git-daemon-0:2.31.1-5.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-5.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-5.el9_0.aarch64"
},
"product_reference": "git-daemon-debuginfo-0:2.31.1-5.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-5.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-5.el9_0.ppc64le"
},
"product_reference": "git-daemon-debuginfo-0:2.31.1-5.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-5.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-5.el9_0.s390x"
},
"product_reference": "git-daemon-debuginfo-0:2.31.1-5.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-5.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-5.el9_0.x86_64"
},
"product_reference": "git-daemon-debuginfo-0:2.31.1-5.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-5.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-5.el9_0.aarch64"
},
"product_reference": "git-debuginfo-0:2.31.1-5.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-5.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-5.el9_0.ppc64le"
},
"product_reference": "git-debuginfo-0:2.31.1-5.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-5.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-5.el9_0.s390x"
},
"product_reference": "git-debuginfo-0:2.31.1-5.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-5.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-5.el9_0.x86_64"
},
"product_reference": "git-debuginfo-0:2.31.1-5.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-5.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-5.el9_0.aarch64"
},
"product_reference": "git-debugsource-0:2.31.1-5.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-5.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-5.el9_0.ppc64le"
},
"product_reference": "git-debugsource-0:2.31.1-5.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-5.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-5.el9_0.s390x"
},
"product_reference": "git-debugsource-0:2.31.1-5.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-5.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-5.el9_0.x86_64"
},
"product_reference": "git-debugsource-0:2.31.1-5.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-5.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-5.el9_0.noarch"
},
"product_reference": "git-email-0:2.31.1-5.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-5.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-5.el9_0.noarch"
},
"product_reference": "git-gui-0:2.31.1-5.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-5.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-5.el9_0.noarch"
},
"product_reference": "git-instaweb-0:2.31.1-5.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-5.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-5.el9_0.aarch64"
},
"product_reference": "git-subtree-0:2.31.1-5.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-5.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-5.el9_0.ppc64le"
},
"product_reference": "git-subtree-0:2.31.1-5.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-5.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-5.el9_0.s390x"
},
"product_reference": "git-subtree-0:2.31.1-5.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-5.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-5.el9_0.x86_64"
},
"product_reference": "git-subtree-0:2.31.1-5.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-5.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-5.el9_0.noarch"
},
"product_reference": "git-svn-0:2.31.1-5.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-5.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-5.el9_0.noarch"
},
"product_reference": "gitk-0:2.31.1-5.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-5.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-5.el9_0.noarch"
},
"product_reference": "gitweb-0:2.31.1-5.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-5.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-5.el9_0.noarch"
},
"product_reference": "perl-Git-0:2.31.1-5.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-5.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-5.el9_0.noarch"
},
"product_reference": "perl-Git-SVN-0:2.31.1-5.el9_0.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-25652",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188333"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when feeding specially crafted input to `git apply --reject`; a path outside the working tree can be overwritten with partially controlled contents corresponding to the rejected hunk(s) from the given patch.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents",
"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-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.src",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-all-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-doc-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-email-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-gui-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-instaweb-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-svn-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitk-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitweb-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-SVN-0:2.31.1-5.el9_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25652"
},
{
"category": "external",
"summary": "RHBZ#2188333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188333"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25652",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25652"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25652",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25652"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-22T07:07:11+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-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.src",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-all-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-doc-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-email-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-gui-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-instaweb-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-svn-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitk-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitweb-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-SVN-0:2.31.1-5.el9_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3248"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.src",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-all-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-doc-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-email-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-gui-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-instaweb-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-svn-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitk-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitweb-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-SVN-0:2.31.1-5.el9_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents"
},
{
"cve": "CVE-2023-25815",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188337"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when Git compiles with runtime prefix support and runs without translated messages, and it still uses the gettext machinery to display messages, which subsequently looks for translated messages in unexpected places. This flaw allows the malicious placement of crafted messages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: malicious placement of crafted messages when git was compiled with runtime prefix",
"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-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.src",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-all-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-doc-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-email-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-gui-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-instaweb-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-svn-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitk-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitweb-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-SVN-0:2.31.1-5.el9_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25815"
},
{
"category": "external",
"summary": "RHBZ#2188337",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188337"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25815",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25815"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25815",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25815"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-22T07:07:11+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-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.src",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-all-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-doc-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-email-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-gui-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-instaweb-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-svn-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitk-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitweb-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-SVN-0:2.31.1-5.el9_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3248"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 2.2,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.src",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-all-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-doc-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-email-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-gui-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-instaweb-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-svn-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitk-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitweb-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-SVN-0:2.31.1-5.el9_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "git: malicious placement of crafted messages when git was compiled with runtime prefix"
},
{
"cve": "CVE-2023-29007",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188338"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when renaming or deleting a section from a configuration file, where certain malicious configuration values may be misinterpreted as the beginning of a new configuration section. This flaw leads to arbitrary configuration injection.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: arbitrary configuration injection when renaming or deleting a section from a configuration file",
"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-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.src",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-all-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-doc-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-email-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-gui-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-instaweb-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-svn-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitk-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitweb-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-SVN-0:2.31.1-5.el9_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29007"
},
{
"category": "external",
"summary": "RHBZ#2188338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29007",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29007"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-22T07:07:11+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-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.src",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-all-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-doc-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-email-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-gui-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-instaweb-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-svn-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitk-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitweb-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-SVN-0:2.31.1-5.el9_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3248"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.src",
"AppStream-9.0.0.Z.EUS:git-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-all-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-core-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-core-doc-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-daemon-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debuginfo-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-debugsource-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-email-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-gui-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-instaweb-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:git-subtree-0:2.31.1-5.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:git-svn-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitk-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:gitweb-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-0:2.31.1-5.el9_0.noarch",
"AppStream-9.0.0.Z.EUS:perl-Git-SVN-0:2.31.1-5.el9_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: arbitrary configuration injection when renaming or deleting a section from a configuration file"
}
]
}
RHSA-2023:3280
Vulnerability from csaf_redhat - Published: 2023-05-23 14:47 - Updated: 2026-02-25 17:31A vulnerability was found in Git. This security flaw occurs when feeding specially crafted input to `git apply --reject`; a path outside the working tree can be overwritten with partially controlled contents corresponding to the rejected hunk(s) from the given patch.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-all-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-email-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-gitk-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-all-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-email-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-gitk-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
A vulnerability was found in Git. This security flaw occurs when Git compiles with runtime prefix support and runs without translated messages, and it still uses the gettext machinery to display messages, which subsequently looks for translated messages in unexpected places. This flaw allows the malicious placement of crafted messages.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-all-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-email-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-gitk-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-all-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-email-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-gitk-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
A vulnerability was found in Git. This security flaw occurs when renaming or deleting a section from a configuration file, where certain malicious configuration values may be misinterpreted as the beginning of a new configuration section. This flaw leads to arbitrary configuration injection.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-all-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-email-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-gitk-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-all-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-email-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-gitk-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-6.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-6.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: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents (CVE-2023-25652)\n\n* git: arbitrary configuration injection when renaming or deleting a section from a configuration file (CVE-2023-29007)\n\n* git: malicious placement of crafted messages when git was compiled with runtime prefix (CVE-2023-25815)\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:3280",
"url": "https://access.redhat.com/errata/RHSA-2023:3280"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2188333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188333"
},
{
"category": "external",
"summary": "2188337",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188337"
},
{
"category": "external",
"summary": "2188338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188338"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3280.json"
}
],
"title": "Red Hat Security Advisory: rh-git227-git security update",
"tracking": {
"current_release_date": "2026-02-25T17:31:05+00:00",
"generator": {
"date": "2026-02-25T17:31:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2023:3280",
"initial_release_date": "2023-05-23T14:47:02+00:00",
"revision_history": [
{
"date": "2023-05-23T14:47:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-23T14:47:02+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-25T17:31:05+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-6.el7.src",
"product": {
"name": "rh-git227-git-0:2.27.0-6.el7.src",
"product_id": "rh-git227-git-0:2.27.0-6.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git@2.27.0-6.el7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-git227-git-0:2.27.0-6.el7.x86_64",
"product": {
"name": "rh-git227-git-0:2.27.0-6.el7.x86_64",
"product_id": "rh-git227-git-0:2.27.0-6.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git@2.27.0-6.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-core-0:2.27.0-6.el7.x86_64",
"product": {
"name": "rh-git227-git-core-0:2.27.0-6.el7.x86_64",
"product_id": "rh-git227-git-core-0:2.27.0-6.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-core@2.27.0-6.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-credential-libsecret-0:2.27.0-6.el7.x86_64",
"product": {
"name": "rh-git227-git-credential-libsecret-0:2.27.0-6.el7.x86_64",
"product_id": "rh-git227-git-credential-libsecret-0:2.27.0-6.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-credential-libsecret@2.27.0-6.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-daemon-0:2.27.0-6.el7.x86_64",
"product": {
"name": "rh-git227-git-daemon-0:2.27.0-6.el7.x86_64",
"product_id": "rh-git227-git-daemon-0:2.27.0-6.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-daemon@2.27.0-6.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-subtree-0:2.27.0-6.el7.x86_64",
"product": {
"name": "rh-git227-git-subtree-0:2.27.0-6.el7.x86_64",
"product_id": "rh-git227-git-subtree-0:2.27.0-6.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-subtree@2.27.0-6.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-debuginfo-0:2.27.0-6.el7.x86_64",
"product": {
"name": "rh-git227-git-debuginfo-0:2.27.0-6.el7.x86_64",
"product_id": "rh-git227-git-debuginfo-0:2.27.0-6.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-debuginfo@2.27.0-6.el7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-git227-git-all-0:2.27.0-6.el7.noarch",
"product": {
"name": "rh-git227-git-all-0:2.27.0-6.el7.noarch",
"product_id": "rh-git227-git-all-0:2.27.0-6.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-all@2.27.0-6.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-core-doc-0:2.27.0-6.el7.noarch",
"product": {
"name": "rh-git227-git-core-doc-0:2.27.0-6.el7.noarch",
"product_id": "rh-git227-git-core-doc-0:2.27.0-6.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-core-doc@2.27.0-6.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-cvs-0:2.27.0-6.el7.noarch",
"product": {
"name": "rh-git227-git-cvs-0:2.27.0-6.el7.noarch",
"product_id": "rh-git227-git-cvs-0:2.27.0-6.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-cvs@2.27.0-6.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-email-0:2.27.0-6.el7.noarch",
"product": {
"name": "rh-git227-git-email-0:2.27.0-6.el7.noarch",
"product_id": "rh-git227-git-email-0:2.27.0-6.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-email@2.27.0-6.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-gui-0:2.27.0-6.el7.noarch",
"product": {
"name": "rh-git227-git-gui-0:2.27.0-6.el7.noarch",
"product_id": "rh-git227-git-gui-0:2.27.0-6.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-gui@2.27.0-6.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-instaweb-0:2.27.0-6.el7.noarch",
"product": {
"name": "rh-git227-git-instaweb-0:2.27.0-6.el7.noarch",
"product_id": "rh-git227-git-instaweb-0:2.27.0-6.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-instaweb@2.27.0-6.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-p4-0:2.27.0-6.el7.noarch",
"product": {
"name": "rh-git227-git-p4-0:2.27.0-6.el7.noarch",
"product_id": "rh-git227-git-p4-0:2.27.0-6.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-p4@2.27.0-6.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-svn-0:2.27.0-6.el7.noarch",
"product": {
"name": "rh-git227-git-svn-0:2.27.0-6.el7.noarch",
"product_id": "rh-git227-git-svn-0:2.27.0-6.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-svn@2.27.0-6.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-git227-gitk-0:2.27.0-6.el7.noarch",
"product": {
"name": "rh-git227-gitk-0:2.27.0-6.el7.noarch",
"product_id": "rh-git227-gitk-0:2.27.0-6.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-gitk@2.27.0-6.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-git227-gitweb-0:2.27.0-6.el7.noarch",
"product": {
"name": "rh-git227-gitweb-0:2.27.0-6.el7.noarch",
"product_id": "rh-git227-gitweb-0:2.27.0-6.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-gitweb@2.27.0-6.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-git227-perl-Git-0:2.27.0-6.el7.noarch",
"product": {
"name": "rh-git227-perl-Git-0:2.27.0-6.el7.noarch",
"product_id": "rh-git227-perl-Git-0:2.27.0-6.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-perl-Git@2.27.0-6.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-git227-perl-Git-SVN-0:2.27.0-6.el7.noarch",
"product": {
"name": "rh-git227-perl-Git-SVN-0:2.27.0-6.el7.noarch",
"product_id": "rh-git227-perl-Git-SVN-0:2.27.0-6.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-perl-Git-SVN@2.27.0-6.el7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-git227-git-0:2.27.0-6.el7.s390x",
"product": {
"name": "rh-git227-git-0:2.27.0-6.el7.s390x",
"product_id": "rh-git227-git-0:2.27.0-6.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git@2.27.0-6.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-core-0:2.27.0-6.el7.s390x",
"product": {
"name": "rh-git227-git-core-0:2.27.0-6.el7.s390x",
"product_id": "rh-git227-git-core-0:2.27.0-6.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-core@2.27.0-6.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-credential-libsecret-0:2.27.0-6.el7.s390x",
"product": {
"name": "rh-git227-git-credential-libsecret-0:2.27.0-6.el7.s390x",
"product_id": "rh-git227-git-credential-libsecret-0:2.27.0-6.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-credential-libsecret@2.27.0-6.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-daemon-0:2.27.0-6.el7.s390x",
"product": {
"name": "rh-git227-git-daemon-0:2.27.0-6.el7.s390x",
"product_id": "rh-git227-git-daemon-0:2.27.0-6.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-daemon@2.27.0-6.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-subtree-0:2.27.0-6.el7.s390x",
"product": {
"name": "rh-git227-git-subtree-0:2.27.0-6.el7.s390x",
"product_id": "rh-git227-git-subtree-0:2.27.0-6.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-subtree@2.27.0-6.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-debuginfo-0:2.27.0-6.el7.s390x",
"product": {
"name": "rh-git227-git-debuginfo-0:2.27.0-6.el7.s390x",
"product_id": "rh-git227-git-debuginfo-0:2.27.0-6.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-debuginfo@2.27.0-6.el7?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-git227-git-0:2.27.0-6.el7.ppc64le",
"product": {
"name": "rh-git227-git-0:2.27.0-6.el7.ppc64le",
"product_id": "rh-git227-git-0:2.27.0-6.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git@2.27.0-6.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-core-0:2.27.0-6.el7.ppc64le",
"product": {
"name": "rh-git227-git-core-0:2.27.0-6.el7.ppc64le",
"product_id": "rh-git227-git-core-0:2.27.0-6.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-core@2.27.0-6.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-credential-libsecret-0:2.27.0-6.el7.ppc64le",
"product": {
"name": "rh-git227-git-credential-libsecret-0:2.27.0-6.el7.ppc64le",
"product_id": "rh-git227-git-credential-libsecret-0:2.27.0-6.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-credential-libsecret@2.27.0-6.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-daemon-0:2.27.0-6.el7.ppc64le",
"product": {
"name": "rh-git227-git-daemon-0:2.27.0-6.el7.ppc64le",
"product_id": "rh-git227-git-daemon-0:2.27.0-6.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-daemon@2.27.0-6.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-subtree-0:2.27.0-6.el7.ppc64le",
"product": {
"name": "rh-git227-git-subtree-0:2.27.0-6.el7.ppc64le",
"product_id": "rh-git227-git-subtree-0:2.27.0-6.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-subtree@2.27.0-6.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-git227-git-debuginfo-0:2.27.0-6.el7.ppc64le",
"product": {
"name": "rh-git227-git-debuginfo-0:2.27.0-6.el7.ppc64le",
"product_id": "rh-git227-git-debuginfo-0:2.27.0-6.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-git227-git-debuginfo@2.27.0-6.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-6.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-6.el7.ppc64le"
},
"product_reference": "rh-git227-git-0:2.27.0-6.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-6.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-6.el7.s390x"
},
"product_reference": "rh-git227-git-0:2.27.0-6.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-6.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-6.el7.src"
},
"product_reference": "rh-git227-git-0:2.27.0-6.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-6.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-6.el7.x86_64"
},
"product_reference": "rh-git227-git-0:2.27.0-6.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-6.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-6.el7.noarch"
},
"product_reference": "rh-git227-git-all-0:2.27.0-6.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-6.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-6.el7.ppc64le"
},
"product_reference": "rh-git227-git-core-0:2.27.0-6.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-6.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-6.el7.s390x"
},
"product_reference": "rh-git227-git-core-0:2.27.0-6.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-6.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-6.el7.x86_64"
},
"product_reference": "rh-git227-git-core-0:2.27.0-6.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-6.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-6.el7.noarch"
},
"product_reference": "rh-git227-git-core-doc-0:2.27.0-6.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-6.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-6.el7.ppc64le"
},
"product_reference": "rh-git227-git-credential-libsecret-0:2.27.0-6.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-6.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-6.el7.s390x"
},
"product_reference": "rh-git227-git-credential-libsecret-0:2.27.0-6.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-6.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-6.el7.x86_64"
},
"product_reference": "rh-git227-git-credential-libsecret-0:2.27.0-6.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-6.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-6.el7.noarch"
},
"product_reference": "rh-git227-git-cvs-0:2.27.0-6.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-6.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-6.el7.ppc64le"
},
"product_reference": "rh-git227-git-daemon-0:2.27.0-6.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-6.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-6.el7.s390x"
},
"product_reference": "rh-git227-git-daemon-0:2.27.0-6.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-6.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-6.el7.x86_64"
},
"product_reference": "rh-git227-git-daemon-0:2.27.0-6.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-6.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-6.el7.ppc64le"
},
"product_reference": "rh-git227-git-debuginfo-0:2.27.0-6.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-6.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-6.el7.s390x"
},
"product_reference": "rh-git227-git-debuginfo-0:2.27.0-6.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-6.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-6.el7.x86_64"
},
"product_reference": "rh-git227-git-debuginfo-0:2.27.0-6.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-6.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-6.el7.noarch"
},
"product_reference": "rh-git227-git-email-0:2.27.0-6.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-6.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-6.el7.noarch"
},
"product_reference": "rh-git227-git-gui-0:2.27.0-6.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-6.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-6.el7.noarch"
},
"product_reference": "rh-git227-git-instaweb-0:2.27.0-6.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-6.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-6.el7.noarch"
},
"product_reference": "rh-git227-git-p4-0:2.27.0-6.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-6.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-6.el7.ppc64le"
},
"product_reference": "rh-git227-git-subtree-0:2.27.0-6.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-6.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-6.el7.s390x"
},
"product_reference": "rh-git227-git-subtree-0:2.27.0-6.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-6.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-6.el7.x86_64"
},
"product_reference": "rh-git227-git-subtree-0:2.27.0-6.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-6.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-6.el7.noarch"
},
"product_reference": "rh-git227-git-svn-0:2.27.0-6.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-6.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-6.el7.noarch"
},
"product_reference": "rh-git227-gitk-0:2.27.0-6.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-6.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-6.el7.noarch"
},
"product_reference": "rh-git227-gitweb-0:2.27.0-6.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-6.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-6.el7.noarch"
},
"product_reference": "rh-git227-perl-Git-0:2.27.0-6.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-6.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-6.el7.noarch"
},
"product_reference": "rh-git227-perl-Git-SVN-0:2.27.0-6.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-6.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-6.el7.ppc64le"
},
"product_reference": "rh-git227-git-0:2.27.0-6.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-6.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-6.el7.s390x"
},
"product_reference": "rh-git227-git-0:2.27.0-6.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-6.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-6.el7.src"
},
"product_reference": "rh-git227-git-0:2.27.0-6.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-6.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-6.el7.x86_64"
},
"product_reference": "rh-git227-git-0:2.27.0-6.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-6.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-6.el7.noarch"
},
"product_reference": "rh-git227-git-all-0:2.27.0-6.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-6.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-6.el7.ppc64le"
},
"product_reference": "rh-git227-git-core-0:2.27.0-6.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-6.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-6.el7.s390x"
},
"product_reference": "rh-git227-git-core-0:2.27.0-6.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-6.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-6.el7.x86_64"
},
"product_reference": "rh-git227-git-core-0:2.27.0-6.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-6.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-6.el7.noarch"
},
"product_reference": "rh-git227-git-core-doc-0:2.27.0-6.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-6.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-6.el7.ppc64le"
},
"product_reference": "rh-git227-git-credential-libsecret-0:2.27.0-6.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-6.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-6.el7.s390x"
},
"product_reference": "rh-git227-git-credential-libsecret-0:2.27.0-6.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-6.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-6.el7.x86_64"
},
"product_reference": "rh-git227-git-credential-libsecret-0:2.27.0-6.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-6.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-6.el7.noarch"
},
"product_reference": "rh-git227-git-cvs-0:2.27.0-6.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-6.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-6.el7.ppc64le"
},
"product_reference": "rh-git227-git-daemon-0:2.27.0-6.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-6.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-6.el7.s390x"
},
"product_reference": "rh-git227-git-daemon-0:2.27.0-6.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-6.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-6.el7.x86_64"
},
"product_reference": "rh-git227-git-daemon-0:2.27.0-6.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-6.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-6.el7.ppc64le"
},
"product_reference": "rh-git227-git-debuginfo-0:2.27.0-6.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-6.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-6.el7.s390x"
},
"product_reference": "rh-git227-git-debuginfo-0:2.27.0-6.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-6.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-6.el7.x86_64"
},
"product_reference": "rh-git227-git-debuginfo-0:2.27.0-6.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-6.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-6.el7.noarch"
},
"product_reference": "rh-git227-git-email-0:2.27.0-6.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-6.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-6.el7.noarch"
},
"product_reference": "rh-git227-git-gui-0:2.27.0-6.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-6.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-6.el7.noarch"
},
"product_reference": "rh-git227-git-instaweb-0:2.27.0-6.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-6.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-6.el7.noarch"
},
"product_reference": "rh-git227-git-p4-0:2.27.0-6.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-6.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-6.el7.ppc64le"
},
"product_reference": "rh-git227-git-subtree-0:2.27.0-6.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-6.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-6.el7.s390x"
},
"product_reference": "rh-git227-git-subtree-0:2.27.0-6.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-6.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-6.el7.x86_64"
},
"product_reference": "rh-git227-git-subtree-0:2.27.0-6.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-6.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-6.el7.noarch"
},
"product_reference": "rh-git227-git-svn-0:2.27.0-6.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-6.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-6.el7.noarch"
},
"product_reference": "rh-git227-gitk-0:2.27.0-6.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-6.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-6.el7.noarch"
},
"product_reference": "rh-git227-gitweb-0:2.27.0-6.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-6.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-6.el7.noarch"
},
"product_reference": "rh-git227-perl-Git-0:2.27.0-6.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-6.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-6.el7.noarch"
},
"product_reference": "rh-git227-perl-Git-SVN-0:2.27.0-6.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.8"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-25652",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188333"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when feeding specially crafted input to `git apply --reject`; a path outside the working tree can be overwritten with partially controlled contents corresponding to the rejected hunk(s) from the given patch.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents",
"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-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.src",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-all-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-email-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitk-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.src",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-all-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-email-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitk-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-6.el7.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25652"
},
{
"category": "external",
"summary": "RHBZ#2188333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188333"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25652",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25652"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25652",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25652"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-23T14:47:02+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-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.src",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-all-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-email-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitk-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.src",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-all-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-email-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitk-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-6.el7.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3280"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.src",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-all-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-email-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitk-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.src",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-all-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-email-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitk-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-6.el7.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents"
},
{
"cve": "CVE-2023-25815",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188337"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when Git compiles with runtime prefix support and runs without translated messages, and it still uses the gettext machinery to display messages, which subsequently looks for translated messages in unexpected places. This flaw allows the malicious placement of crafted messages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: malicious placement of crafted messages when git was compiled with runtime prefix",
"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-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.src",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-all-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-email-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitk-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.src",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-all-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-email-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitk-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-6.el7.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25815"
},
{
"category": "external",
"summary": "RHBZ#2188337",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188337"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25815",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25815"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25815",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25815"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-23T14:47:02+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-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.src",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-all-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-email-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitk-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.src",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-all-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-email-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitk-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-6.el7.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3280"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 2.2,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.src",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-all-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-email-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitk-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.src",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-all-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-email-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitk-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-6.el7.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "git: malicious placement of crafted messages when git was compiled with runtime prefix"
},
{
"cve": "CVE-2023-29007",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188338"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when renaming or deleting a section from a configuration file, where certain malicious configuration values may be misinterpreted as the beginning of a new configuration section. This flaw leads to arbitrary configuration injection.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: arbitrary configuration injection when renaming or deleting a section from a configuration file",
"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-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.src",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-all-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-email-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitk-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.src",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-all-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-email-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitk-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-6.el7.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29007"
},
{
"category": "external",
"summary": "RHBZ#2188338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29007",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29007"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-23T14:47:02+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-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.src",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-all-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-email-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitk-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.src",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-all-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-email-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitk-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-6.el7.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3280"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.src",
"7Server-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-all-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-email-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.ppc64le",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.s390x",
"7Server-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.x86_64",
"7Server-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitk-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-6.el7.noarch",
"7Server-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.src",
"7Workstation-RHSCL-3.8:rh-git227-git-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-all-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-core-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-core-doc-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-credential-libsecret-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-cvs-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-daemon-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-debuginfo-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-email-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-gui-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-instaweb-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-p4-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.ppc64le",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.s390x",
"7Workstation-RHSCL-3.8:rh-git227-git-subtree-0:2.27.0-6.el7.x86_64",
"7Workstation-RHSCL-3.8:rh-git227-git-svn-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitk-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-gitweb-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-0:2.27.0-6.el7.noarch",
"7Workstation-RHSCL-3.8:rh-git227-perl-Git-SVN-0:2.27.0-6.el7.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: arbitrary configuration injection when renaming or deleting a section from a configuration file"
}
]
}
RHSA-2023:3382
Vulnerability from csaf_redhat - Published: 2023-05-31 13:13 - Updated: 2026-02-25 17:31A vulnerability was found in Git. This security flaw occurs when feeding specially crafted input to `git apply --reject`; a path outside the working tree can be overwritten with partially controlled contents corresponding to the rejected hunk(s) from the given patch.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-0:2.18.4-4.el8_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-all-0:2.18.4-4.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-core-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-core-debuginfo-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-core-doc-0:2.18.4-4.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-daemon-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-daemon-debuginfo-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-debuginfo-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-debugsource-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-email-0:2.18.4-4.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-gui-0:2.18.4-4.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-instaweb-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-subtree-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-svn-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-svn-debuginfo-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gitk-0:2.18.4-4.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gitweb-0:2.18.4-4.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:perl-Git-0:2.18.4-4.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:perl-Git-SVN-0:2.18.4-4.el8_2.noarch | — |
Vendor Fix
fix
|
A vulnerability was found in Git. This security flaw occurs when Git compiles with runtime prefix support and runs without translated messages, and it still uses the gettext machinery to display messages, which subsequently looks for translated messages in unexpected places. This flaw allows the malicious placement of crafted messages.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-0:2.18.4-4.el8_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-all-0:2.18.4-4.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-core-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-core-debuginfo-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-core-doc-0:2.18.4-4.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-daemon-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-daemon-debuginfo-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-debuginfo-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-debugsource-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-email-0:2.18.4-4.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-gui-0:2.18.4-4.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-instaweb-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-subtree-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-svn-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-svn-debuginfo-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gitk-0:2.18.4-4.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gitweb-0:2.18.4-4.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:perl-Git-0:2.18.4-4.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:perl-Git-SVN-0:2.18.4-4.el8_2.noarch | — |
Vendor Fix
fix
|
A vulnerability was found in Git. This security flaw occurs when renaming or deleting a section from a configuration file, where certain malicious configuration values may be misinterpreted as the beginning of a new configuration section. This flaw leads to arbitrary configuration injection.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-0:2.18.4-4.el8_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-all-0:2.18.4-4.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-core-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-core-debuginfo-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-core-doc-0:2.18.4-4.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-daemon-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-daemon-debuginfo-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-debuginfo-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-debugsource-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-email-0:2.18.4-4.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-gui-0:2.18.4-4.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-instaweb-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-subtree-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-svn-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:git-svn-debuginfo-0:2.18.4-4.el8_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gitk-0:2.18.4-4.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:gitweb-0:2.18.4-4.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:perl-Git-0:2.18.4-4.el8_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:perl-Git-SVN-0:2.18.4-4.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.\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: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents (CVE-2023-25652)\n\n* git: arbitrary configuration injection when renaming or deleting a section from a configuration file (CVE-2023-29007)\n\n* git: malicious placement of crafted messages when git was compiled with runtime prefix (CVE-2023-25815)\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:3382",
"url": "https://access.redhat.com/errata/RHSA-2023:3382"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2188333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188333"
},
{
"category": "external",
"summary": "2188337",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188337"
},
{
"category": "external",
"summary": "2188338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188338"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3382.json"
}
],
"title": "Red Hat Security Advisory: git security update",
"tracking": {
"current_release_date": "2026-02-25T17:31:12+00:00",
"generator": {
"date": "2026-02-25T17:31:12+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2023:3382",
"initial_release_date": "2023-05-31T13:13:03+00:00",
"revision_history": [
{
"date": "2023-05-31T13:13:03+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-31T13:13:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-25T17:31:12+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream 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_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.18.4-4.el8_2.src",
"product": {
"name": "git-0:2.18.4-4.el8_2.src",
"product_id": "git-0:2.18.4-4.el8_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.18.4-4.el8_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.18.4-4.el8_2.x86_64",
"product": {
"name": "git-0:2.18.4-4.el8_2.x86_64",
"product_id": "git-0:2.18.4-4.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.18.4-4.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.18.4-4.el8_2.x86_64",
"product": {
"name": "git-core-0:2.18.4-4.el8_2.x86_64",
"product_id": "git-core-0:2.18.4-4.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.18.4-4.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.18.4-4.el8_2.x86_64",
"product": {
"name": "git-daemon-0:2.18.4-4.el8_2.x86_64",
"product_id": "git-daemon-0:2.18.4-4.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.18.4-4.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-instaweb-0:2.18.4-4.el8_2.x86_64",
"product": {
"name": "git-instaweb-0:2.18.4-4.el8_2.x86_64",
"product_id": "git-instaweb-0:2.18.4-4.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-instaweb@2.18.4-4.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.18.4-4.el8_2.x86_64",
"product": {
"name": "git-subtree-0:2.18.4-4.el8_2.x86_64",
"product_id": "git-subtree-0:2.18.4-4.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.18.4-4.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-svn-0:2.18.4-4.el8_2.x86_64",
"product": {
"name": "git-svn-0:2.18.4-4.el8_2.x86_64",
"product_id": "git-svn-0:2.18.4-4.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn@2.18.4-4.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.18.4-4.el8_2.x86_64",
"product": {
"name": "git-debugsource-0:2.18.4-4.el8_2.x86_64",
"product_id": "git-debugsource-0:2.18.4-4.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.18.4-4.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.18.4-4.el8_2.x86_64",
"product": {
"name": "git-core-debuginfo-0:2.18.4-4.el8_2.x86_64",
"product_id": "git-core-debuginfo-0:2.18.4-4.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.18.4-4.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.18.4-4.el8_2.x86_64",
"product": {
"name": "git-daemon-debuginfo-0:2.18.4-4.el8_2.x86_64",
"product_id": "git-daemon-debuginfo-0:2.18.4-4.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.18.4-4.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.18.4-4.el8_2.x86_64",
"product": {
"name": "git-debuginfo-0:2.18.4-4.el8_2.x86_64",
"product_id": "git-debuginfo-0:2.18.4-4.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.18.4-4.el8_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-svn-debuginfo-0:2.18.4-4.el8_2.x86_64",
"product": {
"name": "git-svn-debuginfo-0:2.18.4-4.el8_2.x86_64",
"product_id": "git-svn-debuginfo-0:2.18.4-4.el8_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn-debuginfo@2.18.4-4.el8_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-all-0:2.18.4-4.el8_2.noarch",
"product": {
"name": "git-all-0:2.18.4-4.el8_2.noarch",
"product_id": "git-all-0:2.18.4-4.el8_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-all@2.18.4-4.el8_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-core-doc-0:2.18.4-4.el8_2.noarch",
"product": {
"name": "git-core-doc-0:2.18.4-4.el8_2.noarch",
"product_id": "git-core-doc-0:2.18.4-4.el8_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-doc@2.18.4-4.el8_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-email-0:2.18.4-4.el8_2.noarch",
"product": {
"name": "git-email-0:2.18.4-4.el8_2.noarch",
"product_id": "git-email-0:2.18.4-4.el8_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-email@2.18.4-4.el8_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-gui-0:2.18.4-4.el8_2.noarch",
"product": {
"name": "git-gui-0:2.18.4-4.el8_2.noarch",
"product_id": "git-gui-0:2.18.4-4.el8_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-gui@2.18.4-4.el8_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitk-0:2.18.4-4.el8_2.noarch",
"product": {
"name": "gitk-0:2.18.4-4.el8_2.noarch",
"product_id": "gitk-0:2.18.4-4.el8_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitk@2.18.4-4.el8_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitweb-0:2.18.4-4.el8_2.noarch",
"product": {
"name": "gitweb-0:2.18.4-4.el8_2.noarch",
"product_id": "gitweb-0:2.18.4-4.el8_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitweb@2.18.4-4.el8_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-0:2.18.4-4.el8_2.noarch",
"product": {
"name": "perl-Git-0:2.18.4-4.el8_2.noarch",
"product_id": "perl-Git-0:2.18.4-4.el8_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git@2.18.4-4.el8_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-SVN-0:2.18.4-4.el8_2.noarch",
"product": {
"name": "perl-Git-SVN-0:2.18.4-4.el8_2.noarch",
"product_id": "perl-Git-SVN-0:2.18.4-4.el8_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git-SVN@2.18.4-4.el8_2?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-4.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-4.el8_2.src"
},
"product_reference": "git-0:2.18.4-4.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-4.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-4.el8_2.x86_64"
},
"product_reference": "git-0:2.18.4-4.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-4.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-4.el8_2.noarch"
},
"product_reference": "git-all-0:2.18.4-4.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-4.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-4.el8_2.x86_64"
},
"product_reference": "git-core-0:2.18.4-4.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-4.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-4.el8_2.x86_64"
},
"product_reference": "git-core-debuginfo-0:2.18.4-4.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-4.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-4.el8_2.noarch"
},
"product_reference": "git-core-doc-0:2.18.4-4.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-4.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-4.el8_2.x86_64"
},
"product_reference": "git-daemon-0:2.18.4-4.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-4.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-4.el8_2.x86_64"
},
"product_reference": "git-daemon-debuginfo-0:2.18.4-4.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-4.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-4.el8_2.x86_64"
},
"product_reference": "git-debuginfo-0:2.18.4-4.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-4.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-4.el8_2.x86_64"
},
"product_reference": "git-debugsource-0:2.18.4-4.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-4.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-4.el8_2.noarch"
},
"product_reference": "git-email-0:2.18.4-4.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-4.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-4.el8_2.noarch"
},
"product_reference": "git-gui-0:2.18.4-4.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-4.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-4.el8_2.x86_64"
},
"product_reference": "git-instaweb-0:2.18.4-4.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-4.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-4.el8_2.x86_64"
},
"product_reference": "git-subtree-0:2.18.4-4.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-4.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-4.el8_2.x86_64"
},
"product_reference": "git-svn-0:2.18.4-4.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-4.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-4.el8_2.x86_64"
},
"product_reference": "git-svn-debuginfo-0:2.18.4-4.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-4.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-4.el8_2.noarch"
},
"product_reference": "gitk-0:2.18.4-4.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-4.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-4.el8_2.noarch"
},
"product_reference": "gitweb-0:2.18.4-4.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-4.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-4.el8_2.noarch"
},
"product_reference": "perl-Git-0:2.18.4-4.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-4.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-4.el8_2.noarch"
},
"product_reference": "perl-Git-SVN-0:2.18.4-4.el8_2.noarch",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-25652",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188333"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when feeding specially crafted input to `git apply --reject`; a path outside the working tree can be overwritten with partially controlled contents corresponding to the rejected hunk(s) from the given patch.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents",
"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-4.el8_2.src",
"AppStream-8.2.0.Z.AUS:git-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-all-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-core-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-doc-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-daemon-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-daemon-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debugsource-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-email-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-gui-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-instaweb-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-subtree-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:gitk-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:gitweb-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-SVN-0:2.18.4-4.el8_2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25652"
},
{
"category": "external",
"summary": "RHBZ#2188333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188333"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25652",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25652"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25652",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25652"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-31T13:13:03+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-4.el8_2.src",
"AppStream-8.2.0.Z.AUS:git-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-all-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-core-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-doc-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-daemon-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-daemon-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debugsource-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-email-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-gui-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-instaweb-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-subtree-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:gitk-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:gitweb-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-SVN-0:2.18.4-4.el8_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3382"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.2.0.Z.AUS:git-0:2.18.4-4.el8_2.src",
"AppStream-8.2.0.Z.AUS:git-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-all-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-core-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-doc-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-daemon-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-daemon-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debugsource-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-email-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-gui-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-instaweb-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-subtree-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:gitk-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:gitweb-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-SVN-0:2.18.4-4.el8_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents"
},
{
"cve": "CVE-2023-25815",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188337"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when Git compiles with runtime prefix support and runs without translated messages, and it still uses the gettext machinery to display messages, which subsequently looks for translated messages in unexpected places. This flaw allows the malicious placement of crafted messages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: malicious placement of crafted messages when git was compiled with runtime prefix",
"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-4.el8_2.src",
"AppStream-8.2.0.Z.AUS:git-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-all-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-core-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-doc-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-daemon-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-daemon-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debugsource-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-email-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-gui-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-instaweb-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-subtree-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:gitk-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:gitweb-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-SVN-0:2.18.4-4.el8_2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25815"
},
{
"category": "external",
"summary": "RHBZ#2188337",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188337"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25815",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25815"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25815",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25815"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-31T13:13:03+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-4.el8_2.src",
"AppStream-8.2.0.Z.AUS:git-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-all-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-core-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-doc-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-daemon-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-daemon-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debugsource-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-email-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-gui-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-instaweb-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-subtree-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:gitk-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:gitweb-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-SVN-0:2.18.4-4.el8_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3382"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 2.2,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.2.0.Z.AUS:git-0:2.18.4-4.el8_2.src",
"AppStream-8.2.0.Z.AUS:git-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-all-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-core-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-doc-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-daemon-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-daemon-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debugsource-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-email-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-gui-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-instaweb-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-subtree-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:gitk-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:gitweb-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-SVN-0:2.18.4-4.el8_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "git: malicious placement of crafted messages when git was compiled with runtime prefix"
},
{
"cve": "CVE-2023-29007",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188338"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when renaming or deleting a section from a configuration file, where certain malicious configuration values may be misinterpreted as the beginning of a new configuration section. This flaw leads to arbitrary configuration injection.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: arbitrary configuration injection when renaming or deleting a section from a configuration file",
"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-4.el8_2.src",
"AppStream-8.2.0.Z.AUS:git-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-all-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-core-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-doc-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-daemon-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-daemon-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debugsource-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-email-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-gui-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-instaweb-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-subtree-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:gitk-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:gitweb-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-SVN-0:2.18.4-4.el8_2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29007"
},
{
"category": "external",
"summary": "RHBZ#2188338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29007",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29007"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-31T13:13:03+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-4.el8_2.src",
"AppStream-8.2.0.Z.AUS:git-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-all-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-core-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-doc-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-daemon-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-daemon-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debugsource-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-email-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-gui-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-instaweb-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-subtree-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:gitk-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:gitweb-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-SVN-0:2.18.4-4.el8_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3382"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.2.0.Z.AUS:git-0:2.18.4-4.el8_2.src",
"AppStream-8.2.0.Z.AUS:git-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-all-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-core-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-core-doc-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-daemon-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-daemon-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-debugsource-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-email-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-gui-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:git-instaweb-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-subtree-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:git-svn-debuginfo-0:2.18.4-4.el8_2.x86_64",
"AppStream-8.2.0.Z.AUS:gitk-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:gitweb-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-0:2.18.4-4.el8_2.noarch",
"AppStream-8.2.0.Z.AUS:perl-Git-SVN-0:2.18.4-4.el8_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: arbitrary configuration injection when renaming or deleting a section from a configuration file"
}
]
}
RHSA-2023_3192
Vulnerability from csaf_redhat - Published: 2023-05-17 15:23 - Updated: 2024-11-15 17:17A vulnerability was found in Git. This security flaw occurs when feeding specially crafted input to `git apply --reject`; a path outside the working tree can be overwritten with partially controlled contents corresponding to the rejected hunk(s) from the given patch.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-all-0:2.18.4-3.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-core-doc-0:2.18.4-3.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-email-0:2.18.4-3.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-gui-0:2.18.4-3.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:gitk-0:2.18.4-3.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:gitweb-0:2.18.4-3.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:perl-Git-0:2.18.4-3.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:perl-Git-SVN-0:2.18.4-3.el8_1.noarch | — |
Vendor Fix
fix
|
A vulnerability was found in Git. This security flaw occurs when Git compiles with runtime prefix support and runs without translated messages, and it still uses the gettext machinery to display messages, which subsequently looks for translated messages in unexpected places. This flaw allows the malicious placement of crafted messages.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-all-0:2.18.4-3.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-core-doc-0:2.18.4-3.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-email-0:2.18.4-3.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-gui-0:2.18.4-3.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:gitk-0:2.18.4-3.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:gitweb-0:2.18.4-3.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:perl-Git-0:2.18.4-3.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:perl-Git-SVN-0:2.18.4-3.el8_1.noarch | — |
Vendor Fix
fix
|
A vulnerability was found in Git. This security flaw occurs when renaming or deleting a section from a configuration file, where certain malicious configuration values may be misinterpreted as the beginning of a new configuration section. This flaw leads to arbitrary configuration injection.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-all-0:2.18.4-3.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-core-doc-0:2.18.4-3.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-email-0:2.18.4-3.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-gui-0:2.18.4-3.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:gitk-0:2.18.4-3.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:gitweb-0:2.18.4-3.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:perl-Git-0:2.18.4-3.el8_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:perl-Git-SVN-0:2.18.4-3.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: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents (CVE-2023-25652)\n\n* git: arbitrary configuration injection when renaming or deleting a section from a configuration file (CVE-2023-29007)\n\n* git: malicious placement of crafted messages when git was compiled with runtime prefix (CVE-2023-25815)\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:3192",
"url": "https://access.redhat.com/errata/RHSA-2023:3192"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2188333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188333"
},
{
"category": "external",
"summary": "2188337",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188337"
},
{
"category": "external",
"summary": "2188338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188338"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3192.json"
}
],
"title": "Red Hat Security Advisory: git security update",
"tracking": {
"current_release_date": "2024-11-15T17:17:08+00:00",
"generator": {
"date": "2024-11-15T17:17:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2023:3192",
"initial_release_date": "2023-05-17T15:23:52+00:00",
"revision_history": [
{
"date": "2023-05-17T15:23:52+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-17T15:23:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-15T17:17:08+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-3.el8_1.src",
"product": {
"name": "git-0:2.18.4-3.el8_1.src",
"product_id": "git-0:2.18.4-3.el8_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.18.4-3.el8_1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.18.4-3.el8_1.ppc64le",
"product": {
"name": "git-0:2.18.4-3.el8_1.ppc64le",
"product_id": "git-0:2.18.4-3.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.18.4-3.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.18.4-3.el8_1.ppc64le",
"product": {
"name": "git-core-0:2.18.4-3.el8_1.ppc64le",
"product_id": "git-core-0:2.18.4-3.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.18.4-3.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.18.4-3.el8_1.ppc64le",
"product": {
"name": "git-daemon-0:2.18.4-3.el8_1.ppc64le",
"product_id": "git-daemon-0:2.18.4-3.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.18.4-3.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-instaweb-0:2.18.4-3.el8_1.ppc64le",
"product": {
"name": "git-instaweb-0:2.18.4-3.el8_1.ppc64le",
"product_id": "git-instaweb-0:2.18.4-3.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-instaweb@2.18.4-3.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.18.4-3.el8_1.ppc64le",
"product": {
"name": "git-subtree-0:2.18.4-3.el8_1.ppc64le",
"product_id": "git-subtree-0:2.18.4-3.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.18.4-3.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-svn-0:2.18.4-3.el8_1.ppc64le",
"product": {
"name": "git-svn-0:2.18.4-3.el8_1.ppc64le",
"product_id": "git-svn-0:2.18.4-3.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn@2.18.4-3.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.18.4-3.el8_1.ppc64le",
"product": {
"name": "git-debugsource-0:2.18.4-3.el8_1.ppc64le",
"product_id": "git-debugsource-0:2.18.4-3.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.18.4-3.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"product": {
"name": "git-core-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"product_id": "git-core-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.18.4-3.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"product": {
"name": "git-daemon-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"product_id": "git-daemon-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.18.4-3.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"product": {
"name": "git-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"product_id": "git-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.18.4-3.el8_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-svn-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"product": {
"name": "git-svn-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"product_id": "git-svn-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn-debuginfo@2.18.4-3.el8_1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.18.4-3.el8_1.x86_64",
"product": {
"name": "git-0:2.18.4-3.el8_1.x86_64",
"product_id": "git-0:2.18.4-3.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.18.4-3.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.18.4-3.el8_1.x86_64",
"product": {
"name": "git-core-0:2.18.4-3.el8_1.x86_64",
"product_id": "git-core-0:2.18.4-3.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.18.4-3.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.18.4-3.el8_1.x86_64",
"product": {
"name": "git-daemon-0:2.18.4-3.el8_1.x86_64",
"product_id": "git-daemon-0:2.18.4-3.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.18.4-3.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-instaweb-0:2.18.4-3.el8_1.x86_64",
"product": {
"name": "git-instaweb-0:2.18.4-3.el8_1.x86_64",
"product_id": "git-instaweb-0:2.18.4-3.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-instaweb@2.18.4-3.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.18.4-3.el8_1.x86_64",
"product": {
"name": "git-subtree-0:2.18.4-3.el8_1.x86_64",
"product_id": "git-subtree-0:2.18.4-3.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.18.4-3.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-svn-0:2.18.4-3.el8_1.x86_64",
"product": {
"name": "git-svn-0:2.18.4-3.el8_1.x86_64",
"product_id": "git-svn-0:2.18.4-3.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn@2.18.4-3.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.18.4-3.el8_1.x86_64",
"product": {
"name": "git-debugsource-0:2.18.4-3.el8_1.x86_64",
"product_id": "git-debugsource-0:2.18.4-3.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.18.4-3.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.18.4-3.el8_1.x86_64",
"product": {
"name": "git-core-debuginfo-0:2.18.4-3.el8_1.x86_64",
"product_id": "git-core-debuginfo-0:2.18.4-3.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.18.4-3.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.18.4-3.el8_1.x86_64",
"product": {
"name": "git-daemon-debuginfo-0:2.18.4-3.el8_1.x86_64",
"product_id": "git-daemon-debuginfo-0:2.18.4-3.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.18.4-3.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.18.4-3.el8_1.x86_64",
"product": {
"name": "git-debuginfo-0:2.18.4-3.el8_1.x86_64",
"product_id": "git-debuginfo-0:2.18.4-3.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.18.4-3.el8_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-svn-debuginfo-0:2.18.4-3.el8_1.x86_64",
"product": {
"name": "git-svn-debuginfo-0:2.18.4-3.el8_1.x86_64",
"product_id": "git-svn-debuginfo-0:2.18.4-3.el8_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn-debuginfo@2.18.4-3.el8_1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-all-0:2.18.4-3.el8_1.noarch",
"product": {
"name": "git-all-0:2.18.4-3.el8_1.noarch",
"product_id": "git-all-0:2.18.4-3.el8_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-all@2.18.4-3.el8_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-core-doc-0:2.18.4-3.el8_1.noarch",
"product": {
"name": "git-core-doc-0:2.18.4-3.el8_1.noarch",
"product_id": "git-core-doc-0:2.18.4-3.el8_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-doc@2.18.4-3.el8_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-email-0:2.18.4-3.el8_1.noarch",
"product": {
"name": "git-email-0:2.18.4-3.el8_1.noarch",
"product_id": "git-email-0:2.18.4-3.el8_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-email@2.18.4-3.el8_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-gui-0:2.18.4-3.el8_1.noarch",
"product": {
"name": "git-gui-0:2.18.4-3.el8_1.noarch",
"product_id": "git-gui-0:2.18.4-3.el8_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-gui@2.18.4-3.el8_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitk-0:2.18.4-3.el8_1.noarch",
"product": {
"name": "gitk-0:2.18.4-3.el8_1.noarch",
"product_id": "gitk-0:2.18.4-3.el8_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitk@2.18.4-3.el8_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitweb-0:2.18.4-3.el8_1.noarch",
"product": {
"name": "gitweb-0:2.18.4-3.el8_1.noarch",
"product_id": "gitweb-0:2.18.4-3.el8_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitweb@2.18.4-3.el8_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-0:2.18.4-3.el8_1.noarch",
"product": {
"name": "perl-Git-0:2.18.4-3.el8_1.noarch",
"product_id": "perl-Git-0:2.18.4-3.el8_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git@2.18.4-3.el8_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-SVN-0:2.18.4-3.el8_1.noarch",
"product": {
"name": "perl-Git-SVN-0:2.18.4-3.el8_1.noarch",
"product_id": "perl-Git-SVN-0:2.18.4-3.el8_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git-SVN@2.18.4-3.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-3.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-3.el8_1.ppc64le"
},
"product_reference": "git-0:2.18.4-3.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-3.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-3.el8_1.src"
},
"product_reference": "git-0:2.18.4-3.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-3.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-3.el8_1.x86_64"
},
"product_reference": "git-0:2.18.4-3.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-3.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-3.el8_1.noarch"
},
"product_reference": "git-all-0:2.18.4-3.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-3.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-3.el8_1.ppc64le"
},
"product_reference": "git-core-0:2.18.4-3.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-3.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-3.el8_1.x86_64"
},
"product_reference": "git-core-0:2.18.4-3.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-3.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-3.el8_1.ppc64le"
},
"product_reference": "git-core-debuginfo-0:2.18.4-3.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-3.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-3.el8_1.x86_64"
},
"product_reference": "git-core-debuginfo-0:2.18.4-3.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-3.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-3.el8_1.noarch"
},
"product_reference": "git-core-doc-0:2.18.4-3.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-3.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-3.el8_1.ppc64le"
},
"product_reference": "git-daemon-0:2.18.4-3.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-3.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-3.el8_1.x86_64"
},
"product_reference": "git-daemon-0:2.18.4-3.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-3.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-3.el8_1.ppc64le"
},
"product_reference": "git-daemon-debuginfo-0:2.18.4-3.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-3.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-3.el8_1.x86_64"
},
"product_reference": "git-daemon-debuginfo-0:2.18.4-3.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-3.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-3.el8_1.ppc64le"
},
"product_reference": "git-debuginfo-0:2.18.4-3.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-3.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-3.el8_1.x86_64"
},
"product_reference": "git-debuginfo-0:2.18.4-3.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-3.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-3.el8_1.ppc64le"
},
"product_reference": "git-debugsource-0:2.18.4-3.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-3.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-3.el8_1.x86_64"
},
"product_reference": "git-debugsource-0:2.18.4-3.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-3.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-3.el8_1.noarch"
},
"product_reference": "git-email-0:2.18.4-3.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-3.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-3.el8_1.noarch"
},
"product_reference": "git-gui-0:2.18.4-3.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-3.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-3.el8_1.ppc64le"
},
"product_reference": "git-instaweb-0:2.18.4-3.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-3.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-3.el8_1.x86_64"
},
"product_reference": "git-instaweb-0:2.18.4-3.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-3.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-3.el8_1.ppc64le"
},
"product_reference": "git-subtree-0:2.18.4-3.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-3.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-3.el8_1.x86_64"
},
"product_reference": "git-subtree-0:2.18.4-3.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-3.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-3.el8_1.ppc64le"
},
"product_reference": "git-svn-0:2.18.4-3.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-3.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-3.el8_1.x86_64"
},
"product_reference": "git-svn-0:2.18.4-3.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-3.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-3.el8_1.ppc64le"
},
"product_reference": "git-svn-debuginfo-0:2.18.4-3.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-3.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-3.el8_1.x86_64"
},
"product_reference": "git-svn-debuginfo-0:2.18.4-3.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-3.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-3.el8_1.noarch"
},
"product_reference": "gitk-0:2.18.4-3.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-3.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-3.el8_1.noarch"
},
"product_reference": "gitweb-0:2.18.4-3.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-3.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-3.el8_1.noarch"
},
"product_reference": "perl-Git-0:2.18.4-3.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-3.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-3.el8_1.noarch"
},
"product_reference": "perl-Git-SVN-0:2.18.4-3.el8_1.noarch",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-25652",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188333"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when feeding specially crafted input to `git apply --reject`; a path outside the working tree can be overwritten with partially controlled contents corresponding to the rejected hunk(s) from the given patch.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents",
"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-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.src",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-all-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-doc-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-email-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-gui-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:gitk-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:gitweb-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-SVN-0:2.18.4-3.el8_1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25652"
},
{
"category": "external",
"summary": "RHBZ#2188333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188333"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25652",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25652"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25652",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25652"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-17T15:23:52+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-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.src",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-all-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-doc-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-email-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-gui-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:gitk-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:gitweb-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-SVN-0:2.18.4-3.el8_1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3192"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.src",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-all-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-doc-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-email-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-gui-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:gitk-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:gitweb-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-SVN-0:2.18.4-3.el8_1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents"
},
{
"cve": "CVE-2023-25815",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188337"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when Git compiles with runtime prefix support and runs without translated messages, and it still uses the gettext machinery to display messages, which subsequently looks for translated messages in unexpected places. This flaw allows the malicious placement of crafted messages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: malicious placement of crafted messages when git was compiled with runtime prefix",
"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-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.src",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-all-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-doc-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-email-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-gui-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:gitk-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:gitweb-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-SVN-0:2.18.4-3.el8_1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25815"
},
{
"category": "external",
"summary": "RHBZ#2188337",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188337"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25815",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25815"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25815",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25815"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-17T15:23:52+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-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.src",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-all-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-doc-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-email-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-gui-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:gitk-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:gitweb-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-SVN-0:2.18.4-3.el8_1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3192"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 2.2,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.src",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-all-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-doc-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-email-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-gui-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:gitk-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:gitweb-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-SVN-0:2.18.4-3.el8_1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "git: malicious placement of crafted messages when git was compiled with runtime prefix"
},
{
"cve": "CVE-2023-29007",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188338"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when renaming or deleting a section from a configuration file, where certain malicious configuration values may be misinterpreted as the beginning of a new configuration section. This flaw leads to arbitrary configuration injection.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: arbitrary configuration injection when renaming or deleting a section from a configuration file",
"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-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.src",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-all-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-doc-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-email-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-gui-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:gitk-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:gitweb-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-SVN-0:2.18.4-3.el8_1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29007"
},
{
"category": "external",
"summary": "RHBZ#2188338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29007",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29007"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-17T15:23:52+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-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.src",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-all-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-doc-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-email-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-gui-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:gitk-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:gitweb-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-SVN-0:2.18.4-3.el8_1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3192"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.src",
"AppStream-8.1.0.Z.E4S:git-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-all-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-core-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-core-doc-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-daemon-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-debugsource-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-email-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-gui-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-instaweb-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-subtree-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_1.ppc64le",
"AppStream-8.1.0.Z.E4S:git-svn-debuginfo-0:2.18.4-3.el8_1.x86_64",
"AppStream-8.1.0.Z.E4S:gitk-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:gitweb-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-0:2.18.4-3.el8_1.noarch",
"AppStream-8.1.0.Z.E4S:perl-Git-SVN-0:2.18.4-3.el8_1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: arbitrary configuration injection when renaming or deleting a section from a configuration file"
}
]
}
RHSA-2023_3243
Vulnerability from csaf_redhat - Published: 2023-05-22 06:55 - Updated: 2024-11-15 17:17A vulnerability was found in Git. This security flaw occurs when feeding specially crafted input to `git apply --reject`; a path outside the working tree can be overwritten with partially controlled contents corresponding to the rejected hunk(s) from the given patch.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
A vulnerability was found in Git. This security flaw occurs when Git compiles with runtime prefix support and runs without translated messages, and it still uses the gettext machinery to display messages, which subsequently looks for translated messages in unexpected places. This flaw allows the malicious placement of crafted messages.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
A vulnerability was found in Git. This security flaw occurs when renaming or deleting a section from a configuration file, where certain malicious configuration values may be misinterpreted as the beginning of a new configuration section. This flaw leads to arbitrary configuration injection.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-4.el8_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-4.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: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents (CVE-2023-25652)\n\n* git: arbitrary configuration injection when renaming or deleting a section from a configuration file (CVE-2023-29007)\n\n* git: malicious placement of crafted messages when git was compiled with runtime prefix (CVE-2023-25815)\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:3243",
"url": "https://access.redhat.com/errata/RHSA-2023:3243"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2188333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188333"
},
{
"category": "external",
"summary": "2188337",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188337"
},
{
"category": "external",
"summary": "2188338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188338"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3243.json"
}
],
"title": "Red Hat Security Advisory: git security update",
"tracking": {
"current_release_date": "2024-11-15T17:17:38+00:00",
"generator": {
"date": "2024-11-15T17:17:38+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2023:3243",
"initial_release_date": "2023-05-22T06:55:20+00:00",
"revision_history": [
{
"date": "2023-05-22T06:55:20+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-22T06:55:20+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-15T17:17:38+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-4.el8_4.src",
"product": {
"name": "git-0:2.27.0-4.el8_4.src",
"product_id": "git-0:2.27.0-4.el8_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.27.0-4.el8_4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.27.0-4.el8_4.aarch64",
"product": {
"name": "git-0:2.27.0-4.el8_4.aarch64",
"product_id": "git-0:2.27.0-4.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.27.0-4.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.27.0-4.el8_4.aarch64",
"product": {
"name": "git-core-0:2.27.0-4.el8_4.aarch64",
"product_id": "git-core-0:2.27.0-4.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.27.0-4.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.27.0-4.el8_4.aarch64",
"product": {
"name": "git-credential-libsecret-0:2.27.0-4.el8_4.aarch64",
"product_id": "git-credential-libsecret-0:2.27.0-4.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.27.0-4.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.27.0-4.el8_4.aarch64",
"product": {
"name": "git-daemon-0:2.27.0-4.el8_4.aarch64",
"product_id": "git-daemon-0:2.27.0-4.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.27.0-4.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.27.0-4.el8_4.aarch64",
"product": {
"name": "git-subtree-0:2.27.0-4.el8_4.aarch64",
"product_id": "git-subtree-0:2.27.0-4.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.27.0-4.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.27.0-4.el8_4.aarch64",
"product": {
"name": "git-debugsource-0:2.27.0-4.el8_4.aarch64",
"product_id": "git-debugsource-0:2.27.0-4.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.27.0-4.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.27.0-4.el8_4.aarch64",
"product": {
"name": "git-core-debuginfo-0:2.27.0-4.el8_4.aarch64",
"product_id": "git-core-debuginfo-0:2.27.0-4.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.27.0-4.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64",
"product_id": "git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.27.0-4.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64",
"product": {
"name": "git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64",
"product_id": "git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.27.0-4.el8_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.27.0-4.el8_4.aarch64",
"product": {
"name": "git-debuginfo-0:2.27.0-4.el8_4.aarch64",
"product_id": "git-debuginfo-0:2.27.0-4.el8_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.27.0-4.el8_4?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.27.0-4.el8_4.ppc64le",
"product": {
"name": "git-0:2.27.0-4.el8_4.ppc64le",
"product_id": "git-0:2.27.0-4.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.27.0-4.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.27.0-4.el8_4.ppc64le",
"product": {
"name": "git-core-0:2.27.0-4.el8_4.ppc64le",
"product_id": "git-core-0:2.27.0-4.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.27.0-4.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le",
"product": {
"name": "git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le",
"product_id": "git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.27.0-4.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.27.0-4.el8_4.ppc64le",
"product": {
"name": "git-daemon-0:2.27.0-4.el8_4.ppc64le",
"product_id": "git-daemon-0:2.27.0-4.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.27.0-4.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.27.0-4.el8_4.ppc64le",
"product": {
"name": "git-subtree-0:2.27.0-4.el8_4.ppc64le",
"product_id": "git-subtree-0:2.27.0-4.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.27.0-4.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.27.0-4.el8_4.ppc64le",
"product": {
"name": "git-debugsource-0:2.27.0-4.el8_4.ppc64le",
"product_id": "git-debugsource-0:2.27.0-4.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.27.0-4.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"product": {
"name": "git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"product_id": "git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.27.0-4.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"product_id": "git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.27.0-4.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"product": {
"name": "git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"product_id": "git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.27.0-4.el8_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"product": {
"name": "git-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"product_id": "git-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.27.0-4.el8_4?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.27.0-4.el8_4.x86_64",
"product": {
"name": "git-0:2.27.0-4.el8_4.x86_64",
"product_id": "git-0:2.27.0-4.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.27.0-4.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.27.0-4.el8_4.x86_64",
"product": {
"name": "git-core-0:2.27.0-4.el8_4.x86_64",
"product_id": "git-core-0:2.27.0-4.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.27.0-4.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.27.0-4.el8_4.x86_64",
"product": {
"name": "git-credential-libsecret-0:2.27.0-4.el8_4.x86_64",
"product_id": "git-credential-libsecret-0:2.27.0-4.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.27.0-4.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.27.0-4.el8_4.x86_64",
"product": {
"name": "git-daemon-0:2.27.0-4.el8_4.x86_64",
"product_id": "git-daemon-0:2.27.0-4.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.27.0-4.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.27.0-4.el8_4.x86_64",
"product": {
"name": "git-subtree-0:2.27.0-4.el8_4.x86_64",
"product_id": "git-subtree-0:2.27.0-4.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.27.0-4.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.27.0-4.el8_4.x86_64",
"product": {
"name": "git-debugsource-0:2.27.0-4.el8_4.x86_64",
"product_id": "git-debugsource-0:2.27.0-4.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.27.0-4.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.27.0-4.el8_4.x86_64",
"product": {
"name": "git-core-debuginfo-0:2.27.0-4.el8_4.x86_64",
"product_id": "git-core-debuginfo-0:2.27.0-4.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.27.0-4.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64",
"product_id": "git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.27.0-4.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64",
"product": {
"name": "git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64",
"product_id": "git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.27.0-4.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.27.0-4.el8_4.x86_64",
"product": {
"name": "git-debuginfo-0:2.27.0-4.el8_4.x86_64",
"product_id": "git-debuginfo-0:2.27.0-4.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.27.0-4.el8_4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.27.0-4.el8_4.s390x",
"product": {
"name": "git-0:2.27.0-4.el8_4.s390x",
"product_id": "git-0:2.27.0-4.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.27.0-4.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.27.0-4.el8_4.s390x",
"product": {
"name": "git-core-0:2.27.0-4.el8_4.s390x",
"product_id": "git-core-0:2.27.0-4.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.27.0-4.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.27.0-4.el8_4.s390x",
"product": {
"name": "git-credential-libsecret-0:2.27.0-4.el8_4.s390x",
"product_id": "git-credential-libsecret-0:2.27.0-4.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.27.0-4.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.27.0-4.el8_4.s390x",
"product": {
"name": "git-daemon-0:2.27.0-4.el8_4.s390x",
"product_id": "git-daemon-0:2.27.0-4.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.27.0-4.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.27.0-4.el8_4.s390x",
"product": {
"name": "git-subtree-0:2.27.0-4.el8_4.s390x",
"product_id": "git-subtree-0:2.27.0-4.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.27.0-4.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.27.0-4.el8_4.s390x",
"product": {
"name": "git-debugsource-0:2.27.0-4.el8_4.s390x",
"product_id": "git-debugsource-0:2.27.0-4.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.27.0-4.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.27.0-4.el8_4.s390x",
"product": {
"name": "git-core-debuginfo-0:2.27.0-4.el8_4.s390x",
"product_id": "git-core-debuginfo-0:2.27.0-4.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.27.0-4.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x",
"product_id": "git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.27.0-4.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x",
"product": {
"name": "git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x",
"product_id": "git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.27.0-4.el8_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.27.0-4.el8_4.s390x",
"product": {
"name": "git-debuginfo-0:2.27.0-4.el8_4.s390x",
"product_id": "git-debuginfo-0:2.27.0-4.el8_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.27.0-4.el8_4?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "git-all-0:2.27.0-4.el8_4.noarch",
"product": {
"name": "git-all-0:2.27.0-4.el8_4.noarch",
"product_id": "git-all-0:2.27.0-4.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-all@2.27.0-4.el8_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-core-doc-0:2.27.0-4.el8_4.noarch",
"product": {
"name": "git-core-doc-0:2.27.0-4.el8_4.noarch",
"product_id": "git-core-doc-0:2.27.0-4.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-doc@2.27.0-4.el8_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-email-0:2.27.0-4.el8_4.noarch",
"product": {
"name": "git-email-0:2.27.0-4.el8_4.noarch",
"product_id": "git-email-0:2.27.0-4.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-email@2.27.0-4.el8_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-gui-0:2.27.0-4.el8_4.noarch",
"product": {
"name": "git-gui-0:2.27.0-4.el8_4.noarch",
"product_id": "git-gui-0:2.27.0-4.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-gui@2.27.0-4.el8_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-instaweb-0:2.27.0-4.el8_4.noarch",
"product": {
"name": "git-instaweb-0:2.27.0-4.el8_4.noarch",
"product_id": "git-instaweb-0:2.27.0-4.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-instaweb@2.27.0-4.el8_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-svn-0:2.27.0-4.el8_4.noarch",
"product": {
"name": "git-svn-0:2.27.0-4.el8_4.noarch",
"product_id": "git-svn-0:2.27.0-4.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn@2.27.0-4.el8_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitk-0:2.27.0-4.el8_4.noarch",
"product": {
"name": "gitk-0:2.27.0-4.el8_4.noarch",
"product_id": "gitk-0:2.27.0-4.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitk@2.27.0-4.el8_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitweb-0:2.27.0-4.el8_4.noarch",
"product": {
"name": "gitweb-0:2.27.0-4.el8_4.noarch",
"product_id": "gitweb-0:2.27.0-4.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitweb@2.27.0-4.el8_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-0:2.27.0-4.el8_4.noarch",
"product": {
"name": "perl-Git-0:2.27.0-4.el8_4.noarch",
"product_id": "perl-Git-0:2.27.0-4.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git@2.27.0-4.el8_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-SVN-0:2.27.0-4.el8_4.noarch",
"product": {
"name": "perl-Git-SVN-0:2.27.0-4.el8_4.noarch",
"product_id": "perl-Git-SVN-0:2.27.0-4.el8_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git-SVN@2.27.0-4.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-4.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-4.el8_4.aarch64"
},
"product_reference": "git-0:2.27.0-4.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-4.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-4.el8_4.ppc64le"
},
"product_reference": "git-0:2.27.0-4.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-4.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-4.el8_4.s390x"
},
"product_reference": "git-0:2.27.0-4.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-4.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-4.el8_4.src"
},
"product_reference": "git-0:2.27.0-4.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-4.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-4.el8_4.x86_64"
},
"product_reference": "git-0:2.27.0-4.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-4.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-4.el8_4.noarch"
},
"product_reference": "git-all-0:2.27.0-4.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-4.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-4.el8_4.aarch64"
},
"product_reference": "git-core-0:2.27.0-4.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-4.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-4.el8_4.ppc64le"
},
"product_reference": "git-core-0:2.27.0-4.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-4.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-4.el8_4.s390x"
},
"product_reference": "git-core-0:2.27.0-4.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-4.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-4.el8_4.x86_64"
},
"product_reference": "git-core-0:2.27.0-4.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-4.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-4.el8_4.aarch64"
},
"product_reference": "git-core-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.ppc64le"
},
"product_reference": "git-core-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.s390x"
},
"product_reference": "git-core-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.x86_64"
},
"product_reference": "git-core-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.noarch"
},
"product_reference": "git-core-doc-0:2.27.0-4.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-4.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-4.el8_4.aarch64"
},
"product_reference": "git-credential-libsecret-0:2.27.0-4.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-4.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-4.el8_4.ppc64le"
},
"product_reference": "git-credential-libsecret-0:2.27.0-4.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-4.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-4.el8_4.s390x"
},
"product_reference": "git-credential-libsecret-0:2.27.0-4.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-4.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-4.el8_4.x86_64"
},
"product_reference": "git-credential-libsecret-0:2.27.0-4.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-4.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-4.el8_4.aarch64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.ppc64le"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.s390x"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.x86_64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.aarch64"
},
"product_reference": "git-daemon-0:2.27.0-4.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-4.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-4.el8_4.ppc64le"
},
"product_reference": "git-daemon-0:2.27.0-4.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-4.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-4.el8_4.s390x"
},
"product_reference": "git-daemon-0:2.27.0-4.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-4.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-4.el8_4.x86_64"
},
"product_reference": "git-daemon-0:2.27.0-4.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-4.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-4.el8_4.aarch64"
},
"product_reference": "git-daemon-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.ppc64le"
},
"product_reference": "git-daemon-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.s390x"
},
"product_reference": "git-daemon-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.x86_64"
},
"product_reference": "git-daemon-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.aarch64"
},
"product_reference": "git-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.ppc64le"
},
"product_reference": "git-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.s390x"
},
"product_reference": "git-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.x86_64"
},
"product_reference": "git-debuginfo-0:2.27.0-4.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-4.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-4.el8_4.aarch64"
},
"product_reference": "git-debugsource-0:2.27.0-4.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-4.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-4.el8_4.ppc64le"
},
"product_reference": "git-debugsource-0:2.27.0-4.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-4.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-4.el8_4.s390x"
},
"product_reference": "git-debugsource-0:2.27.0-4.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-4.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-4.el8_4.x86_64"
},
"product_reference": "git-debugsource-0:2.27.0-4.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-4.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-4.el8_4.noarch"
},
"product_reference": "git-email-0:2.27.0-4.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-4.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-4.el8_4.noarch"
},
"product_reference": "git-gui-0:2.27.0-4.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-4.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-4.el8_4.noarch"
},
"product_reference": "git-instaweb-0:2.27.0-4.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-4.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-4.el8_4.aarch64"
},
"product_reference": "git-subtree-0:2.27.0-4.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-4.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-4.el8_4.ppc64le"
},
"product_reference": "git-subtree-0:2.27.0-4.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-4.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-4.el8_4.s390x"
},
"product_reference": "git-subtree-0:2.27.0-4.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-4.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-4.el8_4.x86_64"
},
"product_reference": "git-subtree-0:2.27.0-4.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-4.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-4.el8_4.noarch"
},
"product_reference": "git-svn-0:2.27.0-4.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-4.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-4.el8_4.noarch"
},
"product_reference": "gitk-0:2.27.0-4.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-4.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-4.el8_4.noarch"
},
"product_reference": "gitweb-0:2.27.0-4.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-4.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-4.el8_4.noarch"
},
"product_reference": "perl-Git-0:2.27.0-4.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-4.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-4.el8_4.noarch"
},
"product_reference": "perl-Git-SVN-0:2.27.0-4.el8_4.noarch",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-25652",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188333"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when feeding specially crafted input to `git apply --reject`; a path outside the working tree can be overwritten with partially controlled contents corresponding to the rejected hunk(s) from the given patch.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents",
"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-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.src",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-4.el8_4.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25652"
},
{
"category": "external",
"summary": "RHBZ#2188333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188333"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25652",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25652"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25652",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25652"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-22T06:55: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.4.0.Z.EUS:git-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.src",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-4.el8_4.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3243"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.src",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-4.el8_4.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents"
},
{
"cve": "CVE-2023-25815",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188337"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when Git compiles with runtime prefix support and runs without translated messages, and it still uses the gettext machinery to display messages, which subsequently looks for translated messages in unexpected places. This flaw allows the malicious placement of crafted messages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: malicious placement of crafted messages when git was compiled with runtime prefix",
"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-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.src",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-4.el8_4.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25815"
},
{
"category": "external",
"summary": "RHBZ#2188337",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188337"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25815",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25815"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25815",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25815"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-22T06:55: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.4.0.Z.EUS:git-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.src",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-4.el8_4.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3243"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 2.2,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.src",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-4.el8_4.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "git: malicious placement of crafted messages when git was compiled with runtime prefix"
},
{
"cve": "CVE-2023-29007",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188338"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when renaming or deleting a section from a configuration file, where certain malicious configuration values may be misinterpreted as the beginning of a new configuration section. This flaw leads to arbitrary configuration injection.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: arbitrary configuration injection when renaming or deleting a section from a configuration file",
"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-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.src",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-4.el8_4.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29007"
},
{
"category": "external",
"summary": "RHBZ#2188338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29007",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29007"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-22T06:55: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.4.0.Z.EUS:git-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.src",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-4.el8_4.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3243"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.src",
"AppStream-8.4.0.Z.EUS:git-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-all-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-core-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-core-doc-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-daemon-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debuginfo-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-debugsource-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-email-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-gui-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-instaweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.aarch64",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.ppc64le",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.s390x",
"AppStream-8.4.0.Z.EUS:git-subtree-0:2.27.0-4.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS:git-svn-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitk-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:gitweb-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-0:2.27.0-4.el8_4.noarch",
"AppStream-8.4.0.Z.EUS:perl-Git-SVN-0:2.27.0-4.el8_4.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: arbitrary configuration injection when renaming or deleting a section from a configuration file"
}
]
}
RHSA-2023_3245
Vulnerability from csaf_redhat - Published: 2023-05-22 07:08 - Updated: 2024-11-22 23:03A vulnerability was found in Git. Using a specially-crafted repository, Git can be tricked into using its local clone optimization even when using a non-local transport. Though Git will abort local clones whose source $GIT_DIR/objects directory contains symbolic links (CVE-2022-39253), the objects directory may still be a symbolic link.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in Git. This security issue occurs when feeding a crafted input to "git apply." A path outside the working tree can be overwritten by the user running "git apply."
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in Git. This security flaw occurs when feeding specially crafted input to `git apply --reject`; a path outside the working tree can be overwritten with partially controlled contents corresponding to the rejected hunk(s) from the given patch.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
A vulnerability was found in Git. This security flaw occurs when Git compiles with runtime prefix support and runs without translated messages, and it still uses the gettext machinery to display messages, which subsequently looks for translated messages in unexpected places. This flaw allows the malicious placement of crafted messages.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
A vulnerability was found in Git. This security flaw occurs when renaming or deleting a section from a configuration file, where certain malicious configuration values may be misinterpreted as the beginning of a new configuration section. This flaw leads to arbitrary configuration injection.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_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 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: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents (CVE-2023-25652)\n\n* git: arbitrary configuration injection when renaming or deleting a section from a configuration file (CVE-2023-29007)\n\n* git: data exfiltration with maliciously crafted repository (CVE-2023-22490)\n\n* git: git apply: a path outside the working tree can be overwritten with crafted input (CVE-2023-23946)\n\n* git: malicious placement of crafted messages when git was compiled with runtime prefix (CVE-2023-25815)\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:3245",
"url": "https://access.redhat.com/errata/RHSA-2023:3245"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2168160",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168160"
},
{
"category": "external",
"summary": "2168161",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168161"
},
{
"category": "external",
"summary": "2188333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188333"
},
{
"category": "external",
"summary": "2188337",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188337"
},
{
"category": "external",
"summary": "2188338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188338"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_3245.json"
}
],
"title": "Red Hat Security Advisory: git security update",
"tracking": {
"current_release_date": "2024-11-22T23:03:09+00:00",
"generator": {
"date": "2024-11-22T23:03:09+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2023:3245",
"initial_release_date": "2023-05-22T07:08:06+00:00",
"revision_history": [
{
"date": "2023-05-22T07:08:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-22T07:08:06+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-22T23:03:09+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.3-1.el9_2.src",
"product": {
"name": "git-0:2.39.3-1.el9_2.src",
"product_id": "git-0:2.39.3-1.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.3-1.el9_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.3-1.el9_2.aarch64",
"product": {
"name": "git-0:2.39.3-1.el9_2.aarch64",
"product_id": "git-0:2.39.3-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.3-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.3-1.el9_2.aarch64",
"product": {
"name": "git-core-0:2.39.3-1.el9_2.aarch64",
"product_id": "git-core-0:2.39.3-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.3-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"product": {
"name": "git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"product_id": "git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.3-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.3-1.el9_2.aarch64",
"product": {
"name": "git-daemon-0:2.39.3-1.el9_2.aarch64",
"product_id": "git-daemon-0:2.39.3-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.3-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.3-1.el9_2.aarch64",
"product": {
"name": "git-subtree-0:2.39.3-1.el9_2.aarch64",
"product_id": "git-subtree-0:2.39.3-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.3-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.3-1.el9_2.aarch64",
"product": {
"name": "git-debugsource-0:2.39.3-1.el9_2.aarch64",
"product_id": "git-debugsource-0:2.39.3-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.3-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"product": {
"name": "git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"product_id": "git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.3-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.3-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"product": {
"name": "git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"product_id": "git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.3-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"product": {
"name": "git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"product_id": "git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.3-1.el9_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.3-1.el9_2.ppc64le",
"product": {
"name": "git-0:2.39.3-1.el9_2.ppc64le",
"product_id": "git-0:2.39.3-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.3-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.3-1.el9_2.ppc64le",
"product": {
"name": "git-core-0:2.39.3-1.el9_2.ppc64le",
"product_id": "git-core-0:2.39.3-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.3-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"product": {
"name": "git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"product_id": "git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.3-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.3-1.el9_2.ppc64le",
"product": {
"name": "git-daemon-0:2.39.3-1.el9_2.ppc64le",
"product_id": "git-daemon-0:2.39.3-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.3-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.3-1.el9_2.ppc64le",
"product": {
"name": "git-subtree-0:2.39.3-1.el9_2.ppc64le",
"product_id": "git-subtree-0:2.39.3-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.3-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"product": {
"name": "git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"product_id": "git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.3-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"product": {
"name": "git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"product_id": "git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.3-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.3-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"product": {
"name": "git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"product_id": "git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.3-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"product": {
"name": "git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"product_id": "git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.3-1.el9_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.3-1.el9_2.x86_64",
"product": {
"name": "git-0:2.39.3-1.el9_2.x86_64",
"product_id": "git-0:2.39.3-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.3-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.3-1.el9_2.x86_64",
"product": {
"name": "git-core-0:2.39.3-1.el9_2.x86_64",
"product_id": "git-core-0:2.39.3-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.3-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"product": {
"name": "git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"product_id": "git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.3-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.3-1.el9_2.x86_64",
"product": {
"name": "git-daemon-0:2.39.3-1.el9_2.x86_64",
"product_id": "git-daemon-0:2.39.3-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.3-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.3-1.el9_2.x86_64",
"product": {
"name": "git-subtree-0:2.39.3-1.el9_2.x86_64",
"product_id": "git-subtree-0:2.39.3-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.3-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.3-1.el9_2.x86_64",
"product": {
"name": "git-debugsource-0:2.39.3-1.el9_2.x86_64",
"product_id": "git-debugsource-0:2.39.3-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.3-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"product": {
"name": "git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"product_id": "git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.3-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.3-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"product": {
"name": "git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"product_id": "git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.3-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"product": {
"name": "git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"product_id": "git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.3-1.el9_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-0:2.39.3-1.el9_2.s390x",
"product": {
"name": "git-0:2.39.3-1.el9_2.s390x",
"product_id": "git-0:2.39.3-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git@2.39.3-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-0:2.39.3-1.el9_2.s390x",
"product": {
"name": "git-core-0:2.39.3-1.el9_2.s390x",
"product_id": "git-core-0:2.39.3-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core@2.39.3-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"product": {
"name": "git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"product_id": "git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.3-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-0:2.39.3-1.el9_2.s390x",
"product": {
"name": "git-daemon-0:2.39.3-1.el9_2.s390x",
"product_id": "git-daemon-0:2.39.3-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon@2.39.3-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-subtree-0:2.39.3-1.el9_2.s390x",
"product": {
"name": "git-subtree-0:2.39.3-1.el9_2.s390x",
"product_id": "git-subtree-0:2.39.3-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-subtree@2.39.3-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debugsource-0:2.39.3-1.el9_2.s390x",
"product": {
"name": "git-debugsource-0:2.39.3-1.el9_2.s390x",
"product_id": "git-debugsource-0:2.39.3-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debugsource@2.39.3-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"product": {
"name": "git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"product_id": "git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.3-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"product": {
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"product_id": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.3-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"product": {
"name": "git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"product_id": "git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.3-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-debuginfo-0:2.39.3-1.el9_2.s390x",
"product": {
"name": "git-debuginfo-0:2.39.3-1.el9_2.s390x",
"product_id": "git-debuginfo-0:2.39.3-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-debuginfo@2.39.3-1.el9_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "git-all-0:2.39.3-1.el9_2.noarch",
"product": {
"name": "git-all-0:2.39.3-1.el9_2.noarch",
"product_id": "git-all-0:2.39.3-1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-all@2.39.3-1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-core-doc-0:2.39.3-1.el9_2.noarch",
"product": {
"name": "git-core-doc-0:2.39.3-1.el9_2.noarch",
"product_id": "git-core-doc-0:2.39.3-1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-core-doc@2.39.3-1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-email-0:2.39.3-1.el9_2.noarch",
"product": {
"name": "git-email-0:2.39.3-1.el9_2.noarch",
"product_id": "git-email-0:2.39.3-1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-email@2.39.3-1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-gui-0:2.39.3-1.el9_2.noarch",
"product": {
"name": "git-gui-0:2.39.3-1.el9_2.noarch",
"product_id": "git-gui-0:2.39.3-1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-gui@2.39.3-1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-instaweb-0:2.39.3-1.el9_2.noarch",
"product": {
"name": "git-instaweb-0:2.39.3-1.el9_2.noarch",
"product_id": "git-instaweb-0:2.39.3-1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-instaweb@2.39.3-1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "git-svn-0:2.39.3-1.el9_2.noarch",
"product": {
"name": "git-svn-0:2.39.3-1.el9_2.noarch",
"product_id": "git-svn-0:2.39.3-1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-svn@2.39.3-1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitk-0:2.39.3-1.el9_2.noarch",
"product": {
"name": "gitk-0:2.39.3-1.el9_2.noarch",
"product_id": "gitk-0:2.39.3-1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitk@2.39.3-1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "gitweb-0:2.39.3-1.el9_2.noarch",
"product": {
"name": "gitweb-0:2.39.3-1.el9_2.noarch",
"product_id": "gitweb-0:2.39.3-1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gitweb@2.39.3-1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-0:2.39.3-1.el9_2.noarch",
"product": {
"name": "perl-Git-0:2.39.3-1.el9_2.noarch",
"product_id": "perl-Git-0:2.39.3-1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git@2.39.3-1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Git-SVN-0:2.39.3-1.el9_2.noarch",
"product": {
"name": "perl-Git-SVN-0:2.39.3-1.el9_2.noarch",
"product_id": "perl-Git-SVN-0:2.39.3-1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Git-SVN@2.39.3-1.el9_2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.3-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64"
},
"product_reference": "git-0:2.39.3-1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.3-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le"
},
"product_reference": "git-0:2.39.3-1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.3-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x"
},
"product_reference": "git-0:2.39.3-1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.3-1.el9_2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src"
},
"product_reference": "git-0:2.39.3-1.el9_2.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-0:2.39.3-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64"
},
"product_reference": "git-0:2.39.3-1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-all-0:2.39.3-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch"
},
"product_reference": "git-all-0:2.39.3-1.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.3-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64"
},
"product_reference": "git-core-0:2.39.3-1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.3-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le"
},
"product_reference": "git-core-0:2.39.3-1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.3-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x"
},
"product_reference": "git-core-0:2.39.3-1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-0:2.39.3-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64"
},
"product_reference": "git-core-0:2.39.3-1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.3-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64"
},
"product_reference": "git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le"
},
"product_reference": "git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.3-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x"
},
"product_reference": "git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-debuginfo-0:2.39.3-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64"
},
"product_reference": "git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-doc-0:2.39.3-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch"
},
"product_reference": "git-core-doc-0:2.39.3-1.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.3-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64"
},
"product_reference": "git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le"
},
"product_reference": "git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.3-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x"
},
"product_reference": "git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-0:2.39.3-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64"
},
"product_reference": "git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64"
},
"product_reference": "git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.3-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64"
},
"product_reference": "git-daemon-0:2.39.3-1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.3-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le"
},
"product_reference": "git-daemon-0:2.39.3-1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.3-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x"
},
"product_reference": "git-daemon-0:2.39.3-1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-0:2.39.3-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64"
},
"product_reference": "git-daemon-0:2.39.3-1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64"
},
"product_reference": "git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le"
},
"product_reference": "git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x"
},
"product_reference": "git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64"
},
"product_reference": "git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.3-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64"
},
"product_reference": "git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.3-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le"
},
"product_reference": "git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.3-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x"
},
"product_reference": "git-debuginfo-0:2.39.3-1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debuginfo-0:2.39.3-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64"
},
"product_reference": "git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.3-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64"
},
"product_reference": "git-debugsource-0:2.39.3-1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.3-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le"
},
"product_reference": "git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.3-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x"
},
"product_reference": "git-debugsource-0:2.39.3-1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-debugsource-0:2.39.3-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64"
},
"product_reference": "git-debugsource-0:2.39.3-1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-0:2.39.3-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch"
},
"product_reference": "git-email-0:2.39.3-1.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-0:2.39.3-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch"
},
"product_reference": "git-gui-0:2.39.3-1.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-instaweb-0:2.39.3-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch"
},
"product_reference": "git-instaweb-0:2.39.3-1.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.3-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64"
},
"product_reference": "git-subtree-0:2.39.3-1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.3-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le"
},
"product_reference": "git-subtree-0:2.39.3-1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.3-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x"
},
"product_reference": "git-subtree-0:2.39.3-1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-subtree-0:2.39.3-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64"
},
"product_reference": "git-subtree-0:2.39.3-1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-0:2.39.3-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch"
},
"product_reference": "git-svn-0:2.39.3-1.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-0:2.39.3-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch"
},
"product_reference": "gitk-0:2.39.3-1.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitweb-0:2.39.3-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch"
},
"product_reference": "gitweb-0:2.39.3-1.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-0:2.39.3-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch"
},
"product_reference": "perl-Git-0:2.39.3-1.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-SVN-0:2.39.3-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
},
"product_reference": "perl-Git-SVN-0:2.39.3-1.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-22490",
"cwe": {
"id": "CWE-402",
"name": "Transmission of Private Resources into a New Sphere (\u0027Resource Leak\u0027)"
},
"discovery_date": "2023-02-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2168160"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. Using a specially-crafted repository, Git can be tricked into using its local clone optimization even when using a non-local transport. Though Git will abort local clones whose source $GIT_DIR/objects directory contains symbolic links (CVE-2022-39253), the objects directory may still be a symbolic link.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: data exfiltration with maliciously crafted repository",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-22490"
},
{
"category": "external",
"summary": "RHBZ#2168160",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168160"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-22490",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22490"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-22490",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-22490"
},
{
"category": "external",
"summary": "https://github.blog/2023-02-14-git-security-vulnerabilities-announced-3/",
"url": "https://github.blog/2023-02-14-git-security-vulnerabilities-announced-3/"
},
{
"category": "external",
"summary": "https://github.com/git/git/security/advisories/GHSA-gw92-x3fm-3g3q",
"url": "https://github.com/git/git/security/advisories/GHSA-gw92-x3fm-3g3q"
}
],
"release_date": "2023-02-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-22T07:08:06+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3245"
},
{
"category": "workaround",
"details": "- Avoid cloning repositories from untrusted sources with --recurse-submodules.\n- Instead, consider cloning repositories without recursively cloning their submodules, and instead run git submodule update at each layer. Before doing so, inspect each new .gitmodules file to ensure that it does not contain suspicious module URLs.",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "git: data exfiltration with maliciously crafted repository"
},
{
"cve": "CVE-2023-23946",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2023-02-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2168161"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security issue occurs when feeding a crafted input to \"git apply.\" A path outside the working tree can be overwritten by the user running \"git apply.\"",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: git apply: a path outside the working tree can be overwritten with crafted input",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity and it\u0027s less likely to be exploitable because it requires a specially crafted malicious patch to be applied via git apply, to overwrite files outside the working tree of the user running git apply. This could lead to some compromise of integrity of resources under certain circumstances, however it does not compromise the whole system or gain additional privileges to execute arbitrary code, or allow remote users to cause a denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-23946"
},
{
"category": "external",
"summary": "RHBZ#2168161",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168161"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-23946",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23946"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23946",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23946"
},
{
"category": "external",
"summary": "https://github.blog/2023-02-14-git-security-vulnerabilities-announced-3/",
"url": "https://github.blog/2023-02-14-git-security-vulnerabilities-announced-3/"
},
{
"category": "external",
"summary": "https://github.com/git/git/security/advisories/GHSA-r87m-v37r-cwfh",
"url": "https://github.com/git/git/security/advisories/GHSA-r87m-v37r-cwfh"
}
],
"release_date": "2023-02-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-22T07:08:06+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3245"
},
{
"category": "workaround",
"details": "Use git apply --stat to inspect a patch before applying; avoid applying one that creates a symbolic link and then creates a file beyond the symbolic link.",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "git: git apply: a path outside the working tree can be overwritten with crafted input"
},
{
"cve": "CVE-2023-25652",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188333"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when feeding specially crafted input to `git apply --reject`; a path outside the working tree can be overwritten with partially controlled contents corresponding to the rejected hunk(s) from the given patch.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25652"
},
{
"category": "external",
"summary": "RHBZ#2188333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188333"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25652",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25652"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25652",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25652"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-22T07:08:06+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3245"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: by feeding specially crafted input to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents"
},
{
"cve": "CVE-2023-25815",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188337"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when Git compiles with runtime prefix support and runs without translated messages, and it still uses the gettext machinery to display messages, which subsequently looks for translated messages in unexpected places. This flaw allows the malicious placement of crafted messages.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: malicious placement of crafted messages when git was compiled with runtime prefix",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25815"
},
{
"category": "external",
"summary": "RHBZ#2188337",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188337"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25815",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25815"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25815",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25815"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-22T07:08:06+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3245"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 2.2,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "git: malicious placement of crafted messages when git was compiled with runtime prefix"
},
{
"cve": "CVE-2023-29007",
"discovery_date": "2023-04-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188338"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Git. This security flaw occurs when renaming or deleting a section from a configuration file, where certain malicious configuration values may be misinterpreted as the beginning of a new configuration section. This flaw leads to arbitrary configuration injection.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "git: arbitrary configuration injection when renaming or deleting a section from a configuration file",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29007"
},
{
"category": "external",
"summary": "RHBZ#2188338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29007",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29007"
}
],
"release_date": "2023-04-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-22T07:08:06+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:3245"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:git-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-all-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-core-doc-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debuginfo-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-debugsource-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-email-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-gui-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-instaweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:git-subtree-0:2.39.3-1.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:git-svn-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitk-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:gitweb-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-0:2.39.3-1.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:perl-Git-SVN-0:2.39.3-1.el9_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "git: arbitrary configuration injection when renaming or deleting a section from a configuration file"
}
]
}
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.