Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-24577 (GCVE-0-2024-24577)
Vulnerability from cvelistv5 – Published: 2024-02-06 21:36 – Updated: 2025-05-15 19:43
VLAI
EPSS
Title
libgit2 is vulnerable to arbitrary code execution due to heap corruption in `git_index_add`
Summary
libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Using well-crafted inputs to `git_index_add` can cause heap corruption that could be leveraged for arbitrary code execution. There is an issue in the `has_dir_name` function in `src/libgit2/index.c`, which frees an entry that should not be freed. The freed entry is later used and overwritten with potentially bad actor-controlled data leading to controlled heap corruption. Depending on the application that uses libgit2, this could lead to arbitrary code execution. This issue has been patched in version 1.6.5 and 1.7.2.
Severity
8.6 (High)
CWE
- CWE-122 - Heap-based Buffer Overflow
Assigner
References
9 references
Impacted products
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-01T23:19:52.907Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "https://github.com/libgit2/libgit2/security/advisories/GHSA-j2v7-4f6v-gpg8",
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/libgit2/libgit2/security/advisories/GHSA-j2v7-4f6v-gpg8"
},
{
"name": "https://github.com/libgit2/libgit2/releases/tag/v1.6.5",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/libgit2/libgit2/releases/tag/v1.6.5"
},
{
"name": "https://github.com/libgit2/libgit2/releases/tag/v1.7.2",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/libgit2/libgit2/releases/tag/v1.7.2"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S635BGHHZUMRPI7QOXOJ45QHDD5FFZ3S/"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4M3P7WIEPXNRLBINQRJFXUSTNKBCHYC7/"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7CNDW3PF6NHO7OXNM5GN6WSSGAMA7MZE/"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z6MXOX7I43OWNN7R6M54XLG6U5RXY244/"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZGNHOEE2RBLH7KCJUPUNYG4CDTW4HTBT/"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2024/02/msg00012.html"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2024-24577",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-05-08T18:43:07.679697Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-05-15T19:43:35.897Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "libgit2",
"vendor": "libgit2",
"versions": [
{
"status": "affected",
"version": "\u003c 1.6.5"
},
{
"status": "affected",
"version": "\u003e= 1.7.0, \u003c 1.7.2"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Using well-crafted inputs to `git_index_add` can cause heap corruption that could be leveraged for arbitrary code execution. There is an issue in the `has_dir_name` function in `src/libgit2/index.c`, which frees an entry that should not be freed. The freed entry is later used and overwritten with potentially bad actor-controlled data leading to controlled heap corruption. Depending on the application that uses libgit2, this could lead to arbitrary code execution. This issue has been patched in version 1.6.5 and 1.7.2."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-122",
"description": "CWE-122: Heap-based Buffer Overflow",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-02-27T10:05:57.264Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/libgit2/libgit2/security/advisories/GHSA-j2v7-4f6v-gpg8",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/libgit2/libgit2/security/advisories/GHSA-j2v7-4f6v-gpg8"
},
{
"name": "https://github.com/libgit2/libgit2/releases/tag/v1.6.5",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/libgit2/libgit2/releases/tag/v1.6.5"
},
{
"name": "https://github.com/libgit2/libgit2/releases/tag/v1.7.2",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/libgit2/libgit2/releases/tag/v1.7.2"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S635BGHHZUMRPI7QOXOJ45QHDD5FFZ3S/"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4M3P7WIEPXNRLBINQRJFXUSTNKBCHYC7/"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7CNDW3PF6NHO7OXNM5GN6WSSGAMA7MZE/"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z6MXOX7I43OWNN7R6M54XLG6U5RXY244/"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZGNHOEE2RBLH7KCJUPUNYG4CDTW4HTBT/"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2024/02/msg00012.html"
}
],
"source": {
"advisory": "GHSA-j2v7-4f6v-gpg8",
"discovery": "UNKNOWN"
},
"title": "libgit2 is vulnerable to arbitrary code execution due to heap corruption in `git_index_add`"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2024-24577",
"datePublished": "2024-02-06T21:36:12.517Z",
"dateReserved": "2024-01-25T15:09:40.211Z",
"dateUpdated": "2025-05-15T19:43:35.897Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-24577",
"date": "2026-05-26",
"epss": "0.00376",
"percentile": "0.5927"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:libgit2:libgit2:*:*:*:*:*:*:*:*\", \"versionEndExcluding\": \"1.6.5\", \"matchCriteriaId\": \"AB8F928B-1059-4B60-877B-AAECE739B575\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:libgit2:libgit2:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"1.7.0\", \"versionEndExcluding\": \"1.7.2\", \"matchCriteriaId\": \"E036286C-1FDD-47D7-89BA-5A436B2E72DF\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Using well-crafted inputs to `git_index_add` can cause heap corruption that could be leveraged for arbitrary code execution. There is an issue in the `has_dir_name` function in `src/libgit2/index.c`, which frees an entry that should not be freed. The freed entry is later used and overwritten with potentially bad actor-controlled data leading to controlled heap corruption. Depending on the application that uses libgit2, this could lead to arbitrary code execution. This issue has been patched in version 1.6.5 and 1.7.2.\"}, {\"lang\": \"es\", \"value\": \"libgit2 es una implementaci\\u00f3n C port\\u00e1til de los m\\u00e9todos principales de Git proporcionada como una librer\\u00eda vinculable con una API s\\u00f3lida, que permite incorporar la funcionalidad de Git en su aplicaci\\u00f3n. El uso de entradas bien manipuladas para `git_index_add` puede provocar da\\u00f1os en el almacenamiento din\\u00e1mico que podr\\u00edan aprovecharse para la ejecuci\\u00f3n de c\\u00f3digo arbitrario. Hay un problema en la funci\\u00f3n `has_dir_name` en `src/libgit2/index.c`, que libera una entrada que no deber\\u00eda liberarse. La entrada liberada se utiliza posteriormente y se sobrescribe con datos controlados por actores potencialmente malos, lo que conduce a una corrupci\\u00f3n controlada de almacenamiento din\\u00e1mico. Dependiendo de la aplicaci\\u00f3n que utilice libgit2, esto podr\\u00eda provocar la ejecuci\\u00f3n de c\\u00f3digo arbitrario. Este problema se solucion\\u00f3 en las versiones 1.6.5 y 1.7.2.\"}]",
"id": "CVE-2024-24577",
"lastModified": "2024-11-21T08:59:27.603",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L\", \"baseScore\": 8.6, \"baseSeverity\": \"HIGH\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"LOW\", \"availabilityImpact\": \"LOW\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 4.7}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\", \"baseScore\": 9.8, \"baseSeverity\": \"CRITICAL\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 5.9}]}",
"published": "2024-02-06T22:16:15.270",
"references": "[{\"url\": \"https://github.com/libgit2/libgit2/releases/tag/v1.6.5\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Release Notes\"]}, {\"url\": \"https://github.com/libgit2/libgit2/releases/tag/v1.7.2\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Release Notes\"]}, {\"url\": \"https://github.com/libgit2/libgit2/security/advisories/GHSA-j2v7-4f6v-gpg8\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/02/msg00012.html\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4M3P7WIEPXNRLBINQRJFXUSTNKBCHYC7/\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7CNDW3PF6NHO7OXNM5GN6WSSGAMA7MZE/\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S635BGHHZUMRPI7QOXOJ45QHDD5FFZ3S/\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z6MXOX7I43OWNN7R6M54XLG6U5RXY244/\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZGNHOEE2RBLH7KCJUPUNYG4CDTW4HTBT/\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/libgit2/libgit2/releases/tag/v1.6.5\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Release Notes\"]}, {\"url\": \"https://github.com/libgit2/libgit2/releases/tag/v1.7.2\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Release Notes\"]}, {\"url\": \"https://github.com/libgit2/libgit2/security/advisories/GHSA-j2v7-4f6v-gpg8\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/02/msg00012.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4M3P7WIEPXNRLBINQRJFXUSTNKBCHYC7/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7CNDW3PF6NHO7OXNM5GN6WSSGAMA7MZE/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S635BGHHZUMRPI7QOXOJ45QHDD5FFZ3S/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z6MXOX7I43OWNN7R6M54XLG6U5RXY244/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZGNHOEE2RBLH7KCJUPUNYG4CDTW4HTBT/\", \"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-122\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-119\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-24577\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-02-06T22:16:15.270\",\"lastModified\":\"2024-11-21T08:59:27.603\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Using well-crafted inputs to `git_index_add` can cause heap corruption that could be leveraged for arbitrary code execution. There is an issue in the `has_dir_name` function in `src/libgit2/index.c`, which frees an entry that should not be freed. The freed entry is later used and overwritten with potentially bad actor-controlled data leading to controlled heap corruption. Depending on the application that uses libgit2, this could lead to arbitrary code execution. This issue has been patched in version 1.6.5 and 1.7.2.\"},{\"lang\":\"es\",\"value\":\"libgit2 es una implementaci\u00f3n C port\u00e1til de los m\u00e9todos principales de Git proporcionada como una librer\u00eda vinculable con una API s\u00f3lida, que permite incorporar la funcionalidad de Git en su aplicaci\u00f3n. El uso de entradas bien manipuladas para `git_index_add` puede provocar da\u00f1os en el almacenamiento din\u00e1mico que podr\u00edan aprovecharse para la ejecuci\u00f3n de c\u00f3digo arbitrario. Hay un problema en la funci\u00f3n `has_dir_name` en `src/libgit2/index.c`, que libera una entrada que no deber\u00eda liberarse. La entrada liberada se utiliza posteriormente y se sobrescribe con datos controlados por actores potencialmente malos, lo que conduce a una corrupci\u00f3n controlada de almacenamiento din\u00e1mico. Dependiendo de la aplicaci\u00f3n que utilice libgit2, esto podr\u00eda provocar la ejecuci\u00f3n de c\u00f3digo arbitrario. Este problema se solucion\u00f3 en las versiones 1.6.5 y 1.7.2.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L\",\"baseScore\":8.6,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":4.7},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":9.8,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-122\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-119\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:libgit2:libgit2:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.6.5\",\"matchCriteriaId\":\"AB8F928B-1059-4B60-877B-AAECE739B575\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:libgit2:libgit2:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.7.0\",\"versionEndExcluding\":\"1.7.2\",\"matchCriteriaId\":\"E036286C-1FDD-47D7-89BA-5A436B2E72DF\"}]}]}],\"references\":[{\"url\":\"https://github.com/libgit2/libgit2/releases/tag/v1.6.5\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/libgit2/libgit2/releases/tag/v1.7.2\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/libgit2/libgit2/security/advisories/GHSA-j2v7-4f6v-gpg8\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/02/msg00012.html\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4M3P7WIEPXNRLBINQRJFXUSTNKBCHYC7/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7CNDW3PF6NHO7OXNM5GN6WSSGAMA7MZE/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S635BGHHZUMRPI7QOXOJ45QHDD5FFZ3S/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z6MXOX7I43OWNN7R6M54XLG6U5RXY244/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZGNHOEE2RBLH7KCJUPUNYG4CDTW4HTBT/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/libgit2/libgit2/releases/tag/v1.6.5\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/libgit2/libgit2/releases/tag/v1.7.2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/libgit2/libgit2/security/advisories/GHSA-j2v7-4f6v-gpg8\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/02/msg00012.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4M3P7WIEPXNRLBINQRJFXUSTNKBCHYC7/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7CNDW3PF6NHO7OXNM5GN6WSSGAMA7MZE/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S635BGHHZUMRPI7QOXOJ45QHDD5FFZ3S/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z6MXOX7I43OWNN7R6M54XLG6U5RXY244/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZGNHOEE2RBLH7KCJUPUNYG4CDTW4HTBT/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/libgit2/libgit2/security/advisories/GHSA-j2v7-4f6v-gpg8\", \"name\": \"https://github.com/libgit2/libgit2/security/advisories/GHSA-j2v7-4f6v-gpg8\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://github.com/libgit2/libgit2/releases/tag/v1.6.5\", \"name\": \"https://github.com/libgit2/libgit2/releases/tag/v1.6.5\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/libgit2/libgit2/releases/tag/v1.7.2\", \"name\": \"https://github.com/libgit2/libgit2/releases/tag/v1.7.2\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S635BGHHZUMRPI7QOXOJ45QHDD5FFZ3S/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4M3P7WIEPXNRLBINQRJFXUSTNKBCHYC7/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7CNDW3PF6NHO7OXNM5GN6WSSGAMA7MZE/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z6MXOX7I43OWNN7R6M54XLG6U5RXY244/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZGNHOEE2RBLH7KCJUPUNYG4CDTW4HTBT/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/02/msg00012.html\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-01T23:19:52.907Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-24577\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-05-08T18:43:07.679697Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-05-08T18:43:09.664Z\"}}], \"cna\": {\"title\": \"libgit2 is vulnerable to arbitrary code execution due to heap corruption in `git_index_add`\", \"source\": {\"advisory\": \"GHSA-j2v7-4f6v-gpg8\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 8.6, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"libgit2\", \"product\": \"libgit2\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 1.6.5\"}, {\"status\": \"affected\", \"version\": \"\u003e= 1.7.0, \u003c 1.7.2\"}]}], \"references\": [{\"url\": \"https://github.com/libgit2/libgit2/security/advisories/GHSA-j2v7-4f6v-gpg8\", \"name\": \"https://github.com/libgit2/libgit2/security/advisories/GHSA-j2v7-4f6v-gpg8\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/libgit2/libgit2/releases/tag/v1.6.5\", \"name\": \"https://github.com/libgit2/libgit2/releases/tag/v1.6.5\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/libgit2/libgit2/releases/tag/v1.7.2\", \"name\": \"https://github.com/libgit2/libgit2/releases/tag/v1.7.2\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S635BGHHZUMRPI7QOXOJ45QHDD5FFZ3S/\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4M3P7WIEPXNRLBINQRJFXUSTNKBCHYC7/\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7CNDW3PF6NHO7OXNM5GN6WSSGAMA7MZE/\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z6MXOX7I43OWNN7R6M54XLG6U5RXY244/\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZGNHOEE2RBLH7KCJUPUNYG4CDTW4HTBT/\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/02/msg00012.html\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Using well-crafted inputs to `git_index_add` can cause heap corruption that could be leveraged for arbitrary code execution. There is an issue in the `has_dir_name` function in `src/libgit2/index.c`, which frees an entry that should not be freed. The freed entry is later used and overwritten with potentially bad actor-controlled data leading to controlled heap corruption. Depending on the application that uses libgit2, this could lead to arbitrary code execution. This issue has been patched in version 1.6.5 and 1.7.2.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-122\", \"description\": \"CWE-122: Heap-based Buffer Overflow\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2024-02-27T10:05:57.264Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-24577\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-05-15T19:43:35.897Z\", \"dateReserved\": \"2024-01-25T15:09:40.211Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2024-02-06T21:36:12.517Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
BDU:2024-01377
Vulnerability from fstec - Published: 06.02.2024
VLAI
Title
Уязвимость функции has_dir_name в src/libgit2/index.c реализации методов Git на языке C Libgit2, позволяющая нарушителю выполнить произвольный код
Description
Уязвимость функции has_dir_name в src/libgit2/index.c реализации методов Git на языке C Libgit2 связана с переполнением буфера в динамической памяти. Эксплуатация уязвимости может позволить нарушителю, действующему удаленно, выполнить произвольный код
Severity
Vendor
Сообщество свободного программного обеспечения, ООО «Ред Софт», Fedora Project, АО «НТЦ ИТ РОСА», АО "НППКТ"
Software Name
Debian GNU/Linux, РЕД ОС (запись в едином реестре российских программ №3751), Fedora, РОСА ХРОМ (запись в едином реестре российских программ №1607), Libgit2, ОСОН ОСнова Оnyx (запись в едином реестре российских программ №5913)
Software Version
11 (Debian GNU/Linux), 12 (Debian GNU/Linux), 7.3 (РЕД ОС), 38 (Fedora), 39 (Fedora), 12.4 (РОСА ХРОМ), до 1.6.5 (Libgit2), до 1.7.2 (Libgit2), до 2.11 (ОСОН ОСнова Оnyx)
Possible Mitigations
Использование рекомендаций:
Для libgit2:
https://github.com/libgit2/libgit2/releases/tag/v1.6.5
https://github.com/libgit2/libgit2/releases/tag/v1.7.2
https://github.com/libgit2/libgit2/security/advisories/GHSA-j2v7-4f6v-gpg8
Для Debian GNU/Linux:
https://security-tracker.debian.org/tracker/CVE-2024-24577
Для Fedora:
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4M3P7WIEPXNRLBINQRJFXUSTNKBCHYC7/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7CNDW3PF6NHO7OXNM5GN6WSSGAMA7MZE/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S635BGHHZUMRPI7QOXOJ45QHDD5FFZ3S/
Для РедОС: http://repo.red-soft.ru/redos/7.3c/x86_64/updates/
Для ОСОН ОСнова Оnyx (2.11):
Обновление программного обеспечения libgit2 до версии 1.7.2+ds-1
Для операционной системы РОСА ХРОМ: https://abf.rosa.ru/advisories/ROSA-SA-2025-2656
Reference
https://github.com/libgit2/libgit2/releases/tag/v1.6.5
https://github.com/libgit2/libgit2/releases/tag/v1.7.2
https://github.com/libgit2/libgit2/security/advisories/GHSA-j2v7-4f6v-gpg8
https://security-tracker.debian.org/tracker/CVE-2024-24577
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4M3P7WIEPXNRLBINQRJFXUSTNKBCHYC7/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7CNDW3PF6NHO7OXNM5GN6WSSGAMA7MZE/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S635BGHHZUMRPI7QOXOJ45QHDD5FFZ3S/
http://repo.red-soft.ru/redos/7.3c/x86_64/updates/
https://поддержка.нппкт.рф/bin/view/ОСнова/Обновления/2.11/
https://abf.rosa.ru/advisories/ROSA-SA-2025-2656
CWE
CWE-122
{
"CVSS 2.0": "AV:N/AC:L/Au:N/C:C/I:C/A:C",
"CVSS 3.0": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"CVSS 4.0": null,
"remediation_\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": null,
"remediation_\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435": null,
"\u0412\u0435\u043d\u0434\u043e\u0440 \u041f\u041e": "\u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f, \u041e\u041e\u041e \u00ab\u0420\u0435\u0434 \u0421\u043e\u0444\u0442\u00bb, Fedora Project, \u0410\u041e \u00ab\u041d\u0422\u0426 \u0418\u0422 \u0420\u041e\u0421\u0410\u00bb, \u0410\u041e \"\u041d\u041f\u041f\u041a\u0422\"",
"\u0412\u0435\u0440\u0441\u0438\u044f \u041f\u041e": "11 (Debian GNU/Linux), 12 (Debian GNU/Linux), 7.3 (\u0420\u0415\u0414 \u041e\u0421), 38 (Fedora), 39 (Fedora), 12.4 (\u0420\u041e\u0421\u0410 \u0425\u0420\u041e\u041c), \u0434\u043e 1.6.5 (Libgit2), \u0434\u043e 1.7.2 (Libgit2), \u0434\u043e 2.11 (\u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx)",
"\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u043c\u0435\u0440\u044b \u043f\u043e \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044e": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439:\n\u0414\u043b\u044f libgit2:\nhttps://github.com/libgit2/libgit2/releases/tag/v1.6.5\nhttps://github.com/libgit2/libgit2/releases/tag/v1.7.2\nhttps://github.com/libgit2/libgit2/security/advisories/GHSA-j2v7-4f6v-gpg8\n\n\u0414\u043b\u044f Debian GNU/Linux:\nhttps://security-tracker.debian.org/tracker/CVE-2024-24577\n\n\u0414\u043b\u044f Fedora:\nhttps://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4M3P7WIEPXNRLBINQRJFXUSTNKBCHYC7/\nhttps://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7CNDW3PF6NHO7OXNM5GN6WSSGAMA7MZE/\nhttps://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S635BGHHZUMRPI7QOXOJ45QHDD5FFZ3S/\n\n\u0414\u043b\u044f \u0420\u0435\u0434\u041e\u0421: http://repo.red-soft.ru/redos/7.3c/x86_64/updates/\n\n\u0414\u043b\u044f \u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx (2.11):\n\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f libgit2 \u0434\u043e \u0432\u0435\u0440\u0441\u0438\u0438 1.7.2+ds-1\n\n\u0414\u043b\u044f \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0420\u041e\u0421\u0410 \u0425\u0420\u041e\u041c: https://abf.rosa.ru/advisories/ROSA-SA-2025-2656",
"\u0414\u0430\u0442\u0430 \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f": "06.02.2024",
"\u0414\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f": "05.03.2025",
"\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438": "19.02.2024",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": "BDU:2024-01377",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0439 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "CVE-2024-24577",
"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0430",
"\u041a\u043b\u0430\u0441\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043a\u043e\u0434\u0430",
"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u041f\u041e": "Debian GNU/Linux, \u0420\u0415\u0414 \u041e\u0421 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21163751), Fedora, \u0420\u041e\u0421\u0410 \u0425\u0420\u041e\u041c (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21161607), Libgit2, \u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21165913)",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u041e\u0421 \u0438 \u0442\u0438\u043f \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b": "\u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Debian GNU/Linux 11 , \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Debian GNU/Linux 12 , \u041e\u041e\u041e \u00ab\u0420\u0435\u0434 \u0421\u043e\u0444\u0442\u00bb \u0420\u0415\u0414 \u041e\u0421 7.3 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21163751), Fedora Project Fedora 38 , Fedora Project Fedora 39 , \u0410\u041e \u00ab\u041d\u0422\u0426 \u0418\u0422 \u0420\u041e\u0421\u0410\u00bb \u0420\u041e\u0421\u0410 \u0425\u0420\u041e\u041c 12.4 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21161607), \u0410\u041e \"\u041d\u041f\u041f\u041a\u0422\" \u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx \u0434\u043e 2.11 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21165913)",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0444\u0443\u043d\u043a\u0446\u0438\u0438 has_dir_name \u0432 src/libgit2/index.c \u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u043c\u0435\u0442\u043e\u0434\u043e\u0432 Git \u043d\u0430 \u044f\u0437\u044b\u043a\u0435 C Libgit2, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u044b\u0439 \u043a\u043e\u0434",
"\u041d\u0430\u043b\u0438\u0447\u0438\u0435 \u044d\u043a\u0441\u043f\u043b\u043e\u0439\u0442\u0430": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "\u041f\u0435\u0440\u0435\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0431\u0443\u0444\u0435\u0440\u0430 \u0432 \u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043f\u0430\u043c\u044f\u0442\u0438 (CWE-122)",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0444\u0443\u043d\u043a\u0446\u0438\u0438 has_dir_name \u0432 src/libgit2/index.c \u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u043c\u0435\u0442\u043e\u0434\u043e\u0432 Git \u043d\u0430 \u044f\u0437\u044b\u043a\u0435 C Libgit2 \u0441\u0432\u044f\u0437\u0430\u043d\u0430 \u0441 \u043f\u0435\u0440\u0435\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435\u043c \u0431\u0443\u0444\u0435\u0440\u0430 \u0432 \u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043f\u0430\u043c\u044f\u0442\u0438. \u042d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e, \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u043c\u0443 \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u043e, \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u044b\u0439 \u043a\u043e\u0434",
"\u041f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u044f \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": null,
"\u041f\u0440\u043e\u0447\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f": null,
"\u0421\u0432\u044f\u0437\u044c \u0441 \u0438\u043d\u0446\u0438\u0434\u0435\u043d\u0442\u0430\u043c\u0438 \u0418\u0411": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438": "\u041c\u0430\u043d\u0438\u043f\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430\u043c\u0438 \u0434\u0430\u043d\u043d\u044b\u0445",
"\u0421\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438": "https://github.com/libgit2/libgit2/releases/tag/v1.6.5\t\nhttps://github.com/libgit2/libgit2/releases/tag/v1.7.2\t\nhttps://github.com/libgit2/libgit2/security/advisories/GHSA-j2v7-4f6v-gpg8\nhttps://security-tracker.debian.org/tracker/CVE-2024-24577\nhttps://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4M3P7WIEPXNRLBINQRJFXUSTNKBCHYC7/\nhttps://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7CNDW3PF6NHO7OXNM5GN6WSSGAMA7MZE/\nhttps://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S635BGHHZUMRPI7QOXOJ45QHDD5FFZ3S/\nhttp://repo.red-soft.ru/redos/7.3c/x86_64/updates/\nhttps://\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430.\u043d\u043f\u043f\u043a\u0442.\u0440\u0444/bin/view/\u041e\u0421\u043d\u043e\u0432\u0430/\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f/2.11/\nhttps://abf.rosa.ru/advisories/ROSA-SA-2025-2656",
"\u0421\u0442\u0430\u0442\u0443\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u043c",
"\u0422\u0438\u043f \u041f\u041e": "\u041e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430, \u041f\u0440\u0438\u043a\u043b\u0430\u0434\u043d\u043e\u0435 \u041f\u041e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c",
"\u0422\u0438\u043f \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "CWE-122",
"\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041a\u0440\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 2.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 10)\n\u041a\u0440\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 3.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 9,8)"
}
FKIE_CVE-2024-24577
Vulnerability from fkie_nvd - Published: 2024-02-06 22:16 - Updated: 2024-11-21 08:59
Severity
8.6 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L
9.8 (Critical) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
9.8 (Critical) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Summary
libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Using well-crafted inputs to `git_index_add` can cause heap corruption that could be leveraged for arbitrary code execution. There is an issue in the `has_dir_name` function in `src/libgit2/index.c`, which frees an entry that should not be freed. The freed entry is later used and overwritten with potentially bad actor-controlled data leading to controlled heap corruption. Depending on the application that uses libgit2, this could lead to arbitrary code execution. This issue has been patched in version 1.6.5 and 1.7.2.
References
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:libgit2:libgit2:*:*:*:*:*:*:*:*",
"matchCriteriaId": "AB8F928B-1059-4B60-877B-AAECE739B575",
"versionEndExcluding": "1.6.5",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:libgit2:libgit2:*:*:*:*:*:*:*:*",
"matchCriteriaId": "E036286C-1FDD-47D7-89BA-5A436B2E72DF",
"versionEndExcluding": "1.7.2",
"versionStartIncluding": "1.7.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Using well-crafted inputs to `git_index_add` can cause heap corruption that could be leveraged for arbitrary code execution. There is an issue in the `has_dir_name` function in `src/libgit2/index.c`, which frees an entry that should not be freed. The freed entry is later used and overwritten with potentially bad actor-controlled data leading to controlled heap corruption. Depending on the application that uses libgit2, this could lead to arbitrary code execution. This issue has been patched in version 1.6.5 and 1.7.2."
},
{
"lang": "es",
"value": "libgit2 es una implementaci\u00f3n C port\u00e1til de los m\u00e9todos principales de Git proporcionada como una librer\u00eda vinculable con una API s\u00f3lida, que permite incorporar la funcionalidad de Git en su aplicaci\u00f3n. El uso de entradas bien manipuladas para `git_index_add` puede provocar da\u00f1os en el almacenamiento din\u00e1mico que podr\u00edan aprovecharse para la ejecuci\u00f3n de c\u00f3digo arbitrario. Hay un problema en la funci\u00f3n `has_dir_name` en `src/libgit2/index.c`, que libera una entrada que no deber\u00eda liberarse. La entrada liberada se utiliza posteriormente y se sobrescribe con datos controlados por actores potencialmente malos, lo que conduce a una corrupci\u00f3n controlada de almacenamiento din\u00e1mico. Dependiendo de la aplicaci\u00f3n que utilice libgit2, esto podr\u00eda provocar la ejecuci\u00f3n de c\u00f3digo arbitrario. Este problema se solucion\u00f3 en las versiones 1.6.5 y 1.7.2."
}
],
"id": "CVE-2024-24577",
"lastModified": "2024-11-21T08:59:27.603",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 4.7,
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 5.9,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2024-02-06T22:16:15.270",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Release Notes"
],
"url": "https://github.com/libgit2/libgit2/releases/tag/v1.6.5"
},
{
"source": "security-advisories@github.com",
"tags": [
"Release Notes"
],
"url": "https://github.com/libgit2/libgit2/releases/tag/v1.7.2"
},
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/libgit2/libgit2/security/advisories/GHSA-j2v7-4f6v-gpg8"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.debian.org/debian-lts-announce/2024/02/msg00012.html"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4M3P7WIEPXNRLBINQRJFXUSTNKBCHYC7/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7CNDW3PF6NHO7OXNM5GN6WSSGAMA7MZE/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S635BGHHZUMRPI7QOXOJ45QHDD5FFZ3S/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z6MXOX7I43OWNN7R6M54XLG6U5RXY244/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZGNHOEE2RBLH7KCJUPUNYG4CDTW4HTBT/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Release Notes"
],
"url": "https://github.com/libgit2/libgit2/releases/tag/v1.6.5"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Release Notes"
],
"url": "https://github.com/libgit2/libgit2/releases/tag/v1.7.2"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/libgit2/libgit2/security/advisories/GHSA-j2v7-4f6v-gpg8"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.debian.org/debian-lts-announce/2024/02/msg00012.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4M3P7WIEPXNRLBINQRJFXUSTNKBCHYC7/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7CNDW3PF6NHO7OXNM5GN6WSSGAMA7MZE/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S635BGHHZUMRPI7QOXOJ45QHDD5FFZ3S/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z6MXOX7I43OWNN7R6M54XLG6U5RXY244/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZGNHOEE2RBLH7KCJUPUNYG4CDTW4HTBT/"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-122"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-119"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
GSD-2024-24577
Vulnerability from gsd - Updated: 2024-01-26 06:02Details
libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Using well-crafted inputs to `git_index_add` can cause heap corruption that could be leveraged for arbitrary code execution. There is an issue in the `has_dir_name` function in `src/libgit2/index.c`, which frees an entry that should not be freed. The freed entry is later used and overwritten with potentially bad actor-controlled data leading to controlled heap corruption. Depending on the application that uses libgit2, this could lead to arbitrary code execution. This issue has been patched in version 1.6.5 and 1.7.2.
Aliases
{
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2024-24577"
],
"details": "libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Using well-crafted inputs to `git_index_add` can cause heap corruption that could be leveraged for arbitrary code execution. There is an issue in the `has_dir_name` function in `src/libgit2/index.c`, which frees an entry that should not be freed. The freed entry is later used and overwritten with potentially bad actor-controlled data leading to controlled heap corruption. Depending on the application that uses libgit2, this could lead to arbitrary code execution. This issue has been patched in version 1.6.5 and 1.7.2.",
"id": "GSD-2024-24577",
"modified": "2024-01-26T06:02:26.042559Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2024-24577",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "libgit2",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "\u003c 1.6.5"
},
{
"version_affected": "=",
"version_value": "\u003e= 1.7.0, \u003c 1.7.2"
}
]
}
}
]
},
"vendor_name": "libgit2"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Using well-crafted inputs to `git_index_add` can cause heap corruption that could be leveraged for arbitrary code execution. There is an issue in the `has_dir_name` function in `src/libgit2/index.c`, which frees an entry that should not be freed. The freed entry is later used and overwritten with potentially bad actor-controlled data leading to controlled heap corruption. Depending on the application that uses libgit2, this could lead to arbitrary code execution. This issue has been patched in version 1.6.5 and 1.7.2."
}
]
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"cweId": "CWE-122",
"lang": "eng",
"value": "CWE-122: Heap-based Buffer Overflow"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/libgit2/libgit2/security/advisories/GHSA-j2v7-4f6v-gpg8",
"refsource": "MISC",
"url": "https://github.com/libgit2/libgit2/security/advisories/GHSA-j2v7-4f6v-gpg8"
},
{
"name": "https://github.com/libgit2/libgit2/releases/tag/v1.6.5",
"refsource": "MISC",
"url": "https://github.com/libgit2/libgit2/releases/tag/v1.6.5"
},
{
"name": "https://github.com/libgit2/libgit2/releases/tag/v1.7.2",
"refsource": "MISC",
"url": "https://github.com/libgit2/libgit2/releases/tag/v1.7.2"
},
{
"name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S635BGHHZUMRPI7QOXOJ45QHDD5FFZ3S/",
"refsource": "MISC",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S635BGHHZUMRPI7QOXOJ45QHDD5FFZ3S/"
},
{
"name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4M3P7WIEPXNRLBINQRJFXUSTNKBCHYC7/",
"refsource": "MISC",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4M3P7WIEPXNRLBINQRJFXUSTNKBCHYC7/"
},
{
"name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7CNDW3PF6NHO7OXNM5GN6WSSGAMA7MZE/",
"refsource": "MISC",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7CNDW3PF6NHO7OXNM5GN6WSSGAMA7MZE/"
},
{
"name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z6MXOX7I43OWNN7R6M54XLG6U5RXY244/",
"refsource": "MISC",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z6MXOX7I43OWNN7R6M54XLG6U5RXY244/"
},
{
"name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZGNHOEE2RBLH7KCJUPUNYG4CDTW4HTBT/",
"refsource": "MISC",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZGNHOEE2RBLH7KCJUPUNYG4CDTW4HTBT/"
},
{
"name": "https://lists.debian.org/debian-lts-announce/2024/02/msg00012.html",
"refsource": "MISC",
"url": "https://lists.debian.org/debian-lts-announce/2024/02/msg00012.html"
}
]
},
"source": {
"advisory": "GHSA-j2v7-4f6v-gpg8",
"discovery": "UNKNOWN"
}
},
"nvd.nist.gov": {
"cve": {
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:libgit2:libgit2:*:*:*:*:*:*:*:*",
"matchCriteriaId": "AB8F928B-1059-4B60-877B-AAECE739B575",
"versionEndExcluding": "1.6.5",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:libgit2:libgit2:*:*:*:*:*:*:*:*",
"matchCriteriaId": "E036286C-1FDD-47D7-89BA-5A436B2E72DF",
"versionEndExcluding": "1.7.2",
"versionStartIncluding": "1.7.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Using well-crafted inputs to `git_index_add` can cause heap corruption that could be leveraged for arbitrary code execution. There is an issue in the `has_dir_name` function in `src/libgit2/index.c`, which frees an entry that should not be freed. The freed entry is later used and overwritten with potentially bad actor-controlled data leading to controlled heap corruption. Depending on the application that uses libgit2, this could lead to arbitrary code execution. This issue has been patched in version 1.6.5 and 1.7.2."
},
{
"lang": "es",
"value": "libgit2 es una implementaci\u00f3n C port\u00e1til de los m\u00e9todos principales de Git proporcionada como una librer\u00eda vinculable con una API s\u00f3lida, que permite incorporar la funcionalidad de Git en su aplicaci\u00f3n. El uso de entradas bien manipuladas para `git_index_add` puede provocar da\u00f1os en el almacenamiento din\u00e1mico que podr\u00edan aprovecharse para la ejecuci\u00f3n de c\u00f3digo arbitrario. Hay un problema en la funci\u00f3n `has_dir_name` en `src/libgit2/index.c`, que libera una entrada que no deber\u00eda liberarse. La entrada liberada se utiliza posteriormente y se sobrescribe con datos controlados por actores potencialmente malos, lo que conduce a una corrupci\u00f3n controlada de almacenamiento din\u00e1mico. Dependiendo de la aplicaci\u00f3n que utilice libgit2, esto podr\u00eda provocar la ejecuci\u00f3n de c\u00f3digo arbitrario. Este problema se solucion\u00f3 en las versiones 1.6.5 y 1.7.2."
}
],
"id": "CVE-2024-24577",
"lastModified": "2024-02-27T10:15:08.137",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 5.9,
"source": "nvd@nist.gov",
"type": "Primary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 4.7,
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2024-02-06T22:16:15.270",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Release Notes"
],
"url": "https://github.com/libgit2/libgit2/releases/tag/v1.6.5"
},
{
"source": "security-advisories@github.com",
"tags": [
"Release Notes"
],
"url": "https://github.com/libgit2/libgit2/releases/tag/v1.7.2"
},
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/libgit2/libgit2/security/advisories/GHSA-j2v7-4f6v-gpg8"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.debian.org/debian-lts-announce/2024/02/msg00012.html"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4M3P7WIEPXNRLBINQRJFXUSTNKBCHYC7/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7CNDW3PF6NHO7OXNM5GN6WSSGAMA7MZE/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S635BGHHZUMRPI7QOXOJ45QHDD5FFZ3S/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z6MXOX7I43OWNN7R6M54XLG6U5RXY244/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZGNHOEE2RBLH7KCJUPUNYG4CDTW4HTBT/"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-119"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-122"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
}
}
}
MSRC_CVE-2024-24577
Vulnerability from csaf_microsoft - Published: 2024-02-02 08:00 - Updated: 2026-02-18 14:28Summary
libgit2 is vulnerable to arbitrary code execution due to heap corruption in `git_index_add`
Notes
Additional Resources: To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle
Disclaimer: The information provided in the Microsoft Knowledge Base is provided \"as is\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.
9.8 (Critical)
Affected products
Fixed
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17438-17086 | — | ||
| Unresolved product id: 20007-17086 | — |
Known affected
2 products
Known not affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17084-4 | — | ||
| Unresolved product id: 17086-2 | — | ||
| Unresolved product id: 17084-3 | — | ||
| Unresolved product id: 17086-6 | — |
References
4 references
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2024/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2024/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2024-24577 libgit2 is vulnerable to arbitrary code execution due to heap corruption in `git_index_add` - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2024/msrc_cve-2024-24577.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "libgit2 is vulnerable to arbitrary code execution due to heap corruption in `git_index_add`",
"tracking": {
"current_release_date": "2026-02-18T14:28:56.000Z",
"generator": {
"date": "2026-02-21T03:40:00.373Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2024-24577",
"initial_release_date": "2024-02-02T08:00:00.000Z",
"revision_history": [
{
"date": "2024-02-12T00:00:00.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-02-18T14:28:56.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
},
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 libgit2 1.6.5-1",
"product": {
"name": "\u003ccbl2 libgit2 1.6.5-1",
"product_id": "5"
}
},
{
"category": "product_version",
"name": "cbl2 libgit2 1.6.5-1",
"product": {
"name": "cbl2 libgit2 1.6.5-1",
"product_id": "17438"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 libgit2 1.4.5-3",
"product": {
"name": "\u003ccbl2 libgit2 1.4.5-3",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "cbl2 libgit2 1.4.5-3",
"product": {
"name": "cbl2 libgit2 1.4.5-3",
"product_id": "20007"
}
}
],
"category": "product_name",
"name": "libgit2"
},
{
"category": "product_name",
"name": "azl3 rust 1.75.0-14",
"product": {
"name": "azl3 rust 1.75.0-14",
"product_id": "4"
}
},
{
"category": "product_name",
"name": "cbl2 rust 1.72.0-10",
"product": {
"name": "cbl2 rust 1.72.0-10",
"product_id": "2"
}
},
{
"category": "product_name",
"name": "azl3 rust 1.86.0-1",
"product": {
"name": "azl3 rust 1.86.0-1",
"product_id": "3"
}
},
{
"category": "product_name",
"name": "cbl2 rust 1.72.0-10",
"product": {
"name": "cbl2 rust 1.72.0-10",
"product_id": "6"
}
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 libgit2 1.6.5-1 as a component of CBL Mariner 2.0",
"product_id": "17086-5"
},
"product_reference": "5",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 libgit2 1.6.5-1 as a component of CBL Mariner 2.0",
"product_id": "17438-17086"
},
"product_reference": "17438",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 rust 1.75.0-14 as a component of Azure Linux 3.0",
"product_id": "17084-4"
},
"product_reference": "4",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 libgit2 1.4.5-3 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 libgit2 1.4.5-3 as a component of CBL Mariner 2.0",
"product_id": "20007-17086"
},
"product_reference": "20007",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 rust 1.72.0-10 as a component of CBL Mariner 2.0",
"product_id": "17086-2"
},
"product_reference": "2",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 rust 1.86.0-1 as a component of Azure Linux 3.0",
"product_id": "17084-3"
},
"product_reference": "3",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 rust 1.72.0-10 as a component of CBL Mariner 2.0",
"product_id": "17086-6"
},
"product_reference": "6",
"relates_to_product_reference": "17086"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-24577",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"flags": [
{
"label": "vulnerable_code_not_in_execute_path",
"product_ids": [
"17084-3"
]
},
{
"label": "vulnerable_code_not_present",
"product_ids": [
"17084-4",
"17086-2",
"17086-6"
]
}
],
"notes": [
{
"category": "general",
"text": "GitHub_M",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"17438-17086",
"20007-17086"
],
"known_affected": [
"17086-5",
"17086-1"
],
"known_not_affected": [
"17084-4",
"17086-2",
"17084-3",
"17086-6"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-24577 libgit2 is vulnerable to arbitrary code execution due to heap corruption in `git_index_add` - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2024/msrc_cve-2024-24577.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-12T00:00:00.000Z",
"details": "1.6.5-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-5",
"17086-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"environmentalsScore": 0.0,
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 9.8,
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"17086-5",
"17086-1"
]
}
],
"title": "libgit2 is vulnerable to arbitrary code execution due to heap corruption in `git_index_add`"
}
]
}
OPENSUSE-SU-2024:13661-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
libgit2-1_7-1.7.2-1.1 on GA media
Severity
Moderate
Notes
Title of the patch: libgit2-1_7-1.7.2-1.1 on GA media
Description of the patch: These are all security issues fixed in the libgit2-1_7-1.7.2-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-13661
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.1 (Medium)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.6 (High)
Affected products
Recommended
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
7 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "libgit2-1_7-1.7.2-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the libgit2-1_7-1.7.2-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-13661",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_13661-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-24574 page",
"url": "https://www.suse.com/security/cve/CVE-2024-24574/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-24577 page",
"url": "https://www.suse.com/security/cve/CVE-2024-24577/"
}
],
"title": "libgit2-1_7-1.7.2-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:13661-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libgit2-1_7-1.7.2-1.1.aarch64",
"product": {
"name": "libgit2-1_7-1.7.2-1.1.aarch64",
"product_id": "libgit2-1_7-1.7.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libgit2-devel-1.7.2-1.1.aarch64",
"product": {
"name": "libgit2-devel-1.7.2-1.1.aarch64",
"product_id": "libgit2-devel-1.7.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libgit2-tools-1.7.2-1.1.aarch64",
"product": {
"name": "libgit2-tools-1.7.2-1.1.aarch64",
"product_id": "libgit2-tools-1.7.2-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libgit2-1_7-1.7.2-1.1.ppc64le",
"product": {
"name": "libgit2-1_7-1.7.2-1.1.ppc64le",
"product_id": "libgit2-1_7-1.7.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libgit2-devel-1.7.2-1.1.ppc64le",
"product": {
"name": "libgit2-devel-1.7.2-1.1.ppc64le",
"product_id": "libgit2-devel-1.7.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libgit2-tools-1.7.2-1.1.ppc64le",
"product": {
"name": "libgit2-tools-1.7.2-1.1.ppc64le",
"product_id": "libgit2-tools-1.7.2-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libgit2-1_7-1.7.2-1.1.s390x",
"product": {
"name": "libgit2-1_7-1.7.2-1.1.s390x",
"product_id": "libgit2-1_7-1.7.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libgit2-devel-1.7.2-1.1.s390x",
"product": {
"name": "libgit2-devel-1.7.2-1.1.s390x",
"product_id": "libgit2-devel-1.7.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libgit2-tools-1.7.2-1.1.s390x",
"product": {
"name": "libgit2-tools-1.7.2-1.1.s390x",
"product_id": "libgit2-tools-1.7.2-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libgit2-1_7-1.7.2-1.1.x86_64",
"product": {
"name": "libgit2-1_7-1.7.2-1.1.x86_64",
"product_id": "libgit2-1_7-1.7.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libgit2-devel-1.7.2-1.1.x86_64",
"product": {
"name": "libgit2-devel-1.7.2-1.1.x86_64",
"product_id": "libgit2-devel-1.7.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libgit2-tools-1.7.2-1.1.x86_64",
"product": {
"name": "libgit2-tools-1.7.2-1.1.x86_64",
"product_id": "libgit2-tools-1.7.2-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libgit2-1_7-1.7.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.aarch64"
},
"product_reference": "libgit2-1_7-1.7.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgit2-1_7-1.7.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.ppc64le"
},
"product_reference": "libgit2-1_7-1.7.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgit2-1_7-1.7.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.s390x"
},
"product_reference": "libgit2-1_7-1.7.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgit2-1_7-1.7.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.x86_64"
},
"product_reference": "libgit2-1_7-1.7.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgit2-devel-1.7.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.aarch64"
},
"product_reference": "libgit2-devel-1.7.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgit2-devel-1.7.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.ppc64le"
},
"product_reference": "libgit2-devel-1.7.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgit2-devel-1.7.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.s390x"
},
"product_reference": "libgit2-devel-1.7.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgit2-devel-1.7.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.x86_64"
},
"product_reference": "libgit2-devel-1.7.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgit2-tools-1.7.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.aarch64"
},
"product_reference": "libgit2-tools-1.7.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgit2-tools-1.7.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.ppc64le"
},
"product_reference": "libgit2-tools-1.7.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgit2-tools-1.7.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.s390x"
},
"product_reference": "libgit2-tools-1.7.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libgit2-tools-1.7.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.x86_64"
},
"product_reference": "libgit2-tools-1.7.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-24574",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-24574"
}
],
"notes": [
{
"category": "general",
"text": "phpMyFAQ is an open source FAQ web application for PHP 8.1+ and MySQL, PostgreSQL and other databases. Unsafe echo of filename in phpMyFAQ\\phpmyfaq\\admin\\attachments.php leads to allowed execution of JavaScript code in client side (XSS). This vulnerability has been patched in version 3.2.5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.aarch64",
"openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.ppc64le",
"openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.s390x",
"openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.x86_64",
"openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.aarch64",
"openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.ppc64le",
"openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.s390x",
"openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.x86_64",
"openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.aarch64",
"openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.ppc64le",
"openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.s390x",
"openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-24574",
"url": "https://www.suse.com/security/cve/CVE-2024-24574"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.aarch64",
"openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.ppc64le",
"openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.s390x",
"openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.x86_64",
"openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.aarch64",
"openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.ppc64le",
"openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.s390x",
"openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.x86_64",
"openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.aarch64",
"openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.ppc64le",
"openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.s390x",
"openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.aarch64",
"openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.ppc64le",
"openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.s390x",
"openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.x86_64",
"openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.aarch64",
"openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.ppc64le",
"openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.s390x",
"openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.x86_64",
"openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.aarch64",
"openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.ppc64le",
"openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.s390x",
"openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-24574"
},
{
"cve": "CVE-2024-24577",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-24577"
}
],
"notes": [
{
"category": "general",
"text": "libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Using well-crafted inputs to `git_index_add` can cause heap corruption that could be leveraged for arbitrary code execution. There is an issue in the `has_dir_name` function in `src/libgit2/index.c`, which frees an entry that should not be freed. The freed entry is later used and overwritten with potentially bad actor-controlled data leading to controlled heap corruption. Depending on the application that uses libgit2, this could lead to arbitrary code execution. This issue has been patched in version 1.6.5 and 1.7.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.aarch64",
"openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.ppc64le",
"openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.s390x",
"openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.x86_64",
"openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.aarch64",
"openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.ppc64le",
"openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.s390x",
"openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.x86_64",
"openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.aarch64",
"openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.ppc64le",
"openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.s390x",
"openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-24577",
"url": "https://www.suse.com/security/cve/CVE-2024-24577"
},
{
"category": "external",
"summary": "SUSE Bug 1219660 for CVE-2024-24577",
"url": "https://bugzilla.suse.com/1219660"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.aarch64",
"openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.ppc64le",
"openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.s390x",
"openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.x86_64",
"openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.aarch64",
"openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.ppc64le",
"openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.s390x",
"openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.x86_64",
"openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.aarch64",
"openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.ppc64le",
"openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.s390x",
"openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.aarch64",
"openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.ppc64le",
"openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.s390x",
"openSUSE Tumbleweed:libgit2-1_7-1.7.2-1.1.x86_64",
"openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.aarch64",
"openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.ppc64le",
"openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.s390x",
"openSUSE Tumbleweed:libgit2-devel-1.7.2-1.1.x86_64",
"openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.aarch64",
"openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.ppc64le",
"openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.s390x",
"openSUSE Tumbleweed:libgit2-tools-1.7.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-24577"
}
]
}
OPENSUSE-SU-2024:14212-1
Vulnerability from csaf_opensuse - Published: 2024-07-22 00:00 - Updated: 2024-07-22 00:00Summary
git-2.45.2-2.1 on GA media
Severity
Moderate
Notes
Title of the patch: git-2.45.2-2.1 on GA media
Description of the patch: These are all security issues fixed in the git-2.45.2-2.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-14212
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.6 (High)
Affected products
Recommended
56 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:git-2.45.2-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-2.45.2-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-2.45.2-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-2.45.2-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-arch-2.45.2-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-arch-2.45.2-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-arch-2.45.2-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-arch-2.45.2-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-core-2.45.2-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-core-2.45.2-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-core-2.45.2-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-core-2.45.2-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-credential-libsecret-2.45.2-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-credential-libsecret-2.45.2-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-credential-libsecret-2.45.2-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-credential-libsecret-2.45.2-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-cvs-2.45.2-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-cvs-2.45.2-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-cvs-2.45.2-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-cvs-2.45.2-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-daemon-2.45.2-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-daemon-2.45.2-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-daemon-2.45.2-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-daemon-2.45.2-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-doc-2.45.2-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-doc-2.45.2-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-doc-2.45.2-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-doc-2.45.2-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-email-2.45.2-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-email-2.45.2-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-email-2.45.2-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-email-2.45.2-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-gui-2.45.2-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-gui-2.45.2-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-gui-2.45.2-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-gui-2.45.2-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-p4-2.45.2-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-p4-2.45.2-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-p4-2.45.2-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-p4-2.45.2-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-svn-2.45.2-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-svn-2.45.2-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-svn-2.45.2-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-svn-2.45.2-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-web-2.45.2-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-web-2.45.2-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-web-2.45.2-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:git-web-2.45.2-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gitk-2.45.2-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gitk-2.45.2-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gitk-2.45.2-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gitk-2.45.2-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-Git-2.45.2-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-Git-2.45.2-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-Git-2.45.2-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-Git-2.45.2-2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
5 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "git-2.45.2-2.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the git-2.45.2-2.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-14212",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_14212-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-24577 page",
"url": "https://www.suse.com/security/cve/CVE-2024-24577/"
}
],
"title": "git-2.45.2-2.1 on GA media",
"tracking": {
"current_release_date": "2024-07-22T00:00:00Z",
"generator": {
"date": "2024-07-22T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:14212-1",
"initial_release_date": "2024-07-22T00:00:00Z",
"revision_history": [
{
"date": "2024-07-22T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "git-2.45.2-2.1.aarch64",
"product": {
"name": "git-2.45.2-2.1.aarch64",
"product_id": "git-2.45.2-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-arch-2.45.2-2.1.aarch64",
"product": {
"name": "git-arch-2.45.2-2.1.aarch64",
"product_id": "git-arch-2.45.2-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-core-2.45.2-2.1.aarch64",
"product": {
"name": "git-core-2.45.2-2.1.aarch64",
"product_id": "git-core-2.45.2-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-2.45.2-2.1.aarch64",
"product": {
"name": "git-credential-libsecret-2.45.2-2.1.aarch64",
"product_id": "git-credential-libsecret-2.45.2-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-cvs-2.45.2-2.1.aarch64",
"product": {
"name": "git-cvs-2.45.2-2.1.aarch64",
"product_id": "git-cvs-2.45.2-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-daemon-2.45.2-2.1.aarch64",
"product": {
"name": "git-daemon-2.45.2-2.1.aarch64",
"product_id": "git-daemon-2.45.2-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-doc-2.45.2-2.1.aarch64",
"product": {
"name": "git-doc-2.45.2-2.1.aarch64",
"product_id": "git-doc-2.45.2-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-email-2.45.2-2.1.aarch64",
"product": {
"name": "git-email-2.45.2-2.1.aarch64",
"product_id": "git-email-2.45.2-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-gui-2.45.2-2.1.aarch64",
"product": {
"name": "git-gui-2.45.2-2.1.aarch64",
"product_id": "git-gui-2.45.2-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-p4-2.45.2-2.1.aarch64",
"product": {
"name": "git-p4-2.45.2-2.1.aarch64",
"product_id": "git-p4-2.45.2-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-svn-2.45.2-2.1.aarch64",
"product": {
"name": "git-svn-2.45.2-2.1.aarch64",
"product_id": "git-svn-2.45.2-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-web-2.45.2-2.1.aarch64",
"product": {
"name": "git-web-2.45.2-2.1.aarch64",
"product_id": "git-web-2.45.2-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "gitk-2.45.2-2.1.aarch64",
"product": {
"name": "gitk-2.45.2-2.1.aarch64",
"product_id": "gitk-2.45.2-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "perl-Git-2.45.2-2.1.aarch64",
"product": {
"name": "perl-Git-2.45.2-2.1.aarch64",
"product_id": "perl-Git-2.45.2-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-2.45.2-2.1.ppc64le",
"product": {
"name": "git-2.45.2-2.1.ppc64le",
"product_id": "git-2.45.2-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-arch-2.45.2-2.1.ppc64le",
"product": {
"name": "git-arch-2.45.2-2.1.ppc64le",
"product_id": "git-arch-2.45.2-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-core-2.45.2-2.1.ppc64le",
"product": {
"name": "git-core-2.45.2-2.1.ppc64le",
"product_id": "git-core-2.45.2-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-2.45.2-2.1.ppc64le",
"product": {
"name": "git-credential-libsecret-2.45.2-2.1.ppc64le",
"product_id": "git-credential-libsecret-2.45.2-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-cvs-2.45.2-2.1.ppc64le",
"product": {
"name": "git-cvs-2.45.2-2.1.ppc64le",
"product_id": "git-cvs-2.45.2-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-daemon-2.45.2-2.1.ppc64le",
"product": {
"name": "git-daemon-2.45.2-2.1.ppc64le",
"product_id": "git-daemon-2.45.2-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-doc-2.45.2-2.1.ppc64le",
"product": {
"name": "git-doc-2.45.2-2.1.ppc64le",
"product_id": "git-doc-2.45.2-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-email-2.45.2-2.1.ppc64le",
"product": {
"name": "git-email-2.45.2-2.1.ppc64le",
"product_id": "git-email-2.45.2-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-gui-2.45.2-2.1.ppc64le",
"product": {
"name": "git-gui-2.45.2-2.1.ppc64le",
"product_id": "git-gui-2.45.2-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-p4-2.45.2-2.1.ppc64le",
"product": {
"name": "git-p4-2.45.2-2.1.ppc64le",
"product_id": "git-p4-2.45.2-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-svn-2.45.2-2.1.ppc64le",
"product": {
"name": "git-svn-2.45.2-2.1.ppc64le",
"product_id": "git-svn-2.45.2-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-web-2.45.2-2.1.ppc64le",
"product": {
"name": "git-web-2.45.2-2.1.ppc64le",
"product_id": "git-web-2.45.2-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gitk-2.45.2-2.1.ppc64le",
"product": {
"name": "gitk-2.45.2-2.1.ppc64le",
"product_id": "gitk-2.45.2-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "perl-Git-2.45.2-2.1.ppc64le",
"product": {
"name": "perl-Git-2.45.2-2.1.ppc64le",
"product_id": "perl-Git-2.45.2-2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-2.45.2-2.1.s390x",
"product": {
"name": "git-2.45.2-2.1.s390x",
"product_id": "git-2.45.2-2.1.s390x"
}
},
{
"category": "product_version",
"name": "git-arch-2.45.2-2.1.s390x",
"product": {
"name": "git-arch-2.45.2-2.1.s390x",
"product_id": "git-arch-2.45.2-2.1.s390x"
}
},
{
"category": "product_version",
"name": "git-core-2.45.2-2.1.s390x",
"product": {
"name": "git-core-2.45.2-2.1.s390x",
"product_id": "git-core-2.45.2-2.1.s390x"
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-2.45.2-2.1.s390x",
"product": {
"name": "git-credential-libsecret-2.45.2-2.1.s390x",
"product_id": "git-credential-libsecret-2.45.2-2.1.s390x"
}
},
{
"category": "product_version",
"name": "git-cvs-2.45.2-2.1.s390x",
"product": {
"name": "git-cvs-2.45.2-2.1.s390x",
"product_id": "git-cvs-2.45.2-2.1.s390x"
}
},
{
"category": "product_version",
"name": "git-daemon-2.45.2-2.1.s390x",
"product": {
"name": "git-daemon-2.45.2-2.1.s390x",
"product_id": "git-daemon-2.45.2-2.1.s390x"
}
},
{
"category": "product_version",
"name": "git-doc-2.45.2-2.1.s390x",
"product": {
"name": "git-doc-2.45.2-2.1.s390x",
"product_id": "git-doc-2.45.2-2.1.s390x"
}
},
{
"category": "product_version",
"name": "git-email-2.45.2-2.1.s390x",
"product": {
"name": "git-email-2.45.2-2.1.s390x",
"product_id": "git-email-2.45.2-2.1.s390x"
}
},
{
"category": "product_version",
"name": "git-gui-2.45.2-2.1.s390x",
"product": {
"name": "git-gui-2.45.2-2.1.s390x",
"product_id": "git-gui-2.45.2-2.1.s390x"
}
},
{
"category": "product_version",
"name": "git-p4-2.45.2-2.1.s390x",
"product": {
"name": "git-p4-2.45.2-2.1.s390x",
"product_id": "git-p4-2.45.2-2.1.s390x"
}
},
{
"category": "product_version",
"name": "git-svn-2.45.2-2.1.s390x",
"product": {
"name": "git-svn-2.45.2-2.1.s390x",
"product_id": "git-svn-2.45.2-2.1.s390x"
}
},
{
"category": "product_version",
"name": "git-web-2.45.2-2.1.s390x",
"product": {
"name": "git-web-2.45.2-2.1.s390x",
"product_id": "git-web-2.45.2-2.1.s390x"
}
},
{
"category": "product_version",
"name": "gitk-2.45.2-2.1.s390x",
"product": {
"name": "gitk-2.45.2-2.1.s390x",
"product_id": "gitk-2.45.2-2.1.s390x"
}
},
{
"category": "product_version",
"name": "perl-Git-2.45.2-2.1.s390x",
"product": {
"name": "perl-Git-2.45.2-2.1.s390x",
"product_id": "perl-Git-2.45.2-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "git-2.45.2-2.1.x86_64",
"product": {
"name": "git-2.45.2-2.1.x86_64",
"product_id": "git-2.45.2-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-arch-2.45.2-2.1.x86_64",
"product": {
"name": "git-arch-2.45.2-2.1.x86_64",
"product_id": "git-arch-2.45.2-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-core-2.45.2-2.1.x86_64",
"product": {
"name": "git-core-2.45.2-2.1.x86_64",
"product_id": "git-core-2.45.2-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-2.45.2-2.1.x86_64",
"product": {
"name": "git-credential-libsecret-2.45.2-2.1.x86_64",
"product_id": "git-credential-libsecret-2.45.2-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-cvs-2.45.2-2.1.x86_64",
"product": {
"name": "git-cvs-2.45.2-2.1.x86_64",
"product_id": "git-cvs-2.45.2-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-daemon-2.45.2-2.1.x86_64",
"product": {
"name": "git-daemon-2.45.2-2.1.x86_64",
"product_id": "git-daemon-2.45.2-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-doc-2.45.2-2.1.x86_64",
"product": {
"name": "git-doc-2.45.2-2.1.x86_64",
"product_id": "git-doc-2.45.2-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-email-2.45.2-2.1.x86_64",
"product": {
"name": "git-email-2.45.2-2.1.x86_64",
"product_id": "git-email-2.45.2-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-gui-2.45.2-2.1.x86_64",
"product": {
"name": "git-gui-2.45.2-2.1.x86_64",
"product_id": "git-gui-2.45.2-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-p4-2.45.2-2.1.x86_64",
"product": {
"name": "git-p4-2.45.2-2.1.x86_64",
"product_id": "git-p4-2.45.2-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-svn-2.45.2-2.1.x86_64",
"product": {
"name": "git-svn-2.45.2-2.1.x86_64",
"product_id": "git-svn-2.45.2-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-web-2.45.2-2.1.x86_64",
"product": {
"name": "git-web-2.45.2-2.1.x86_64",
"product_id": "git-web-2.45.2-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "gitk-2.45.2-2.1.x86_64",
"product": {
"name": "gitk-2.45.2-2.1.x86_64",
"product_id": "gitk-2.45.2-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-Git-2.45.2-2.1.x86_64",
"product": {
"name": "perl-Git-2.45.2-2.1.x86_64",
"product_id": "perl-Git-2.45.2-2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.45.2-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-2.45.2-2.1.aarch64"
},
"product_reference": "git-2.45.2-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.45.2-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-2.45.2-2.1.ppc64le"
},
"product_reference": "git-2.45.2-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.45.2-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-2.45.2-2.1.s390x"
},
"product_reference": "git-2.45.2-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.45.2-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-2.45.2-2.1.x86_64"
},
"product_reference": "git-2.45.2-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.45.2-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-arch-2.45.2-2.1.aarch64"
},
"product_reference": "git-arch-2.45.2-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.45.2-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-arch-2.45.2-2.1.ppc64le"
},
"product_reference": "git-arch-2.45.2-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.45.2-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-arch-2.45.2-2.1.s390x"
},
"product_reference": "git-arch-2.45.2-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.45.2-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-arch-2.45.2-2.1.x86_64"
},
"product_reference": "git-arch-2.45.2-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.45.2-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-core-2.45.2-2.1.aarch64"
},
"product_reference": "git-core-2.45.2-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.45.2-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-core-2.45.2-2.1.ppc64le"
},
"product_reference": "git-core-2.45.2-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.45.2-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-core-2.45.2-2.1.s390x"
},
"product_reference": "git-core-2.45.2-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.45.2-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-core-2.45.2-2.1.x86_64"
},
"product_reference": "git-core-2.45.2-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-2.45.2-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-credential-libsecret-2.45.2-2.1.aarch64"
},
"product_reference": "git-credential-libsecret-2.45.2-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-2.45.2-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-credential-libsecret-2.45.2-2.1.ppc64le"
},
"product_reference": "git-credential-libsecret-2.45.2-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-2.45.2-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-credential-libsecret-2.45.2-2.1.s390x"
},
"product_reference": "git-credential-libsecret-2.45.2-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-2.45.2-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-credential-libsecret-2.45.2-2.1.x86_64"
},
"product_reference": "git-credential-libsecret-2.45.2-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.45.2-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-cvs-2.45.2-2.1.aarch64"
},
"product_reference": "git-cvs-2.45.2-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.45.2-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-cvs-2.45.2-2.1.ppc64le"
},
"product_reference": "git-cvs-2.45.2-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.45.2-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-cvs-2.45.2-2.1.s390x"
},
"product_reference": "git-cvs-2.45.2-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.45.2-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-cvs-2.45.2-2.1.x86_64"
},
"product_reference": "git-cvs-2.45.2-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.45.2-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-daemon-2.45.2-2.1.aarch64"
},
"product_reference": "git-daemon-2.45.2-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.45.2-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-daemon-2.45.2-2.1.ppc64le"
},
"product_reference": "git-daemon-2.45.2-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.45.2-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-daemon-2.45.2-2.1.s390x"
},
"product_reference": "git-daemon-2.45.2-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.45.2-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-daemon-2.45.2-2.1.x86_64"
},
"product_reference": "git-daemon-2.45.2-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-doc-2.45.2-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-doc-2.45.2-2.1.aarch64"
},
"product_reference": "git-doc-2.45.2-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-doc-2.45.2-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-doc-2.45.2-2.1.ppc64le"
},
"product_reference": "git-doc-2.45.2-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-doc-2.45.2-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-doc-2.45.2-2.1.s390x"
},
"product_reference": "git-doc-2.45.2-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-doc-2.45.2-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-doc-2.45.2-2.1.x86_64"
},
"product_reference": "git-doc-2.45.2-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.45.2-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-email-2.45.2-2.1.aarch64"
},
"product_reference": "git-email-2.45.2-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.45.2-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-email-2.45.2-2.1.ppc64le"
},
"product_reference": "git-email-2.45.2-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.45.2-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-email-2.45.2-2.1.s390x"
},
"product_reference": "git-email-2.45.2-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.45.2-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-email-2.45.2-2.1.x86_64"
},
"product_reference": "git-email-2.45.2-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.45.2-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-gui-2.45.2-2.1.aarch64"
},
"product_reference": "git-gui-2.45.2-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.45.2-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-gui-2.45.2-2.1.ppc64le"
},
"product_reference": "git-gui-2.45.2-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.45.2-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-gui-2.45.2-2.1.s390x"
},
"product_reference": "git-gui-2.45.2-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.45.2-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-gui-2.45.2-2.1.x86_64"
},
"product_reference": "git-gui-2.45.2-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-p4-2.45.2-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-p4-2.45.2-2.1.aarch64"
},
"product_reference": "git-p4-2.45.2-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-p4-2.45.2-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-p4-2.45.2-2.1.ppc64le"
},
"product_reference": "git-p4-2.45.2-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-p4-2.45.2-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-p4-2.45.2-2.1.s390x"
},
"product_reference": "git-p4-2.45.2-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-p4-2.45.2-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-p4-2.45.2-2.1.x86_64"
},
"product_reference": "git-p4-2.45.2-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.45.2-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-svn-2.45.2-2.1.aarch64"
},
"product_reference": "git-svn-2.45.2-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.45.2-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-svn-2.45.2-2.1.ppc64le"
},
"product_reference": "git-svn-2.45.2-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.45.2-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-svn-2.45.2-2.1.s390x"
},
"product_reference": "git-svn-2.45.2-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.45.2-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-svn-2.45.2-2.1.x86_64"
},
"product_reference": "git-svn-2.45.2-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.45.2-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-web-2.45.2-2.1.aarch64"
},
"product_reference": "git-web-2.45.2-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.45.2-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-web-2.45.2-2.1.ppc64le"
},
"product_reference": "git-web-2.45.2-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.45.2-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-web-2.45.2-2.1.s390x"
},
"product_reference": "git-web-2.45.2-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.45.2-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:git-web-2.45.2-2.1.x86_64"
},
"product_reference": "git-web-2.45.2-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.45.2-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gitk-2.45.2-2.1.aarch64"
},
"product_reference": "gitk-2.45.2-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.45.2-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gitk-2.45.2-2.1.ppc64le"
},
"product_reference": "gitk-2.45.2-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.45.2-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gitk-2.45.2-2.1.s390x"
},
"product_reference": "gitk-2.45.2-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.45.2-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gitk-2.45.2-2.1.x86_64"
},
"product_reference": "gitk-2.45.2-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.45.2-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-Git-2.45.2-2.1.aarch64"
},
"product_reference": "perl-Git-2.45.2-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.45.2-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-Git-2.45.2-2.1.ppc64le"
},
"product_reference": "perl-Git-2.45.2-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.45.2-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-Git-2.45.2-2.1.s390x"
},
"product_reference": "perl-Git-2.45.2-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.45.2-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-Git-2.45.2-2.1.x86_64"
},
"product_reference": "perl-Git-2.45.2-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-24577",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-24577"
}
],
"notes": [
{
"category": "general",
"text": "libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Using well-crafted inputs to `git_index_add` can cause heap corruption that could be leveraged for arbitrary code execution. There is an issue in the `has_dir_name` function in `src/libgit2/index.c`, which frees an entry that should not be freed. The freed entry is later used and overwritten with potentially bad actor-controlled data leading to controlled heap corruption. Depending on the application that uses libgit2, this could lead to arbitrary code execution. This issue has been patched in version 1.6.5 and 1.7.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:git-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-arch-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-arch-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-arch-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-arch-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-core-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-core-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-core-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-core-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-credential-libsecret-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-credential-libsecret-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-credential-libsecret-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-credential-libsecret-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-cvs-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-cvs-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-cvs-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-cvs-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-daemon-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-daemon-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-daemon-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-daemon-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-doc-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-doc-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-doc-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-doc-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-email-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-email-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-email-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-email-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-gui-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-gui-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-gui-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-gui-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-p4-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-p4-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-p4-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-p4-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-svn-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-svn-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-svn-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-svn-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-web-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-web-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-web-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-web-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:gitk-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:gitk-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:gitk-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:gitk-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:perl-Git-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:perl-Git-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:perl-Git-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:perl-Git-2.45.2-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-24577",
"url": "https://www.suse.com/security/cve/CVE-2024-24577"
},
{
"category": "external",
"summary": "SUSE Bug 1219660 for CVE-2024-24577",
"url": "https://bugzilla.suse.com/1219660"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:git-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-arch-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-arch-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-arch-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-arch-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-core-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-core-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-core-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-core-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-credential-libsecret-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-credential-libsecret-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-credential-libsecret-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-credential-libsecret-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-cvs-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-cvs-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-cvs-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-cvs-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-daemon-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-daemon-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-daemon-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-daemon-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-doc-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-doc-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-doc-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-doc-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-email-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-email-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-email-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-email-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-gui-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-gui-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-gui-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-gui-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-p4-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-p4-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-p4-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-p4-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-svn-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-svn-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-svn-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-svn-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-web-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-web-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-web-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-web-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:gitk-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:gitk-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:gitk-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:gitk-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:perl-Git-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:perl-Git-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:perl-Git-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:perl-Git-2.45.2-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:git-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-arch-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-arch-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-arch-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-arch-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-core-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-core-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-core-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-core-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-credential-libsecret-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-credential-libsecret-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-credential-libsecret-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-credential-libsecret-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-cvs-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-cvs-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-cvs-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-cvs-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-daemon-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-daemon-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-daemon-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-daemon-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-doc-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-doc-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-doc-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-doc-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-email-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-email-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-email-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-email-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-gui-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-gui-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-gui-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-gui-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-p4-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-p4-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-p4-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-p4-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-svn-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-svn-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-svn-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-svn-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:git-web-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:git-web-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:git-web-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:git-web-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:gitk-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:gitk-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:gitk-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:gitk-2.45.2-2.1.x86_64",
"openSUSE Tumbleweed:perl-Git-2.45.2-2.1.aarch64",
"openSUSE Tumbleweed:perl-Git-2.45.2-2.1.ppc64le",
"openSUSE Tumbleweed:perl-Git-2.45.2-2.1.s390x",
"openSUSE Tumbleweed:perl-Git-2.45.2-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-24577"
}
]
}
rustsec-2024-0013
Vulnerability from osv_rustsec
Published
2024-02-06 12:00
Modified
2024-02-15 01:22
Summary
Memory corruption, denial of service, and arbitrary code execution in libgit2
Details
The libgit2 project fixed three security issues in the 1.7.2 release. These issues are:
- The
git_revparse_singlefunction can potentially enter an infinite loop on a well-crafted input, potentially causing a Denial of Service. This function is exposed in thegit2crate via theRepository::revparse_singlemethod. - The
git_index_addfunction may cause heap corruption and possibly lead to arbitrary code execution. This function is exposed in thegit2crate via theIndex::addmethod. - The smart transport negotiation may experience an out-of-bounds read when a remote server did not advertise capabilities.
The libgit2-sys crate bundles libgit2, or optionally links to a system libgit2 library. In either case, versions of the libgit2 library less than 1.7.2 are vulnerable. The 0.16.2 release of libgit2-sys bundles the fixed version of 1.7.2, and requires a system libgit2 version of at least 1.7.2.
It is recommended that all users upgrade.
Severity
8.6 (High)
References
{
"affected": [
{
"database_specific": {
"categories": [
"denial-of-service",
"code-execution",
"memory-corruption"
],
"cvss": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"informational": null
},
"ecosystem_specific": {
"affected_functions": null,
"affects": {
"arch": [],
"functions": [
"libgit2_sys::git_index_add",
"libgit2_sys::git_revparse_single"
],
"os": []
}
},
"package": {
"ecosystem": "crates.io",
"name": "libgit2-sys",
"purl": "pkg:cargo/libgit2-sys"
},
"ranges": [
{
"events": [
{
"introduced": "0.0.0-0"
},
{
"fixed": "0.16.2"
}
],
"type": "SEMVER"
}
],
"versions": []
}
],
"aliases": [
"GHSA-22q8-ghmq-63vf"
],
"database_specific": {
"license": "CC0-1.0"
},
"details": "The [libgit2](https://github.com/libgit2/libgit2/) project fixed three security issues in the 1.7.2 release. These issues are:\n\n* The `git_revparse_single` function can potentially enter an infinite loop on a well-crafted input, potentially causing a Denial of Service. This function is exposed in the `git2` crate via the [`Repository::revparse_single`](https://docs.rs/git2/latest/git2/struct.Repository.html#method.revparse_single) method.\n* The `git_index_add` function may cause heap corruption and possibly lead to arbitrary code execution. This function is exposed in the `git2` crate via the [`Index::add`](https://docs.rs/git2/latest/git2/struct.Index.html#method.add) method.\n* The smart transport negotiation may experience an out-of-bounds read when a remote server did not advertise capabilities.\n\nThe `libgit2-sys` crate bundles libgit2, or optionally links to a system libgit2 library. In either case, versions of the libgit2 library less than 1.7.2 are vulnerable. The 0.16.2 release of `libgit2-sys` bundles the fixed version of 1.7.2, and requires a system libgit2 version of at least 1.7.2.\n\nIt is recommended that all users upgrade.",
"id": "RUSTSEC-2024-0013",
"modified": "2024-02-15T01:22:49Z",
"published": "2024-02-06T12:00:00Z",
"references": [
{
"type": "PACKAGE",
"url": "https://crates.io/crates/libgit2-sys"
},
{
"type": "ADVISORY",
"url": "https://rustsec.org/advisories/RUSTSEC-2024-0013.html"
},
{
"type": "WEB",
"url": "https://github.com/rust-lang/git2-rs/pull/1017"
},
{
"type": "WEB",
"url": "https://github.com/libgit2/libgit2/releases/tag/v1.7.2"
}
],
"related": [
"CVE-2024-24575",
"CVE-2024-24577",
"GHSA-54mf-x2rh-hq9v",
"GHSA-j2v7-4f6v-gpg8"
],
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"type": "CVSS_V3"
}
],
"summary": "Memory corruption, denial of service, and arbitrary code execution in libgit2"
}
SUSE-SU-2024:2579-1
Vulnerability from csaf_suse - Published: 2024-07-22 10:36 - Updated: 2024-07-22 10:36Summary
Security update for git
Severity
Important
Notes
Title of the patch: Security update for git
Description of the patch: This update for git fixes the following issues:
- CVE-2024-24577: Fixed arbitrary code execution due to heap corruption in git_index_add (bsc#1219660)
Patchnames: SUSE-2024-2579,SUSE-SLE-Module-Basesystem-15-SP6-2024-2579,SUSE-SLE-Module-Development-Tools-15-SP6-2024-2579,openSUSE-SLE-15.6-2024-2579
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.6 (High)
Affected products
Recommended
98 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-doc-2.43.0-150600.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-2.43.0-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-2.43.0-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-2.43.0-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-2.43.0-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-arch-2.43.0-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-arch-2.43.0-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-arch-2.43.0-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-arch-2.43.0-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-core-2.43.0-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-core-2.43.0-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-core-2.43.0-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-core-2.43.0-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-doc-2.43.0-150600.3.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-email-2.43.0-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-email-2.43.0-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-email-2.43.0-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-email-2.43.0-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-gui-2.43.0-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-gui-2.43.0-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-gui-2.43.0-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-gui-2.43.0-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-p4-2.43.0-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-p4-2.43.0-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-p4-2.43.0-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-p4-2.43.0-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-svn-2.43.0-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-svn-2.43.0-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-svn-2.43.0-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-svn-2.43.0-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-web-2.43.0-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-web-2.43.0-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-web-2.43.0-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:git-web-2.43.0-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gitk-2.43.0-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gitk-2.43.0-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gitk-2.43.0-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:gitk-2.43.0-150600.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for git",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for git fixes the following issues:\n\n- CVE-2024-24577: Fixed arbitrary code execution due to heap corruption in git_index_add (bsc#1219660)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-2579,SUSE-SLE-Module-Basesystem-15-SP6-2024-2579,SUSE-SLE-Module-Development-Tools-15-SP6-2024-2579,openSUSE-SLE-15.6-2024-2579",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_2579-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:2579-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20242579-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:2579-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-July/019012.html"
},
{
"category": "self",
"summary": "SUSE Bug 1219660",
"url": "https://bugzilla.suse.com/1219660"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-24577 page",
"url": "https://www.suse.com/security/cve/CVE-2024-24577/"
}
],
"title": "Security update for git",
"tracking": {
"current_release_date": "2024-07-22T10:36:35Z",
"generator": {
"date": "2024-07-22T10:36:35Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:2579-1",
"initial_release_date": "2024-07-22T10:36:35Z",
"revision_history": [
{
"date": "2024-07-22T10:36:35Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "git-2.43.0-150600.3.6.1.aarch64",
"product": {
"name": "git-2.43.0-150600.3.6.1.aarch64",
"product_id": "git-2.43.0-150600.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-arch-2.43.0-150600.3.6.1.aarch64",
"product": {
"name": "git-arch-2.43.0-150600.3.6.1.aarch64",
"product_id": "git-arch-2.43.0-150600.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-core-2.43.0-150600.3.6.1.aarch64",
"product": {
"name": "git-core-2.43.0-150600.3.6.1.aarch64",
"product_id": "git-core-2.43.0-150600.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-2.43.0-150600.3.6.1.aarch64",
"product": {
"name": "git-credential-libsecret-2.43.0-150600.3.6.1.aarch64",
"product_id": "git-credential-libsecret-2.43.0-150600.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-cvs-2.43.0-150600.3.6.1.aarch64",
"product": {
"name": "git-cvs-2.43.0-150600.3.6.1.aarch64",
"product_id": "git-cvs-2.43.0-150600.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-daemon-2.43.0-150600.3.6.1.aarch64",
"product": {
"name": "git-daemon-2.43.0-150600.3.6.1.aarch64",
"product_id": "git-daemon-2.43.0-150600.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-email-2.43.0-150600.3.6.1.aarch64",
"product": {
"name": "git-email-2.43.0-150600.3.6.1.aarch64",
"product_id": "git-email-2.43.0-150600.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-gui-2.43.0-150600.3.6.1.aarch64",
"product": {
"name": "git-gui-2.43.0-150600.3.6.1.aarch64",
"product_id": "git-gui-2.43.0-150600.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-p4-2.43.0-150600.3.6.1.aarch64",
"product": {
"name": "git-p4-2.43.0-150600.3.6.1.aarch64",
"product_id": "git-p4-2.43.0-150600.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-svn-2.43.0-150600.3.6.1.aarch64",
"product": {
"name": "git-svn-2.43.0-150600.3.6.1.aarch64",
"product_id": "git-svn-2.43.0-150600.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "git-web-2.43.0-150600.3.6.1.aarch64",
"product": {
"name": "git-web-2.43.0-150600.3.6.1.aarch64",
"product_id": "git-web-2.43.0-150600.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "gitk-2.43.0-150600.3.6.1.aarch64",
"product": {
"name": "gitk-2.43.0-150600.3.6.1.aarch64",
"product_id": "gitk-2.43.0-150600.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "perl-Git-2.43.0-150600.3.6.1.aarch64",
"product": {
"name": "perl-Git-2.43.0-150600.3.6.1.aarch64",
"product_id": "perl-Git-2.43.0-150600.3.6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-2.43.0-150600.3.6.1.i586",
"product": {
"name": "git-2.43.0-150600.3.6.1.i586",
"product_id": "git-2.43.0-150600.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "git-arch-2.43.0-150600.3.6.1.i586",
"product": {
"name": "git-arch-2.43.0-150600.3.6.1.i586",
"product_id": "git-arch-2.43.0-150600.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "git-core-2.43.0-150600.3.6.1.i586",
"product": {
"name": "git-core-2.43.0-150600.3.6.1.i586",
"product_id": "git-core-2.43.0-150600.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-2.43.0-150600.3.6.1.i586",
"product": {
"name": "git-credential-libsecret-2.43.0-150600.3.6.1.i586",
"product_id": "git-credential-libsecret-2.43.0-150600.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "git-cvs-2.43.0-150600.3.6.1.i586",
"product": {
"name": "git-cvs-2.43.0-150600.3.6.1.i586",
"product_id": "git-cvs-2.43.0-150600.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "git-daemon-2.43.0-150600.3.6.1.i586",
"product": {
"name": "git-daemon-2.43.0-150600.3.6.1.i586",
"product_id": "git-daemon-2.43.0-150600.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "git-email-2.43.0-150600.3.6.1.i586",
"product": {
"name": "git-email-2.43.0-150600.3.6.1.i586",
"product_id": "git-email-2.43.0-150600.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "git-gui-2.43.0-150600.3.6.1.i586",
"product": {
"name": "git-gui-2.43.0-150600.3.6.1.i586",
"product_id": "git-gui-2.43.0-150600.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "git-p4-2.43.0-150600.3.6.1.i586",
"product": {
"name": "git-p4-2.43.0-150600.3.6.1.i586",
"product_id": "git-p4-2.43.0-150600.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "git-svn-2.43.0-150600.3.6.1.i586",
"product": {
"name": "git-svn-2.43.0-150600.3.6.1.i586",
"product_id": "git-svn-2.43.0-150600.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "git-web-2.43.0-150600.3.6.1.i586",
"product": {
"name": "git-web-2.43.0-150600.3.6.1.i586",
"product_id": "git-web-2.43.0-150600.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "gitk-2.43.0-150600.3.6.1.i586",
"product": {
"name": "gitk-2.43.0-150600.3.6.1.i586",
"product_id": "gitk-2.43.0-150600.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "perl-Git-2.43.0-150600.3.6.1.i586",
"product": {
"name": "perl-Git-2.43.0-150600.3.6.1.i586",
"product_id": "perl-Git-2.43.0-150600.3.6.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "git-doc-2.43.0-150600.3.6.1.noarch",
"product": {
"name": "git-doc-2.43.0-150600.3.6.1.noarch",
"product_id": "git-doc-2.43.0-150600.3.6.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "git-2.43.0-150600.3.6.1.ppc64le",
"product": {
"name": "git-2.43.0-150600.3.6.1.ppc64le",
"product_id": "git-2.43.0-150600.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-arch-2.43.0-150600.3.6.1.ppc64le",
"product": {
"name": "git-arch-2.43.0-150600.3.6.1.ppc64le",
"product_id": "git-arch-2.43.0-150600.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-core-2.43.0-150600.3.6.1.ppc64le",
"product": {
"name": "git-core-2.43.0-150600.3.6.1.ppc64le",
"product_id": "git-core-2.43.0-150600.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-2.43.0-150600.3.6.1.ppc64le",
"product": {
"name": "git-credential-libsecret-2.43.0-150600.3.6.1.ppc64le",
"product_id": "git-credential-libsecret-2.43.0-150600.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-cvs-2.43.0-150600.3.6.1.ppc64le",
"product": {
"name": "git-cvs-2.43.0-150600.3.6.1.ppc64le",
"product_id": "git-cvs-2.43.0-150600.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-daemon-2.43.0-150600.3.6.1.ppc64le",
"product": {
"name": "git-daemon-2.43.0-150600.3.6.1.ppc64le",
"product_id": "git-daemon-2.43.0-150600.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-email-2.43.0-150600.3.6.1.ppc64le",
"product": {
"name": "git-email-2.43.0-150600.3.6.1.ppc64le",
"product_id": "git-email-2.43.0-150600.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-gui-2.43.0-150600.3.6.1.ppc64le",
"product": {
"name": "git-gui-2.43.0-150600.3.6.1.ppc64le",
"product_id": "git-gui-2.43.0-150600.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-p4-2.43.0-150600.3.6.1.ppc64le",
"product": {
"name": "git-p4-2.43.0-150600.3.6.1.ppc64le",
"product_id": "git-p4-2.43.0-150600.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-svn-2.43.0-150600.3.6.1.ppc64le",
"product": {
"name": "git-svn-2.43.0-150600.3.6.1.ppc64le",
"product_id": "git-svn-2.43.0-150600.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "git-web-2.43.0-150600.3.6.1.ppc64le",
"product": {
"name": "git-web-2.43.0-150600.3.6.1.ppc64le",
"product_id": "git-web-2.43.0-150600.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gitk-2.43.0-150600.3.6.1.ppc64le",
"product": {
"name": "gitk-2.43.0-150600.3.6.1.ppc64le",
"product_id": "gitk-2.43.0-150600.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "perl-Git-2.43.0-150600.3.6.1.ppc64le",
"product": {
"name": "perl-Git-2.43.0-150600.3.6.1.ppc64le",
"product_id": "perl-Git-2.43.0-150600.3.6.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-2.43.0-150600.3.6.1.s390x",
"product": {
"name": "git-2.43.0-150600.3.6.1.s390x",
"product_id": "git-2.43.0-150600.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "git-arch-2.43.0-150600.3.6.1.s390x",
"product": {
"name": "git-arch-2.43.0-150600.3.6.1.s390x",
"product_id": "git-arch-2.43.0-150600.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "git-core-2.43.0-150600.3.6.1.s390x",
"product": {
"name": "git-core-2.43.0-150600.3.6.1.s390x",
"product_id": "git-core-2.43.0-150600.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-2.43.0-150600.3.6.1.s390x",
"product": {
"name": "git-credential-libsecret-2.43.0-150600.3.6.1.s390x",
"product_id": "git-credential-libsecret-2.43.0-150600.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "git-cvs-2.43.0-150600.3.6.1.s390x",
"product": {
"name": "git-cvs-2.43.0-150600.3.6.1.s390x",
"product_id": "git-cvs-2.43.0-150600.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "git-daemon-2.43.0-150600.3.6.1.s390x",
"product": {
"name": "git-daemon-2.43.0-150600.3.6.1.s390x",
"product_id": "git-daemon-2.43.0-150600.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "git-email-2.43.0-150600.3.6.1.s390x",
"product": {
"name": "git-email-2.43.0-150600.3.6.1.s390x",
"product_id": "git-email-2.43.0-150600.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "git-gui-2.43.0-150600.3.6.1.s390x",
"product": {
"name": "git-gui-2.43.0-150600.3.6.1.s390x",
"product_id": "git-gui-2.43.0-150600.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "git-p4-2.43.0-150600.3.6.1.s390x",
"product": {
"name": "git-p4-2.43.0-150600.3.6.1.s390x",
"product_id": "git-p4-2.43.0-150600.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "git-svn-2.43.0-150600.3.6.1.s390x",
"product": {
"name": "git-svn-2.43.0-150600.3.6.1.s390x",
"product_id": "git-svn-2.43.0-150600.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "git-web-2.43.0-150600.3.6.1.s390x",
"product": {
"name": "git-web-2.43.0-150600.3.6.1.s390x",
"product_id": "git-web-2.43.0-150600.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "gitk-2.43.0-150600.3.6.1.s390x",
"product": {
"name": "gitk-2.43.0-150600.3.6.1.s390x",
"product_id": "gitk-2.43.0-150600.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "perl-Git-2.43.0-150600.3.6.1.s390x",
"product": {
"name": "perl-Git-2.43.0-150600.3.6.1.s390x",
"product_id": "perl-Git-2.43.0-150600.3.6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "git-2.43.0-150600.3.6.1.x86_64",
"product": {
"name": "git-2.43.0-150600.3.6.1.x86_64",
"product_id": "git-2.43.0-150600.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-arch-2.43.0-150600.3.6.1.x86_64",
"product": {
"name": "git-arch-2.43.0-150600.3.6.1.x86_64",
"product_id": "git-arch-2.43.0-150600.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-core-2.43.0-150600.3.6.1.x86_64",
"product": {
"name": "git-core-2.43.0-150600.3.6.1.x86_64",
"product_id": "git-core-2.43.0-150600.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-credential-libsecret-2.43.0-150600.3.6.1.x86_64",
"product": {
"name": "git-credential-libsecret-2.43.0-150600.3.6.1.x86_64",
"product_id": "git-credential-libsecret-2.43.0-150600.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-cvs-2.43.0-150600.3.6.1.x86_64",
"product": {
"name": "git-cvs-2.43.0-150600.3.6.1.x86_64",
"product_id": "git-cvs-2.43.0-150600.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-daemon-2.43.0-150600.3.6.1.x86_64",
"product": {
"name": "git-daemon-2.43.0-150600.3.6.1.x86_64",
"product_id": "git-daemon-2.43.0-150600.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-email-2.43.0-150600.3.6.1.x86_64",
"product": {
"name": "git-email-2.43.0-150600.3.6.1.x86_64",
"product_id": "git-email-2.43.0-150600.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-gui-2.43.0-150600.3.6.1.x86_64",
"product": {
"name": "git-gui-2.43.0-150600.3.6.1.x86_64",
"product_id": "git-gui-2.43.0-150600.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-p4-2.43.0-150600.3.6.1.x86_64",
"product": {
"name": "git-p4-2.43.0-150600.3.6.1.x86_64",
"product_id": "git-p4-2.43.0-150600.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-svn-2.43.0-150600.3.6.1.x86_64",
"product": {
"name": "git-svn-2.43.0-150600.3.6.1.x86_64",
"product_id": "git-svn-2.43.0-150600.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "git-web-2.43.0-150600.3.6.1.x86_64",
"product": {
"name": "git-web-2.43.0-150600.3.6.1.x86_64",
"product_id": "git-web-2.43.0-150600.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "gitk-2.43.0-150600.3.6.1.x86_64",
"product": {
"name": "gitk-2.43.0-150600.3.6.1.x86_64",
"product_id": "gitk-2.43.0-150600.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-Git-2.43.0-150600.3.6.1.x86_64",
"product": {
"name": "perl-Git-2.43.0-150600.3.6.1.x86_64",
"product_id": "perl-Git-2.43.0-150600.3.6.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.43.0-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.6.1.aarch64"
},
"product_reference": "git-core-2.43.0-150600.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.43.0-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.6.1.ppc64le"
},
"product_reference": "git-core-2.43.0-150600.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.43.0-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.6.1.s390x"
},
"product_reference": "git-core-2.43.0-150600.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.43.0-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.6.1.x86_64"
},
"product_reference": "git-core-2.43.0-150600.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.43.0-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.6.1.aarch64"
},
"product_reference": "git-2.43.0-150600.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.43.0-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.6.1.ppc64le"
},
"product_reference": "git-2.43.0-150600.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.43.0-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.6.1.s390x"
},
"product_reference": "git-2.43.0-150600.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.43.0-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.6.1.x86_64"
},
"product_reference": "git-2.43.0-150600.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.43.0-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.6.1.aarch64"
},
"product_reference": "git-arch-2.43.0-150600.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.43.0-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.6.1.ppc64le"
},
"product_reference": "git-arch-2.43.0-150600.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.43.0-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.6.1.s390x"
},
"product_reference": "git-arch-2.43.0-150600.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.43.0-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.6.1.x86_64"
},
"product_reference": "git-arch-2.43.0-150600.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.43.0-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.6.1.aarch64"
},
"product_reference": "git-cvs-2.43.0-150600.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.43.0-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.6.1.ppc64le"
},
"product_reference": "git-cvs-2.43.0-150600.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.43.0-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.6.1.s390x"
},
"product_reference": "git-cvs-2.43.0-150600.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.43.0-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.6.1.x86_64"
},
"product_reference": "git-cvs-2.43.0-150600.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.43.0-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.6.1.aarch64"
},
"product_reference": "git-daemon-2.43.0-150600.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.43.0-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.6.1.ppc64le"
},
"product_reference": "git-daemon-2.43.0-150600.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.43.0-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.6.1.s390x"
},
"product_reference": "git-daemon-2.43.0-150600.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.43.0-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.6.1.x86_64"
},
"product_reference": "git-daemon-2.43.0-150600.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-doc-2.43.0-150600.3.6.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-doc-2.43.0-150600.3.6.1.noarch"
},
"product_reference": "git-doc-2.43.0-150600.3.6.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.43.0-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.6.1.aarch64"
},
"product_reference": "git-email-2.43.0-150600.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.43.0-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.6.1.ppc64le"
},
"product_reference": "git-email-2.43.0-150600.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.43.0-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.6.1.s390x"
},
"product_reference": "git-email-2.43.0-150600.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.43.0-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.6.1.x86_64"
},
"product_reference": "git-email-2.43.0-150600.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.43.0-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.6.1.aarch64"
},
"product_reference": "git-gui-2.43.0-150600.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.43.0-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.6.1.ppc64le"
},
"product_reference": "git-gui-2.43.0-150600.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.43.0-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.6.1.s390x"
},
"product_reference": "git-gui-2.43.0-150600.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.43.0-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.6.1.x86_64"
},
"product_reference": "git-gui-2.43.0-150600.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.43.0-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.6.1.aarch64"
},
"product_reference": "git-svn-2.43.0-150600.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.43.0-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.6.1.ppc64le"
},
"product_reference": "git-svn-2.43.0-150600.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.43.0-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.6.1.s390x"
},
"product_reference": "git-svn-2.43.0-150600.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.43.0-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.6.1.x86_64"
},
"product_reference": "git-svn-2.43.0-150600.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.43.0-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.6.1.aarch64"
},
"product_reference": "git-web-2.43.0-150600.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.43.0-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.6.1.ppc64le"
},
"product_reference": "git-web-2.43.0-150600.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.43.0-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.6.1.s390x"
},
"product_reference": "git-web-2.43.0-150600.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.43.0-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.6.1.x86_64"
},
"product_reference": "git-web-2.43.0-150600.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.43.0-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.6.1.aarch64"
},
"product_reference": "gitk-2.43.0-150600.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.43.0-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.6.1.ppc64le"
},
"product_reference": "gitk-2.43.0-150600.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.43.0-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.6.1.s390x"
},
"product_reference": "gitk-2.43.0-150600.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.43.0-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.6.1.x86_64"
},
"product_reference": "gitk-2.43.0-150600.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.43.0-150600.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.6.1.aarch64"
},
"product_reference": "perl-Git-2.43.0-150600.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.43.0-150600.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.6.1.ppc64le"
},
"product_reference": "perl-Git-2.43.0-150600.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.43.0-150600.3.6.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.6.1.s390x"
},
"product_reference": "perl-Git-2.43.0-150600.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.43.0-150600.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.6.1.x86_64"
},
"product_reference": "perl-Git-2.43.0-150600.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.43.0-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-2.43.0-150600.3.6.1.aarch64"
},
"product_reference": "git-2.43.0-150600.3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.43.0-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-2.43.0-150600.3.6.1.ppc64le"
},
"product_reference": "git-2.43.0-150600.3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.43.0-150600.3.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-2.43.0-150600.3.6.1.s390x"
},
"product_reference": "git-2.43.0-150600.3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-2.43.0-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-2.43.0-150600.3.6.1.x86_64"
},
"product_reference": "git-2.43.0-150600.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.43.0-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.6.1.aarch64"
},
"product_reference": "git-arch-2.43.0-150600.3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.43.0-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.6.1.ppc64le"
},
"product_reference": "git-arch-2.43.0-150600.3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.43.0-150600.3.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.6.1.s390x"
},
"product_reference": "git-arch-2.43.0-150600.3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-arch-2.43.0-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.6.1.x86_64"
},
"product_reference": "git-arch-2.43.0-150600.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.43.0-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-core-2.43.0-150600.3.6.1.aarch64"
},
"product_reference": "git-core-2.43.0-150600.3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.43.0-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-core-2.43.0-150600.3.6.1.ppc64le"
},
"product_reference": "git-core-2.43.0-150600.3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.43.0-150600.3.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-core-2.43.0-150600.3.6.1.s390x"
},
"product_reference": "git-core-2.43.0-150600.3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-core-2.43.0-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-core-2.43.0-150600.3.6.1.x86_64"
},
"product_reference": "git-core-2.43.0-150600.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-2.43.0-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.6.1.aarch64"
},
"product_reference": "git-credential-libsecret-2.43.0-150600.3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-2.43.0-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.6.1.ppc64le"
},
"product_reference": "git-credential-libsecret-2.43.0-150600.3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-2.43.0-150600.3.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.6.1.s390x"
},
"product_reference": "git-credential-libsecret-2.43.0-150600.3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-credential-libsecret-2.43.0-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.6.1.x86_64"
},
"product_reference": "git-credential-libsecret-2.43.0-150600.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.43.0-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.6.1.aarch64"
},
"product_reference": "git-cvs-2.43.0-150600.3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.43.0-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.6.1.ppc64le"
},
"product_reference": "git-cvs-2.43.0-150600.3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.43.0-150600.3.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.6.1.s390x"
},
"product_reference": "git-cvs-2.43.0-150600.3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-cvs-2.43.0-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.6.1.x86_64"
},
"product_reference": "git-cvs-2.43.0-150600.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.43.0-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.6.1.aarch64"
},
"product_reference": "git-daemon-2.43.0-150600.3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.43.0-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.6.1.ppc64le"
},
"product_reference": "git-daemon-2.43.0-150600.3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.43.0-150600.3.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.6.1.s390x"
},
"product_reference": "git-daemon-2.43.0-150600.3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-daemon-2.43.0-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.6.1.x86_64"
},
"product_reference": "git-daemon-2.43.0-150600.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-doc-2.43.0-150600.3.6.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-doc-2.43.0-150600.3.6.1.noarch"
},
"product_reference": "git-doc-2.43.0-150600.3.6.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.43.0-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-email-2.43.0-150600.3.6.1.aarch64"
},
"product_reference": "git-email-2.43.0-150600.3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.43.0-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-email-2.43.0-150600.3.6.1.ppc64le"
},
"product_reference": "git-email-2.43.0-150600.3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.43.0-150600.3.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-email-2.43.0-150600.3.6.1.s390x"
},
"product_reference": "git-email-2.43.0-150600.3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-email-2.43.0-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-email-2.43.0-150600.3.6.1.x86_64"
},
"product_reference": "git-email-2.43.0-150600.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.43.0-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.6.1.aarch64"
},
"product_reference": "git-gui-2.43.0-150600.3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.43.0-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.6.1.ppc64le"
},
"product_reference": "git-gui-2.43.0-150600.3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.43.0-150600.3.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.6.1.s390x"
},
"product_reference": "git-gui-2.43.0-150600.3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-gui-2.43.0-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.6.1.x86_64"
},
"product_reference": "git-gui-2.43.0-150600.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-p4-2.43.0-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.6.1.aarch64"
},
"product_reference": "git-p4-2.43.0-150600.3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-p4-2.43.0-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.6.1.ppc64le"
},
"product_reference": "git-p4-2.43.0-150600.3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-p4-2.43.0-150600.3.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.6.1.s390x"
},
"product_reference": "git-p4-2.43.0-150600.3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-p4-2.43.0-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.6.1.x86_64"
},
"product_reference": "git-p4-2.43.0-150600.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.43.0-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.6.1.aarch64"
},
"product_reference": "git-svn-2.43.0-150600.3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.43.0-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.6.1.ppc64le"
},
"product_reference": "git-svn-2.43.0-150600.3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.43.0-150600.3.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.6.1.s390x"
},
"product_reference": "git-svn-2.43.0-150600.3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-svn-2.43.0-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.6.1.x86_64"
},
"product_reference": "git-svn-2.43.0-150600.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.43.0-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-web-2.43.0-150600.3.6.1.aarch64"
},
"product_reference": "git-web-2.43.0-150600.3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.43.0-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-web-2.43.0-150600.3.6.1.ppc64le"
},
"product_reference": "git-web-2.43.0-150600.3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.43.0-150600.3.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-web-2.43.0-150600.3.6.1.s390x"
},
"product_reference": "git-web-2.43.0-150600.3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-web-2.43.0-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:git-web-2.43.0-150600.3.6.1.x86_64"
},
"product_reference": "git-web-2.43.0-150600.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.43.0-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gitk-2.43.0-150600.3.6.1.aarch64"
},
"product_reference": "gitk-2.43.0-150600.3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.43.0-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gitk-2.43.0-150600.3.6.1.ppc64le"
},
"product_reference": "gitk-2.43.0-150600.3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.43.0-150600.3.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gitk-2.43.0-150600.3.6.1.s390x"
},
"product_reference": "gitk-2.43.0-150600.3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitk-2.43.0-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:gitk-2.43.0-150600.3.6.1.x86_64"
},
"product_reference": "gitk-2.43.0-150600.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.43.0-150600.3.6.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.6.1.aarch64"
},
"product_reference": "perl-Git-2.43.0-150600.3.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.43.0-150600.3.6.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.6.1.ppc64le"
},
"product_reference": "perl-Git-2.43.0-150600.3.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.43.0-150600.3.6.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.6.1.s390x"
},
"product_reference": "perl-Git-2.43.0-150600.3.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Git-2.43.0-150600.3.6.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.6.1.x86_64"
},
"product_reference": "perl-Git-2.43.0-150600.3.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-24577",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-24577"
}
],
"notes": [
{
"category": "general",
"text": "libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Using well-crafted inputs to `git_index_add` can cause heap corruption that could be leveraged for arbitrary code execution. There is an issue in the `has_dir_name` function in `src/libgit2/index.c`, which frees an entry that should not be freed. The freed entry is later used and overwritten with potentially bad actor-controlled data leading to controlled heap corruption. Depending on the application that uses libgit2, this could lead to arbitrary code execution. This issue has been patched in version 1.6.5 and 1.7.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-doc-2.43.0-150600.3.6.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-arch-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-arch-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-arch-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-arch-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-core-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-core-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-core-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-core-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-doc-2.43.0-150600.3.6.1.noarch",
"openSUSE Leap 15.6:git-email-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-email-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-email-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-email-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-gui-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-gui-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-gui-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-gui-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-p4-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-p4-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-p4-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-p4-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-svn-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-svn-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-svn-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-svn-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-web-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-web-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-web-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-web-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:gitk-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:gitk-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:gitk-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:gitk-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-24577",
"url": "https://www.suse.com/security/cve/CVE-2024-24577"
},
{
"category": "external",
"summary": "SUSE Bug 1219660 for CVE-2024-24577",
"url": "https://bugzilla.suse.com/1219660"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-doc-2.43.0-150600.3.6.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-arch-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-arch-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-arch-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-arch-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-core-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-core-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-core-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-core-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-doc-2.43.0-150600.3.6.1.noarch",
"openSUSE Leap 15.6:git-email-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-email-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-email-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-email-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-gui-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-gui-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-gui-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-gui-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-p4-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-p4-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-p4-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-p4-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-svn-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-svn-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-svn-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-svn-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-web-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-web-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-web-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-web-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:gitk-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:gitk-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:gitk-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:gitk-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-doc-2.43.0-150600.3.6.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-arch-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-arch-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-arch-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-arch-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-core-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-core-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-core-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-core-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-doc-2.43.0-150600.3.6.1.noarch",
"openSUSE Leap 15.6:git-email-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-email-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-email-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-email-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-gui-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-gui-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-gui-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-gui-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-p4-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-p4-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-p4-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-p4-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-svn-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-svn-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-svn-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-svn-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:git-web-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:git-web-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:git-web-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:git-web-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:gitk-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:gitk-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:gitk-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:gitk-2.43.0-150600.3.6.1.x86_64",
"openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.6.1.aarch64",
"openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.6.1.ppc64le",
"openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.6.1.s390x",
"openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-22T10:36:35Z",
"details": "important"
}
],
"title": "CVE-2024-24577"
}
]
}
SUSE-SU-2024:2583-1
Vulnerability from csaf_suse - Published: 2024-07-22 11:40 - Updated: 2024-07-22 11:40Summary
Security update for libgit2
Severity
Important
Notes
Title of the patch: Security update for libgit2
Description of the patch: This update for libgit2 fixes the following issues:
- CVE-2024-24577: Fixed arbitrary code execution due to heap corruption in git_index_add (bsc#1219660)
Patchnames: SUSE-2024-2583,SUSE-SLE-SDK-12-SP5-2024-2583
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.6 (High)
Affected products
Recommended
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libgit2-24-0.24.1-11.5.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
8 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for libgit2",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libgit2 fixes the following issues:\n\n- CVE-2024-24577: Fixed arbitrary code execution due to heap corruption in git_index_add (bsc#1219660)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-2583,SUSE-SLE-SDK-12-SP5-2024-2583",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_2583-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:2583-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20242583-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:2583-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2024-July/036089.html"
},
{
"category": "self",
"summary": "SUSE Bug 1219660",
"url": "https://bugzilla.suse.com/1219660"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-24577 page",
"url": "https://www.suse.com/security/cve/CVE-2024-24577/"
}
],
"title": "Security update for libgit2",
"tracking": {
"current_release_date": "2024-07-22T11:40:46Z",
"generator": {
"date": "2024-07-22T11:40:46Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:2583-1",
"initial_release_date": "2024-07-22T11:40:46Z",
"revision_history": [
{
"date": "2024-07-22T11:40:46Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libgit2-24-0.24.1-11.5.1.aarch64",
"product": {
"name": "libgit2-24-0.24.1-11.5.1.aarch64",
"product_id": "libgit2-24-0.24.1-11.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libgit2-devel-0.24.1-11.5.1.aarch64",
"product": {
"name": "libgit2-devel-0.24.1-11.5.1.aarch64",
"product_id": "libgit2-devel-0.24.1-11.5.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libgit2-24-64bit-0.24.1-11.5.1.aarch64_ilp32",
"product": {
"name": "libgit2-24-64bit-0.24.1-11.5.1.aarch64_ilp32",
"product_id": "libgit2-24-64bit-0.24.1-11.5.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libgit2-24-0.24.1-11.5.1.i586",
"product": {
"name": "libgit2-24-0.24.1-11.5.1.i586",
"product_id": "libgit2-24-0.24.1-11.5.1.i586"
}
},
{
"category": "product_version",
"name": "libgit2-devel-0.24.1-11.5.1.i586",
"product": {
"name": "libgit2-devel-0.24.1-11.5.1.i586",
"product_id": "libgit2-devel-0.24.1-11.5.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libgit2-24-0.24.1-11.5.1.ppc64le",
"product": {
"name": "libgit2-24-0.24.1-11.5.1.ppc64le",
"product_id": "libgit2-24-0.24.1-11.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libgit2-devel-0.24.1-11.5.1.ppc64le",
"product": {
"name": "libgit2-devel-0.24.1-11.5.1.ppc64le",
"product_id": "libgit2-devel-0.24.1-11.5.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libgit2-24-0.24.1-11.5.1.s390",
"product": {
"name": "libgit2-24-0.24.1-11.5.1.s390",
"product_id": "libgit2-24-0.24.1-11.5.1.s390"
}
},
{
"category": "product_version",
"name": "libgit2-devel-0.24.1-11.5.1.s390",
"product": {
"name": "libgit2-devel-0.24.1-11.5.1.s390",
"product_id": "libgit2-devel-0.24.1-11.5.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libgit2-24-0.24.1-11.5.1.s390x",
"product": {
"name": "libgit2-24-0.24.1-11.5.1.s390x",
"product_id": "libgit2-24-0.24.1-11.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libgit2-24-32bit-0.24.1-11.5.1.s390x",
"product": {
"name": "libgit2-24-32bit-0.24.1-11.5.1.s390x",
"product_id": "libgit2-24-32bit-0.24.1-11.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libgit2-devel-0.24.1-11.5.1.s390x",
"product": {
"name": "libgit2-devel-0.24.1-11.5.1.s390x",
"product_id": "libgit2-devel-0.24.1-11.5.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libgit2-24-0.24.1-11.5.1.x86_64",
"product": {
"name": "libgit2-24-0.24.1-11.5.1.x86_64",
"product_id": "libgit2-24-0.24.1-11.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libgit2-24-32bit-0.24.1-11.5.1.x86_64",
"product": {
"name": "libgit2-24-32bit-0.24.1-11.5.1.x86_64",
"product_id": "libgit2-24-32bit-0.24.1-11.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libgit2-devel-0.24.1-11.5.1.x86_64",
"product": {
"name": "libgit2-devel-0.24.1-11.5.1.x86_64",
"product_id": "libgit2-devel-0.24.1-11.5.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-sdk:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libgit2-24-0.24.1-11.5.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libgit2-24-0.24.1-11.5.1.x86_64"
},
"product_reference": "libgit2-24-0.24.1-11.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-24577",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-24577"
}
],
"notes": [
{
"category": "general",
"text": "libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Using well-crafted inputs to `git_index_add` can cause heap corruption that could be leveraged for arbitrary code execution. There is an issue in the `has_dir_name` function in `src/libgit2/index.c`, which frees an entry that should not be freed. The freed entry is later used and overwritten with potentially bad actor-controlled data leading to controlled heap corruption. Depending on the application that uses libgit2, this could lead to arbitrary code execution. This issue has been patched in version 1.6.5 and 1.7.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Software Development Kit 12 SP5:libgit2-24-0.24.1-11.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-24577",
"url": "https://www.suse.com/security/cve/CVE-2024-24577"
},
{
"category": "external",
"summary": "SUSE Bug 1219660 for CVE-2024-24577",
"url": "https://bugzilla.suse.com/1219660"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Software Development Kit 12 SP5:libgit2-24-0.24.1-11.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Software Development Kit 12 SP5:libgit2-24-0.24.1-11.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-22T11:40:46Z",
"details": "important"
}
],
"title": "CVE-2024-24577"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
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.
Loading…
Loading…