Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-50349 (GCVE-0-2024-50349)
Vulnerability from cvelistv5
Published
2025-01-14 18:43
Modified
2025-01-21 17:02
Severity ?
VLAI Severity ?
EPSS score ?
CWE
Summary
Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. When Git asks for credentials via a terminal prompt (i.e. without using any credential helper), it prints out the host name for which the user is expected to provide a username and/or a password. At this stage, any URL-encoded parts have been decoded already, and are printed verbatim. This allows attackers to craft URLs that contain ANSI escape sequences that the terminal interpret to confuse users e.g. into providing passwords for trusted Git hosting sites when in fact they are then sent to untrusted sites that are under the attacker's control. This issue has been patch via commits `7725b81` and `c903985` which are included in release versions v2.48.1, v2.47.2, v2.46.3, v2.45.3, v2.44.3, v2.43.6, v2.42.4, v2.41.3, and v2.40.4. Users are advised to upgrade. Users unable to upgrade should avoid cloning from untrusted URLs, especially recursive clones.
References
Impacted products
{ "containers": { "adp": [ { "metrics": [ { "other": { "content": { "id": "CVE-2024-50349", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2025-01-14T19:22:40.959774Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2025-01-14T19:22:53.506Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "product": "git", "vendor": "git", "versions": [ { "status": "affected", "version": "\u003c= 2.40.3" }, { "status": "affected", "version": "\u003e= 2.41.0, \u003c= 2.41.2" }, { "status": "affected", "version": "\u003e= 2.42.0, \u003c= 2.42.3" }, { "status": "affected", "version": "\u003e= 2.43.0, \u003c= 2.43.5" }, { "status": "affected", "version": "\u003e= 2.44.0, \u003c= 2.44.2" }, { "status": "affected", "version": "\u003e= 2.45.0, \u003c= 2.45.2" }, { "status": "affected", "version": "\u003e= 2.46.0, \u003c= 2.46.2" }, { "status": "affected", "version": "\u003e= 2.47.0, \u003c 2.47.2" }, { "status": "affected", "version": "= 2.48.0" } ] } ], "descriptions": [ { "lang": "en", "value": "Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. When Git asks for credentials via a terminal prompt (i.e. without using any credential helper), it prints out the host name for which the user is expected to provide a username and/or a password. At this stage, any URL-encoded parts have been decoded already, and are printed verbatim. This allows attackers to craft URLs that contain ANSI escape sequences that the terminal interpret to confuse users e.g. into providing passwords for trusted Git hosting sites when in fact they are then sent to untrusted sites that are under the attacker\u0027s control. This issue has been patch via commits `7725b81` and `c903985` which are included in release versions v2.48.1, v2.47.2, v2.46.3, v2.45.3, v2.44.3, v2.43.6, v2.42.4, v2.41.3, and v2.40.4. Users are advised to upgrade. Users unable to upgrade should avoid cloning from untrusted URLs, especially recursive clones." } ], "metrics": [ { "cvssV4_0": { "attackComplexity": "HIGH", "attackRequirements": "PRESENT", "attackVector": "NETWORK", "baseScore": 2.1, "baseSeverity": "LOW", "privilegesRequired": "NONE", "subAvailabilityImpact": "NONE", "subConfidentialityImpact": "LOW", "subIntegrityImpact": "LOW", "userInteraction": "ACTIVE", "vectorString": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:A/VC:N/VI:L/VA:N/SC:L/SI:L/SA:N", "version": "4.0", "vulnAvailabilityImpact": "NONE", "vulnConfidentialityImpact": "NONE", "vulnIntegrityImpact": "LOW" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-116", "description": "CWE-116: Improper Encoding or Escaping of Output", "lang": "en", "type": "CWE" } ] }, { "descriptions": [ { "cweId": "CWE-147", "description": "CWE-147: Improper Neutralization of Input Terminators", "lang": "en", "type": "CWE" } ] }, { "descriptions": [ { "cweId": "CWE-150", "description": "CWE-150: Improper Neutralization of Escape, Meta, or Control Sequences", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2025-01-21T17:02:46.639Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/git/git/security/advisories/GHSA-hmg8-h7qf-7cxr", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/git/git/security/advisories/GHSA-hmg8-h7qf-7cxr" }, { "name": "https://github.com/git/git/commit/7725b8100ffbbff2750ee4d61a0fcc1f53a086e8", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/git/git/commit/7725b8100ffbbff2750ee4d61a0fcc1f53a086e8" }, { "name": "https://github.com/git/git/commit/c903985bf7e772e2d08275c1a95c8a55ab011577", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/git/git/commit/c903985bf7e772e2d08275c1a95c8a55ab011577" } ], "source": { "advisory": "GHSA-hmg8-h7qf-7cxr", "discovery": "UNKNOWN" }, "title": "Git does not sanitize URLs when asking for credentials interactively" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-50349", "datePublished": "2025-01-14T18:43:42.620Z", "dateReserved": "2024-10-22T17:54:40.957Z", "dateUpdated": "2025-01-21T17:02:46.639Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-50349\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-01-14T19:15:32.157\",\"lastModified\":\"2025-01-21T17:15:14.287\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. When Git asks for credentials via a terminal prompt (i.e. without using any credential helper), it prints out the host name for which the user is expected to provide a username and/or a password. At this stage, any URL-encoded parts have been decoded already, and are printed verbatim. This allows attackers to craft URLs that contain ANSI escape sequences that the terminal interpret to confuse users e.g. into providing passwords for trusted Git hosting sites when in fact they are then sent to untrusted sites that are under the attacker\u0027s control. This issue has been patch via commits `7725b81` and `c903985` which are included in release versions v2.48.1, v2.47.2, v2.46.3, v2.45.3, v2.44.3, v2.43.6, v2.42.4, v2.41.3, and v2.40.4. Users are advised to upgrade. Users unable to upgrade should avoid cloning from untrusted URLs, especially recursive clones.\"},{\"lang\":\"es\",\"value\":\"Git es un sistema de control de revisi\u00f3n distribuido, r\u00e1pido y escalable con un conjunto de comandos inusualmente rico que proporciona operaciones de alto nivel y acceso completo a los elementos internos. Cuando Git solicita credenciales a trav\u00e9s de un indicador de terminal (es decir, sin usar ning\u00fan asistente de credenciales), imprime el nombre de host para el que se espera que el usuario proporcione un nombre de usuario y/o una contrase\u00f1a. En esta etapa, todas las partes codificadas en URL ya han sido decodificadas y se imprimen textualmente. Esto permite a los atacantes crear URL que contienen secuencias de escape ANSI que la terminal interpreta para confundir a los usuarios, por ejemplo, para que proporcionen contrase\u00f1as para sitios de alojamiento de Git confiables cuando, de hecho, luego se env\u00edan a sitios que no son de confianza y que est\u00e1n bajo el control del atacante. Este problema se ha corregido mediante las confirmaciones `7725b81` y `c903985`, que est\u00e1n incluidas en las versiones de lanzamiento v2.48.1, v2.47.1, v2.46.3, v2.45.3, v2.44.3, v2.43.6, v2.42.4, v2.41.3 y v2.40.4. Se recomienda a los usuarios que actualicen la versi\u00f3n. Los usuarios que no puedan actualizar deben evitar la clonaci\u00f3n desde URL que no sean de confianza, especialmente clones recursivos.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:A/VC:N/VI:L/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":2.1,\"baseSeverity\":\"LOW\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"attackRequirements\":\"PRESENT\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"ACTIVE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"LOW\",\"vulnAvailabilityImpact\":\"NONE\",\"subConfidentialityImpact\":\"LOW\",\"subIntegrityImpact\":\"LOW\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-116\"},{\"lang\":\"en\",\"value\":\"CWE-147\"},{\"lang\":\"en\",\"value\":\"CWE-150\"}]}],\"references\":[{\"url\":\"https://github.com/git/git/commit/7725b8100ffbbff2750ee4d61a0fcc1f53a086e8\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/git/git/commit/c903985bf7e772e2d08275c1a95c8a55ab011577\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/git/git/security/advisories/GHSA-hmg8-h7qf-7cxr\",\"source\":\"security-advisories@github.com\"}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-50349\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-01-14T19:22:40.959774Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-01-14T19:22:49.122Z\"}}], \"cna\": {\"title\": \"Git does not sanitize URLs when asking for credentials interactively\", \"source\": {\"advisory\": \"GHSA-hmg8-h7qf-7cxr\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 2.1, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"LOW\", \"vectorString\": \"CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:A/VC:N/VI:L/VA:N/SC:L/SI:L/SA:N\", \"userInteraction\": \"ACTIVE\", \"attackComplexity\": \"HIGH\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"LOW\", \"vulnIntegrityImpact\": \"LOW\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"NONE\", \"subConfidentialityImpact\": \"LOW\", \"vulnConfidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"git\", \"product\": \"git\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c= 2.40.3\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.41.0, \u003c= 2.41.2\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.42.0, \u003c= 2.42.3\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.43.0, \u003c= 2.43.5\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.44.0, \u003c= 2.44.2\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.45.0, \u003c= 2.45.2\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.46.0, \u003c= 2.46.2\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.47.0, \u003c 2.47.2\"}, {\"status\": \"affected\", \"version\": \"= 2.48.0\"}]}], \"references\": [{\"url\": \"https://github.com/git/git/security/advisories/GHSA-hmg8-h7qf-7cxr\", \"name\": \"https://github.com/git/git/security/advisories/GHSA-hmg8-h7qf-7cxr\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/git/git/commit/7725b8100ffbbff2750ee4d61a0fcc1f53a086e8\", \"name\": \"https://github.com/git/git/commit/7725b8100ffbbff2750ee4d61a0fcc1f53a086e8\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/git/git/commit/c903985bf7e772e2d08275c1a95c8a55ab011577\", \"name\": \"https://github.com/git/git/commit/c903985bf7e772e2d08275c1a95c8a55ab011577\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. When Git asks for credentials via a terminal prompt (i.e. without using any credential helper), it prints out the host name for which the user is expected to provide a username and/or a password. At this stage, any URL-encoded parts have been decoded already, and are printed verbatim. This allows attackers to craft URLs that contain ANSI escape sequences that the terminal interpret to confuse users e.g. into providing passwords for trusted Git hosting sites when in fact they are then sent to untrusted sites that are under the attacker\u0027s control. This issue has been patch via commits `7725b81` and `c903985` which are included in release versions v2.48.1, v2.47.2, v2.46.3, v2.45.3, v2.44.3, v2.43.6, v2.42.4, v2.41.3, and v2.40.4. Users are advised to upgrade. Users unable to upgrade should avoid cloning from untrusted URLs, especially recursive clones.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-116\", \"description\": \"CWE-116: Improper Encoding or Escaping of Output\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-147\", \"description\": \"CWE-147: Improper Neutralization of Input Terminators\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-150\", \"description\": \"CWE-150: Improper Neutralization of Escape, Meta, or Control Sequences\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-01-21T17:02:46.639Z\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2024-50349\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-01-21T17:02:46.639Z\", \"dateReserved\": \"2024-10-22T17:54:40.957Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-01-14T18:43:42.620Z\", \"assignerShortName\": \"GitHub_M\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
suse-ru-2025:20362-1
Vulnerability from csaf_suse
Published
2025-05-28 07:24
Modified
2025-05-28 07:24
Summary
Recommended update for git
Notes
Title of the patch
Recommended update for git
Description of the patch
This update for git fixes the following issues:
- CVE-2024-50349: passwords for trusted sites could be sent to untrusted
sites (bsc#1235600)
- CVE-2024-52006: Carriage Returns via the credential protocol to credential
helpers (bsc#1235601)
Patchnames
SUSE-SLE-Micro-6.1-124
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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": "Recommended update for git", "title": "Title of the patch" }, { "category": "description", "text": "This update for git fixes the following issues:\n\n- CVE-2024-50349: passwords for trusted sites could be sent to untrusted\n sites (bsc#1235600)\n- CVE-2024-52006: Carriage Returns via the credential protocol to credential\n helpers (bsc#1235601)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-SLE-Micro-6.1-124", "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-ru-2025_20362-1.json" }, { "category": "self", "summary": "URL for SUSE-RU-2025:20362-1", "url": "https://www.suse.com/support/update/announcement//suse-ru-202520362-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-RU-2025:20362-1", "url": "https://lists.suse.com/pipermail/sle-updates/2025-June/039497.html" }, { "category": "self", "summary": "SUSE Bug 1235600", "url": "https://bugzilla.suse.com/1235600" }, { "category": "self", "summary": "SUSE Bug 1235601", "url": "https://bugzilla.suse.com/1235601" }, { "category": "self", "summary": "SUSE CVE CVE-2024-50349 page", "url": "https://www.suse.com/security/cve/CVE-2024-50349/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-52006 page", "url": "https://www.suse.com/security/cve/CVE-2024-52006/" } ], "title": "Recommended update for git", "tracking": { "current_release_date": "2025-05-28T07:24:11Z", "generator": { "date": "2025-05-28T07:24:11Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-RU-2025:20362-1", "initial_release_date": "2025-05-28T07:24:11Z", "revision_history": [ { "date": "2025-05-28T07:24:11Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "git-2.46.0-slfo.1.1_2.1.aarch64", "product": { "name": "git-2.46.0-slfo.1.1_2.1.aarch64", "product_id": "git-2.46.0-slfo.1.1_2.1.aarch64" } }, { "category": "product_version", "name": "git-core-2.46.0-slfo.1.1_2.1.aarch64", "product": { "name": "git-core-2.46.0-slfo.1.1_2.1.aarch64", "product_id": "git-core-2.46.0-slfo.1.1_2.1.aarch64" } }, { "category": "product_version", "name": "perl-Git-2.46.0-slfo.1.1_2.1.aarch64", "product": { "name": "perl-Git-2.46.0-slfo.1.1_2.1.aarch64", "product_id": "perl-Git-2.46.0-slfo.1.1_2.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "git-2.46.0-slfo.1.1_2.1.s390x", "product": { "name": "git-2.46.0-slfo.1.1_2.1.s390x", "product_id": "git-2.46.0-slfo.1.1_2.1.s390x" } }, { "category": "product_version", "name": "git-core-2.46.0-slfo.1.1_2.1.s390x", "product": { "name": "git-core-2.46.0-slfo.1.1_2.1.s390x", "product_id": "git-core-2.46.0-slfo.1.1_2.1.s390x" } }, { "category": "product_version", "name": "perl-Git-2.46.0-slfo.1.1_2.1.s390x", "product": { "name": "perl-Git-2.46.0-slfo.1.1_2.1.s390x", "product_id": "perl-Git-2.46.0-slfo.1.1_2.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "git-2.46.0-slfo.1.1_2.1.x86_64", "product": { "name": "git-2.46.0-slfo.1.1_2.1.x86_64", "product_id": "git-2.46.0-slfo.1.1_2.1.x86_64" } }, { "category": "product_version", "name": "git-core-2.46.0-slfo.1.1_2.1.x86_64", "product": { "name": "git-core-2.46.0-slfo.1.1_2.1.x86_64", "product_id": "git-core-2.46.0-slfo.1.1_2.1.x86_64" } }, { "category": "product_version", "name": "perl-Git-2.46.0-slfo.1.1_2.1.x86_64", "product": { "name": "perl-Git-2.46.0-slfo.1.1_2.1.x86_64", "product_id": "perl-Git-2.46.0-slfo.1.1_2.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Micro 6.1", "product": { "name": "SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1", "product_identification_helper": { "cpe": "cpe:/o:suse:sl-micro:6.1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "git-2.46.0-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:git-2.46.0-slfo.1.1_2.1.aarch64" }, "product_reference": "git-2.46.0-slfo.1.1_2.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.46.0-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:git-2.46.0-slfo.1.1_2.1.s390x" }, "product_reference": "git-2.46.0-slfo.1.1_2.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.46.0-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:git-2.46.0-slfo.1.1_2.1.x86_64" }, "product_reference": "git-2.46.0-slfo.1.1_2.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.46.0-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:git-core-2.46.0-slfo.1.1_2.1.aarch64" }, "product_reference": "git-core-2.46.0-slfo.1.1_2.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.46.0-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:git-core-2.46.0-slfo.1.1_2.1.s390x" }, "product_reference": "git-core-2.46.0-slfo.1.1_2.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.46.0-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:git-core-2.46.0-slfo.1.1_2.1.x86_64" }, "product_reference": "git-core-2.46.0-slfo.1.1_2.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.46.0-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:perl-Git-2.46.0-slfo.1.1_2.1.aarch64" }, "product_reference": "perl-Git-2.46.0-slfo.1.1_2.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.46.0-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:perl-Git-2.46.0-slfo.1.1_2.1.s390x" }, "product_reference": "perl-Git-2.46.0-slfo.1.1_2.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.46.0-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:perl-Git-2.46.0-slfo.1.1_2.1.x86_64" }, "product_reference": "perl-Git-2.46.0-slfo.1.1_2.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-50349", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-50349" } ], "notes": [ { "category": "general", "text": "Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. When Git asks for credentials via a terminal prompt (i.e. without using any credential helper), it prints out the host name for which the user is expected to provide a username and/or a password. At this stage, any URL-encoded parts have been decoded already, and are printed verbatim. This allows attackers to craft URLs that contain ANSI escape sequences that the terminal interpret to confuse users e.g. into providing passwords for trusted Git hosting sites when in fact they are then sent to untrusted sites that are under the attacker\u0027s control. This issue has been patch via commits `7725b81` and `c903985` which are included in release versions v2.48.1, v2.47.2, v2.46.3, v2.45.3, v2.44.3, v2.43.6, v2.42.4, v2.41.3, and v2.40.4. Users are advised to upgrade. Users unable to upgrade should avoid cloning from untrusted URLs, especially recursive clones.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.1:git-2.46.0-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:git-2.46.0-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:git-2.46.0-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:git-core-2.46.0-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:git-core-2.46.0-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:git-core-2.46.0-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:perl-Git-2.46.0-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:perl-Git-2.46.0-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:perl-Git-2.46.0-slfo.1.1_2.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-50349", "url": "https://www.suse.com/security/cve/CVE-2024-50349" }, { "category": "external", "summary": "SUSE Bug 1235600 for CVE-2024-50349", "url": "https://bugzilla.suse.com/1235600" } ], "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 Micro 6.1:git-2.46.0-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:git-2.46.0-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:git-2.46.0-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:git-core-2.46.0-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:git-core-2.46.0-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:git-core-2.46.0-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:perl-Git-2.46.0-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:perl-Git-2.46.0-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:perl-Git-2.46.0-slfo.1.1_2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.1:git-2.46.0-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:git-2.46.0-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:git-2.46.0-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:git-core-2.46.0-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:git-core-2.46.0-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:git-core-2.46.0-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:perl-Git-2.46.0-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:perl-Git-2.46.0-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:perl-Git-2.46.0-slfo.1.1_2.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-05-28T07:24:11Z", "details": "moderate" } ], "title": "CVE-2024-50349" }, { "cve": "CVE-2024-52006", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-52006" } ], "notes": [ { "category": "general", "text": "Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. Git defines a line-based protocol that is used to exchange information between Git and Git credential helpers. Some ecosystems (most notably, .NET and node.js) interpret single Carriage Return characters as newlines, which renders the protections against CVE-2020-5260 incomplete for credential helpers that treat Carriage Returns in this way. This issue has been addressed in commit `b01b9b8` which is included in release versions v2.48.1, v2.47.2, v2.46.3, v2.45.3, v2.44.3, v2.43.6, v2.42.4, v2.41.3, and v2.40.4. Users are advised to upgrade. Users unable to upgrade should avoid cloning from untrusted URLs, especially recursive clones.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.1:git-2.46.0-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:git-2.46.0-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:git-2.46.0-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:git-core-2.46.0-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:git-core-2.46.0-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:git-core-2.46.0-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:perl-Git-2.46.0-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:perl-Git-2.46.0-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:perl-Git-2.46.0-slfo.1.1_2.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-52006", "url": "https://www.suse.com/security/cve/CVE-2024-52006" }, { "category": "external", "summary": "SUSE Bug 1235601 for CVE-2024-52006", "url": "https://bugzilla.suse.com/1235601" } ], "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 Micro 6.1:git-2.46.0-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:git-2.46.0-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:git-2.46.0-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:git-core-2.46.0-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:git-core-2.46.0-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:git-core-2.46.0-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:perl-Git-2.46.0-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:perl-Git-2.46.0-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:perl-Git-2.46.0-slfo.1.1_2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.1:git-2.46.0-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:git-2.46.0-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:git-2.46.0-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:git-core-2.46.0-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:git-core-2.46.0-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:git-core-2.46.0-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:perl-Git-2.46.0-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:perl-Git-2.46.0-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:perl-Git-2.46.0-slfo.1.1_2.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-05-28T07:24:11Z", "details": "moderate" } ], "title": "CVE-2024-52006" } ] }
suse-su-2025:0197-1
Vulnerability from csaf_suse
Published
2025-01-21 10:03
Modified
2025-01-21 10:03
Summary
Security update for git
Notes
Title of the patch
Security update for git
Description of the patch
This update for git fixes the following issues:
- CVE-2024-32002: Fix recursive clones on case-insensitive filesystems that support symbolic links are susceptible to case confusion. (bsc#1224168)
- CVE-2024-32004: Fixed arbitrary code execution during local clones. (bsc#1224170)
- CVE-2024-32020: Fix file overwriting vulnerability during local clones. (bsc#1224171)
- CVE-2024-32021: Git may create hardlinks to arbitrary user-readable files. (bsc#1224172)
- CVE-2024-32465: Fixed arbitrary code execution during clone operations. (bsc#1224173)
- CVE-2024-50349: Passwords for trusted sites could be sent to untrusted sites (bsc#1235600).
- CVE-2024-52006: Carriage Returns via the credential protocol to credential helpers (bsc#1235601).
Patchnames
SUSE-2025-197,SUSE-SLE-SERVER-12-SP5-LTSS-2025-197,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-197
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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-32002: Fix recursive clones on case-insensitive filesystems that support symbolic links are susceptible to case confusion. (bsc#1224168)\n- CVE-2024-32004: Fixed arbitrary code execution during local clones. (bsc#1224170)\n- CVE-2024-32020: Fix file overwriting vulnerability during local clones. (bsc#1224171)\n- CVE-2024-32021: Git may create hardlinks to arbitrary user-readable files. (bsc#1224172)\n- CVE-2024-32465: Fixed arbitrary code execution during clone operations. (bsc#1224173)\n- CVE-2024-50349: Passwords for trusted sites could be sent to untrusted sites (bsc#1235600).\n- CVE-2024-52006: Carriage Returns via the credential protocol to credential helpers (bsc#1235601).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-197,SUSE-SLE-SERVER-12-SP5-LTSS-2025-197,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-197", "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-2025_0197-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:0197-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250197-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:0197-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020179.html" }, { "category": "self", "summary": "SUSE Bug 1224168", "url": "https://bugzilla.suse.com/1224168" }, { "category": "self", "summary": "SUSE Bug 1224170", "url": "https://bugzilla.suse.com/1224170" }, { "category": "self", "summary": "SUSE Bug 1224171", "url": "https://bugzilla.suse.com/1224171" }, { "category": "self", "summary": "SUSE Bug 1224172", "url": "https://bugzilla.suse.com/1224172" }, { "category": "self", "summary": "SUSE Bug 1224173", "url": "https://bugzilla.suse.com/1224173" }, { "category": "self", "summary": "SUSE Bug 1235600", "url": "https://bugzilla.suse.com/1235600" }, { "category": "self", "summary": "SUSE Bug 1235601", "url": "https://bugzilla.suse.com/1235601" }, { "category": "self", "summary": "SUSE CVE CVE-2024-32002 page", "url": "https://www.suse.com/security/cve/CVE-2024-32002/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-32004 page", "url": "https://www.suse.com/security/cve/CVE-2024-32004/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-32020 page", "url": "https://www.suse.com/security/cve/CVE-2024-32020/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-32021 page", "url": "https://www.suse.com/security/cve/CVE-2024-32021/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-32465 page", "url": "https://www.suse.com/security/cve/CVE-2024-32465/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-50349 page", "url": "https://www.suse.com/security/cve/CVE-2024-50349/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-52006 page", "url": "https://www.suse.com/security/cve/CVE-2024-52006/" } ], "title": "Security update for git", "tracking": { "current_release_date": "2025-01-21T10:03:35Z", "generator": { "date": "2025-01-21T10:03:35Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:0197-1", "initial_release_date": "2025-01-21T10:03:35Z", "revision_history": [ { "date": "2025-01-21T10:03:35Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "git-2.26.2-27.78.1.aarch64", "product": { "name": "git-2.26.2-27.78.1.aarch64", "product_id": "git-2.26.2-27.78.1.aarch64" } }, { "category": "product_version", "name": "git-arch-2.26.2-27.78.1.aarch64", "product": { "name": "git-arch-2.26.2-27.78.1.aarch64", "product_id": "git-arch-2.26.2-27.78.1.aarch64" } }, { "category": "product_version", "name": "git-core-2.26.2-27.78.1.aarch64", "product": { "name": "git-core-2.26.2-27.78.1.aarch64", "product_id": "git-core-2.26.2-27.78.1.aarch64" } }, { "category": "product_version", "name": "git-credential-gnome-keyring-2.26.2-27.78.1.aarch64", "product": { "name": "git-credential-gnome-keyring-2.26.2-27.78.1.aarch64", "product_id": "git-credential-gnome-keyring-2.26.2-27.78.1.aarch64" } }, { "category": "product_version", "name": "git-credential-libsecret-2.26.2-27.78.1.aarch64", "product": { "name": "git-credential-libsecret-2.26.2-27.78.1.aarch64", "product_id": "git-credential-libsecret-2.26.2-27.78.1.aarch64" } }, { "category": "product_version", "name": "git-cvs-2.26.2-27.78.1.aarch64", "product": { "name": "git-cvs-2.26.2-27.78.1.aarch64", "product_id": "git-cvs-2.26.2-27.78.1.aarch64" } }, { "category": "product_version", "name": "git-daemon-2.26.2-27.78.1.aarch64", "product": { "name": "git-daemon-2.26.2-27.78.1.aarch64", "product_id": "git-daemon-2.26.2-27.78.1.aarch64" } }, { "category": "product_version", "name": "git-email-2.26.2-27.78.1.aarch64", "product": { "name": "git-email-2.26.2-27.78.1.aarch64", "product_id": "git-email-2.26.2-27.78.1.aarch64" } }, { "category": "product_version", "name": "git-gui-2.26.2-27.78.1.aarch64", "product": { "name": "git-gui-2.26.2-27.78.1.aarch64", "product_id": "git-gui-2.26.2-27.78.1.aarch64" } }, { "category": "product_version", "name": "git-p4-2.26.2-27.78.1.aarch64", "product": { "name": "git-p4-2.26.2-27.78.1.aarch64", "product_id": "git-p4-2.26.2-27.78.1.aarch64" } }, { "category": "product_version", "name": "git-svn-2.26.2-27.78.1.aarch64", "product": { "name": "git-svn-2.26.2-27.78.1.aarch64", "product_id": "git-svn-2.26.2-27.78.1.aarch64" } }, { "category": "product_version", "name": "git-web-2.26.2-27.78.1.aarch64", "product": { "name": "git-web-2.26.2-27.78.1.aarch64", "product_id": "git-web-2.26.2-27.78.1.aarch64" } }, { "category": "product_version", "name": "gitk-2.26.2-27.78.1.aarch64", "product": { "name": "gitk-2.26.2-27.78.1.aarch64", "product_id": "gitk-2.26.2-27.78.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "git-2.26.2-27.78.1.i586", "product": { "name": "git-2.26.2-27.78.1.i586", "product_id": "git-2.26.2-27.78.1.i586" } }, { "category": "product_version", "name": "git-arch-2.26.2-27.78.1.i586", "product": { "name": "git-arch-2.26.2-27.78.1.i586", "product_id": "git-arch-2.26.2-27.78.1.i586" } }, { "category": "product_version", "name": "git-core-2.26.2-27.78.1.i586", "product": { "name": "git-core-2.26.2-27.78.1.i586", "product_id": "git-core-2.26.2-27.78.1.i586" } }, { "category": "product_version", "name": "git-credential-gnome-keyring-2.26.2-27.78.1.i586", "product": { "name": "git-credential-gnome-keyring-2.26.2-27.78.1.i586", "product_id": "git-credential-gnome-keyring-2.26.2-27.78.1.i586" } }, { "category": "product_version", "name": "git-credential-libsecret-2.26.2-27.78.1.i586", "product": { "name": "git-credential-libsecret-2.26.2-27.78.1.i586", "product_id": "git-credential-libsecret-2.26.2-27.78.1.i586" } }, { "category": "product_version", "name": "git-cvs-2.26.2-27.78.1.i586", "product": { "name": "git-cvs-2.26.2-27.78.1.i586", "product_id": "git-cvs-2.26.2-27.78.1.i586" } }, { "category": "product_version", "name": "git-daemon-2.26.2-27.78.1.i586", "product": { "name": "git-daemon-2.26.2-27.78.1.i586", "product_id": "git-daemon-2.26.2-27.78.1.i586" } }, { "category": "product_version", "name": "git-email-2.26.2-27.78.1.i586", "product": { "name": "git-email-2.26.2-27.78.1.i586", "product_id": "git-email-2.26.2-27.78.1.i586" } }, { "category": "product_version", "name": "git-gui-2.26.2-27.78.1.i586", "product": { "name": "git-gui-2.26.2-27.78.1.i586", "product_id": "git-gui-2.26.2-27.78.1.i586" } }, { "category": "product_version", "name": "git-p4-2.26.2-27.78.1.i586", "product": { "name": "git-p4-2.26.2-27.78.1.i586", "product_id": "git-p4-2.26.2-27.78.1.i586" } }, { "category": "product_version", "name": "git-svn-2.26.2-27.78.1.i586", "product": { "name": "git-svn-2.26.2-27.78.1.i586", "product_id": "git-svn-2.26.2-27.78.1.i586" } }, { "category": "product_version", "name": "git-web-2.26.2-27.78.1.i586", "product": { "name": "git-web-2.26.2-27.78.1.i586", "product_id": "git-web-2.26.2-27.78.1.i586" } }, { "category": "product_version", "name": "gitk-2.26.2-27.78.1.i586", "product": { "name": "gitk-2.26.2-27.78.1.i586", "product_id": "gitk-2.26.2-27.78.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "git-doc-2.26.2-27.78.1.noarch", "product": { "name": "git-doc-2.26.2-27.78.1.noarch", "product_id": "git-doc-2.26.2-27.78.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "git-2.26.2-27.78.1.ppc64le", "product": { "name": "git-2.26.2-27.78.1.ppc64le", "product_id": "git-2.26.2-27.78.1.ppc64le" } }, { "category": "product_version", "name": "git-arch-2.26.2-27.78.1.ppc64le", "product": { "name": "git-arch-2.26.2-27.78.1.ppc64le", "product_id": "git-arch-2.26.2-27.78.1.ppc64le" } }, { "category": "product_version", "name": "git-core-2.26.2-27.78.1.ppc64le", "product": { "name": "git-core-2.26.2-27.78.1.ppc64le", "product_id": "git-core-2.26.2-27.78.1.ppc64le" } }, { "category": "product_version", "name": "git-credential-gnome-keyring-2.26.2-27.78.1.ppc64le", "product": { "name": "git-credential-gnome-keyring-2.26.2-27.78.1.ppc64le", "product_id": "git-credential-gnome-keyring-2.26.2-27.78.1.ppc64le" } }, { "category": "product_version", "name": "git-credential-libsecret-2.26.2-27.78.1.ppc64le", "product": { "name": "git-credential-libsecret-2.26.2-27.78.1.ppc64le", "product_id": "git-credential-libsecret-2.26.2-27.78.1.ppc64le" } }, { "category": "product_version", "name": "git-cvs-2.26.2-27.78.1.ppc64le", "product": { "name": "git-cvs-2.26.2-27.78.1.ppc64le", "product_id": "git-cvs-2.26.2-27.78.1.ppc64le" } }, { "category": "product_version", "name": "git-daemon-2.26.2-27.78.1.ppc64le", "product": { "name": "git-daemon-2.26.2-27.78.1.ppc64le", "product_id": "git-daemon-2.26.2-27.78.1.ppc64le" } }, { "category": "product_version", "name": "git-email-2.26.2-27.78.1.ppc64le", "product": { "name": "git-email-2.26.2-27.78.1.ppc64le", "product_id": "git-email-2.26.2-27.78.1.ppc64le" } }, { "category": "product_version", "name": "git-gui-2.26.2-27.78.1.ppc64le", "product": { "name": "git-gui-2.26.2-27.78.1.ppc64le", "product_id": "git-gui-2.26.2-27.78.1.ppc64le" } }, { "category": "product_version", "name": "git-p4-2.26.2-27.78.1.ppc64le", "product": { "name": "git-p4-2.26.2-27.78.1.ppc64le", "product_id": "git-p4-2.26.2-27.78.1.ppc64le" } }, { "category": "product_version", "name": "git-svn-2.26.2-27.78.1.ppc64le", "product": { "name": "git-svn-2.26.2-27.78.1.ppc64le", "product_id": "git-svn-2.26.2-27.78.1.ppc64le" } }, { "category": "product_version", "name": "git-web-2.26.2-27.78.1.ppc64le", "product": { "name": "git-web-2.26.2-27.78.1.ppc64le", "product_id": "git-web-2.26.2-27.78.1.ppc64le" } }, { "category": "product_version", "name": "gitk-2.26.2-27.78.1.ppc64le", "product": { "name": "gitk-2.26.2-27.78.1.ppc64le", "product_id": "gitk-2.26.2-27.78.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "git-2.26.2-27.78.1.s390", "product": { "name": "git-2.26.2-27.78.1.s390", "product_id": "git-2.26.2-27.78.1.s390" } }, { "category": "product_version", "name": "git-arch-2.26.2-27.78.1.s390", "product": { "name": "git-arch-2.26.2-27.78.1.s390", "product_id": "git-arch-2.26.2-27.78.1.s390" } }, { "category": "product_version", "name": "git-core-2.26.2-27.78.1.s390", "product": { "name": "git-core-2.26.2-27.78.1.s390", "product_id": "git-core-2.26.2-27.78.1.s390" } }, { "category": "product_version", "name": "git-credential-gnome-keyring-2.26.2-27.78.1.s390", "product": { "name": "git-credential-gnome-keyring-2.26.2-27.78.1.s390", "product_id": "git-credential-gnome-keyring-2.26.2-27.78.1.s390" } }, { "category": "product_version", "name": "git-credential-libsecret-2.26.2-27.78.1.s390", "product": { "name": "git-credential-libsecret-2.26.2-27.78.1.s390", "product_id": "git-credential-libsecret-2.26.2-27.78.1.s390" } }, { "category": "product_version", "name": "git-cvs-2.26.2-27.78.1.s390", "product": { "name": "git-cvs-2.26.2-27.78.1.s390", "product_id": "git-cvs-2.26.2-27.78.1.s390" } }, { "category": "product_version", "name": "git-daemon-2.26.2-27.78.1.s390", "product": { "name": "git-daemon-2.26.2-27.78.1.s390", "product_id": "git-daemon-2.26.2-27.78.1.s390" } }, { "category": "product_version", "name": "git-email-2.26.2-27.78.1.s390", "product": { "name": "git-email-2.26.2-27.78.1.s390", "product_id": "git-email-2.26.2-27.78.1.s390" } }, { "category": "product_version", "name": "git-gui-2.26.2-27.78.1.s390", "product": { "name": "git-gui-2.26.2-27.78.1.s390", "product_id": "git-gui-2.26.2-27.78.1.s390" } }, { "category": "product_version", "name": "git-p4-2.26.2-27.78.1.s390", "product": { "name": "git-p4-2.26.2-27.78.1.s390", "product_id": "git-p4-2.26.2-27.78.1.s390" } }, { "category": "product_version", "name": "git-svn-2.26.2-27.78.1.s390", "product": { "name": "git-svn-2.26.2-27.78.1.s390", "product_id": "git-svn-2.26.2-27.78.1.s390" } }, { "category": "product_version", "name": "git-web-2.26.2-27.78.1.s390", "product": { "name": "git-web-2.26.2-27.78.1.s390", "product_id": "git-web-2.26.2-27.78.1.s390" } }, { "category": "product_version", "name": "gitk-2.26.2-27.78.1.s390", "product": { "name": "gitk-2.26.2-27.78.1.s390", "product_id": "gitk-2.26.2-27.78.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "git-2.26.2-27.78.1.s390x", "product": { "name": "git-2.26.2-27.78.1.s390x", "product_id": "git-2.26.2-27.78.1.s390x" } }, { "category": "product_version", "name": "git-arch-2.26.2-27.78.1.s390x", "product": { "name": "git-arch-2.26.2-27.78.1.s390x", "product_id": "git-arch-2.26.2-27.78.1.s390x" } }, { "category": "product_version", "name": "git-core-2.26.2-27.78.1.s390x", "product": { "name": "git-core-2.26.2-27.78.1.s390x", "product_id": "git-core-2.26.2-27.78.1.s390x" } }, { "category": "product_version", "name": "git-credential-gnome-keyring-2.26.2-27.78.1.s390x", "product": { "name": "git-credential-gnome-keyring-2.26.2-27.78.1.s390x", "product_id": "git-credential-gnome-keyring-2.26.2-27.78.1.s390x" } }, { "category": "product_version", "name": "git-credential-libsecret-2.26.2-27.78.1.s390x", "product": { "name": "git-credential-libsecret-2.26.2-27.78.1.s390x", "product_id": "git-credential-libsecret-2.26.2-27.78.1.s390x" } }, { "category": "product_version", "name": "git-cvs-2.26.2-27.78.1.s390x", "product": { "name": "git-cvs-2.26.2-27.78.1.s390x", "product_id": "git-cvs-2.26.2-27.78.1.s390x" } }, { "category": "product_version", "name": "git-daemon-2.26.2-27.78.1.s390x", "product": { "name": "git-daemon-2.26.2-27.78.1.s390x", "product_id": "git-daemon-2.26.2-27.78.1.s390x" } }, { "category": "product_version", "name": "git-email-2.26.2-27.78.1.s390x", "product": { "name": "git-email-2.26.2-27.78.1.s390x", "product_id": "git-email-2.26.2-27.78.1.s390x" } }, { "category": "product_version", "name": "git-gui-2.26.2-27.78.1.s390x", "product": { "name": "git-gui-2.26.2-27.78.1.s390x", "product_id": "git-gui-2.26.2-27.78.1.s390x" } }, { "category": "product_version", "name": "git-p4-2.26.2-27.78.1.s390x", "product": { "name": "git-p4-2.26.2-27.78.1.s390x", "product_id": "git-p4-2.26.2-27.78.1.s390x" } }, { "category": "product_version", "name": "git-svn-2.26.2-27.78.1.s390x", "product": { "name": "git-svn-2.26.2-27.78.1.s390x", "product_id": "git-svn-2.26.2-27.78.1.s390x" } }, { "category": "product_version", "name": "git-web-2.26.2-27.78.1.s390x", "product": { "name": "git-web-2.26.2-27.78.1.s390x", "product_id": "git-web-2.26.2-27.78.1.s390x" } }, { "category": "product_version", "name": "gitk-2.26.2-27.78.1.s390x", "product": { "name": "gitk-2.26.2-27.78.1.s390x", "product_id": "gitk-2.26.2-27.78.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "git-2.26.2-27.78.1.x86_64", "product": { "name": "git-2.26.2-27.78.1.x86_64", "product_id": "git-2.26.2-27.78.1.x86_64" } }, { "category": "product_version", "name": "git-arch-2.26.2-27.78.1.x86_64", "product": { "name": "git-arch-2.26.2-27.78.1.x86_64", "product_id": "git-arch-2.26.2-27.78.1.x86_64" } }, { "category": "product_version", "name": "git-core-2.26.2-27.78.1.x86_64", "product": { "name": "git-core-2.26.2-27.78.1.x86_64", "product_id": "git-core-2.26.2-27.78.1.x86_64" } }, { "category": "product_version", "name": "git-credential-gnome-keyring-2.26.2-27.78.1.x86_64", "product": { "name": "git-credential-gnome-keyring-2.26.2-27.78.1.x86_64", "product_id": "git-credential-gnome-keyring-2.26.2-27.78.1.x86_64" } }, { "category": "product_version", "name": "git-credential-libsecret-2.26.2-27.78.1.x86_64", "product": { "name": "git-credential-libsecret-2.26.2-27.78.1.x86_64", "product_id": "git-credential-libsecret-2.26.2-27.78.1.x86_64" } }, { "category": "product_version", "name": "git-cvs-2.26.2-27.78.1.x86_64", "product": { "name": "git-cvs-2.26.2-27.78.1.x86_64", "product_id": "git-cvs-2.26.2-27.78.1.x86_64" } }, { "category": "product_version", "name": "git-daemon-2.26.2-27.78.1.x86_64", "product": { "name": "git-daemon-2.26.2-27.78.1.x86_64", "product_id": "git-daemon-2.26.2-27.78.1.x86_64" } }, { "category": "product_version", "name": "git-email-2.26.2-27.78.1.x86_64", "product": { "name": "git-email-2.26.2-27.78.1.x86_64", "product_id": "git-email-2.26.2-27.78.1.x86_64" } }, { "category": "product_version", "name": "git-gui-2.26.2-27.78.1.x86_64", "product": { "name": "git-gui-2.26.2-27.78.1.x86_64", "product_id": "git-gui-2.26.2-27.78.1.x86_64" } }, { "category": "product_version", "name": "git-p4-2.26.2-27.78.1.x86_64", "product": { "name": "git-p4-2.26.2-27.78.1.x86_64", "product_id": "git-p4-2.26.2-27.78.1.x86_64" } }, { "category": "product_version", "name": "git-svn-2.26.2-27.78.1.x86_64", "product": { "name": "git-svn-2.26.2-27.78.1.x86_64", "product_id": "git-svn-2.26.2-27.78.1.x86_64" } }, { "category": "product_version", "name": "git-web-2.26.2-27.78.1.x86_64", "product": { "name": "git-web-2.26.2-27.78.1.x86_64", "product_id": "git-web-2.26.2-27.78.1.x86_64" } }, { "category": "product_version", "name": "gitk-2.26.2-27.78.1.x86_64", "product": { "name": "gitk-2.26.2-27.78.1.x86_64", "product_id": "gitk-2.26.2-27.78.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product": { "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "git-2.26.2-27.78.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64" }, "product_reference": "git-2.26.2-27.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.26.2-27.78.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le" }, "product_reference": "git-2.26.2-27.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.26.2-27.78.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x" }, "product_reference": "git-2.26.2-27.78.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64" }, "product_reference": "git-2.26.2-27.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.26.2-27.78.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64" }, "product_reference": "git-core-2.26.2-27.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.26.2-27.78.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le" }, "product_reference": "git-core-2.26.2-27.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.26.2-27.78.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x" }, "product_reference": "git-core-2.26.2-27.78.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64" }, "product_reference": "git-core-2.26.2-27.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.26.2-27.78.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64" }, "product_reference": "git-cvs-2.26.2-27.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.26.2-27.78.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le" }, "product_reference": "git-cvs-2.26.2-27.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.26.2-27.78.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x" }, "product_reference": "git-cvs-2.26.2-27.78.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64" }, "product_reference": "git-cvs-2.26.2-27.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.26.2-27.78.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64" }, "product_reference": "git-daemon-2.26.2-27.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.26.2-27.78.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le" }, "product_reference": "git-daemon-2.26.2-27.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.26.2-27.78.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x" }, "product_reference": "git-daemon-2.26.2-27.78.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64" }, "product_reference": "git-daemon-2.26.2-27.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.26.2-27.78.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64" }, "product_reference": "git-email-2.26.2-27.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.26.2-27.78.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le" }, "product_reference": "git-email-2.26.2-27.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.26.2-27.78.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x" }, "product_reference": "git-email-2.26.2-27.78.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64" }, "product_reference": "git-email-2.26.2-27.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.26.2-27.78.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64" }, "product_reference": "git-gui-2.26.2-27.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.26.2-27.78.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le" }, "product_reference": "git-gui-2.26.2-27.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.26.2-27.78.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x" }, "product_reference": "git-gui-2.26.2-27.78.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64" }, "product_reference": "git-gui-2.26.2-27.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.26.2-27.78.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64" }, "product_reference": "git-svn-2.26.2-27.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.26.2-27.78.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le" }, "product_reference": "git-svn-2.26.2-27.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.26.2-27.78.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x" }, "product_reference": "git-svn-2.26.2-27.78.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64" }, "product_reference": "git-svn-2.26.2-27.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.26.2-27.78.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64" }, "product_reference": "git-web-2.26.2-27.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.26.2-27.78.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le" }, "product_reference": "git-web-2.26.2-27.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.26.2-27.78.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x" }, "product_reference": "git-web-2.26.2-27.78.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64" }, "product_reference": "git-web-2.26.2-27.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.26.2-27.78.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64" }, "product_reference": "gitk-2.26.2-27.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.26.2-27.78.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le" }, "product_reference": "gitk-2.26.2-27.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.26.2-27.78.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x" }, "product_reference": "gitk-2.26.2-27.78.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64" }, "product_reference": "gitk-2.26.2-27.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64" }, "product_reference": "git-2.26.2-27.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64" }, "product_reference": "git-core-2.26.2-27.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64" }, "product_reference": "git-cvs-2.26.2-27.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64" }, "product_reference": "git-daemon-2.26.2-27.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64" }, "product_reference": "git-email-2.26.2-27.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64" }, "product_reference": "git-gui-2.26.2-27.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64" }, "product_reference": "git-svn-2.26.2-27.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64" }, "product_reference": "git-web-2.26.2-27.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.26.2-27.78.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64" }, "product_reference": "gitk-2.26.2-27.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-32002", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-32002" } ], "notes": [ { "category": "general", "text": "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, repositories with submodules can be crafted in a way that exploits a bug in Git whereby it can be fooled into writing files not into the submodule\u0027s worktree but into a `.git/` directory. This allows writing a hook that will be executed while the clone operation is still running, giving the user no opportunity to inspect the code that is being executed. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4. If symbolic link support is disabled in Git (e.g. via `git config --global core.symlinks false`), the described attack won\u0027t work. As always, it is best to avoid cloning repositories from untrusted sources.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-32002", "url": "https://www.suse.com/security/cve/CVE-2024-32002" }, { "category": "external", "summary": "SUSE Bug 1224168 for CVE-2024-32002", "url": "https://bugzilla.suse.com/1224168" }, { "category": "external", "summary": "SUSE Bug 1224170 for CVE-2024-32002", "url": "https://bugzilla.suse.com/1224170" } ], "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 Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-21T10:03:35Z", "details": "important" } ], "title": "CVE-2024-32002" }, { "cve": "CVE-2024-32004", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-32004" } ], "notes": [ { "category": "general", "text": "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, an attacker can prepare a local repository in such a way that, when cloned, will execute arbitrary code during the operation. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4. As a workaround, avoid cloning repositories from untrusted sources.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-32004", "url": "https://www.suse.com/security/cve/CVE-2024-32004" }, { "category": "external", "summary": "SUSE Bug 1224170 for CVE-2024-32004", "url": "https://bugzilla.suse.com/1224170" } ], "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 Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-21T10:03:35Z", "details": "important" } ], "title": "CVE-2024-32004" }, { "cve": "CVE-2024-32020", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-32020" } ], "notes": [ { "category": "general", "text": "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, local clones may end up hardlinking files into the target repository\u0027s object database when source and target repository reside on the same disk. If the source repository is owned by a different user, then those hardlinked files may be rewritten at any point in time by the untrusted user. Cloning local repositories will cause Git to either copy or hardlink files of the source repository into the target repository. This significantly speeds up such local clones compared to doing a \"proper\" clone and saves both disk space and compute time. When cloning a repository located on the same disk that is owned by a different user than the current user we also end up creating such hardlinks. These files will continue to be owned and controlled by the potentially-untrusted user and can be rewritten by them at will in the future. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-32020", "url": "https://www.suse.com/security/cve/CVE-2024-32020" }, { "category": "external", "summary": "SUSE Bug 1224171 for CVE-2024-32020", "url": "https://bugzilla.suse.com/1224171" } ], "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 Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.9, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-21T10:03:35Z", "details": "moderate" } ], "title": "CVE-2024-32020" }, { "cve": "CVE-2024-32021", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-32021" } ], "notes": [ { "category": "general", "text": "Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, when cloning a local source repository that contains symlinks via the filesystem, Git may create hardlinks to arbitrary user-readable files on the same filesystem as the target repository in the `objects/` directory. Cloning a local repository over the filesystem may creating hardlinks to arbitrary user-owned files on the same filesystem in the target Git repository\u0027s `objects/` directory. When cloning a repository over the filesystem (without explicitly specifying the `file://` protocol or `--no-local`), the optimizations for local cloning\nwill be used, which include attempting to hard link the object files instead of copying them. While the code includes checks against symbolic links in the source repository, which were added during the fix for CVE-2022-39253, these checks can still be raced because the hard link operation ultimately follows symlinks. If the object on the filesystem appears as a file during the check, and then a symlink during the operation, this will allow the adversary to bypass the check and create hardlinks in the destination objects directory to arbitrary, user-readable files. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-32021", "url": "https://www.suse.com/security/cve/CVE-2024-32021" }, { "category": "external", "summary": "SUSE Bug 1224172 for CVE-2024-32021", "url": "https://bugzilla.suse.com/1224172" } ], "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 Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.9, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-21T10:03:35Z", "details": "moderate" } ], "title": "CVE-2024-32021" }, { "cve": "CVE-2024-32465", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-32465" } ], "notes": [ { "category": "general", "text": "Git is a revision control system. The Git project recommends to avoid working in untrusted repositories, and instead to clone it first with `git clone --no-local` to obtain a clean copy. Git has specific protections to make that a safe operation even with an untrusted source repository, but vulnerabilities allow those protections to be bypassed. In the context of cloning local repositories owned by other users, this vulnerability has been covered in CVE-2024-32004. But there are circumstances where the fixes for CVE-2024-32004 are not enough: For example, when obtaining a `.zip` file containing a full copy of a Git repository, it should not be trusted by default to be safe, as e.g. hooks could be configured to run within the context of that repository. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4. As a workaround, avoid using Git in repositories that have been obtained via archives from untrusted sources.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-32465", "url": "https://www.suse.com/security/cve/CVE-2024-32465" }, { "category": "external", "summary": "SUSE Bug 1224170 for CVE-2024-32465", "url": "https://bugzilla.suse.com/1224170" }, { "category": "external", "summary": "SUSE Bug 1224173 for CVE-2024-32465", "url": "https://bugzilla.suse.com/1224173" } ], "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 Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-21T10:03:35Z", "details": "important" } ], "title": "CVE-2024-32465" }, { "cve": "CVE-2024-50349", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-50349" } ], "notes": [ { "category": "general", "text": "Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. When Git asks for credentials via a terminal prompt (i.e. without using any credential helper), it prints out the host name for which the user is expected to provide a username and/or a password. At this stage, any URL-encoded parts have been decoded already, and are printed verbatim. This allows attackers to craft URLs that contain ANSI escape sequences that the terminal interpret to confuse users e.g. into providing passwords for trusted Git hosting sites when in fact they are then sent to untrusted sites that are under the attacker\u0027s control. This issue has been patch via commits `7725b81` and `c903985` which are included in release versions v2.48.1, v2.47.2, v2.46.3, v2.45.3, v2.44.3, v2.43.6, v2.42.4, v2.41.3, and v2.40.4. Users are advised to upgrade. Users unable to upgrade should avoid cloning from untrusted URLs, especially recursive clones.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-50349", "url": "https://www.suse.com/security/cve/CVE-2024-50349" }, { "category": "external", "summary": "SUSE Bug 1235600 for CVE-2024-50349", "url": "https://bugzilla.suse.com/1235600" } ], "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 Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-21T10:03:35Z", "details": "moderate" } ], "title": "CVE-2024-50349" }, { "cve": "CVE-2024-52006", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-52006" } ], "notes": [ { "category": "general", "text": "Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. Git defines a line-based protocol that is used to exchange information between Git and Git credential helpers. Some ecosystems (most notably, .NET and node.js) interpret single Carriage Return characters as newlines, which renders the protections against CVE-2020-5260 incomplete for credential helpers that treat Carriage Returns in this way. This issue has been addressed in commit `b01b9b8` which is included in release versions v2.48.1, v2.47.2, v2.46.3, v2.45.3, v2.44.3, v2.43.6, v2.42.4, v2.41.3, and v2.40.4. Users are advised to upgrade. Users unable to upgrade should avoid cloning from untrusted URLs, especially recursive clones.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-52006", "url": "https://www.suse.com/security/cve/CVE-2024-52006" }, { "category": "external", "summary": "SUSE Bug 1235601 for CVE-2024-52006", "url": "https://bugzilla.suse.com/1235601" } ], "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 Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:gitk-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-core-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-cvs-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-daemon-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-email-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-gui-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-svn-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:git-web-2.26.2-27.78.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:gitk-2.26.2-27.78.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-21T10:03:35Z", "details": "moderate" } ], "title": "CVE-2024-52006" } ] }
suse-su-2025:20197-1
Vulnerability from csaf_suse
Published
2025-04-22 14:08
Modified
2025-04-22 14:08
Summary
Security update for git
Notes
Title of the patch
Security update for git
Description of the patch
This update for git fixes the following issues:
- CVE-2024-50349: Passwords for trusted sites could be sent to untrusted sites (bsc#1235600).
- CVE-2024-52006: Carriage Returns via the credential protocol to credential helpers (bsc#1235601).
Patchnames
SUSE-SLE-Micro-6.0-290
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for git", "title": "Title of the patch" }, { "category": "description", "text": "This update for git fixes the following issues:\n\n- CVE-2024-50349: Passwords for trusted sites could be sent to untrusted sites (bsc#1235600).\n- CVE-2024-52006: Carriage Returns via the credential protocol to credential helpers (bsc#1235601).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-SLE-Micro-6.0-290", "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-2025_20197-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:20197-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520197-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:20197-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021142.html" }, { "category": "self", "summary": "SUSE Bug 1235600", "url": "https://bugzilla.suse.com/1235600" }, { "category": "self", "summary": "SUSE Bug 1235601", "url": "https://bugzilla.suse.com/1235601" }, { "category": "self", "summary": "SUSE CVE CVE-2024-50349 page", "url": "https://www.suse.com/security/cve/CVE-2024-50349/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-52006 page", "url": "https://www.suse.com/security/cve/CVE-2024-52006/" } ], "title": "Security update for git", "tracking": { "current_release_date": "2025-04-22T14:08:15Z", "generator": { "date": "2025-04-22T14:08:15Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:20197-1", "initial_release_date": "2025-04-22T14:08:15Z", "revision_history": [ { "date": "2025-04-22T14:08:15Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "git-2.45.1-2.1.aarch64", "product": { "name": "git-2.45.1-2.1.aarch64", "product_id": "git-2.45.1-2.1.aarch64" } }, { "category": "product_version", "name": "git-core-2.45.1-2.1.aarch64", "product": { "name": "git-core-2.45.1-2.1.aarch64", "product_id": "git-core-2.45.1-2.1.aarch64" } }, { "category": "product_version", "name": "perl-Git-2.45.1-2.1.aarch64", "product": { "name": "perl-Git-2.45.1-2.1.aarch64", "product_id": "perl-Git-2.45.1-2.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "git-2.45.1-2.1.s390x", "product": { "name": "git-2.45.1-2.1.s390x", "product_id": "git-2.45.1-2.1.s390x" } }, { "category": "product_version", "name": "git-core-2.45.1-2.1.s390x", "product": { "name": "git-core-2.45.1-2.1.s390x", "product_id": "git-core-2.45.1-2.1.s390x" } }, { "category": "product_version", "name": "perl-Git-2.45.1-2.1.s390x", "product": { "name": "perl-Git-2.45.1-2.1.s390x", "product_id": "perl-Git-2.45.1-2.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "git-2.45.1-2.1.x86_64", "product": { "name": "git-2.45.1-2.1.x86_64", "product_id": "git-2.45.1-2.1.x86_64" } }, { "category": "product_version", "name": "git-core-2.45.1-2.1.x86_64", "product": { "name": "git-core-2.45.1-2.1.x86_64", "product_id": "git-core-2.45.1-2.1.x86_64" } }, { "category": "product_version", "name": "perl-Git-2.45.1-2.1.x86_64", "product": { "name": "perl-Git-2.45.1-2.1.x86_64", "product_id": "perl-Git-2.45.1-2.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Micro 6.0", "product": { "name": "SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0", "product_identification_helper": { "cpe": "cpe:/o:suse:sl-micro:6.0" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "git-2.45.1-2.1.aarch64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:git-2.45.1-2.1.aarch64" }, "product_reference": "git-2.45.1-2.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.45.1-2.1.s390x as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:git-2.45.1-2.1.s390x" }, "product_reference": "git-2.45.1-2.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.45.1-2.1.x86_64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:git-2.45.1-2.1.x86_64" }, "product_reference": "git-2.45.1-2.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.45.1-2.1.aarch64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:git-core-2.45.1-2.1.aarch64" }, "product_reference": "git-core-2.45.1-2.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.45.1-2.1.s390x as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:git-core-2.45.1-2.1.s390x" }, "product_reference": "git-core-2.45.1-2.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.45.1-2.1.x86_64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:git-core-2.45.1-2.1.x86_64" }, "product_reference": "git-core-2.45.1-2.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.45.1-2.1.aarch64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:perl-Git-2.45.1-2.1.aarch64" }, "product_reference": "perl-Git-2.45.1-2.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.45.1-2.1.s390x as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:perl-Git-2.45.1-2.1.s390x" }, "product_reference": "perl-Git-2.45.1-2.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.45.1-2.1.x86_64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:perl-Git-2.45.1-2.1.x86_64" }, "product_reference": "perl-Git-2.45.1-2.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.0" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-50349", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-50349" } ], "notes": [ { "category": "general", "text": "Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. When Git asks for credentials via a terminal prompt (i.e. without using any credential helper), it prints out the host name for which the user is expected to provide a username and/or a password. At this stage, any URL-encoded parts have been decoded already, and are printed verbatim. This allows attackers to craft URLs that contain ANSI escape sequences that the terminal interpret to confuse users e.g. into providing passwords for trusted Git hosting sites when in fact they are then sent to untrusted sites that are under the attacker\u0027s control. This issue has been patch via commits `7725b81` and `c903985` which are included in release versions v2.48.1, v2.47.2, v2.46.3, v2.45.3, v2.44.3, v2.43.6, v2.42.4, v2.41.3, and v2.40.4. Users are advised to upgrade. Users unable to upgrade should avoid cloning from untrusted URLs, especially recursive clones.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:git-2.45.1-2.1.aarch64", "SUSE Linux Micro 6.0:git-2.45.1-2.1.s390x", "SUSE Linux Micro 6.0:git-2.45.1-2.1.x86_64", "SUSE Linux Micro 6.0:git-core-2.45.1-2.1.aarch64", "SUSE Linux Micro 6.0:git-core-2.45.1-2.1.s390x", "SUSE Linux Micro 6.0:git-core-2.45.1-2.1.x86_64", "SUSE Linux Micro 6.0:perl-Git-2.45.1-2.1.aarch64", "SUSE Linux Micro 6.0:perl-Git-2.45.1-2.1.s390x", "SUSE Linux Micro 6.0:perl-Git-2.45.1-2.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-50349", "url": "https://www.suse.com/security/cve/CVE-2024-50349" }, { "category": "external", "summary": "SUSE Bug 1235600 for CVE-2024-50349", "url": "https://bugzilla.suse.com/1235600" } ], "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 Micro 6.0:git-2.45.1-2.1.aarch64", "SUSE Linux Micro 6.0:git-2.45.1-2.1.s390x", "SUSE Linux Micro 6.0:git-2.45.1-2.1.x86_64", "SUSE Linux Micro 6.0:git-core-2.45.1-2.1.aarch64", "SUSE Linux Micro 6.0:git-core-2.45.1-2.1.s390x", "SUSE Linux Micro 6.0:git-core-2.45.1-2.1.x86_64", "SUSE Linux Micro 6.0:perl-Git-2.45.1-2.1.aarch64", "SUSE Linux Micro 6.0:perl-Git-2.45.1-2.1.s390x", "SUSE Linux Micro 6.0:perl-Git-2.45.1-2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:git-2.45.1-2.1.aarch64", "SUSE Linux Micro 6.0:git-2.45.1-2.1.s390x", "SUSE Linux Micro 6.0:git-2.45.1-2.1.x86_64", "SUSE Linux Micro 6.0:git-core-2.45.1-2.1.aarch64", "SUSE Linux Micro 6.0:git-core-2.45.1-2.1.s390x", "SUSE Linux Micro 6.0:git-core-2.45.1-2.1.x86_64", "SUSE Linux Micro 6.0:perl-Git-2.45.1-2.1.aarch64", "SUSE Linux Micro 6.0:perl-Git-2.45.1-2.1.s390x", "SUSE Linux Micro 6.0:perl-Git-2.45.1-2.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-04-22T14:08:15Z", "details": "moderate" } ], "title": "CVE-2024-50349" }, { "cve": "CVE-2024-52006", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-52006" } ], "notes": [ { "category": "general", "text": "Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. Git defines a line-based protocol that is used to exchange information between Git and Git credential helpers. Some ecosystems (most notably, .NET and node.js) interpret single Carriage Return characters as newlines, which renders the protections against CVE-2020-5260 incomplete for credential helpers that treat Carriage Returns in this way. This issue has been addressed in commit `b01b9b8` which is included in release versions v2.48.1, v2.47.2, v2.46.3, v2.45.3, v2.44.3, v2.43.6, v2.42.4, v2.41.3, and v2.40.4. Users are advised to upgrade. Users unable to upgrade should avoid cloning from untrusted URLs, especially recursive clones.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:git-2.45.1-2.1.aarch64", "SUSE Linux Micro 6.0:git-2.45.1-2.1.s390x", "SUSE Linux Micro 6.0:git-2.45.1-2.1.x86_64", "SUSE Linux Micro 6.0:git-core-2.45.1-2.1.aarch64", "SUSE Linux Micro 6.0:git-core-2.45.1-2.1.s390x", "SUSE Linux Micro 6.0:git-core-2.45.1-2.1.x86_64", "SUSE Linux Micro 6.0:perl-Git-2.45.1-2.1.aarch64", "SUSE Linux Micro 6.0:perl-Git-2.45.1-2.1.s390x", "SUSE Linux Micro 6.0:perl-Git-2.45.1-2.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-52006", "url": "https://www.suse.com/security/cve/CVE-2024-52006" }, { "category": "external", "summary": "SUSE Bug 1235601 for CVE-2024-52006", "url": "https://bugzilla.suse.com/1235601" } ], "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 Micro 6.0:git-2.45.1-2.1.aarch64", "SUSE Linux Micro 6.0:git-2.45.1-2.1.s390x", "SUSE Linux Micro 6.0:git-2.45.1-2.1.x86_64", "SUSE Linux Micro 6.0:git-core-2.45.1-2.1.aarch64", "SUSE Linux Micro 6.0:git-core-2.45.1-2.1.s390x", "SUSE Linux Micro 6.0:git-core-2.45.1-2.1.x86_64", "SUSE Linux Micro 6.0:perl-Git-2.45.1-2.1.aarch64", "SUSE Linux Micro 6.0:perl-Git-2.45.1-2.1.s390x", "SUSE Linux Micro 6.0:perl-Git-2.45.1-2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:git-2.45.1-2.1.aarch64", "SUSE Linux Micro 6.0:git-2.45.1-2.1.s390x", "SUSE Linux Micro 6.0:git-2.45.1-2.1.x86_64", "SUSE Linux Micro 6.0:git-core-2.45.1-2.1.aarch64", "SUSE Linux Micro 6.0:git-core-2.45.1-2.1.s390x", "SUSE Linux Micro 6.0:git-core-2.45.1-2.1.x86_64", "SUSE Linux Micro 6.0:perl-Git-2.45.1-2.1.aarch64", "SUSE Linux Micro 6.0:perl-Git-2.45.1-2.1.s390x", "SUSE Linux Micro 6.0:perl-Git-2.45.1-2.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-04-22T14:08:15Z", "details": "moderate" } ], "title": "CVE-2024-52006" } ] }
suse-su-2025:0144-1
Vulnerability from csaf_suse
Published
2025-01-16 13:30
Modified
2025-01-16 13:30
Summary
Security update for git
Notes
Title of the patch
Security update for git
Description of the patch
This update for git fixes the following issues:
- CVE-2024-50349: Passwords for trusted sites could be sent to untrusted sites (bsc#1235600).
- CVE-2024-52006: Carriage Returns via the credential protocol to credential helpers (bsc#1235601).
Patchnames
SUSE-2025-144,SUSE-SLE-Micro-5.5-2025-144,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-144,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-144,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-144,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-144,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-144,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-144,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-144,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-144,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-144,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-144,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-144,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-144,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-144,SUSE-Storage-7.1-2025-144
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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-50349: Passwords for trusted sites could be sent to untrusted sites (bsc#1235600).\n- CVE-2024-52006: Carriage Returns via the credential protocol to credential helpers (bsc#1235601).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-144,SUSE-SLE-Micro-5.5-2025-144,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-144,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-144,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-144,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-144,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-144,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-144,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-144,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-144,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-144,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-144,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-144,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-144,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-144,SUSE-Storage-7.1-2025-144", "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-2025_0144-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:0144-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250144-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:0144-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020145.html" }, { "category": "self", "summary": "SUSE Bug 1235600", "url": "https://bugzilla.suse.com/1235600" }, { "category": "self", "summary": "SUSE Bug 1235601", "url": "https://bugzilla.suse.com/1235601" }, { "category": "self", "summary": "SUSE CVE CVE-2024-50349 page", "url": "https://www.suse.com/security/cve/CVE-2024-50349/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-52006 page", "url": "https://www.suse.com/security/cve/CVE-2024-52006/" } ], "title": "Security update for git", "tracking": { "current_release_date": "2025-01-16T13:30:18Z", "generator": { "date": "2025-01-16T13:30:18Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:0144-1", "initial_release_date": "2025-01-16T13:30:18Z", "revision_history": [ { "date": "2025-01-16T13:30:18Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "git-2.35.3-150300.10.48.1.aarch64", "product": { "name": "git-2.35.3-150300.10.48.1.aarch64", "product_id": "git-2.35.3-150300.10.48.1.aarch64" } }, { "category": "product_version", "name": "git-arch-2.35.3-150300.10.48.1.aarch64", "product": { "name": "git-arch-2.35.3-150300.10.48.1.aarch64", "product_id": "git-arch-2.35.3-150300.10.48.1.aarch64" } }, { "category": "product_version", "name": "git-core-2.35.3-150300.10.48.1.aarch64", "product": { "name": "git-core-2.35.3-150300.10.48.1.aarch64", "product_id": "git-core-2.35.3-150300.10.48.1.aarch64" } }, { "category": "product_version", "name": "git-credential-gnome-keyring-2.35.3-150300.10.48.1.aarch64", "product": { "name": "git-credential-gnome-keyring-2.35.3-150300.10.48.1.aarch64", "product_id": "git-credential-gnome-keyring-2.35.3-150300.10.48.1.aarch64" } }, { "category": "product_version", "name": "git-credential-libsecret-2.35.3-150300.10.48.1.aarch64", "product": { "name": "git-credential-libsecret-2.35.3-150300.10.48.1.aarch64", "product_id": "git-credential-libsecret-2.35.3-150300.10.48.1.aarch64" } }, { "category": "product_version", "name": "git-cvs-2.35.3-150300.10.48.1.aarch64", "product": { "name": "git-cvs-2.35.3-150300.10.48.1.aarch64", "product_id": "git-cvs-2.35.3-150300.10.48.1.aarch64" } }, { "category": "product_version", "name": "git-daemon-2.35.3-150300.10.48.1.aarch64", "product": { "name": "git-daemon-2.35.3-150300.10.48.1.aarch64", "product_id": "git-daemon-2.35.3-150300.10.48.1.aarch64" } }, { "category": "product_version", "name": "git-email-2.35.3-150300.10.48.1.aarch64", "product": { "name": "git-email-2.35.3-150300.10.48.1.aarch64", "product_id": "git-email-2.35.3-150300.10.48.1.aarch64" } }, { "category": "product_version", "name": "git-gui-2.35.3-150300.10.48.1.aarch64", "product": { "name": "git-gui-2.35.3-150300.10.48.1.aarch64", "product_id": "git-gui-2.35.3-150300.10.48.1.aarch64" } }, { "category": "product_version", "name": "git-p4-2.35.3-150300.10.48.1.aarch64", "product": { "name": "git-p4-2.35.3-150300.10.48.1.aarch64", "product_id": "git-p4-2.35.3-150300.10.48.1.aarch64" } }, { "category": "product_version", "name": "git-svn-2.35.3-150300.10.48.1.aarch64", "product": { "name": "git-svn-2.35.3-150300.10.48.1.aarch64", "product_id": "git-svn-2.35.3-150300.10.48.1.aarch64" } }, { "category": "product_version", "name": "git-web-2.35.3-150300.10.48.1.aarch64", "product": { "name": "git-web-2.35.3-150300.10.48.1.aarch64", "product_id": "git-web-2.35.3-150300.10.48.1.aarch64" } }, { "category": "product_version", "name": "gitk-2.35.3-150300.10.48.1.aarch64", "product": { "name": "gitk-2.35.3-150300.10.48.1.aarch64", "product_id": "gitk-2.35.3-150300.10.48.1.aarch64" } }, { "category": "product_version", "name": "perl-Git-2.35.3-150300.10.48.1.aarch64", "product": { "name": "perl-Git-2.35.3-150300.10.48.1.aarch64", "product_id": "perl-Git-2.35.3-150300.10.48.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "git-2.35.3-150300.10.48.1.i586", "product": { "name": "git-2.35.3-150300.10.48.1.i586", "product_id": "git-2.35.3-150300.10.48.1.i586" } }, { "category": "product_version", "name": "git-arch-2.35.3-150300.10.48.1.i586", "product": { "name": "git-arch-2.35.3-150300.10.48.1.i586", "product_id": "git-arch-2.35.3-150300.10.48.1.i586" } }, { "category": "product_version", "name": "git-core-2.35.3-150300.10.48.1.i586", "product": { "name": "git-core-2.35.3-150300.10.48.1.i586", "product_id": "git-core-2.35.3-150300.10.48.1.i586" } }, { "category": "product_version", "name": "git-credential-gnome-keyring-2.35.3-150300.10.48.1.i586", "product": { "name": "git-credential-gnome-keyring-2.35.3-150300.10.48.1.i586", "product_id": "git-credential-gnome-keyring-2.35.3-150300.10.48.1.i586" } }, { "category": "product_version", "name": "git-credential-libsecret-2.35.3-150300.10.48.1.i586", "product": { "name": "git-credential-libsecret-2.35.3-150300.10.48.1.i586", "product_id": "git-credential-libsecret-2.35.3-150300.10.48.1.i586" } }, { "category": "product_version", "name": "git-cvs-2.35.3-150300.10.48.1.i586", "product": { "name": "git-cvs-2.35.3-150300.10.48.1.i586", "product_id": "git-cvs-2.35.3-150300.10.48.1.i586" } }, { "category": "product_version", "name": "git-daemon-2.35.3-150300.10.48.1.i586", "product": { "name": "git-daemon-2.35.3-150300.10.48.1.i586", "product_id": "git-daemon-2.35.3-150300.10.48.1.i586" } }, { "category": "product_version", "name": "git-email-2.35.3-150300.10.48.1.i586", "product": { "name": "git-email-2.35.3-150300.10.48.1.i586", "product_id": "git-email-2.35.3-150300.10.48.1.i586" } }, { "category": "product_version", "name": "git-gui-2.35.3-150300.10.48.1.i586", "product": { "name": "git-gui-2.35.3-150300.10.48.1.i586", "product_id": "git-gui-2.35.3-150300.10.48.1.i586" } }, { "category": "product_version", "name": "git-p4-2.35.3-150300.10.48.1.i586", "product": { "name": "git-p4-2.35.3-150300.10.48.1.i586", "product_id": "git-p4-2.35.3-150300.10.48.1.i586" } }, { "category": "product_version", "name": "git-svn-2.35.3-150300.10.48.1.i586", "product": { "name": "git-svn-2.35.3-150300.10.48.1.i586", "product_id": "git-svn-2.35.3-150300.10.48.1.i586" } }, { "category": "product_version", "name": "git-web-2.35.3-150300.10.48.1.i586", "product": { "name": "git-web-2.35.3-150300.10.48.1.i586", "product_id": "git-web-2.35.3-150300.10.48.1.i586" } }, { "category": "product_version", "name": "gitk-2.35.3-150300.10.48.1.i586", "product": { "name": "gitk-2.35.3-150300.10.48.1.i586", "product_id": "gitk-2.35.3-150300.10.48.1.i586" } }, { "category": "product_version", "name": "perl-Git-2.35.3-150300.10.48.1.i586", "product": { "name": "perl-Git-2.35.3-150300.10.48.1.i586", "product_id": "perl-Git-2.35.3-150300.10.48.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "git-doc-2.35.3-150300.10.48.1.noarch", "product": { "name": "git-doc-2.35.3-150300.10.48.1.noarch", "product_id": "git-doc-2.35.3-150300.10.48.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "git-2.35.3-150300.10.48.1.ppc64le", "product": { "name": "git-2.35.3-150300.10.48.1.ppc64le", "product_id": "git-2.35.3-150300.10.48.1.ppc64le" } }, { "category": "product_version", "name": "git-arch-2.35.3-150300.10.48.1.ppc64le", "product": { "name": "git-arch-2.35.3-150300.10.48.1.ppc64le", "product_id": "git-arch-2.35.3-150300.10.48.1.ppc64le" } }, { "category": "product_version", "name": "git-core-2.35.3-150300.10.48.1.ppc64le", "product": { "name": "git-core-2.35.3-150300.10.48.1.ppc64le", "product_id": "git-core-2.35.3-150300.10.48.1.ppc64le" } }, { "category": "product_version", "name": "git-credential-gnome-keyring-2.35.3-150300.10.48.1.ppc64le", "product": { "name": "git-credential-gnome-keyring-2.35.3-150300.10.48.1.ppc64le", "product_id": "git-credential-gnome-keyring-2.35.3-150300.10.48.1.ppc64le" } }, { "category": "product_version", "name": "git-credential-libsecret-2.35.3-150300.10.48.1.ppc64le", "product": { "name": "git-credential-libsecret-2.35.3-150300.10.48.1.ppc64le", "product_id": "git-credential-libsecret-2.35.3-150300.10.48.1.ppc64le" } }, { "category": "product_version", "name": "git-cvs-2.35.3-150300.10.48.1.ppc64le", "product": { "name": "git-cvs-2.35.3-150300.10.48.1.ppc64le", "product_id": "git-cvs-2.35.3-150300.10.48.1.ppc64le" } }, { "category": "product_version", "name": "git-daemon-2.35.3-150300.10.48.1.ppc64le", "product": { "name": "git-daemon-2.35.3-150300.10.48.1.ppc64le", "product_id": "git-daemon-2.35.3-150300.10.48.1.ppc64le" } }, { "category": "product_version", "name": "git-email-2.35.3-150300.10.48.1.ppc64le", "product": { "name": "git-email-2.35.3-150300.10.48.1.ppc64le", "product_id": "git-email-2.35.3-150300.10.48.1.ppc64le" } }, { "category": "product_version", "name": "git-gui-2.35.3-150300.10.48.1.ppc64le", "product": { "name": "git-gui-2.35.3-150300.10.48.1.ppc64le", "product_id": "git-gui-2.35.3-150300.10.48.1.ppc64le" } }, { "category": "product_version", "name": "git-p4-2.35.3-150300.10.48.1.ppc64le", "product": { "name": "git-p4-2.35.3-150300.10.48.1.ppc64le", "product_id": "git-p4-2.35.3-150300.10.48.1.ppc64le" } }, { "category": "product_version", "name": "git-svn-2.35.3-150300.10.48.1.ppc64le", "product": { "name": "git-svn-2.35.3-150300.10.48.1.ppc64le", "product_id": "git-svn-2.35.3-150300.10.48.1.ppc64le" } }, { "category": "product_version", "name": "git-web-2.35.3-150300.10.48.1.ppc64le", "product": { "name": "git-web-2.35.3-150300.10.48.1.ppc64le", "product_id": "git-web-2.35.3-150300.10.48.1.ppc64le" } }, { "category": "product_version", "name": "gitk-2.35.3-150300.10.48.1.ppc64le", "product": { "name": "gitk-2.35.3-150300.10.48.1.ppc64le", "product_id": "gitk-2.35.3-150300.10.48.1.ppc64le" } }, { "category": "product_version", "name": "perl-Git-2.35.3-150300.10.48.1.ppc64le", "product": { "name": "perl-Git-2.35.3-150300.10.48.1.ppc64le", "product_id": "perl-Git-2.35.3-150300.10.48.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "git-2.35.3-150300.10.48.1.s390x", "product": { "name": "git-2.35.3-150300.10.48.1.s390x", "product_id": "git-2.35.3-150300.10.48.1.s390x" } }, { "category": "product_version", "name": "git-arch-2.35.3-150300.10.48.1.s390x", "product": { "name": "git-arch-2.35.3-150300.10.48.1.s390x", "product_id": "git-arch-2.35.3-150300.10.48.1.s390x" } }, { "category": "product_version", "name": "git-core-2.35.3-150300.10.48.1.s390x", "product": { "name": "git-core-2.35.3-150300.10.48.1.s390x", "product_id": "git-core-2.35.3-150300.10.48.1.s390x" } }, { "category": "product_version", "name": "git-credential-gnome-keyring-2.35.3-150300.10.48.1.s390x", "product": { "name": "git-credential-gnome-keyring-2.35.3-150300.10.48.1.s390x", "product_id": "git-credential-gnome-keyring-2.35.3-150300.10.48.1.s390x" } }, { "category": "product_version", "name": "git-credential-libsecret-2.35.3-150300.10.48.1.s390x", "product": { "name": "git-credential-libsecret-2.35.3-150300.10.48.1.s390x", "product_id": "git-credential-libsecret-2.35.3-150300.10.48.1.s390x" } }, { "category": "product_version", "name": "git-cvs-2.35.3-150300.10.48.1.s390x", "product": { "name": "git-cvs-2.35.3-150300.10.48.1.s390x", "product_id": "git-cvs-2.35.3-150300.10.48.1.s390x" } }, { "category": "product_version", "name": "git-daemon-2.35.3-150300.10.48.1.s390x", "product": { "name": "git-daemon-2.35.3-150300.10.48.1.s390x", "product_id": "git-daemon-2.35.3-150300.10.48.1.s390x" } }, { "category": "product_version", "name": "git-email-2.35.3-150300.10.48.1.s390x", "product": { "name": "git-email-2.35.3-150300.10.48.1.s390x", "product_id": "git-email-2.35.3-150300.10.48.1.s390x" } }, { "category": "product_version", "name": "git-gui-2.35.3-150300.10.48.1.s390x", "product": { "name": "git-gui-2.35.3-150300.10.48.1.s390x", "product_id": "git-gui-2.35.3-150300.10.48.1.s390x" } }, { "category": "product_version", "name": "git-p4-2.35.3-150300.10.48.1.s390x", "product": { "name": "git-p4-2.35.3-150300.10.48.1.s390x", "product_id": "git-p4-2.35.3-150300.10.48.1.s390x" } }, { "category": "product_version", "name": "git-svn-2.35.3-150300.10.48.1.s390x", "product": { "name": "git-svn-2.35.3-150300.10.48.1.s390x", "product_id": "git-svn-2.35.3-150300.10.48.1.s390x" } }, { "category": "product_version", "name": "git-web-2.35.3-150300.10.48.1.s390x", "product": { "name": "git-web-2.35.3-150300.10.48.1.s390x", "product_id": "git-web-2.35.3-150300.10.48.1.s390x" } }, { "category": "product_version", "name": "gitk-2.35.3-150300.10.48.1.s390x", "product": { "name": "gitk-2.35.3-150300.10.48.1.s390x", "product_id": "gitk-2.35.3-150300.10.48.1.s390x" } }, { "category": "product_version", "name": "perl-Git-2.35.3-150300.10.48.1.s390x", "product": { "name": "perl-Git-2.35.3-150300.10.48.1.s390x", "product_id": "perl-Git-2.35.3-150300.10.48.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "git-2.35.3-150300.10.48.1.x86_64", "product": { "name": "git-2.35.3-150300.10.48.1.x86_64", "product_id": "git-2.35.3-150300.10.48.1.x86_64" } }, { "category": "product_version", "name": "git-arch-2.35.3-150300.10.48.1.x86_64", "product": { "name": "git-arch-2.35.3-150300.10.48.1.x86_64", "product_id": "git-arch-2.35.3-150300.10.48.1.x86_64" } }, { "category": "product_version", "name": "git-core-2.35.3-150300.10.48.1.x86_64", "product": { "name": "git-core-2.35.3-150300.10.48.1.x86_64", "product_id": "git-core-2.35.3-150300.10.48.1.x86_64" } }, { "category": "product_version", "name": "git-credential-gnome-keyring-2.35.3-150300.10.48.1.x86_64", "product": { "name": "git-credential-gnome-keyring-2.35.3-150300.10.48.1.x86_64", "product_id": "git-credential-gnome-keyring-2.35.3-150300.10.48.1.x86_64" } }, { "category": "product_version", "name": "git-credential-libsecret-2.35.3-150300.10.48.1.x86_64", "product": { "name": "git-credential-libsecret-2.35.3-150300.10.48.1.x86_64", "product_id": "git-credential-libsecret-2.35.3-150300.10.48.1.x86_64" } }, { "category": "product_version", "name": "git-cvs-2.35.3-150300.10.48.1.x86_64", "product": { "name": "git-cvs-2.35.3-150300.10.48.1.x86_64", "product_id": "git-cvs-2.35.3-150300.10.48.1.x86_64" } }, { "category": "product_version", "name": "git-daemon-2.35.3-150300.10.48.1.x86_64", "product": { "name": "git-daemon-2.35.3-150300.10.48.1.x86_64", "product_id": "git-daemon-2.35.3-150300.10.48.1.x86_64" } }, { "category": "product_version", "name": "git-email-2.35.3-150300.10.48.1.x86_64", "product": { "name": "git-email-2.35.3-150300.10.48.1.x86_64", "product_id": "git-email-2.35.3-150300.10.48.1.x86_64" } }, { "category": "product_version", "name": "git-gui-2.35.3-150300.10.48.1.x86_64", "product": { "name": "git-gui-2.35.3-150300.10.48.1.x86_64", "product_id": "git-gui-2.35.3-150300.10.48.1.x86_64" } }, { "category": "product_version", "name": "git-p4-2.35.3-150300.10.48.1.x86_64", "product": { "name": "git-p4-2.35.3-150300.10.48.1.x86_64", "product_id": "git-p4-2.35.3-150300.10.48.1.x86_64" } }, { "category": "product_version", "name": "git-svn-2.35.3-150300.10.48.1.x86_64", "product": { "name": "git-svn-2.35.3-150300.10.48.1.x86_64", "product_id": "git-svn-2.35.3-150300.10.48.1.x86_64" } }, { "category": "product_version", "name": "git-web-2.35.3-150300.10.48.1.x86_64", "product": { "name": "git-web-2.35.3-150300.10.48.1.x86_64", "product_id": "git-web-2.35.3-150300.10.48.1.x86_64" } }, { "category": "product_version", "name": "gitk-2.35.3-150300.10.48.1.x86_64", "product": { "name": "gitk-2.35.3-150300.10.48.1.x86_64", "product_id": "gitk-2.35.3-150300.10.48.1.x86_64" } }, { "category": "product_version", "name": "perl-Git-2.35.3-150300.10.48.1.x86_64", "product": { "name": "perl-Git-2.35.3-150300.10.48.1.x86_64", "product_id": "perl-Git-2.35.3-150300.10.48.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.5", "product": { "name": "SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp5" } } }, { "category": "product_name", "name": "SUSE Manager Proxy 4.3", "product": { "name": "SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-proxy:4.3" } } }, { "category": "product_name", "name": "SUSE Manager Server 4.3", "product": { "name": "SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-server:4.3" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 7.1", "product": { "name": "SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:7.1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-core-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-core-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-core-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-core-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.48.1.s390x" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-core-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-core-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-doc-2.35.3-150300.10.48.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-doc-2.35.3-150300.10.48.1.noarch" }, "product_reference": "git-doc-2.35.3-150300.10.48.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-email-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-email-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-web-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-web-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "gitk-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "gitk-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-core-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-core-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-doc-2.35.3-150300.10.48.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-doc-2.35.3-150300.10.48.1.noarch" }, "product_reference": "git-doc-2.35.3-150300.10.48.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-email-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-email-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-web-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-web-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "gitk-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "gitk-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-core-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-core-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-doc-2.35.3-150300.10.48.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-doc-2.35.3-150300.10.48.1.noarch" }, "product_reference": "git-doc-2.35.3-150300.10.48.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-email-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-email-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-web-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-web-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "gitk-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "gitk-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-arch-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-arch-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-core-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-core-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-core-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-core-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-cvs-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-cvs-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-daemon-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-daemon-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-doc-2.35.3-150300.10.48.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-doc-2.35.3-150300.10.48.1.noarch" }, "product_reference": "git-doc-2.35.3-150300.10.48.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-email-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-email-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-email-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-email-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-gui-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-gui-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-svn-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-svn-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-web-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-web-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-web-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-web-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gitk-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "gitk-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gitk-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "gitk-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Git-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Git-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-core-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-core-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-doc-2.35.3-150300.10.48.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-doc-2.35.3-150300.10.48.1.noarch" }, "product_reference": "git-doc-2.35.3-150300.10.48.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-email-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-email-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-web-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-web-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "gitk-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "gitk-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-core-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-core-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-core-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-core-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-doc-2.35.3-150300.10.48.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-doc-2.35.3-150300.10.48.1.noarch" }, "product_reference": "git-doc-2.35.3-150300.10.48.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-email-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-email-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-email-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-email-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-web-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-web-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-web-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-web-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "gitk-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "gitk-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.s390x" }, "product_reference": "gitk-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "gitk-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.s390x" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-core-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-core-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-core-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-core-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-doc-2.35.3-150300.10.48.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-doc-2.35.3-150300.10.48.1.noarch" }, "product_reference": "git-doc-2.35.3-150300.10.48.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-email-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-email-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-email-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-email-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-web-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-web-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-web-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-web-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "gitk-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "gitk-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.s390x" }, "product_reference": "gitk-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "gitk-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.s390x" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-core-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-core-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-core-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-core-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-doc-2.35.3-150300.10.48.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-doc-2.35.3-150300.10.48.1.noarch" }, "product_reference": "git-doc-2.35.3-150300.10.48.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-email-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-email-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-email-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-email-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-web-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-web-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-web-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-web-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "gitk-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "gitk-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.s390x" }, "product_reference": "gitk-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "gitk-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.s390x" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-core-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-core-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "git-doc-2.35.3-150300.10.48.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-doc-2.35.3-150300.10.48.1.noarch" }, "product_reference": "git-doc-2.35.3-150300.10.48.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-email-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-email-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-web-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-web-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "gitk-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "gitk-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-core-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-core-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "git-doc-2.35.3-150300.10.48.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-doc-2.35.3-150300.10.48.1.noarch" }, "product_reference": "git-doc-2.35.3-150300.10.48.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-email-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-email-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-web-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-web-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "gitk-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "gitk-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-arch-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-arch-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-core-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-core-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-core-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-core-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-cvs-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-cvs-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-daemon-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-daemon-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "git-doc-2.35.3-150300.10.48.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-doc-2.35.3-150300.10.48.1.noarch" }, "product_reference": "git-doc-2.35.3-150300.10.48.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-email-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-email-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-email-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-email-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-gui-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-gui-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-svn-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-svn-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-web-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-web-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-web-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-web-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gitk-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "gitk-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gitk-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "gitk-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Git-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Git-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:git-core-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-core-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.48.1.ppc64le" }, "product_reference": "git-core-2.35.3-150300.10.48.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.48.1.s390x" }, "product_reference": "git-core-2.35.3-150300.10.48.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-core-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.35.3-150300.10.48.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.35.3-150300.10.48.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-arch-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-core-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.35.3-150300.10.48.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-core-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.35.3-150300.10.48.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-cvs-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.35.3-150300.10.48.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-daemon-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "git-doc-2.35.3-150300.10.48.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:git-doc-2.35.3-150300.10.48.1.noarch" }, "product_reference": "git-doc-2.35.3-150300.10.48.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-email-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.35.3-150300.10.48.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-email-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.35.3-150300.10.48.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-gui-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.35.3-150300.10.48.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-svn-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "git-web-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.35.3-150300.10.48.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "git-web-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "gitk-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.35.3-150300.10.48.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "gitk-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.48.1.aarch64" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.35.3-150300.10.48.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.48.1.x86_64" }, "product_reference": "perl-Git-2.35.3-150300.10.48.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-50349", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-50349" } ], "notes": [ { "category": "general", "text": "Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. When Git asks for credentials via a terminal prompt (i.e. without using any credential helper), it prints out the host name for which the user is expected to provide a username and/or a password. At this stage, any URL-encoded parts have been decoded already, and are printed verbatim. This allows attackers to craft URLs that contain ANSI escape sequences that the terminal interpret to confuse users e.g. into providing passwords for trusted Git hosting sites when in fact they are then sent to untrusted sites that are under the attacker\u0027s control. This issue has been patch via commits `7725b81` and `c903985` which are included in release versions v2.48.1, v2.47.2, v2.46.3, v2.45.3, v2.44.3, v2.43.6, v2.42.4, v2.41.3, and v2.40.4. Users are advised to upgrade. Users unable to upgrade should avoid cloning from untrusted URLs, especially recursive clones.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Manager Proxy 4.3:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.48.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-50349", "url": "https://www.suse.com/security/cve/CVE-2024-50349" }, { "category": "external", "summary": "SUSE Bug 1235600 for CVE-2024-50349", "url": "https://bugzilla.suse.com/1235600" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Manager Proxy 4.3:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.48.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Manager Proxy 4.3:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.48.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-16T13:30:18Z", "details": "moderate" } ], "title": "CVE-2024-50349" }, { "cve": "CVE-2024-52006", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-52006" } ], "notes": [ { "category": "general", "text": "Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. Git defines a line-based protocol that is used to exchange information between Git and Git credential helpers. Some ecosystems (most notably, .NET and node.js) interpret single Carriage Return characters as newlines, which renders the protections against CVE-2020-5260 incomplete for credential helpers that treat Carriage Returns in this way. This issue has been addressed in commit `b01b9b8` which is included in release versions v2.48.1, v2.47.2, v2.46.3, v2.45.3, v2.44.3, v2.43.6, v2.42.4, v2.41.3, and v2.40.4. Users are advised to upgrade. Users unable to upgrade should avoid cloning from untrusted URLs, especially recursive clones.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Manager Proxy 4.3:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.48.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-52006", "url": "https://www.suse.com/security/cve/CVE-2024-52006" }, { "category": "external", "summary": "SUSE Bug 1235601 for CVE-2024-52006", "url": "https://bugzilla.suse.com/1235601" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Manager Proxy 4.3:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.48.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Enterprise Storage 7.1:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Micro 5.5:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-arch-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-arch-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-cvs-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-cvs-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-daemon-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-daemon-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-doc-2.35.3-150300.10.48.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-email-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-email-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-gui-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-gui-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-svn-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-svn-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-web-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:git-web-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gitk-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gitk-2.35.3-150300.10.48.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Git-2.35.3-150300.10.48.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Git-2.35.3-150300.10.48.1.x86_64", "SUSE Manager Proxy 4.3:git-core-2.35.3-150300.10.48.1.x86_64", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.48.1.ppc64le", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.48.1.s390x", "SUSE Manager Server 4.3:git-core-2.35.3-150300.10.48.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-16T13:30:18Z", "details": "moderate" } ], "title": "CVE-2024-52006" } ] }
suse-su-2025:0116-1
Vulnerability from csaf_suse
Published
2025-01-15 08:32
Modified
2025-01-15 08:32
Summary
Security update for git
Notes
Title of the patch
Security update for git
Description of the patch
This update for git fixes the following issues:
- CVE-2024-50349: Passwords for trusted sites could be sent to untrusted sites (bsc#1235600).
- CVE-2024-52006: Carriage Returns via the credential protocol to credential helpers (bsc#1235601).
Patchnames
SUSE-2025-116,SUSE-SLE-Module-Basesystem-15-SP6-2025-116,SUSE-SLE-Module-Development-Tools-15-SP6-2025-116,openSUSE-SLE-15.6-2025-116
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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-50349: Passwords for trusted sites could be sent to untrusted sites (bsc#1235600).\n- CVE-2024-52006: Carriage Returns via the credential protocol to credential helpers (bsc#1235601).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-116,SUSE-SLE-Module-Basesystem-15-SP6-2025-116,SUSE-SLE-Module-Development-Tools-15-SP6-2025-116,openSUSE-SLE-15.6-2025-116", "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-2025_0116-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:0116-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250116-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:0116-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020132.html" }, { "category": "self", "summary": "SUSE Bug 1235600", "url": "https://bugzilla.suse.com/1235600" }, { "category": "self", "summary": "SUSE Bug 1235601", "url": "https://bugzilla.suse.com/1235601" }, { "category": "self", "summary": "SUSE CVE CVE-2024-50349 page", "url": "https://www.suse.com/security/cve/CVE-2024-50349/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-52006 page", "url": "https://www.suse.com/security/cve/CVE-2024-52006/" } ], "title": "Security update for git", "tracking": { "current_release_date": "2025-01-15T08:32:36Z", "generator": { "date": "2025-01-15T08:32:36Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:0116-1", "initial_release_date": "2025-01-15T08:32:36Z", "revision_history": [ { "date": "2025-01-15T08:32:36Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "git-2.43.0-150600.3.9.1.aarch64", "product": { "name": "git-2.43.0-150600.3.9.1.aarch64", "product_id": "git-2.43.0-150600.3.9.1.aarch64" } }, { "category": "product_version", "name": "git-arch-2.43.0-150600.3.9.1.aarch64", "product": { "name": "git-arch-2.43.0-150600.3.9.1.aarch64", "product_id": "git-arch-2.43.0-150600.3.9.1.aarch64" } }, { "category": "product_version", "name": "git-core-2.43.0-150600.3.9.1.aarch64", "product": { "name": "git-core-2.43.0-150600.3.9.1.aarch64", "product_id": "git-core-2.43.0-150600.3.9.1.aarch64" } }, { "category": "product_version", "name": "git-credential-libsecret-2.43.0-150600.3.9.1.aarch64", "product": { "name": "git-credential-libsecret-2.43.0-150600.3.9.1.aarch64", "product_id": "git-credential-libsecret-2.43.0-150600.3.9.1.aarch64" } }, { "category": "product_version", "name": "git-cvs-2.43.0-150600.3.9.1.aarch64", "product": { "name": "git-cvs-2.43.0-150600.3.9.1.aarch64", "product_id": "git-cvs-2.43.0-150600.3.9.1.aarch64" } }, { "category": "product_version", "name": "git-daemon-2.43.0-150600.3.9.1.aarch64", "product": { "name": "git-daemon-2.43.0-150600.3.9.1.aarch64", "product_id": "git-daemon-2.43.0-150600.3.9.1.aarch64" } }, { "category": "product_version", "name": "git-email-2.43.0-150600.3.9.1.aarch64", "product": { "name": "git-email-2.43.0-150600.3.9.1.aarch64", "product_id": "git-email-2.43.0-150600.3.9.1.aarch64" } }, { "category": "product_version", "name": "git-gui-2.43.0-150600.3.9.1.aarch64", "product": { "name": "git-gui-2.43.0-150600.3.9.1.aarch64", "product_id": "git-gui-2.43.0-150600.3.9.1.aarch64" } }, { "category": "product_version", "name": "git-p4-2.43.0-150600.3.9.1.aarch64", "product": { "name": "git-p4-2.43.0-150600.3.9.1.aarch64", "product_id": "git-p4-2.43.0-150600.3.9.1.aarch64" } }, { "category": "product_version", "name": "git-svn-2.43.0-150600.3.9.1.aarch64", "product": { "name": "git-svn-2.43.0-150600.3.9.1.aarch64", "product_id": "git-svn-2.43.0-150600.3.9.1.aarch64" } }, { "category": "product_version", "name": "git-web-2.43.0-150600.3.9.1.aarch64", "product": { "name": "git-web-2.43.0-150600.3.9.1.aarch64", "product_id": "git-web-2.43.0-150600.3.9.1.aarch64" } }, { "category": "product_version", "name": "gitk-2.43.0-150600.3.9.1.aarch64", "product": { "name": "gitk-2.43.0-150600.3.9.1.aarch64", "product_id": "gitk-2.43.0-150600.3.9.1.aarch64" } }, { "category": "product_version", "name": "perl-Git-2.43.0-150600.3.9.1.aarch64", "product": { "name": "perl-Git-2.43.0-150600.3.9.1.aarch64", "product_id": "perl-Git-2.43.0-150600.3.9.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "git-2.43.0-150600.3.9.1.i586", "product": { "name": "git-2.43.0-150600.3.9.1.i586", "product_id": "git-2.43.0-150600.3.9.1.i586" } }, { "category": "product_version", "name": "git-arch-2.43.0-150600.3.9.1.i586", "product": { "name": "git-arch-2.43.0-150600.3.9.1.i586", "product_id": "git-arch-2.43.0-150600.3.9.1.i586" } }, { "category": "product_version", "name": "git-core-2.43.0-150600.3.9.1.i586", "product": { "name": "git-core-2.43.0-150600.3.9.1.i586", "product_id": "git-core-2.43.0-150600.3.9.1.i586" } }, { "category": "product_version", "name": "git-credential-libsecret-2.43.0-150600.3.9.1.i586", "product": { "name": "git-credential-libsecret-2.43.0-150600.3.9.1.i586", "product_id": "git-credential-libsecret-2.43.0-150600.3.9.1.i586" } }, { "category": "product_version", "name": "git-cvs-2.43.0-150600.3.9.1.i586", "product": { "name": "git-cvs-2.43.0-150600.3.9.1.i586", "product_id": "git-cvs-2.43.0-150600.3.9.1.i586" } }, { "category": "product_version", "name": "git-daemon-2.43.0-150600.3.9.1.i586", "product": { "name": "git-daemon-2.43.0-150600.3.9.1.i586", "product_id": "git-daemon-2.43.0-150600.3.9.1.i586" } }, { "category": "product_version", "name": "git-email-2.43.0-150600.3.9.1.i586", "product": { "name": "git-email-2.43.0-150600.3.9.1.i586", "product_id": "git-email-2.43.0-150600.3.9.1.i586" } }, { "category": "product_version", "name": "git-gui-2.43.0-150600.3.9.1.i586", "product": { "name": "git-gui-2.43.0-150600.3.9.1.i586", "product_id": "git-gui-2.43.0-150600.3.9.1.i586" } }, { "category": "product_version", "name": "git-p4-2.43.0-150600.3.9.1.i586", "product": { "name": "git-p4-2.43.0-150600.3.9.1.i586", "product_id": "git-p4-2.43.0-150600.3.9.1.i586" } }, { "category": "product_version", "name": "git-svn-2.43.0-150600.3.9.1.i586", "product": { "name": "git-svn-2.43.0-150600.3.9.1.i586", "product_id": "git-svn-2.43.0-150600.3.9.1.i586" } }, { "category": "product_version", "name": "git-web-2.43.0-150600.3.9.1.i586", "product": { "name": "git-web-2.43.0-150600.3.9.1.i586", "product_id": "git-web-2.43.0-150600.3.9.1.i586" } }, { "category": "product_version", "name": "gitk-2.43.0-150600.3.9.1.i586", "product": { "name": "gitk-2.43.0-150600.3.9.1.i586", "product_id": "gitk-2.43.0-150600.3.9.1.i586" } }, { "category": "product_version", "name": "perl-Git-2.43.0-150600.3.9.1.i586", "product": { "name": "perl-Git-2.43.0-150600.3.9.1.i586", "product_id": "perl-Git-2.43.0-150600.3.9.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "git-doc-2.43.0-150600.3.9.1.noarch", "product": { "name": "git-doc-2.43.0-150600.3.9.1.noarch", "product_id": "git-doc-2.43.0-150600.3.9.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "git-2.43.0-150600.3.9.1.ppc64le", "product": { "name": "git-2.43.0-150600.3.9.1.ppc64le", "product_id": "git-2.43.0-150600.3.9.1.ppc64le" } }, { "category": "product_version", "name": "git-arch-2.43.0-150600.3.9.1.ppc64le", "product": { "name": "git-arch-2.43.0-150600.3.9.1.ppc64le", "product_id": "git-arch-2.43.0-150600.3.9.1.ppc64le" } }, { "category": "product_version", "name": "git-core-2.43.0-150600.3.9.1.ppc64le", "product": { "name": "git-core-2.43.0-150600.3.9.1.ppc64le", "product_id": "git-core-2.43.0-150600.3.9.1.ppc64le" } }, { "category": "product_version", "name": "git-credential-libsecret-2.43.0-150600.3.9.1.ppc64le", "product": { "name": "git-credential-libsecret-2.43.0-150600.3.9.1.ppc64le", "product_id": "git-credential-libsecret-2.43.0-150600.3.9.1.ppc64le" } }, { "category": "product_version", "name": "git-cvs-2.43.0-150600.3.9.1.ppc64le", "product": { "name": "git-cvs-2.43.0-150600.3.9.1.ppc64le", "product_id": "git-cvs-2.43.0-150600.3.9.1.ppc64le" } }, { "category": "product_version", "name": "git-daemon-2.43.0-150600.3.9.1.ppc64le", "product": { "name": "git-daemon-2.43.0-150600.3.9.1.ppc64le", "product_id": "git-daemon-2.43.0-150600.3.9.1.ppc64le" } }, { "category": "product_version", "name": "git-email-2.43.0-150600.3.9.1.ppc64le", "product": { "name": "git-email-2.43.0-150600.3.9.1.ppc64le", "product_id": "git-email-2.43.0-150600.3.9.1.ppc64le" } }, { "category": "product_version", "name": "git-gui-2.43.0-150600.3.9.1.ppc64le", "product": { "name": "git-gui-2.43.0-150600.3.9.1.ppc64le", "product_id": "git-gui-2.43.0-150600.3.9.1.ppc64le" } }, { "category": "product_version", "name": "git-p4-2.43.0-150600.3.9.1.ppc64le", "product": { "name": "git-p4-2.43.0-150600.3.9.1.ppc64le", "product_id": "git-p4-2.43.0-150600.3.9.1.ppc64le" } }, { "category": "product_version", "name": "git-svn-2.43.0-150600.3.9.1.ppc64le", "product": { "name": "git-svn-2.43.0-150600.3.9.1.ppc64le", "product_id": "git-svn-2.43.0-150600.3.9.1.ppc64le" } }, { "category": "product_version", "name": "git-web-2.43.0-150600.3.9.1.ppc64le", "product": { "name": "git-web-2.43.0-150600.3.9.1.ppc64le", "product_id": "git-web-2.43.0-150600.3.9.1.ppc64le" } }, { "category": "product_version", "name": "gitk-2.43.0-150600.3.9.1.ppc64le", "product": { "name": "gitk-2.43.0-150600.3.9.1.ppc64le", "product_id": "gitk-2.43.0-150600.3.9.1.ppc64le" } }, { "category": "product_version", "name": "perl-Git-2.43.0-150600.3.9.1.ppc64le", "product": { "name": "perl-Git-2.43.0-150600.3.9.1.ppc64le", "product_id": "perl-Git-2.43.0-150600.3.9.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "git-2.43.0-150600.3.9.1.s390x", "product": { "name": "git-2.43.0-150600.3.9.1.s390x", "product_id": "git-2.43.0-150600.3.9.1.s390x" } }, { "category": "product_version", "name": "git-arch-2.43.0-150600.3.9.1.s390x", "product": { "name": "git-arch-2.43.0-150600.3.9.1.s390x", "product_id": "git-arch-2.43.0-150600.3.9.1.s390x" } }, { "category": "product_version", "name": "git-core-2.43.0-150600.3.9.1.s390x", "product": { "name": "git-core-2.43.0-150600.3.9.1.s390x", "product_id": "git-core-2.43.0-150600.3.9.1.s390x" } }, { "category": "product_version", "name": "git-credential-libsecret-2.43.0-150600.3.9.1.s390x", "product": { "name": "git-credential-libsecret-2.43.0-150600.3.9.1.s390x", "product_id": "git-credential-libsecret-2.43.0-150600.3.9.1.s390x" } }, { "category": "product_version", "name": "git-cvs-2.43.0-150600.3.9.1.s390x", "product": { "name": "git-cvs-2.43.0-150600.3.9.1.s390x", "product_id": "git-cvs-2.43.0-150600.3.9.1.s390x" } }, { "category": "product_version", "name": "git-daemon-2.43.0-150600.3.9.1.s390x", "product": { "name": "git-daemon-2.43.0-150600.3.9.1.s390x", "product_id": "git-daemon-2.43.0-150600.3.9.1.s390x" } }, { "category": "product_version", "name": "git-email-2.43.0-150600.3.9.1.s390x", "product": { "name": "git-email-2.43.0-150600.3.9.1.s390x", "product_id": "git-email-2.43.0-150600.3.9.1.s390x" } }, { "category": "product_version", "name": "git-gui-2.43.0-150600.3.9.1.s390x", "product": { "name": "git-gui-2.43.0-150600.3.9.1.s390x", "product_id": "git-gui-2.43.0-150600.3.9.1.s390x" } }, { "category": "product_version", "name": "git-p4-2.43.0-150600.3.9.1.s390x", "product": { "name": "git-p4-2.43.0-150600.3.9.1.s390x", "product_id": "git-p4-2.43.0-150600.3.9.1.s390x" } }, { "category": "product_version", "name": "git-svn-2.43.0-150600.3.9.1.s390x", "product": { "name": "git-svn-2.43.0-150600.3.9.1.s390x", "product_id": "git-svn-2.43.0-150600.3.9.1.s390x" } }, { "category": "product_version", "name": "git-web-2.43.0-150600.3.9.1.s390x", "product": { "name": "git-web-2.43.0-150600.3.9.1.s390x", "product_id": "git-web-2.43.0-150600.3.9.1.s390x" } }, { "category": "product_version", "name": "gitk-2.43.0-150600.3.9.1.s390x", "product": { "name": "gitk-2.43.0-150600.3.9.1.s390x", "product_id": "gitk-2.43.0-150600.3.9.1.s390x" } }, { "category": "product_version", "name": "perl-Git-2.43.0-150600.3.9.1.s390x", "product": { "name": "perl-Git-2.43.0-150600.3.9.1.s390x", "product_id": "perl-Git-2.43.0-150600.3.9.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "git-2.43.0-150600.3.9.1.x86_64", "product": { "name": "git-2.43.0-150600.3.9.1.x86_64", "product_id": "git-2.43.0-150600.3.9.1.x86_64" } }, { "category": "product_version", "name": "git-arch-2.43.0-150600.3.9.1.x86_64", "product": { "name": "git-arch-2.43.0-150600.3.9.1.x86_64", "product_id": "git-arch-2.43.0-150600.3.9.1.x86_64" } }, { "category": "product_version", "name": "git-core-2.43.0-150600.3.9.1.x86_64", "product": { "name": "git-core-2.43.0-150600.3.9.1.x86_64", "product_id": "git-core-2.43.0-150600.3.9.1.x86_64" } }, { "category": "product_version", "name": "git-credential-libsecret-2.43.0-150600.3.9.1.x86_64", "product": { "name": "git-credential-libsecret-2.43.0-150600.3.9.1.x86_64", "product_id": "git-credential-libsecret-2.43.0-150600.3.9.1.x86_64" } }, { "category": "product_version", "name": "git-cvs-2.43.0-150600.3.9.1.x86_64", "product": { "name": "git-cvs-2.43.0-150600.3.9.1.x86_64", "product_id": "git-cvs-2.43.0-150600.3.9.1.x86_64" } }, { "category": "product_version", "name": "git-daemon-2.43.0-150600.3.9.1.x86_64", "product": { "name": "git-daemon-2.43.0-150600.3.9.1.x86_64", "product_id": "git-daemon-2.43.0-150600.3.9.1.x86_64" } }, { "category": "product_version", "name": "git-email-2.43.0-150600.3.9.1.x86_64", "product": { "name": "git-email-2.43.0-150600.3.9.1.x86_64", "product_id": "git-email-2.43.0-150600.3.9.1.x86_64" } }, { "category": "product_version", "name": "git-gui-2.43.0-150600.3.9.1.x86_64", "product": { "name": "git-gui-2.43.0-150600.3.9.1.x86_64", "product_id": "git-gui-2.43.0-150600.3.9.1.x86_64" } }, { "category": "product_version", "name": "git-p4-2.43.0-150600.3.9.1.x86_64", "product": { "name": "git-p4-2.43.0-150600.3.9.1.x86_64", "product_id": "git-p4-2.43.0-150600.3.9.1.x86_64" } }, { "category": "product_version", "name": "git-svn-2.43.0-150600.3.9.1.x86_64", "product": { "name": "git-svn-2.43.0-150600.3.9.1.x86_64", "product_id": "git-svn-2.43.0-150600.3.9.1.x86_64" } }, { "category": "product_version", "name": "git-web-2.43.0-150600.3.9.1.x86_64", "product": { "name": "git-web-2.43.0-150600.3.9.1.x86_64", "product_id": "git-web-2.43.0-150600.3.9.1.x86_64" } }, { "category": "product_version", "name": "gitk-2.43.0-150600.3.9.1.x86_64", "product": { "name": "gitk-2.43.0-150600.3.9.1.x86_64", "product_id": "gitk-2.43.0-150600.3.9.1.x86_64" } }, { "category": "product_version", "name": "perl-Git-2.43.0-150600.3.9.1.x86_64", "product": { "name": "perl-Git-2.43.0-150600.3.9.1.x86_64", "product_id": "perl-Git-2.43.0-150600.3.9.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.9.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.9.1.aarch64" }, "product_reference": "git-core-2.43.0-150600.3.9.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.9.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.9.1.ppc64le" }, "product_reference": "git-core-2.43.0-150600.3.9.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.9.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.9.1.s390x" }, "product_reference": "git-core-2.43.0-150600.3.9.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.9.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.9.1.x86_64" }, "product_reference": "git-core-2.43.0-150600.3.9.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.9.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.9.1.aarch64" }, "product_reference": "git-2.43.0-150600.3.9.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.9.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.9.1.ppc64le" }, "product_reference": "git-2.43.0-150600.3.9.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.9.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.9.1.s390x" }, "product_reference": "git-2.43.0-150600.3.9.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.9.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.9.1.x86_64" }, "product_reference": "git-2.43.0-150600.3.9.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.9.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.9.1.aarch64" }, "product_reference": "git-arch-2.43.0-150600.3.9.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.9.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.9.1.ppc64le" }, "product_reference": "git-arch-2.43.0-150600.3.9.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.9.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.9.1.s390x" }, "product_reference": "git-arch-2.43.0-150600.3.9.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.9.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.9.1.x86_64" }, "product_reference": "git-arch-2.43.0-150600.3.9.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.9.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.9.1.aarch64" }, "product_reference": "git-cvs-2.43.0-150600.3.9.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.9.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.9.1.ppc64le" }, "product_reference": "git-cvs-2.43.0-150600.3.9.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.9.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.9.1.s390x" }, "product_reference": "git-cvs-2.43.0-150600.3.9.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.9.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.9.1.x86_64" }, "product_reference": "git-cvs-2.43.0-150600.3.9.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.9.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.9.1.aarch64" }, "product_reference": "git-daemon-2.43.0-150600.3.9.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.9.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.9.1.ppc64le" }, "product_reference": "git-daemon-2.43.0-150600.3.9.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.9.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.9.1.s390x" }, "product_reference": "git-daemon-2.43.0-150600.3.9.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.9.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.9.1.x86_64" }, "product_reference": "git-daemon-2.43.0-150600.3.9.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.9.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.9.1.noarch" }, "product_reference": "git-doc-2.43.0-150600.3.9.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.9.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.9.1.aarch64" }, "product_reference": "git-email-2.43.0-150600.3.9.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.9.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.9.1.ppc64le" }, "product_reference": "git-email-2.43.0-150600.3.9.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.9.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.9.1.s390x" }, "product_reference": "git-email-2.43.0-150600.3.9.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.9.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.9.1.x86_64" }, "product_reference": "git-email-2.43.0-150600.3.9.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.9.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.9.1.aarch64" }, "product_reference": "git-gui-2.43.0-150600.3.9.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.9.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.9.1.ppc64le" }, "product_reference": "git-gui-2.43.0-150600.3.9.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.9.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.9.1.s390x" }, "product_reference": "git-gui-2.43.0-150600.3.9.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.9.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.9.1.x86_64" }, "product_reference": "git-gui-2.43.0-150600.3.9.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.9.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.9.1.aarch64" }, "product_reference": "git-svn-2.43.0-150600.3.9.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.9.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.9.1.ppc64le" }, "product_reference": "git-svn-2.43.0-150600.3.9.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.9.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.9.1.s390x" }, "product_reference": "git-svn-2.43.0-150600.3.9.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.9.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.9.1.x86_64" }, "product_reference": "git-svn-2.43.0-150600.3.9.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.9.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.9.1.aarch64" }, "product_reference": "git-web-2.43.0-150600.3.9.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.9.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.9.1.ppc64le" }, "product_reference": "git-web-2.43.0-150600.3.9.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.9.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.9.1.s390x" }, "product_reference": "git-web-2.43.0-150600.3.9.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.9.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.9.1.x86_64" }, "product_reference": "git-web-2.43.0-150600.3.9.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.9.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.9.1.aarch64" }, "product_reference": "gitk-2.43.0-150600.3.9.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.9.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.9.1.ppc64le" }, "product_reference": "gitk-2.43.0-150600.3.9.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.9.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.9.1.s390x" }, "product_reference": "gitk-2.43.0-150600.3.9.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.9.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.9.1.x86_64" }, "product_reference": "gitk-2.43.0-150600.3.9.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.9.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.9.1.aarch64" }, "product_reference": "perl-Git-2.43.0-150600.3.9.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.9.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.9.1.ppc64le" }, "product_reference": "perl-Git-2.43.0-150600.3.9.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.9.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.9.1.s390x" }, "product_reference": "perl-Git-2.43.0-150600.3.9.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.9.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.9.1.x86_64" }, "product_reference": "perl-Git-2.43.0-150600.3.9.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.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-2.43.0-150600.3.9.1.aarch64" }, "product_reference": "git-2.43.0-150600.3.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.43.0-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-2.43.0-150600.3.9.1.ppc64le" }, "product_reference": "git-2.43.0-150600.3.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.43.0-150600.3.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-2.43.0-150600.3.9.1.s390x" }, "product_reference": "git-2.43.0-150600.3.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.43.0-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-2.43.0-150600.3.9.1.x86_64" }, "product_reference": "git-2.43.0-150600.3.9.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.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.9.1.aarch64" }, "product_reference": "git-arch-2.43.0-150600.3.9.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.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.9.1.ppc64le" }, "product_reference": "git-arch-2.43.0-150600.3.9.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.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.9.1.s390x" }, "product_reference": "git-arch-2.43.0-150600.3.9.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.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.9.1.x86_64" }, "product_reference": "git-arch-2.43.0-150600.3.9.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.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-core-2.43.0-150600.3.9.1.aarch64" }, "product_reference": "git-core-2.43.0-150600.3.9.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.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-core-2.43.0-150600.3.9.1.ppc64le" }, "product_reference": "git-core-2.43.0-150600.3.9.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.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-core-2.43.0-150600.3.9.1.s390x" }, "product_reference": "git-core-2.43.0-150600.3.9.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.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-core-2.43.0-150600.3.9.1.x86_64" }, "product_reference": "git-core-2.43.0-150600.3.9.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.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.9.1.aarch64" }, "product_reference": "git-credential-libsecret-2.43.0-150600.3.9.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.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.9.1.ppc64le" }, "product_reference": "git-credential-libsecret-2.43.0-150600.3.9.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.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.9.1.s390x" }, "product_reference": "git-credential-libsecret-2.43.0-150600.3.9.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.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.9.1.x86_64" }, "product_reference": "git-credential-libsecret-2.43.0-150600.3.9.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.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.9.1.aarch64" }, "product_reference": "git-cvs-2.43.0-150600.3.9.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.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.9.1.ppc64le" }, "product_reference": "git-cvs-2.43.0-150600.3.9.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.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.9.1.s390x" }, "product_reference": "git-cvs-2.43.0-150600.3.9.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.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.9.1.x86_64" }, "product_reference": "git-cvs-2.43.0-150600.3.9.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.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.9.1.aarch64" }, "product_reference": "git-daemon-2.43.0-150600.3.9.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.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.9.1.ppc64le" }, "product_reference": "git-daemon-2.43.0-150600.3.9.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.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.9.1.s390x" }, "product_reference": "git-daemon-2.43.0-150600.3.9.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.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.9.1.x86_64" }, "product_reference": "git-daemon-2.43.0-150600.3.9.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.9.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-doc-2.43.0-150600.3.9.1.noarch" }, "product_reference": "git-doc-2.43.0-150600.3.9.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.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-email-2.43.0-150600.3.9.1.aarch64" }, "product_reference": "git-email-2.43.0-150600.3.9.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.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-email-2.43.0-150600.3.9.1.ppc64le" }, "product_reference": "git-email-2.43.0-150600.3.9.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.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-email-2.43.0-150600.3.9.1.s390x" }, "product_reference": "git-email-2.43.0-150600.3.9.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.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-email-2.43.0-150600.3.9.1.x86_64" }, "product_reference": "git-email-2.43.0-150600.3.9.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.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.9.1.aarch64" }, "product_reference": "git-gui-2.43.0-150600.3.9.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.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.9.1.ppc64le" }, "product_reference": "git-gui-2.43.0-150600.3.9.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.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.9.1.s390x" }, "product_reference": "git-gui-2.43.0-150600.3.9.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.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.9.1.x86_64" }, "product_reference": "git-gui-2.43.0-150600.3.9.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.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.9.1.aarch64" }, "product_reference": "git-p4-2.43.0-150600.3.9.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.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.9.1.ppc64le" }, "product_reference": "git-p4-2.43.0-150600.3.9.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.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.9.1.s390x" }, "product_reference": "git-p4-2.43.0-150600.3.9.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.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.9.1.x86_64" }, "product_reference": "git-p4-2.43.0-150600.3.9.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.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.9.1.aarch64" }, "product_reference": "git-svn-2.43.0-150600.3.9.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.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.9.1.ppc64le" }, "product_reference": "git-svn-2.43.0-150600.3.9.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.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.9.1.s390x" }, "product_reference": "git-svn-2.43.0-150600.3.9.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.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.9.1.x86_64" }, "product_reference": "git-svn-2.43.0-150600.3.9.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.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-web-2.43.0-150600.3.9.1.aarch64" }, "product_reference": "git-web-2.43.0-150600.3.9.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.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-web-2.43.0-150600.3.9.1.ppc64le" }, "product_reference": "git-web-2.43.0-150600.3.9.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.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-web-2.43.0-150600.3.9.1.s390x" }, "product_reference": "git-web-2.43.0-150600.3.9.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.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:git-web-2.43.0-150600.3.9.1.x86_64" }, "product_reference": "git-web-2.43.0-150600.3.9.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.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:gitk-2.43.0-150600.3.9.1.aarch64" }, "product_reference": "gitk-2.43.0-150600.3.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.43.0-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:gitk-2.43.0-150600.3.9.1.ppc64le" }, "product_reference": "gitk-2.43.0-150600.3.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.43.0-150600.3.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:gitk-2.43.0-150600.3.9.1.s390x" }, "product_reference": "gitk-2.43.0-150600.3.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.43.0-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:gitk-2.43.0-150600.3.9.1.x86_64" }, "product_reference": "gitk-2.43.0-150600.3.9.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.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.9.1.aarch64" }, "product_reference": "perl-Git-2.43.0-150600.3.9.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.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.9.1.ppc64le" }, "product_reference": "perl-Git-2.43.0-150600.3.9.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.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.9.1.s390x" }, "product_reference": "perl-Git-2.43.0-150600.3.9.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.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.9.1.x86_64" }, "product_reference": "perl-Git-2.43.0-150600.3.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-50349", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-50349" } ], "notes": [ { "category": "general", "text": "Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. When Git asks for credentials via a terminal prompt (i.e. without using any credential helper), it prints out the host name for which the user is expected to provide a username and/or a password. At this stage, any URL-encoded parts have been decoded already, and are printed verbatim. This allows attackers to craft URLs that contain ANSI escape sequences that the terminal interpret to confuse users e.g. into providing passwords for trusted Git hosting sites when in fact they are then sent to untrusted sites that are under the attacker\u0027s control. This issue has been patch via commits `7725b81` and `c903985` which are included in release versions v2.48.1, v2.47.2, v2.46.3, v2.45.3, v2.44.3, v2.43.6, v2.42.4, v2.41.3, and v2.40.4. Users are advised to upgrade. Users unable to upgrade should avoid cloning from untrusted URLs, especially recursive clones.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-doc-2.43.0-150600.3.9.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-doc-2.43.0-150600.3.9.1.noarch", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.9.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-50349", "url": "https://www.suse.com/security/cve/CVE-2024-50349" }, { "category": "external", "summary": "SUSE Bug 1235600 for CVE-2024-50349", "url": "https://bugzilla.suse.com/1235600" } ], "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.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-doc-2.43.0-150600.3.9.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-doc-2.43.0-150600.3.9.1.noarch", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-doc-2.43.0-150600.3.9.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-doc-2.43.0-150600.3.9.1.noarch", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-15T08:32:36Z", "details": "moderate" } ], "title": "CVE-2024-50349" }, { "cve": "CVE-2024-52006", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-52006" } ], "notes": [ { "category": "general", "text": "Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. Git defines a line-based protocol that is used to exchange information between Git and Git credential helpers. Some ecosystems (most notably, .NET and node.js) interpret single Carriage Return characters as newlines, which renders the protections against CVE-2020-5260 incomplete for credential helpers that treat Carriage Returns in this way. This issue has been addressed in commit `b01b9b8` which is included in release versions v2.48.1, v2.47.2, v2.46.3, v2.45.3, v2.44.3, v2.43.6, v2.42.4, v2.41.3, and v2.40.4. Users are advised to upgrade. Users unable to upgrade should avoid cloning from untrusted URLs, especially recursive clones.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-doc-2.43.0-150600.3.9.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-doc-2.43.0-150600.3.9.1.noarch", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.9.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-52006", "url": "https://www.suse.com/security/cve/CVE-2024-52006" }, { "category": "external", "summary": "SUSE Bug 1235601 for CVE-2024-52006", "url": "https://bugzilla.suse.com/1235601" } ], "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.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-doc-2.43.0-150600.3.9.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-doc-2.43.0-150600.3.9.1.noarch", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.9.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:git-core-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-arch-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-cvs-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-daemon-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-doc-2.43.0-150600.3.9.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-email-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-gui-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-svn-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:git-web-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:gitk-2.43.0-150600.3.9.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-Git-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-arch-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-core-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-credential-libsecret-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-cvs-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-daemon-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-doc-2.43.0-150600.3.9.1.noarch", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-email-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-gui-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-p4-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-svn-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:git-web-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:gitk-2.43.0-150600.3.9.1.x86_64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.9.1.aarch64", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.9.1.s390x", "openSUSE Leap 15.6:perl-Git-2.43.0-150600.3.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-15T08:32:36Z", "details": "moderate" } ], "title": "CVE-2024-52006" } ] }
rhsa-2025:11462
Vulnerability from csaf_redhat
Published
2025-07-21 14:51
Modified
2025-08-20 07:12
Summary
Red Hat Security Advisory: git security update
Notes
Topic
An update for git is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.
Security Fix(es):
* git: Git does not sanitize URLs when asking for credentials interactively (CVE-2024-50349)
* git: Newline confusion in credential helpers can lead to credential exfiltration in git (CVE-2024-52006)
* git: Git arbitrary code execution (CVE-2025-48384)
* git: Git arbitrary file writes (CVE-2025-48385)
* gitk: Git file creation flaw (CVE-2025-27613)
* gitk: git script execution flaw (CVE-2025-27614)
* git: Git GUI can create and overwrite files for which the user has write permission (CVE-2025-46835)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for git is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: Git does not sanitize URLs when asking for credentials interactively (CVE-2024-50349)\n\n* git: Newline confusion in credential helpers can lead to credential exfiltration in git (CVE-2024-52006)\n\n* git: Git arbitrary code execution (CVE-2025-48384)\n\n* git: Git arbitrary file writes (CVE-2025-48385)\n\n* gitk: Git file creation flaw (CVE-2025-27613)\n\n* gitk: git script execution flaw (CVE-2025-27614)\n\n* git: Git GUI can create and overwrite files for which the user has write permission (CVE-2025-46835)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:11462", "url": "https://access.redhat.com/errata/RHSA-2025:11462" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2337824", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337824" }, { "category": "external", "summary": "2337956", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337956" }, { "category": "external", "summary": "2378806", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378806" }, { "category": "external", "summary": "2378808", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378808" }, { "category": "external", "summary": "2379124", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379124" }, { "category": "external", "summary": "2379125", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379125" }, { "category": "external", "summary": "2379326", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379326" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_11462.json" } ], "title": "Red Hat Security Advisory: git security update", "tracking": { "current_release_date": "2025-08-20T07:12:39+00:00", "generator": { "date": "2025-08-20T07:12:39+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2025:11462", "initial_release_date": "2025-07-21T14:51:13+00:00", "revision_history": [ { "date": "2025-07-21T14:51:13+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-07-21T14:51:13+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-20T07:12:39+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "git-0:2.47.3-1.el9_6.src", "product": { "name": "git-0:2.47.3-1.el9_6.src", "product_id": "git-0:2.47.3-1.el9_6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.47.3-1.el9_6?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "git-0:2.47.3-1.el9_6.aarch64", "product": { "name": "git-0:2.47.3-1.el9_6.aarch64", "product_id": "git-0:2.47.3-1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.47.3-1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "git-core-0:2.47.3-1.el9_6.aarch64", "product": { "name": "git-core-0:2.47.3-1.el9_6.aarch64", "product_id": "git-core-0:2.47.3-1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.47.3-1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.47.3-1.el9_6.aarch64", "product": { "name": "git-credential-libsecret-0:2.47.3-1.el9_6.aarch64", "product_id": "git-credential-libsecret-0:2.47.3-1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.47.3-1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "git-daemon-0:2.47.3-1.el9_6.aarch64", "product": { "name": "git-daemon-0:2.47.3-1.el9_6.aarch64", "product_id": "git-daemon-0:2.47.3-1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.47.3-1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "git-subtree-0:2.47.3-1.el9_6.aarch64", "product": { "name": "git-subtree-0:2.47.3-1.el9_6.aarch64", "product_id": "git-subtree-0:2.47.3-1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.47.3-1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "git-debugsource-0:2.47.3-1.el9_6.aarch64", "product": { "name": "git-debugsource-0:2.47.3-1.el9_6.aarch64", "product_id": "git-debugsource-0:2.47.3-1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.47.3-1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.47.3-1.el9_6.aarch64", "product": { "name": "git-core-debuginfo-0:2.47.3-1.el9_6.aarch64", "product_id": "git-core-debuginfo-0:2.47.3-1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.47.3-1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64", "product": { "name": "git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64", "product_id": "git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.47.3-1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64", "product": { "name": "git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64", "product_id": "git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.47.3-1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.47.3-1.el9_6.aarch64", "product": { "name": "git-debuginfo-0:2.47.3-1.el9_6.aarch64", "product_id": "git-debuginfo-0:2.47.3-1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.47.3-1.el9_6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "git-0:2.47.3-1.el9_6.ppc64le", "product": { "name": "git-0:2.47.3-1.el9_6.ppc64le", "product_id": "git-0:2.47.3-1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.47.3-1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "git-core-0:2.47.3-1.el9_6.ppc64le", "product": { "name": "git-core-0:2.47.3-1.el9_6.ppc64le", "product_id": "git-core-0:2.47.3-1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.47.3-1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le", "product": { "name": "git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le", "product_id": "git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.47.3-1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-0:2.47.3-1.el9_6.ppc64le", "product": { "name": "git-daemon-0:2.47.3-1.el9_6.ppc64le", "product_id": "git-daemon-0:2.47.3-1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.47.3-1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "git-subtree-0:2.47.3-1.el9_6.ppc64le", "product": { "name": "git-subtree-0:2.47.3-1.el9_6.ppc64le", "product_id": "git-subtree-0:2.47.3-1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.47.3-1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debugsource-0:2.47.3-1.el9_6.ppc64le", "product": { "name": "git-debugsource-0:2.47.3-1.el9_6.ppc64le", "product_id": "git-debugsource-0:2.47.3-1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.47.3-1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le", "product": { "name": "git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le", "product_id": "git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.47.3-1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le", "product": { "name": "git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le", "product_id": "git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.47.3-1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le", "product": { "name": "git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le", "product_id": "git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.47.3-1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.47.3-1.el9_6.ppc64le", "product": { "name": "git-debuginfo-0:2.47.3-1.el9_6.ppc64le", "product_id": "git-debuginfo-0:2.47.3-1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.47.3-1.el9_6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "git-0:2.47.3-1.el9_6.x86_64", "product": { "name": "git-0:2.47.3-1.el9_6.x86_64", "product_id": "git-0:2.47.3-1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.47.3-1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "git-core-0:2.47.3-1.el9_6.x86_64", "product": { "name": "git-core-0:2.47.3-1.el9_6.x86_64", "product_id": "git-core-0:2.47.3-1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.47.3-1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.47.3-1.el9_6.x86_64", "product": { "name": "git-credential-libsecret-0:2.47.3-1.el9_6.x86_64", "product_id": "git-credential-libsecret-0:2.47.3-1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.47.3-1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-0:2.47.3-1.el9_6.x86_64", "product": { "name": "git-daemon-0:2.47.3-1.el9_6.x86_64", "product_id": "git-daemon-0:2.47.3-1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.47.3-1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "git-subtree-0:2.47.3-1.el9_6.x86_64", "product": { "name": "git-subtree-0:2.47.3-1.el9_6.x86_64", "product_id": "git-subtree-0:2.47.3-1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.47.3-1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "git-debugsource-0:2.47.3-1.el9_6.x86_64", "product": { "name": "git-debugsource-0:2.47.3-1.el9_6.x86_64", "product_id": "git-debugsource-0:2.47.3-1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.47.3-1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.47.3-1.el9_6.x86_64", "product": { "name": "git-core-debuginfo-0:2.47.3-1.el9_6.x86_64", "product_id": "git-core-debuginfo-0:2.47.3-1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.47.3-1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64", "product": { "name": "git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64", "product_id": "git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.47.3-1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64", "product": { "name": "git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64", "product_id": "git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.47.3-1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.47.3-1.el9_6.x86_64", "product": { "name": "git-debuginfo-0:2.47.3-1.el9_6.x86_64", "product_id": "git-debuginfo-0:2.47.3-1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.47.3-1.el9_6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "git-0:2.47.3-1.el9_6.s390x", "product": { "name": "git-0:2.47.3-1.el9_6.s390x", "product_id": "git-0:2.47.3-1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.47.3-1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "git-core-0:2.47.3-1.el9_6.s390x", "product": { "name": "git-core-0:2.47.3-1.el9_6.s390x", "product_id": "git-core-0:2.47.3-1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.47.3-1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.47.3-1.el9_6.s390x", "product": { "name": "git-credential-libsecret-0:2.47.3-1.el9_6.s390x", "product_id": "git-credential-libsecret-0:2.47.3-1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.47.3-1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "git-daemon-0:2.47.3-1.el9_6.s390x", "product": { "name": "git-daemon-0:2.47.3-1.el9_6.s390x", "product_id": "git-daemon-0:2.47.3-1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.47.3-1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "git-subtree-0:2.47.3-1.el9_6.s390x", "product": { "name": "git-subtree-0:2.47.3-1.el9_6.s390x", "product_id": "git-subtree-0:2.47.3-1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.47.3-1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "git-debugsource-0:2.47.3-1.el9_6.s390x", "product": { "name": "git-debugsource-0:2.47.3-1.el9_6.s390x", "product_id": "git-debugsource-0:2.47.3-1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.47.3-1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.47.3-1.el9_6.s390x", "product": { "name": "git-core-debuginfo-0:2.47.3-1.el9_6.s390x", "product_id": "git-core-debuginfo-0:2.47.3-1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.47.3-1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x", "product": { "name": "git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x", "product_id": "git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.47.3-1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x", "product": { "name": "git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x", "product_id": "git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.47.3-1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.47.3-1.el9_6.s390x", "product": { "name": "git-debuginfo-0:2.47.3-1.el9_6.s390x", "product_id": "git-debuginfo-0:2.47.3-1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.47.3-1.el9_6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "git-all-0:2.47.3-1.el9_6.noarch", "product": { "name": "git-all-0:2.47.3-1.el9_6.noarch", "product_id": "git-all-0:2.47.3-1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-all@2.47.3-1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "git-core-doc-0:2.47.3-1.el9_6.noarch", "product": { "name": "git-core-doc-0:2.47.3-1.el9_6.noarch", "product_id": "git-core-doc-0:2.47.3-1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-doc@2.47.3-1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "git-email-0:2.47.3-1.el9_6.noarch", "product": { "name": "git-email-0:2.47.3-1.el9_6.noarch", "product_id": "git-email-0:2.47.3-1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-email@2.47.3-1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "git-gui-0:2.47.3-1.el9_6.noarch", "product": { "name": "git-gui-0:2.47.3-1.el9_6.noarch", "product_id": "git-gui-0:2.47.3-1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-gui@2.47.3-1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "git-instaweb-0:2.47.3-1.el9_6.noarch", "product": { "name": "git-instaweb-0:2.47.3-1.el9_6.noarch", "product_id": "git-instaweb-0:2.47.3-1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-instaweb@2.47.3-1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "git-svn-0:2.47.3-1.el9_6.noarch", "product": { "name": "git-svn-0:2.47.3-1.el9_6.noarch", "product_id": "git-svn-0:2.47.3-1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn@2.47.3-1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "gitk-0:2.47.3-1.el9_6.noarch", "product": { "name": "gitk-0:2.47.3-1.el9_6.noarch", "product_id": "gitk-0:2.47.3-1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitk@2.47.3-1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "gitweb-0:2.47.3-1.el9_6.noarch", "product": { "name": "gitweb-0:2.47.3-1.el9_6.noarch", "product_id": "gitweb-0:2.47.3-1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitweb@2.47.3-1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-0:2.47.3-1.el9_6.noarch", "product": { "name": "perl-Git-0:2.47.3-1.el9_6.noarch", "product_id": "perl-Git-0:2.47.3-1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git@2.47.3-1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-SVN-0:2.47.3-1.el9_6.noarch", "product": { "name": "perl-Git-SVN-0:2.47.3-1.el9_6.noarch", "product_id": "perl-Git-SVN-0:2.47.3-1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git-SVN@2.47.3-1.el9_6?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "git-0:2.47.3-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.aarch64" }, "product_reference": "git-0:2.47.3-1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.47.3-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.ppc64le" }, "product_reference": "git-0:2.47.3-1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.47.3-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.s390x" }, "product_reference": "git-0:2.47.3-1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.47.3-1.el9_6.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.src" }, "product_reference": "git-0:2.47.3-1.el9_6.src", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.47.3-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.x86_64" }, "product_reference": "git-0:2.47.3-1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-all-0:2.47.3-1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-all-0:2.47.3-1.el9_6.noarch" }, "product_reference": "git-all-0:2.47.3-1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.47.3-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.aarch64" }, "product_reference": "git-core-0:2.47.3-1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.47.3-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.ppc64le" }, "product_reference": "git-core-0:2.47.3-1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.47.3-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.s390x" }, "product_reference": "git-core-0:2.47.3-1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.47.3-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.x86_64" }, "product_reference": "git-core-0:2.47.3-1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.47.3-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.aarch64" }, "product_reference": "git-core-debuginfo-0:2.47.3-1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le" }, "product_reference": "git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.47.3-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.s390x" }, "product_reference": "git-core-debuginfo-0:2.47.3-1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.47.3-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.x86_64" }, "product_reference": "git-core-debuginfo-0:2.47.3-1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-doc-0:2.47.3-1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-core-doc-0:2.47.3-1.el9_6.noarch" }, "product_reference": "git-core-doc-0:2.47.3-1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.47.3-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.aarch64" }, "product_reference": "git-credential-libsecret-0:2.47.3-1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le" }, "product_reference": "git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.47.3-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.s390x" }, "product_reference": "git-credential-libsecret-0:2.47.3-1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.47.3-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.x86_64" }, "product_reference": "git-credential-libsecret-0:2.47.3-1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.47.3-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.aarch64" }, "product_reference": "git-daemon-0:2.47.3-1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.47.3-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.ppc64le" }, "product_reference": "git-daemon-0:2.47.3-1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.47.3-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.s390x" }, "product_reference": "git-daemon-0:2.47.3-1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.47.3-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.x86_64" }, "product_reference": "git-daemon-0:2.47.3-1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64" }, "product_reference": "git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le" }, "product_reference": "git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x" }, "product_reference": "git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64" }, "product_reference": "git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.47.3-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.aarch64" }, "product_reference": "git-debuginfo-0:2.47.3-1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.47.3-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.ppc64le" }, "product_reference": "git-debuginfo-0:2.47.3-1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.47.3-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.s390x" }, "product_reference": "git-debuginfo-0:2.47.3-1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.47.3-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.x86_64" }, "product_reference": "git-debuginfo-0:2.47.3-1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.47.3-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.aarch64" }, "product_reference": "git-debugsource-0:2.47.3-1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.47.3-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.ppc64le" }, "product_reference": "git-debugsource-0:2.47.3-1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.47.3-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.s390x" }, "product_reference": "git-debugsource-0:2.47.3-1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.47.3-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.x86_64" }, "product_reference": "git-debugsource-0:2.47.3-1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-0:2.47.3-1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-email-0:2.47.3-1.el9_6.noarch" }, "product_reference": "git-email-0:2.47.3-1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-0:2.47.3-1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-gui-0:2.47.3-1.el9_6.noarch" }, "product_reference": "git-gui-0:2.47.3-1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-instaweb-0:2.47.3-1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-instaweb-0:2.47.3-1.el9_6.noarch" }, "product_reference": "git-instaweb-0:2.47.3-1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.47.3-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.aarch64" }, "product_reference": "git-subtree-0:2.47.3-1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.47.3-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.ppc64le" }, "product_reference": "git-subtree-0:2.47.3-1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.47.3-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.s390x" }, "product_reference": "git-subtree-0:2.47.3-1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.47.3-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.x86_64" }, "product_reference": "git-subtree-0:2.47.3-1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:2.47.3-1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:git-svn-0:2.47.3-1.el9_6.noarch" }, "product_reference": "git-svn-0:2.47.3-1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-0:2.47.3-1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:gitk-0:2.47.3-1.el9_6.noarch" }, "product_reference": "gitk-0:2.47.3-1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gitweb-0:2.47.3-1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:gitweb-0:2.47.3-1.el9_6.noarch" }, "product_reference": "gitweb-0:2.47.3-1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-0:2.47.3-1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-0:2.47.3-1.el9_6.noarch" }, "product_reference": "perl-Git-0:2.47.3-1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-SVN-0:2.47.3-1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-SVN-0:2.47.3-1.el9_6.noarch" }, "product_reference": "perl-Git-SVN-0:2.47.3-1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-50349", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2025-01-14T19:00:58.133257+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2337824" } ], "notes": [ { "category": "description", "text": "A flaw was found in Git. This vulnerability occurs when Git requests credentials via a terminal prompt, for example, without the use of a credential helper. During this process, Git displays the host name for which the credentials are needed, but any URL-encoded parts are decoded and displayed directly. This can allow an attacker to manipulate URLs by including ANSI escape sequences, which can be interpreted by the terminal to mislead users by tricking them into entering passwords that are redirected to malicious attacker-controlled sites.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: Git does not sanitize URLs when asking for credentials interactively", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-all-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-doc-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-email-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-gui-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-instaweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-svn-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitk-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-SVN-0:2.47.3-1.el9_6.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-50349" }, { "category": "external", "summary": "RHBZ#2337824", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337824" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-50349", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50349" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-50349", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-50349" }, { "category": "external", "summary": "https://github.com/git/git/commit/7725b8100ffbbff2750ee4d61a0fcc1f53a086e8", "url": "https://github.com/git/git/commit/7725b8100ffbbff2750ee4d61a0fcc1f53a086e8" }, { "category": "external", "summary": "https://github.com/git/git/commit/c903985bf7e772e2d08275c1a95c8a55ab011577", "url": "https://github.com/git/git/commit/c903985bf7e772e2d08275c1a95c8a55ab011577" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-hmg8-h7qf-7cxr", "url": "https://github.com/git/git/security/advisories/GHSA-hmg8-h7qf-7cxr" } ], "release_date": "2025-01-14T18:43:42.620000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-21T14:51:13+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-all-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-doc-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-email-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-gui-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-instaweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-svn-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitk-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-SVN-0:2.47.3-1.el9_6.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:11462" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.1, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-all-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-doc-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-email-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-gui-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-instaweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-svn-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitk-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-SVN-0:2.47.3-1.el9_6.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "git: Git does not sanitize URLs when asking for credentials interactively" }, { "cve": "CVE-2024-52006", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2025-01-14T19:09:43.720302+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2337956" } ], "notes": [ { "category": "description", "text": "A flaw was found in Git. Git defines a line-based protocol that is used to exchange information between Git and Git credential helpers. Some ecosystems, most notably .NET and node.js, interpret single Carriage Return characters as newlines, which render the protections against CVE-2020-5260 incomplete for credential helpers, which has the potential to expose stored credentials to malicious URLs.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: Newline confusion in credential helpers can lead to credential exfiltration in git", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-all-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-doc-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-email-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-gui-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-instaweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-svn-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitk-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-SVN-0:2.47.3-1.el9_6.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-52006" }, { "category": "external", "summary": "RHBZ#2337956", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337956" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-52006", "url": "https://www.cve.org/CVERecord?id=CVE-2024-52006" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-52006", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52006" }, { "category": "external", "summary": "https://github.com/git-ecosystem/git-credential-manager/security/advisories/GHSA-86c2-4x57-wc8g", "url": "https://github.com/git-ecosystem/git-credential-manager/security/advisories/GHSA-86c2-4x57-wc8g" }, { "category": "external", "summary": "https://github.com/git/git/commit/b01b9b81d36759cdcd07305e78765199e1bc2060", "url": "https://github.com/git/git/commit/b01b9b81d36759cdcd07305e78765199e1bc2060" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-qm7j-c969-7j4q", "url": "https://github.com/git/git/security/advisories/GHSA-qm7j-c969-7j4q" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-r5ph-xg7q-xfrp", "url": "https://github.com/git/git/security/advisories/GHSA-r5ph-xg7q-xfrp" } ], "release_date": "2025-01-14T18:39:52.748000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-21T14:51:13+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-all-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-doc-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-email-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-gui-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-instaweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-svn-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitk-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-SVN-0:2.47.3-1.el9_6.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:11462" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-all-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-doc-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-email-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-gui-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-instaweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-svn-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitk-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-SVN-0:2.47.3-1.el9_6.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "git: Newline confusion in credential helpers can lead to credential exfiltration in git" }, { "cve": "CVE-2025-27613", "cwe": { "id": "CWE-73", "name": "External Control of File Name or Path" }, "discovery_date": "2025-07-09T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2379124" } ], "notes": [ { "category": "description", "text": "A vulnerability has been identified in the gitk application that could lead to unauthorized file modification or data loss.\n\nThis flaw manifests in two primary scenarios:\n- Untrusted Repository Cloning: When a user is tricked into cloning an untrusted Git repository and then uses gitk to visualize it without any additional parameters, any writable file on the user\u0027s system can be arbitrarily created or truncated. Exploitation via this method also requires the Support per-file encoding option to be explicitly enabled in Gitk\u0027s preferences, which is not the default setting.\n- \u0027Show origin of this line\u0027 Command: The vulnerability can also be triggered if a user employs the Show origin of this line command within gitk\u0027s main window while viewing a malicious repository. This method does not depend on the Support per-file encoding option being enabled.\n\nThe primary risk is unauthorized file system modification, which could lead to data integrity issues, data loss, or potentially open avenues for further system compromise.", "title": "Vulnerability description" }, { "category": "summary", "text": "gitk: Git file creation flaw", "title": "Vulnerability summary" }, { "category": "other", "text": "The Red Hat Product Security team rated this vulnerability as having a Moderate security impact. Exploitation depends on a non-default option being enabled and the user being tricked into cloning the untrusted repository or using the \"Show origin of this line\" command in the main window.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-all-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-doc-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-email-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-gui-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-instaweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-svn-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitk-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-SVN-0:2.47.3-1.el9_6.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-27613" }, { "category": "external", "summary": "RHBZ#2379124", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379124" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27613", "url": "https://www.cve.org/CVERecord?id=CVE-2025-27613" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27613", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27613" }, { "category": "external", "summary": "https://github.com/j6t/gitk/security/advisories/GHSA-f3cw-xrj3-wr2v", "url": "https://github.com/j6t/gitk/security/advisories/GHSA-f3cw-xrj3-wr2v" }, { "category": "external", "summary": "https://lore.kernel.org/git/xmqq5xg2wrd1.fsf@gitster.g/", "url": "https://lore.kernel.org/git/xmqq5xg2wrd1.fsf@gitster.g/" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2025/07/08/4", "url": "https://www.openwall.com/lists/oss-security/2025/07/08/4" } ], "release_date": "2025-07-08T13:01:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-21T14:51:13+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-all-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-doc-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-email-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-gui-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-instaweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-svn-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitk-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-SVN-0:2.47.3-1.el9_6.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:11462" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-all-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-doc-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-email-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-gui-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-instaweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-svn-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitk-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-SVN-0:2.47.3-1.el9_6.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "gitk: Git file creation flaw" }, { "cve": "CVE-2025-27614", "discovery_date": "2025-07-09T22:54:11.462000+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2379125" } ], "notes": [ { "category": "description", "text": "Gitk is a Tcl/Tk based Git history browser. Starting with 2.41.0, a Git repository can be crafted in such a way that with some social engineering a user who has cloned the repository can be tricked into running any script (e.g., Bourne shell, Perl, Python, ...) supplied by the attacker by invoking gitk filename, where filename has a particular structure. The script is run with the privileges of the user. This vulnerability is fixed in 2.43.7, 2.44.4, 2.45.4, 2.46.4, 2.47.3, 2.48.2, 2.49.1, and 2.50.", "title": "Vulnerability description" }, { "category": "summary", "text": "gitk: git script execution flaw", "title": "Vulnerability summary" }, { "category": "other", "text": "The Red Hat Product Security team has rated this vulnerability as having a Moderate impact as it depends on the user to be tricked to run the command using the malicious file as parameter.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-all-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-doc-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-email-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-gui-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-instaweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-svn-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitk-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-SVN-0:2.47.3-1.el9_6.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-27614" }, { "category": "external", "summary": "RHBZ#2379125", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379125" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27614", "url": "https://www.cve.org/CVERecord?id=CVE-2025-27614" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27614", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27614" }, { "category": "external", "summary": "https://lore.kernel.org/git/xmqq5xg2wrd1.fsf@gitster.g/", "url": "https://lore.kernel.org/git/xmqq5xg2wrd1.fsf@gitster.g/" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2025/07/08/4", "url": "https://www.openwall.com/lists/oss-security/2025/07/08/4" } ], "release_date": "2025-07-08T13:01:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-21T14:51:13+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-all-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-doc-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-email-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-gui-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-instaweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-svn-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitk-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-SVN-0:2.47.3-1.el9_6.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:11462" }, { "category": "workaround", "details": "There\u0027s no known mitigation for this issue besides avoid using gitk with untrusted repositories or unstrusted files.", "product_ids": [ "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-all-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-doc-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-email-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-gui-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-instaweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-svn-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitk-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-SVN-0:2.47.3-1.el9_6.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-all-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-doc-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-email-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-gui-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-instaweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-svn-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitk-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-SVN-0:2.47.3-1.el9_6.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "gitk: git script execution flaw" }, { "cve": "CVE-2025-46835", "cwe": { "id": "CWE-88", "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)" }, "discovery_date": "2025-07-10T16:00:54.639582+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2379326" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the git GUI package. When a user clones an untrusted repository and edits a file located in a maliciously named directory, git GUI may end up creating or overwriting arbitrary files for the running user has written permission. This flaw allows an attacker to modify the content of target files without the affected user\u0027s intent, resulting in a data integrity issue.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: Git GUI can create and overwrite files for which the user has write permission", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security team has rated this vulnerability as having a Low severity. The is due to the high complexity in exploiting the vulnerability. Additionally, the user needs to be tricked into cloning an untrusted repository and editing a file located in a directory with a maliciously crafted name.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-all-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-doc-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-email-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-gui-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-instaweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-svn-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitk-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-SVN-0:2.47.3-1.el9_6.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-46835" }, { "category": "external", "summary": "RHBZ#2379326", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379326" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-46835", "url": "https://www.cve.org/CVERecord?id=CVE-2025-46835" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-46835", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46835" }, { "category": "external", "summary": "https://github.com/j6t/git-gui/compare/dcda716dbc9c90bcac4611bd1076747671ee0906..a437f5bc93330a70b42a230e52f3bd036ca1b1da", "url": "https://github.com/j6t/git-gui/compare/dcda716dbc9c90bcac4611bd1076747671ee0906..a437f5bc93330a70b42a230e52f3bd036ca1b1da" }, { "category": "external", "summary": "https://github.com/j6t/git-gui/security/advisories/GHSA-xfx7-68v4-v8fg", "url": "https://github.com/j6t/git-gui/security/advisories/GHSA-xfx7-68v4-v8fg" } ], "release_date": "2025-07-10T15:09:42.735000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-21T14:51:13+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-all-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-doc-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-email-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-gui-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-instaweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-svn-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitk-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-SVN-0:2.47.3-1.el9_6.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:11462" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.1, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-all-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-doc-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-email-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-gui-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-instaweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-svn-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitk-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-SVN-0:2.47.3-1.el9_6.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "git: Git GUI can create and overwrite files for which the user has write permission" }, { "cve": "CVE-2025-48384", "cwe": { "id": "CWE-59", "name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)" }, "discovery_date": "2025-07-08T19:00:48.297925+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2378806" } ], "notes": [ { "category": "description", "text": "A line-end handling flaw was found in Git. When writing a config entry, values with a trailing carriage return (CR) are not quoted, resulting in the CR being lost when the config is read later. When initializing a submodule, if the submodule path contains a trailing CR, the altered path is read, resulting in the submodule being checked out to an incorrect location.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: Git arbitrary code execution", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability marked as Important and not Moderate flaw because it undermines Git\u2019s path and config integrity by allowing carriage return (\\r) injection to manipulate submodule checkout behavior. Git previously failed to quote config values containing trailing CR, causing the value to be misinterpreted when read back. In the context of submodules, this leads to incorrect path resolution, allowing an attacker to redirect the checkout path via a symlink to a sensitive directory like .git/modules/\u003csubmodule\u003e/hooks. If an executable post-checkout hook exists there, it could be inadvertently executed, resulting in arbitrary code execution during submodule operations. This is particularly dangerous in automated CI/CD pipelines or multi-repo projects where submodules are initialized or updated without manual inspection.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-all-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-doc-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-email-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-gui-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-instaweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-svn-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitk-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-SVN-0:2.47.3-1.el9_6.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-48384" }, { "category": "external", "summary": "RHBZ#2378806", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378806" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-48384", "url": "https://www.cve.org/CVERecord?id=CVE-2025-48384" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-48384", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48384" }, { "category": "external", "summary": "https://dgl.cx/2025/07/git-clone-submodule-cve-2025-48384", "url": "https://dgl.cx/2025/07/git-clone-submodule-cve-2025-48384" }, { "category": "external", "summary": "https://github.com/git/git/commit/05e9cd64ee23bbadcea6bcffd6660ed02b8eab89", "url": "https://github.com/git/git/commit/05e9cd64ee23bbadcea6bcffd6660ed02b8eab89" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-vwqx-4fm8-6qc9", "url": "https://github.com/git/git/security/advisories/GHSA-vwqx-4fm8-6qc9" } ], "release_date": "2025-07-08T18:23:48.710000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-21T14:51:13+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-all-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-doc-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-email-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-gui-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-instaweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-svn-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitk-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-SVN-0:2.47.3-1.el9_6.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:11462" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-all-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-doc-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-email-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-gui-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-instaweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-svn-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitk-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-SVN-0:2.47.3-1.el9_6.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-all-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-doc-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-email-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-gui-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-instaweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-svn-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitk-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-SVN-0:2.47.3-1.el9_6.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "git: Git arbitrary code execution" }, { "cve": "CVE-2025-48385", "cwe": { "id": "CWE-88", "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)" }, "discovery_date": "2025-07-08T19:00:55.106787+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2378808" } ], "notes": [ { "category": "description", "text": "A bundled uri handling flaw was found in Git. When cloning a repository, Git knows to optionally fetch a bundle advertised by the remote server, which allows the server side to offload parts of the clone to a CDN. The Git client does not perform sufficient validation of the advertised bundles, which allows the remote side to perform protocol injection.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: Git arbitrary file writes", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability marked as Important rather than a Moderate flaw because it enables protocol injection at the transport layer of Git\u0027s bundle-uri mechanism, allowing a remote server to manipulate how and where data is written on the client system during a clone operation. The lack of input sanitization on user-controlled values like the URI and target path means that malformed inputs containing spaces or newlines can break protocol framing, leading to arbitrary file writes. In scenarios such as CI pipelines, developer environments, or recursive clones with submodules, an attacker can exploit this to overwrite critical files or inject malicious content, potentially achieving remote code execution (RCE).", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-all-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-doc-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-email-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-gui-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-instaweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-svn-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitk-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-SVN-0:2.47.3-1.el9_6.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-48385" }, { "category": "external", "summary": "RHBZ#2378808", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378808" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-48385", "url": "https://www.cve.org/CVERecord?id=CVE-2025-48385" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-48385", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48385" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-m98c-vgpc-9655", "url": "https://github.com/git/git/security/advisories/GHSA-m98c-vgpc-9655" } ], "release_date": "2025-07-08T18:23:44.405000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-21T14:51:13+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-all-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-doc-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-email-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-gui-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-instaweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-svn-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitk-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-SVN-0:2.47.3-1.el9_6.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:11462" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-all-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-doc-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-email-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-gui-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-instaweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-svn-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitk-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-SVN-0:2.47.3-1.el9_6.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 8.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:L", "version": "3.1" }, "products": [ "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-all-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-doc-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-email-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-gui-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-instaweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.3-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-svn-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitk-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitweb-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-0:2.47.3-1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-SVN-0:2.47.3-1.el9_6.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "git: Git arbitrary file writes" } ] }
rhsa-2025:11534
Vulnerability from csaf_redhat
Published
2025-07-23 14:25
Modified
2025-08-20 07:13
Summary
Red Hat Security Advisory: git security update
Notes
Topic
An update for git is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.
Security Fix(es):
* git: Git does not sanitize URLs when asking for credentials interactively (CVE-2024-50349)
* git: Newline confusion in credential helpers can lead to credential exfiltration in git (CVE-2024-52006)
* git: Git arbitrary code execution (CVE-2025-48384)
* git: Git arbitrary file writes (CVE-2025-48385)
* gitk: Git file creation flaw (CVE-2025-27613)
* gitk: git script execution flaw (CVE-2025-27614)
* git: Git GUI can create and overwrite files for which the user has write permission (CVE-2025-46835)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for git is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: Git does not sanitize URLs when asking for credentials interactively (CVE-2024-50349)\n\n* git: Newline confusion in credential helpers can lead to credential exfiltration in git (CVE-2024-52006)\n\n* git: Git arbitrary code execution (CVE-2025-48384)\n\n* git: Git arbitrary file writes (CVE-2025-48385)\n\n* gitk: Git file creation flaw (CVE-2025-27613)\n\n* gitk: git script execution flaw (CVE-2025-27614)\n\n* git: Git GUI can create and overwrite files for which the user has write permission (CVE-2025-46835)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:11534", "url": "https://access.redhat.com/errata/RHSA-2025:11534" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2337824", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337824" }, { "category": "external", "summary": "2337956", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337956" }, { "category": "external", "summary": "2378806", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378806" }, { "category": "external", "summary": "2378808", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378808" }, { "category": "external", "summary": "2379124", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379124" }, { "category": "external", "summary": "2379125", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379125" }, { "category": "external", "summary": "2379326", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379326" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_11534.json" } ], "title": "Red Hat Security Advisory: git security update", "tracking": { "current_release_date": "2025-08-20T07:13:01+00:00", "generator": { "date": "2025-08-20T07:13:01+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2025:11534", "initial_release_date": "2025-07-23T14:25:28+00:00", "revision_history": [ { "date": "2025-07-23T14:25:28+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-07-23T14:25:28+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-20T07:13:01+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "git-0:2.43.7-1.el8_10.src", "product": { "name": "git-0:2.43.7-1.el8_10.src", "product_id": "git-0:2.43.7-1.el8_10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.43.7-1.el8_10?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "git-0:2.43.7-1.el8_10.aarch64", "product": { "name": "git-0:2.43.7-1.el8_10.aarch64", "product_id": "git-0:2.43.7-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.43.7-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "git-core-0:2.43.7-1.el8_10.aarch64", "product": { "name": "git-core-0:2.43.7-1.el8_10.aarch64", "product_id": "git-core-0:2.43.7-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.43.7-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.43.7-1.el8_10.aarch64", "product": { "name": "git-credential-libsecret-0:2.43.7-1.el8_10.aarch64", "product_id": "git-credential-libsecret-0:2.43.7-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.43.7-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "git-daemon-0:2.43.7-1.el8_10.aarch64", "product": { "name": "git-daemon-0:2.43.7-1.el8_10.aarch64", "product_id": "git-daemon-0:2.43.7-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.43.7-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "git-subtree-0:2.43.7-1.el8_10.aarch64", "product": { "name": "git-subtree-0:2.43.7-1.el8_10.aarch64", "product_id": "git-subtree-0:2.43.7-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.43.7-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "git-debugsource-0:2.43.7-1.el8_10.aarch64", "product": { "name": "git-debugsource-0:2.43.7-1.el8_10.aarch64", "product_id": "git-debugsource-0:2.43.7-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.43.7-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.43.7-1.el8_10.aarch64", "product": { "name": "git-core-debuginfo-0:2.43.7-1.el8_10.aarch64", "product_id": "git-core-debuginfo-0:2.43.7-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.43.7-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64", "product": { "name": "git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64", "product_id": "git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.7-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64", "product": { "name": "git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64", "product_id": "git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.43.7-1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.43.7-1.el8_10.aarch64", "product": { "name": "git-debuginfo-0:2.43.7-1.el8_10.aarch64", "product_id": "git-debuginfo-0:2.43.7-1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.43.7-1.el8_10?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "git-0:2.43.7-1.el8_10.ppc64le", "product": { "name": "git-0:2.43.7-1.el8_10.ppc64le", "product_id": "git-0:2.43.7-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.43.7-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "git-core-0:2.43.7-1.el8_10.ppc64le", "product": { "name": "git-core-0:2.43.7-1.el8_10.ppc64le", "product_id": "git-core-0:2.43.7-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.43.7-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le", "product": { "name": "git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le", "product_id": "git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.43.7-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-0:2.43.7-1.el8_10.ppc64le", "product": { "name": "git-daemon-0:2.43.7-1.el8_10.ppc64le", "product_id": "git-daemon-0:2.43.7-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.43.7-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "git-subtree-0:2.43.7-1.el8_10.ppc64le", "product": { "name": "git-subtree-0:2.43.7-1.el8_10.ppc64le", "product_id": "git-subtree-0:2.43.7-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.43.7-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debugsource-0:2.43.7-1.el8_10.ppc64le", "product": { "name": "git-debugsource-0:2.43.7-1.el8_10.ppc64le", "product_id": "git-debugsource-0:2.43.7-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.43.7-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le", "product": { "name": "git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le", "product_id": "git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.43.7-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le", "product": { "name": "git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le", "product_id": "git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.7-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le", "product": { "name": "git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le", "product_id": "git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.43.7-1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.43.7-1.el8_10.ppc64le", "product": { "name": "git-debuginfo-0:2.43.7-1.el8_10.ppc64le", "product_id": "git-debuginfo-0:2.43.7-1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.43.7-1.el8_10?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "git-0:2.43.7-1.el8_10.x86_64", "product": { "name": "git-0:2.43.7-1.el8_10.x86_64", "product_id": "git-0:2.43.7-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.43.7-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "git-core-0:2.43.7-1.el8_10.x86_64", "product": { "name": "git-core-0:2.43.7-1.el8_10.x86_64", "product_id": "git-core-0:2.43.7-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.43.7-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.43.7-1.el8_10.x86_64", "product": { "name": "git-credential-libsecret-0:2.43.7-1.el8_10.x86_64", "product_id": "git-credential-libsecret-0:2.43.7-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.43.7-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-0:2.43.7-1.el8_10.x86_64", "product": { "name": "git-daemon-0:2.43.7-1.el8_10.x86_64", "product_id": "git-daemon-0:2.43.7-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.43.7-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "git-subtree-0:2.43.7-1.el8_10.x86_64", "product": { "name": "git-subtree-0:2.43.7-1.el8_10.x86_64", "product_id": "git-subtree-0:2.43.7-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.43.7-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "git-debugsource-0:2.43.7-1.el8_10.x86_64", "product": { "name": "git-debugsource-0:2.43.7-1.el8_10.x86_64", "product_id": "git-debugsource-0:2.43.7-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.43.7-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.43.7-1.el8_10.x86_64", "product": { "name": "git-core-debuginfo-0:2.43.7-1.el8_10.x86_64", "product_id": "git-core-debuginfo-0:2.43.7-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.43.7-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64", "product": { "name": "git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64", "product_id": "git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.7-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64", "product": { "name": "git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64", "product_id": "git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.43.7-1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.43.7-1.el8_10.x86_64", "product": { "name": "git-debuginfo-0:2.43.7-1.el8_10.x86_64", "product_id": "git-debuginfo-0:2.43.7-1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.43.7-1.el8_10?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "git-0:2.43.7-1.el8_10.s390x", "product": { "name": "git-0:2.43.7-1.el8_10.s390x", "product_id": "git-0:2.43.7-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.43.7-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "git-core-0:2.43.7-1.el8_10.s390x", "product": { "name": "git-core-0:2.43.7-1.el8_10.s390x", "product_id": "git-core-0:2.43.7-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.43.7-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.43.7-1.el8_10.s390x", "product": { "name": "git-credential-libsecret-0:2.43.7-1.el8_10.s390x", "product_id": "git-credential-libsecret-0:2.43.7-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.43.7-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "git-daemon-0:2.43.7-1.el8_10.s390x", "product": { "name": "git-daemon-0:2.43.7-1.el8_10.s390x", "product_id": "git-daemon-0:2.43.7-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.43.7-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "git-subtree-0:2.43.7-1.el8_10.s390x", "product": { "name": "git-subtree-0:2.43.7-1.el8_10.s390x", "product_id": "git-subtree-0:2.43.7-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.43.7-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "git-debugsource-0:2.43.7-1.el8_10.s390x", "product": { "name": "git-debugsource-0:2.43.7-1.el8_10.s390x", "product_id": "git-debugsource-0:2.43.7-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.43.7-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.43.7-1.el8_10.s390x", "product": { "name": "git-core-debuginfo-0:2.43.7-1.el8_10.s390x", "product_id": "git-core-debuginfo-0:2.43.7-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.43.7-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x", "product": { "name": "git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x", "product_id": "git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.7-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x", "product": { "name": "git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x", "product_id": "git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.43.7-1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.43.7-1.el8_10.s390x", "product": { "name": "git-debuginfo-0:2.43.7-1.el8_10.s390x", "product_id": "git-debuginfo-0:2.43.7-1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.43.7-1.el8_10?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "git-all-0:2.43.7-1.el8_10.noarch", "product": { "name": "git-all-0:2.43.7-1.el8_10.noarch", "product_id": "git-all-0:2.43.7-1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-all@2.43.7-1.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "git-core-doc-0:2.43.7-1.el8_10.noarch", "product": { "name": "git-core-doc-0:2.43.7-1.el8_10.noarch", "product_id": "git-core-doc-0:2.43.7-1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-doc@2.43.7-1.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "git-email-0:2.43.7-1.el8_10.noarch", "product": { "name": "git-email-0:2.43.7-1.el8_10.noarch", "product_id": "git-email-0:2.43.7-1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-email@2.43.7-1.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "git-gui-0:2.43.7-1.el8_10.noarch", "product": { "name": "git-gui-0:2.43.7-1.el8_10.noarch", "product_id": "git-gui-0:2.43.7-1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-gui@2.43.7-1.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "git-instaweb-0:2.43.7-1.el8_10.noarch", "product": { "name": "git-instaweb-0:2.43.7-1.el8_10.noarch", "product_id": "git-instaweb-0:2.43.7-1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-instaweb@2.43.7-1.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "git-svn-0:2.43.7-1.el8_10.noarch", "product": { "name": "git-svn-0:2.43.7-1.el8_10.noarch", "product_id": "git-svn-0:2.43.7-1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn@2.43.7-1.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "gitk-0:2.43.7-1.el8_10.noarch", "product": { "name": "gitk-0:2.43.7-1.el8_10.noarch", "product_id": "gitk-0:2.43.7-1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitk@2.43.7-1.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "gitweb-0:2.43.7-1.el8_10.noarch", "product": { "name": "gitweb-0:2.43.7-1.el8_10.noarch", "product_id": "gitweb-0:2.43.7-1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitweb@2.43.7-1.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-0:2.43.7-1.el8_10.noarch", "product": { "name": "perl-Git-0:2.43.7-1.el8_10.noarch", "product_id": "perl-Git-0:2.43.7-1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git@2.43.7-1.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-SVN-0:2.43.7-1.el8_10.noarch", "product": { "name": "perl-Git-SVN-0:2.43.7-1.el8_10.noarch", "product_id": "perl-Git-SVN-0:2.43.7-1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git-SVN@2.43.7-1.el8_10?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "git-0:2.43.7-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.aarch64" }, "product_reference": "git-0:2.43.7-1.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.43.7-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.ppc64le" }, "product_reference": "git-0:2.43.7-1.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.43.7-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.s390x" }, "product_reference": "git-0:2.43.7-1.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.43.7-1.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.src" }, "product_reference": "git-0:2.43.7-1.el8_10.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.43.7-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.x86_64" }, "product_reference": "git-0:2.43.7-1.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-all-0:2.43.7-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.7-1.el8_10.noarch" }, "product_reference": "git-all-0:2.43.7-1.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.43.7-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.aarch64" }, "product_reference": "git-core-0:2.43.7-1.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.43.7-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.ppc64le" }, "product_reference": "git-core-0:2.43.7-1.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.43.7-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.s390x" }, "product_reference": "git-core-0:2.43.7-1.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.43.7-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.x86_64" }, "product_reference": "git-core-0:2.43.7-1.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.43.7-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.aarch64" }, "product_reference": "git-core-debuginfo-0:2.43.7-1.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le" }, "product_reference": "git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.43.7-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.s390x" }, "product_reference": "git-core-debuginfo-0:2.43.7-1.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.43.7-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.x86_64" }, "product_reference": "git-core-debuginfo-0:2.43.7-1.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-doc-0:2.43.7-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.7-1.el8_10.noarch" }, "product_reference": "git-core-doc-0:2.43.7-1.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.43.7-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.aarch64" }, "product_reference": "git-credential-libsecret-0:2.43.7-1.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le" }, "product_reference": "git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.43.7-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.s390x" }, "product_reference": "git-credential-libsecret-0:2.43.7-1.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.43.7-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.x86_64" }, "product_reference": "git-credential-libsecret-0:2.43.7-1.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.43.7-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.aarch64" }, "product_reference": "git-daemon-0:2.43.7-1.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.43.7-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.ppc64le" }, "product_reference": "git-daemon-0:2.43.7-1.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.43.7-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.s390x" }, "product_reference": "git-daemon-0:2.43.7-1.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.43.7-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.x86_64" }, "product_reference": "git-daemon-0:2.43.7-1.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64" }, "product_reference": "git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le" }, "product_reference": "git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x" }, "product_reference": "git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64" }, "product_reference": "git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.43.7-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.aarch64" }, "product_reference": "git-debuginfo-0:2.43.7-1.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.43.7-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.ppc64le" }, "product_reference": "git-debuginfo-0:2.43.7-1.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.43.7-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.s390x" }, "product_reference": "git-debuginfo-0:2.43.7-1.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.43.7-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.x86_64" }, "product_reference": "git-debuginfo-0:2.43.7-1.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.43.7-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.aarch64" }, "product_reference": "git-debugsource-0:2.43.7-1.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.43.7-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.ppc64le" }, "product_reference": "git-debugsource-0:2.43.7-1.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.43.7-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.s390x" }, "product_reference": "git-debugsource-0:2.43.7-1.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.43.7-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.x86_64" }, "product_reference": "git-debugsource-0:2.43.7-1.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-0:2.43.7-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.7-1.el8_10.noarch" }, "product_reference": "git-email-0:2.43.7-1.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-0:2.43.7-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.7-1.el8_10.noarch" }, "product_reference": "git-gui-0:2.43.7-1.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-instaweb-0:2.43.7-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.7-1.el8_10.noarch" }, "product_reference": "git-instaweb-0:2.43.7-1.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.43.7-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.aarch64" }, "product_reference": "git-subtree-0:2.43.7-1.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.43.7-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.ppc64le" }, "product_reference": "git-subtree-0:2.43.7-1.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.43.7-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.s390x" }, "product_reference": "git-subtree-0:2.43.7-1.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.43.7-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.x86_64" }, "product_reference": "git-subtree-0:2.43.7-1.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:2.43.7-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.7-1.el8_10.noarch" }, "product_reference": "git-svn-0:2.43.7-1.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-0:2.43.7-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.7-1.el8_10.noarch" }, "product_reference": "gitk-0:2.43.7-1.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gitweb-0:2.43.7-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.7-1.el8_10.noarch" }, "product_reference": "gitweb-0:2.43.7-1.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-0:2.43.7-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.7-1.el8_10.noarch" }, "product_reference": "perl-Git-0:2.43.7-1.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-SVN-0:2.43.7-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.7-1.el8_10.noarch" }, "product_reference": "perl-Git-SVN-0:2.43.7-1.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-50349", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2025-01-14T19:00:58.133257+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2337824" } ], "notes": [ { "category": "description", "text": "A flaw was found in Git. This vulnerability occurs when Git requests credentials via a terminal prompt, for example, without the use of a credential helper. During this process, Git displays the host name for which the credentials are needed, but any URL-encoded parts are decoded and displayed directly. This can allow an attacker to manipulate URLs by including ANSI escape sequences, which can be interpreted by the terminal to mislead users by tricking them into entering passwords that are redirected to malicious attacker-controlled sites.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: Git does not sanitize URLs when asking for credentials interactively", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.7-1.el8_10.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-50349" }, { "category": "external", "summary": "RHBZ#2337824", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337824" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-50349", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50349" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-50349", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-50349" }, { "category": "external", "summary": "https://github.com/git/git/commit/7725b8100ffbbff2750ee4d61a0fcc1f53a086e8", "url": "https://github.com/git/git/commit/7725b8100ffbbff2750ee4d61a0fcc1f53a086e8" }, { "category": "external", "summary": "https://github.com/git/git/commit/c903985bf7e772e2d08275c1a95c8a55ab011577", "url": "https://github.com/git/git/commit/c903985bf7e772e2d08275c1a95c8a55ab011577" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-hmg8-h7qf-7cxr", "url": "https://github.com/git/git/security/advisories/GHSA-hmg8-h7qf-7cxr" } ], "release_date": "2025-01-14T18:43:42.620000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-23T14:25:28+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.7-1.el8_10.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:11534" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.1, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.7-1.el8_10.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "git: Git does not sanitize URLs when asking for credentials interactively" }, { "cve": "CVE-2024-52006", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2025-01-14T19:09:43.720302+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2337956" } ], "notes": [ { "category": "description", "text": "A flaw was found in Git. Git defines a line-based protocol that is used to exchange information between Git and Git credential helpers. Some ecosystems, most notably .NET and node.js, interpret single Carriage Return characters as newlines, which render the protections against CVE-2020-5260 incomplete for credential helpers, which has the potential to expose stored credentials to malicious URLs.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: Newline confusion in credential helpers can lead to credential exfiltration in git", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.7-1.el8_10.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-52006" }, { "category": "external", "summary": "RHBZ#2337956", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337956" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-52006", "url": "https://www.cve.org/CVERecord?id=CVE-2024-52006" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-52006", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52006" }, { "category": "external", "summary": "https://github.com/git-ecosystem/git-credential-manager/security/advisories/GHSA-86c2-4x57-wc8g", "url": "https://github.com/git-ecosystem/git-credential-manager/security/advisories/GHSA-86c2-4x57-wc8g" }, { "category": "external", "summary": "https://github.com/git/git/commit/b01b9b81d36759cdcd07305e78765199e1bc2060", "url": "https://github.com/git/git/commit/b01b9b81d36759cdcd07305e78765199e1bc2060" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-qm7j-c969-7j4q", "url": "https://github.com/git/git/security/advisories/GHSA-qm7j-c969-7j4q" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-r5ph-xg7q-xfrp", "url": "https://github.com/git/git/security/advisories/GHSA-r5ph-xg7q-xfrp" } ], "release_date": "2025-01-14T18:39:52.748000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-23T14:25:28+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.7-1.el8_10.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:11534" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.7-1.el8_10.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "git: Newline confusion in credential helpers can lead to credential exfiltration in git" }, { "cve": "CVE-2025-27613", "cwe": { "id": "CWE-73", "name": "External Control of File Name or Path" }, "discovery_date": "2025-07-09T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2379124" } ], "notes": [ { "category": "description", "text": "A vulnerability has been identified in the gitk application that could lead to unauthorized file modification or data loss.\n\nThis flaw manifests in two primary scenarios:\n- Untrusted Repository Cloning: When a user is tricked into cloning an untrusted Git repository and then uses gitk to visualize it without any additional parameters, any writable file on the user\u0027s system can be arbitrarily created or truncated. Exploitation via this method also requires the Support per-file encoding option to be explicitly enabled in Gitk\u0027s preferences, which is not the default setting.\n- \u0027Show origin of this line\u0027 Command: The vulnerability can also be triggered if a user employs the Show origin of this line command within gitk\u0027s main window while viewing a malicious repository. This method does not depend on the Support per-file encoding option being enabled.\n\nThe primary risk is unauthorized file system modification, which could lead to data integrity issues, data loss, or potentially open avenues for further system compromise.", "title": "Vulnerability description" }, { "category": "summary", "text": "gitk: Git file creation flaw", "title": "Vulnerability summary" }, { "category": "other", "text": "The Red Hat Product Security team rated this vulnerability as having a Moderate security impact. Exploitation depends on a non-default option being enabled and the user being tricked into cloning the untrusted repository or using the \"Show origin of this line\" command in the main window.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.7-1.el8_10.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-27613" }, { "category": "external", "summary": "RHBZ#2379124", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379124" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27613", "url": "https://www.cve.org/CVERecord?id=CVE-2025-27613" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27613", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27613" }, { "category": "external", "summary": "https://github.com/j6t/gitk/security/advisories/GHSA-f3cw-xrj3-wr2v", "url": "https://github.com/j6t/gitk/security/advisories/GHSA-f3cw-xrj3-wr2v" }, { "category": "external", "summary": "https://lore.kernel.org/git/xmqq5xg2wrd1.fsf@gitster.g/", "url": "https://lore.kernel.org/git/xmqq5xg2wrd1.fsf@gitster.g/" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2025/07/08/4", "url": "https://www.openwall.com/lists/oss-security/2025/07/08/4" } ], "release_date": "2025-07-08T13:01:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-23T14:25:28+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.7-1.el8_10.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:11534" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.7-1.el8_10.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "gitk: Git file creation flaw" }, { "cve": "CVE-2025-27614", "discovery_date": "2025-07-09T22:54:11.462000+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2379125" } ], "notes": [ { "category": "description", "text": "Gitk is a Tcl/Tk based Git history browser. Starting with 2.41.0, a Git repository can be crafted in such a way that with some social engineering a user who has cloned the repository can be tricked into running any script (e.g., Bourne shell, Perl, Python, ...) supplied by the attacker by invoking gitk filename, where filename has a particular structure. The script is run with the privileges of the user. This vulnerability is fixed in 2.43.7, 2.44.4, 2.45.4, 2.46.4, 2.47.3, 2.48.2, 2.49.1, and 2.50.", "title": "Vulnerability description" }, { "category": "summary", "text": "gitk: git script execution flaw", "title": "Vulnerability summary" }, { "category": "other", "text": "The Red Hat Product Security team has rated this vulnerability as having a Moderate impact as it depends on the user to be tricked to run the command using the malicious file as parameter.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.7-1.el8_10.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-27614" }, { "category": "external", "summary": "RHBZ#2379125", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379125" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27614", "url": "https://www.cve.org/CVERecord?id=CVE-2025-27614" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27614", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27614" }, { "category": "external", "summary": "https://lore.kernel.org/git/xmqq5xg2wrd1.fsf@gitster.g/", "url": "https://lore.kernel.org/git/xmqq5xg2wrd1.fsf@gitster.g/" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2025/07/08/4", "url": "https://www.openwall.com/lists/oss-security/2025/07/08/4" } ], "release_date": "2025-07-08T13:01:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-23T14:25:28+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.7-1.el8_10.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:11534" }, { "category": "workaround", "details": "There\u0027s no known mitigation for this issue besides avoid using gitk with untrusted repositories or unstrusted files.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.7-1.el8_10.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.7-1.el8_10.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "gitk: git script execution flaw" }, { "cve": "CVE-2025-46835", "cwe": { "id": "CWE-88", "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)" }, "discovery_date": "2025-07-10T16:00:54.639582+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2379326" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the git GUI package. When a user clones an untrusted repository and edits a file located in a maliciously named directory, git GUI may end up creating or overwriting arbitrary files for the running user has written permission. This flaw allows an attacker to modify the content of target files without the affected user\u0027s intent, resulting in a data integrity issue.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: Git GUI can create and overwrite files for which the user has write permission", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security team has rated this vulnerability as having a Low severity. The is due to the high complexity in exploiting the vulnerability. Additionally, the user needs to be tricked into cloning an untrusted repository and editing a file located in a directory with a maliciously crafted name.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.7-1.el8_10.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-46835" }, { "category": "external", "summary": "RHBZ#2379326", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379326" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-46835", "url": "https://www.cve.org/CVERecord?id=CVE-2025-46835" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-46835", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46835" }, { "category": "external", "summary": "https://github.com/j6t/git-gui/compare/dcda716dbc9c90bcac4611bd1076747671ee0906..a437f5bc93330a70b42a230e52f3bd036ca1b1da", "url": "https://github.com/j6t/git-gui/compare/dcda716dbc9c90bcac4611bd1076747671ee0906..a437f5bc93330a70b42a230e52f3bd036ca1b1da" }, { "category": "external", "summary": "https://github.com/j6t/git-gui/security/advisories/GHSA-xfx7-68v4-v8fg", "url": "https://github.com/j6t/git-gui/security/advisories/GHSA-xfx7-68v4-v8fg" } ], "release_date": "2025-07-10T15:09:42.735000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-23T14:25:28+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.7-1.el8_10.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:11534" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.1, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.7-1.el8_10.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "git: Git GUI can create and overwrite files for which the user has write permission" }, { "cve": "CVE-2025-48384", "cwe": { "id": "CWE-59", "name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)" }, "discovery_date": "2025-07-08T19:00:48.297925+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2378806" } ], "notes": [ { "category": "description", "text": "A line-end handling flaw was found in Git. When writing a config entry, values with a trailing carriage return (CR) are not quoted, resulting in the CR being lost when the config is read later. When initializing a submodule, if the submodule path contains a trailing CR, the altered path is read, resulting in the submodule being checked out to an incorrect location.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: Git arbitrary code execution", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability marked as Important and not Moderate flaw because it undermines Git\u2019s path and config integrity by allowing carriage return (\\r) injection to manipulate submodule checkout behavior. Git previously failed to quote config values containing trailing CR, causing the value to be misinterpreted when read back. In the context of submodules, this leads to incorrect path resolution, allowing an attacker to redirect the checkout path via a symlink to a sensitive directory like .git/modules/\u003csubmodule\u003e/hooks. If an executable post-checkout hook exists there, it could be inadvertently executed, resulting in arbitrary code execution during submodule operations. This is particularly dangerous in automated CI/CD pipelines or multi-repo projects where submodules are initialized or updated without manual inspection.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.7-1.el8_10.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-48384" }, { "category": "external", "summary": "RHBZ#2378806", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378806" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-48384", "url": "https://www.cve.org/CVERecord?id=CVE-2025-48384" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-48384", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48384" }, { "category": "external", "summary": "https://dgl.cx/2025/07/git-clone-submodule-cve-2025-48384", "url": "https://dgl.cx/2025/07/git-clone-submodule-cve-2025-48384" }, { "category": "external", "summary": "https://github.com/git/git/commit/05e9cd64ee23bbadcea6bcffd6660ed02b8eab89", "url": "https://github.com/git/git/commit/05e9cd64ee23bbadcea6bcffd6660ed02b8eab89" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-vwqx-4fm8-6qc9", "url": "https://github.com/git/git/security/advisories/GHSA-vwqx-4fm8-6qc9" } ], "release_date": "2025-07-08T18:23:48.710000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-23T14:25:28+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.7-1.el8_10.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:11534" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.7-1.el8_10.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.7-1.el8_10.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "git: Git arbitrary code execution" }, { "cve": "CVE-2025-48385", "cwe": { "id": "CWE-88", "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)" }, "discovery_date": "2025-07-08T19:00:55.106787+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2378808" } ], "notes": [ { "category": "description", "text": "A bundled uri handling flaw was found in Git. When cloning a repository, Git knows to optionally fetch a bundle advertised by the remote server, which allows the server side to offload parts of the clone to a CDN. The Git client does not perform sufficient validation of the advertised bundles, which allows the remote side to perform protocol injection.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: Git arbitrary file writes", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability marked as Important rather than a Moderate flaw because it enables protocol injection at the transport layer of Git\u0027s bundle-uri mechanism, allowing a remote server to manipulate how and where data is written on the client system during a clone operation. The lack of input sanitization on user-controlled values like the URI and target path means that malformed inputs containing spaces or newlines can break protocol framing, leading to arbitrary file writes. In scenarios such as CI pipelines, developer environments, or recursive clones with submodules, an attacker can exploit this to overwrite critical files or inject malicious content, potentially achieving remote code execution (RCE).", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.7-1.el8_10.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-48385" }, { "category": "external", "summary": "RHBZ#2378808", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378808" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-48385", "url": "https://www.cve.org/CVERecord?id=CVE-2025-48385" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-48385", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48385" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-m98c-vgpc-9655", "url": "https://github.com/git/git/security/advisories/GHSA-m98c-vgpc-9655" } ], "release_date": "2025-07-08T18:23:44.405000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-23T14:25:28+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.7-1.el8_10.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:11534" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.7-1.el8_10.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 8.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:L", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.7-1.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.7-1.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.7-1.el8_10.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "git: Git arbitrary file writes" } ] }
rhsa-2025:11533
Vulnerability from csaf_redhat
Published
2025-07-22 12:03
Modified
2025-08-20 07:12
Summary
Red Hat Security Advisory: git security update
Notes
Topic
An update for git is now available for Red Hat Enterprise Linux 10.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.
Security Fix(es):
* git: Git does not sanitize URLs when asking for credentials interactively (CVE-2024-50349)
* git: Newline confusion in credential helpers can lead to credential exfiltration in git (CVE-2024-52006)
* git: Git arbitrary code execution (CVE-2025-48384)
* git: Git arbitrary file writes (CVE-2025-48385)
* gitk: Git file creation flaw (CVE-2025-27613)
* gitk: git script execution flaw (CVE-2025-27614)
* git: Git GUI can create and overwrite files for which the user has write permission (CVE-2025-46835)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for git is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: Git does not sanitize URLs when asking for credentials interactively (CVE-2024-50349)\n\n* git: Newline confusion in credential helpers can lead to credential exfiltration in git (CVE-2024-52006)\n\n* git: Git arbitrary code execution (CVE-2025-48384)\n\n* git: Git arbitrary file writes (CVE-2025-48385)\n\n* gitk: Git file creation flaw (CVE-2025-27613)\n\n* gitk: git script execution flaw (CVE-2025-27614)\n\n* git: Git GUI can create and overwrite files for which the user has write permission (CVE-2025-46835)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2025:11533", "url": "https://access.redhat.com/errata/RHSA-2025:11533" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2337824", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337824" }, { "category": "external", "summary": "2337956", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337956" }, { "category": "external", "summary": "2378806", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378806" }, { "category": "external", "summary": "2378808", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378808" }, { "category": "external", "summary": "2379124", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379124" }, { "category": "external", "summary": "2379125", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379125" }, { "category": "external", "summary": "2379326", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379326" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_11533.json" } ], "title": "Red Hat Security Advisory: git security update", "tracking": { "current_release_date": "2025-08-20T07:12:50+00:00", "generator": { "date": "2025-08-20T07:12:50+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2025:11533", "initial_release_date": "2025-07-22T12:03:30+00:00", "revision_history": [ { "date": "2025-07-22T12:03:30+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-07-22T12:03:30+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-20T07:12:50+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 10)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:10.0" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "git-0:2.47.3-1.el10_0.src", "product": { "name": "git-0:2.47.3-1.el10_0.src", "product_id": "git-0:2.47.3-1.el10_0.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.47.3-1.el10_0?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "git-0:2.47.3-1.el10_0.aarch64", "product": { "name": "git-0:2.47.3-1.el10_0.aarch64", "product_id": "git-0:2.47.3-1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.47.3-1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "git-core-0:2.47.3-1.el10_0.aarch64", "product": { "name": "git-core-0:2.47.3-1.el10_0.aarch64", "product_id": "git-core-0:2.47.3-1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.47.3-1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.47.3-1.el10_0.aarch64", "product": { "name": "git-credential-libsecret-0:2.47.3-1.el10_0.aarch64", "product_id": "git-credential-libsecret-0:2.47.3-1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.47.3-1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "git-daemon-0:2.47.3-1.el10_0.aarch64", "product": { "name": "git-daemon-0:2.47.3-1.el10_0.aarch64", "product_id": "git-daemon-0:2.47.3-1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.47.3-1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "git-debugsource-0:2.47.3-1.el10_0.aarch64", "product": { "name": "git-debugsource-0:2.47.3-1.el10_0.aarch64", "product_id": "git-debugsource-0:2.47.3-1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.47.3-1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.47.3-1.el10_0.aarch64", "product": { "name": "git-core-debuginfo-0:2.47.3-1.el10_0.aarch64", "product_id": "git-core-debuginfo-0:2.47.3-1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.47.3-1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64", "product": { "name": "git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64", "product_id": "git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.47.3-1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64", "product": { "name": "git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64", "product_id": "git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.47.3-1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.47.3-1.el10_0.aarch64", "product": { "name": "git-debuginfo-0:2.47.3-1.el10_0.aarch64", "product_id": "git-debuginfo-0:2.47.3-1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.47.3-1.el10_0?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "git-0:2.47.3-1.el10_0.ppc64le", "product": { "name": "git-0:2.47.3-1.el10_0.ppc64le", "product_id": "git-0:2.47.3-1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.47.3-1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "git-core-0:2.47.3-1.el10_0.ppc64le", "product": { "name": "git-core-0:2.47.3-1.el10_0.ppc64le", "product_id": "git-core-0:2.47.3-1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.47.3-1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le", "product": { "name": "git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le", "product_id": "git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.47.3-1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-0:2.47.3-1.el10_0.ppc64le", "product": { "name": "git-daemon-0:2.47.3-1.el10_0.ppc64le", "product_id": "git-daemon-0:2.47.3-1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.47.3-1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debugsource-0:2.47.3-1.el10_0.ppc64le", "product": { "name": "git-debugsource-0:2.47.3-1.el10_0.ppc64le", "product_id": "git-debugsource-0:2.47.3-1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.47.3-1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le", "product": { "name": "git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le", "product_id": "git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.47.3-1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le", "product": { "name": "git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le", "product_id": "git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.47.3-1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le", "product": { "name": "git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le", "product_id": "git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.47.3-1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.47.3-1.el10_0.ppc64le", "product": { "name": "git-debuginfo-0:2.47.3-1.el10_0.ppc64le", "product_id": "git-debuginfo-0:2.47.3-1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.47.3-1.el10_0?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "git-0:2.47.3-1.el10_0.x86_64", "product": { "name": "git-0:2.47.3-1.el10_0.x86_64", "product_id": "git-0:2.47.3-1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.47.3-1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "git-core-0:2.47.3-1.el10_0.x86_64", "product": { "name": "git-core-0:2.47.3-1.el10_0.x86_64", "product_id": "git-core-0:2.47.3-1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.47.3-1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.47.3-1.el10_0.x86_64", "product": { "name": "git-credential-libsecret-0:2.47.3-1.el10_0.x86_64", "product_id": "git-credential-libsecret-0:2.47.3-1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.47.3-1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-0:2.47.3-1.el10_0.x86_64", "product": { "name": "git-daemon-0:2.47.3-1.el10_0.x86_64", "product_id": "git-daemon-0:2.47.3-1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.47.3-1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "git-debugsource-0:2.47.3-1.el10_0.x86_64", "product": { "name": "git-debugsource-0:2.47.3-1.el10_0.x86_64", "product_id": "git-debugsource-0:2.47.3-1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.47.3-1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.47.3-1.el10_0.x86_64", "product": { "name": "git-core-debuginfo-0:2.47.3-1.el10_0.x86_64", "product_id": "git-core-debuginfo-0:2.47.3-1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.47.3-1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64", "product": { "name": "git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64", "product_id": "git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.47.3-1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64", "product": { "name": "git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64", "product_id": "git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.47.3-1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.47.3-1.el10_0.x86_64", "product": { "name": "git-debuginfo-0:2.47.3-1.el10_0.x86_64", "product_id": "git-debuginfo-0:2.47.3-1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.47.3-1.el10_0?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "git-0:2.47.3-1.el10_0.s390x", "product": { "name": "git-0:2.47.3-1.el10_0.s390x", "product_id": "git-0:2.47.3-1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.47.3-1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "git-core-0:2.47.3-1.el10_0.s390x", "product": { "name": "git-core-0:2.47.3-1.el10_0.s390x", "product_id": "git-core-0:2.47.3-1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.47.3-1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.47.3-1.el10_0.s390x", "product": { "name": "git-credential-libsecret-0:2.47.3-1.el10_0.s390x", "product_id": "git-credential-libsecret-0:2.47.3-1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.47.3-1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "git-daemon-0:2.47.3-1.el10_0.s390x", "product": { "name": "git-daemon-0:2.47.3-1.el10_0.s390x", "product_id": "git-daemon-0:2.47.3-1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.47.3-1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "git-debugsource-0:2.47.3-1.el10_0.s390x", "product": { "name": "git-debugsource-0:2.47.3-1.el10_0.s390x", "product_id": "git-debugsource-0:2.47.3-1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.47.3-1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.47.3-1.el10_0.s390x", "product": { "name": "git-core-debuginfo-0:2.47.3-1.el10_0.s390x", "product_id": "git-core-debuginfo-0:2.47.3-1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.47.3-1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x", "product": { "name": "git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x", "product_id": "git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.47.3-1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x", "product": { "name": "git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x", "product_id": "git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.47.3-1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.47.3-1.el10_0.s390x", "product": { "name": "git-debuginfo-0:2.47.3-1.el10_0.s390x", "product_id": "git-debuginfo-0:2.47.3-1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.47.3-1.el10_0?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "git-all-0:2.47.3-1.el10_0.noarch", "product": { "name": "git-all-0:2.47.3-1.el10_0.noarch", "product_id": "git-all-0:2.47.3-1.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-all@2.47.3-1.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "git-core-doc-0:2.47.3-1.el10_0.noarch", "product": { "name": "git-core-doc-0:2.47.3-1.el10_0.noarch", "product_id": "git-core-doc-0:2.47.3-1.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-doc@2.47.3-1.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "git-email-0:2.47.3-1.el10_0.noarch", "product": { "name": "git-email-0:2.47.3-1.el10_0.noarch", "product_id": "git-email-0:2.47.3-1.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-email@2.47.3-1.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "git-gui-0:2.47.3-1.el10_0.noarch", "product": { "name": "git-gui-0:2.47.3-1.el10_0.noarch", "product_id": "git-gui-0:2.47.3-1.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-gui@2.47.3-1.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "git-instaweb-0:2.47.3-1.el10_0.noarch", "product": { "name": "git-instaweb-0:2.47.3-1.el10_0.noarch", "product_id": "git-instaweb-0:2.47.3-1.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-instaweb@2.47.3-1.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "git-subtree-0:2.47.3-1.el10_0.noarch", "product": { "name": "git-subtree-0:2.47.3-1.el10_0.noarch", "product_id": "git-subtree-0:2.47.3-1.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.47.3-1.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "git-svn-0:2.47.3-1.el10_0.noarch", "product": { "name": "git-svn-0:2.47.3-1.el10_0.noarch", "product_id": "git-svn-0:2.47.3-1.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn@2.47.3-1.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "gitk-0:2.47.3-1.el10_0.noarch", "product": { "name": "gitk-0:2.47.3-1.el10_0.noarch", "product_id": "gitk-0:2.47.3-1.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitk@2.47.3-1.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "gitweb-0:2.47.3-1.el10_0.noarch", "product": { "name": "gitweb-0:2.47.3-1.el10_0.noarch", "product_id": "gitweb-0:2.47.3-1.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitweb@2.47.3-1.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-0:2.47.3-1.el10_0.noarch", "product": { "name": "perl-Git-0:2.47.3-1.el10_0.noarch", "product_id": "perl-Git-0:2.47.3-1.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git@2.47.3-1.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-SVN-0:2.47.3-1.el10_0.noarch", "product": { "name": "perl-Git-SVN-0:2.47.3-1.el10_0.noarch", "product_id": "perl-Git-SVN-0:2.47.3-1.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git-SVN@2.47.3-1.el10_0?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "git-0:2.47.3-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.aarch64" }, "product_reference": "git-0:2.47.3-1.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.47.3-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.ppc64le" }, "product_reference": "git-0:2.47.3-1.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.47.3-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.s390x" }, "product_reference": "git-0:2.47.3-1.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.47.3-1.el10_0.src as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.src" }, "product_reference": "git-0:2.47.3-1.el10_0.src", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.47.3-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.x86_64" }, "product_reference": "git-0:2.47.3-1.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-all-0:2.47.3-1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-all-0:2.47.3-1.el10_0.noarch" }, "product_reference": "git-all-0:2.47.3-1.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.47.3-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.aarch64" }, "product_reference": "git-core-0:2.47.3-1.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.47.3-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.ppc64le" }, "product_reference": "git-core-0:2.47.3-1.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.47.3-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.s390x" }, "product_reference": "git-core-0:2.47.3-1.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.47.3-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.x86_64" }, "product_reference": "git-core-0:2.47.3-1.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.47.3-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.aarch64" }, "product_reference": "git-core-debuginfo-0:2.47.3-1.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le" }, "product_reference": "git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.47.3-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.s390x" }, "product_reference": "git-core-debuginfo-0:2.47.3-1.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.47.3-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.x86_64" }, "product_reference": "git-core-debuginfo-0:2.47.3-1.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-doc-0:2.47.3-1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-core-doc-0:2.47.3-1.el10_0.noarch" }, "product_reference": "git-core-doc-0:2.47.3-1.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.47.3-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.aarch64" }, "product_reference": "git-credential-libsecret-0:2.47.3-1.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le" }, "product_reference": "git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.47.3-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.s390x" }, "product_reference": "git-credential-libsecret-0:2.47.3-1.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.47.3-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.x86_64" }, "product_reference": "git-credential-libsecret-0:2.47.3-1.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.47.3-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.aarch64" }, "product_reference": "git-daemon-0:2.47.3-1.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.47.3-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.ppc64le" }, "product_reference": "git-daemon-0:2.47.3-1.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.47.3-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.s390x" }, "product_reference": "git-daemon-0:2.47.3-1.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.47.3-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.x86_64" }, "product_reference": "git-daemon-0:2.47.3-1.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64" }, "product_reference": "git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le" }, "product_reference": "git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x" }, "product_reference": "git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64" }, "product_reference": "git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.47.3-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.aarch64" }, "product_reference": "git-debuginfo-0:2.47.3-1.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.47.3-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.ppc64le" }, "product_reference": "git-debuginfo-0:2.47.3-1.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.47.3-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.s390x" }, "product_reference": "git-debuginfo-0:2.47.3-1.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.47.3-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.x86_64" }, "product_reference": "git-debuginfo-0:2.47.3-1.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.47.3-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.aarch64" }, "product_reference": "git-debugsource-0:2.47.3-1.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.47.3-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.ppc64le" }, "product_reference": "git-debugsource-0:2.47.3-1.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.47.3-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.s390x" }, "product_reference": "git-debugsource-0:2.47.3-1.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.47.3-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.x86_64" }, "product_reference": "git-debugsource-0:2.47.3-1.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-0:2.47.3-1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-email-0:2.47.3-1.el10_0.noarch" }, "product_reference": "git-email-0:2.47.3-1.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-0:2.47.3-1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-gui-0:2.47.3-1.el10_0.noarch" }, "product_reference": "git-gui-0:2.47.3-1.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-instaweb-0:2.47.3-1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-instaweb-0:2.47.3-1.el10_0.noarch" }, "product_reference": "git-instaweb-0:2.47.3-1.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.47.3-1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-subtree-0:2.47.3-1.el10_0.noarch" }, "product_reference": "git-subtree-0:2.47.3-1.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:2.47.3-1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-svn-0:2.47.3-1.el10_0.noarch" }, "product_reference": "git-svn-0:2.47.3-1.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-0:2.47.3-1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:gitk-0:2.47.3-1.el10_0.noarch" }, "product_reference": "gitk-0:2.47.3-1.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "gitweb-0:2.47.3-1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:gitweb-0:2.47.3-1.el10_0.noarch" }, "product_reference": "gitweb-0:2.47.3-1.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-0:2.47.3-1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Git-0:2.47.3-1.el10_0.noarch" }, "product_reference": "perl-Git-0:2.47.3-1.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-SVN-0:2.47.3-1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Git-SVN-0:2.47.3-1.el10_0.noarch" }, "product_reference": "perl-Git-SVN-0:2.47.3-1.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-50349", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2025-01-14T19:00:58.133257+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2337824" } ], "notes": [ { "category": "description", "text": "A flaw was found in Git. This vulnerability occurs when Git requests credentials via a terminal prompt, for example, without the use of a credential helper. During this process, Git displays the host name for which the credentials are needed, but any URL-encoded parts are decoded and displayed directly. This can allow an attacker to manipulate URLs by including ANSI escape sequences, which can be interpreted by the terminal to mislead users by tricking them into entering passwords that are redirected to malicious attacker-controlled sites.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: Git does not sanitize URLs when asking for credentials interactively", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.src", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-all-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-doc-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-email-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-gui-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-instaweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-subtree-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-svn-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitk-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-SVN-0:2.47.3-1.el10_0.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-50349" }, { "category": "external", "summary": "RHBZ#2337824", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337824" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-50349", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50349" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-50349", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-50349" }, { "category": "external", "summary": "https://github.com/git/git/commit/7725b8100ffbbff2750ee4d61a0fcc1f53a086e8", "url": "https://github.com/git/git/commit/7725b8100ffbbff2750ee4d61a0fcc1f53a086e8" }, { "category": "external", "summary": "https://github.com/git/git/commit/c903985bf7e772e2d08275c1a95c8a55ab011577", "url": "https://github.com/git/git/commit/c903985bf7e772e2d08275c1a95c8a55ab011577" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-hmg8-h7qf-7cxr", "url": "https://github.com/git/git/security/advisories/GHSA-hmg8-h7qf-7cxr" } ], "release_date": "2025-01-14T18:43:42.620000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-22T12:03:30+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.src", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-all-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-doc-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-email-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-gui-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-instaweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-subtree-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-svn-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitk-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-SVN-0:2.47.3-1.el10_0.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:11533" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.1, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.src", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-all-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-doc-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-email-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-gui-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-instaweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-subtree-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-svn-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitk-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-SVN-0:2.47.3-1.el10_0.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "git: Git does not sanitize URLs when asking for credentials interactively" }, { "cve": "CVE-2024-52006", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2025-01-14T19:09:43.720302+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2337956" } ], "notes": [ { "category": "description", "text": "A flaw was found in Git. Git defines a line-based protocol that is used to exchange information between Git and Git credential helpers. Some ecosystems, most notably .NET and node.js, interpret single Carriage Return characters as newlines, which render the protections against CVE-2020-5260 incomplete for credential helpers, which has the potential to expose stored credentials to malicious URLs.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: Newline confusion in credential helpers can lead to credential exfiltration in git", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.src", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-all-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-doc-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-email-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-gui-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-instaweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-subtree-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-svn-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitk-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-SVN-0:2.47.3-1.el10_0.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-52006" }, { "category": "external", "summary": "RHBZ#2337956", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337956" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-52006", "url": "https://www.cve.org/CVERecord?id=CVE-2024-52006" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-52006", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52006" }, { "category": "external", "summary": "https://github.com/git-ecosystem/git-credential-manager/security/advisories/GHSA-86c2-4x57-wc8g", "url": "https://github.com/git-ecosystem/git-credential-manager/security/advisories/GHSA-86c2-4x57-wc8g" }, { "category": "external", "summary": "https://github.com/git/git/commit/b01b9b81d36759cdcd07305e78765199e1bc2060", "url": "https://github.com/git/git/commit/b01b9b81d36759cdcd07305e78765199e1bc2060" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-qm7j-c969-7j4q", "url": "https://github.com/git/git/security/advisories/GHSA-qm7j-c969-7j4q" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-r5ph-xg7q-xfrp", "url": "https://github.com/git/git/security/advisories/GHSA-r5ph-xg7q-xfrp" } ], "release_date": "2025-01-14T18:39:52.748000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-22T12:03:30+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.src", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-all-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-doc-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-email-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-gui-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-instaweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-subtree-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-svn-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitk-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-SVN-0:2.47.3-1.el10_0.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:11533" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.src", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-all-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-doc-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-email-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-gui-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-instaweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-subtree-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-svn-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitk-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-SVN-0:2.47.3-1.el10_0.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "git: Newline confusion in credential helpers can lead to credential exfiltration in git" }, { "cve": "CVE-2025-27613", "cwe": { "id": "CWE-73", "name": "External Control of File Name or Path" }, "discovery_date": "2025-07-09T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2379124" } ], "notes": [ { "category": "description", "text": "A vulnerability has been identified in the gitk application that could lead to unauthorized file modification or data loss.\n\nThis flaw manifests in two primary scenarios:\n- Untrusted Repository Cloning: When a user is tricked into cloning an untrusted Git repository and then uses gitk to visualize it without any additional parameters, any writable file on the user\u0027s system can be arbitrarily created or truncated. Exploitation via this method also requires the Support per-file encoding option to be explicitly enabled in Gitk\u0027s preferences, which is not the default setting.\n- \u0027Show origin of this line\u0027 Command: The vulnerability can also be triggered if a user employs the Show origin of this line command within gitk\u0027s main window while viewing a malicious repository. This method does not depend on the Support per-file encoding option being enabled.\n\nThe primary risk is unauthorized file system modification, which could lead to data integrity issues, data loss, or potentially open avenues for further system compromise.", "title": "Vulnerability description" }, { "category": "summary", "text": "gitk: Git file creation flaw", "title": "Vulnerability summary" }, { "category": "other", "text": "The Red Hat Product Security team rated this vulnerability as having a Moderate security impact. Exploitation depends on a non-default option being enabled and the user being tricked into cloning the untrusted repository or using the \"Show origin of this line\" command in the main window.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.src", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-all-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-doc-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-email-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-gui-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-instaweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-subtree-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-svn-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitk-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-SVN-0:2.47.3-1.el10_0.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-27613" }, { "category": "external", "summary": "RHBZ#2379124", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379124" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27613", "url": "https://www.cve.org/CVERecord?id=CVE-2025-27613" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27613", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27613" }, { "category": "external", "summary": "https://github.com/j6t/gitk/security/advisories/GHSA-f3cw-xrj3-wr2v", "url": "https://github.com/j6t/gitk/security/advisories/GHSA-f3cw-xrj3-wr2v" }, { "category": "external", "summary": "https://lore.kernel.org/git/xmqq5xg2wrd1.fsf@gitster.g/", "url": "https://lore.kernel.org/git/xmqq5xg2wrd1.fsf@gitster.g/" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2025/07/08/4", "url": "https://www.openwall.com/lists/oss-security/2025/07/08/4" } ], "release_date": "2025-07-08T13:01:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-22T12:03:30+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.src", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-all-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-doc-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-email-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-gui-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-instaweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-subtree-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-svn-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitk-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-SVN-0:2.47.3-1.el10_0.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:11533" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.src", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-all-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-doc-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-email-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-gui-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-instaweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-subtree-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-svn-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitk-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-SVN-0:2.47.3-1.el10_0.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "gitk: Git file creation flaw" }, { "cve": "CVE-2025-27614", "discovery_date": "2025-07-09T22:54:11.462000+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2379125" } ], "notes": [ { "category": "description", "text": "Gitk is a Tcl/Tk based Git history browser. Starting with 2.41.0, a Git repository can be crafted in such a way that with some social engineering a user who has cloned the repository can be tricked into running any script (e.g., Bourne shell, Perl, Python, ...) supplied by the attacker by invoking gitk filename, where filename has a particular structure. The script is run with the privileges of the user. This vulnerability is fixed in 2.43.7, 2.44.4, 2.45.4, 2.46.4, 2.47.3, 2.48.2, 2.49.1, and 2.50.", "title": "Vulnerability description" }, { "category": "summary", "text": "gitk: git script execution flaw", "title": "Vulnerability summary" }, { "category": "other", "text": "The Red Hat Product Security team has rated this vulnerability as having a Moderate impact as it depends on the user to be tricked to run the command using the malicious file as parameter.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.src", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-all-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-doc-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-email-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-gui-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-instaweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-subtree-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-svn-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitk-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-SVN-0:2.47.3-1.el10_0.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-27614" }, { "category": "external", "summary": "RHBZ#2379125", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379125" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-27614", "url": "https://www.cve.org/CVERecord?id=CVE-2025-27614" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27614", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27614" }, { "category": "external", "summary": "https://lore.kernel.org/git/xmqq5xg2wrd1.fsf@gitster.g/", "url": "https://lore.kernel.org/git/xmqq5xg2wrd1.fsf@gitster.g/" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2025/07/08/4", "url": "https://www.openwall.com/lists/oss-security/2025/07/08/4" } ], "release_date": "2025-07-08T13:01:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-22T12:03:30+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.src", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-all-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-doc-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-email-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-gui-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-instaweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-subtree-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-svn-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitk-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-SVN-0:2.47.3-1.el10_0.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:11533" }, { "category": "workaround", "details": "There\u0027s no known mitigation for this issue besides avoid using gitk with untrusted repositories or unstrusted files.", "product_ids": [ "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.src", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-all-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-doc-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-email-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-gui-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-instaweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-subtree-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-svn-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitk-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-SVN-0:2.47.3-1.el10_0.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.src", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-all-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-doc-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-email-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-gui-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-instaweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-subtree-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-svn-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitk-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-SVN-0:2.47.3-1.el10_0.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "gitk: git script execution flaw" }, { "cve": "CVE-2025-46835", "cwe": { "id": "CWE-88", "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)" }, "discovery_date": "2025-07-10T16:00:54.639582+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2379326" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the git GUI package. When a user clones an untrusted repository and edits a file located in a maliciously named directory, git GUI may end up creating or overwriting arbitrary files for the running user has written permission. This flaw allows an attacker to modify the content of target files without the affected user\u0027s intent, resulting in a data integrity issue.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: Git GUI can create and overwrite files for which the user has write permission", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security team has rated this vulnerability as having a Low severity. The is due to the high complexity in exploiting the vulnerability. Additionally, the user needs to be tricked into cloning an untrusted repository and editing a file located in a directory with a maliciously crafted name.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.src", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-all-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-doc-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-email-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-gui-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-instaweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-subtree-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-svn-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitk-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-SVN-0:2.47.3-1.el10_0.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-46835" }, { "category": "external", "summary": "RHBZ#2379326", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379326" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-46835", "url": "https://www.cve.org/CVERecord?id=CVE-2025-46835" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-46835", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-46835" }, { "category": "external", "summary": "https://github.com/j6t/git-gui/compare/dcda716dbc9c90bcac4611bd1076747671ee0906..a437f5bc93330a70b42a230e52f3bd036ca1b1da", "url": "https://github.com/j6t/git-gui/compare/dcda716dbc9c90bcac4611bd1076747671ee0906..a437f5bc93330a70b42a230e52f3bd036ca1b1da" }, { "category": "external", "summary": "https://github.com/j6t/git-gui/security/advisories/GHSA-xfx7-68v4-v8fg", "url": "https://github.com/j6t/git-gui/security/advisories/GHSA-xfx7-68v4-v8fg" } ], "release_date": "2025-07-10T15:09:42.735000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-22T12:03:30+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.src", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-all-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-doc-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-email-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-gui-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-instaweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-subtree-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-svn-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitk-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-SVN-0:2.47.3-1.el10_0.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:11533" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.1, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.src", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-all-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-doc-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-email-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-gui-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-instaweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-subtree-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-svn-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitk-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-SVN-0:2.47.3-1.el10_0.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "git: Git GUI can create and overwrite files for which the user has write permission" }, { "cve": "CVE-2025-48384", "cwe": { "id": "CWE-59", "name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)" }, "discovery_date": "2025-07-08T19:00:48.297925+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2378806" } ], "notes": [ { "category": "description", "text": "A line-end handling flaw was found in Git. When writing a config entry, values with a trailing carriage return (CR) are not quoted, resulting in the CR being lost when the config is read later. When initializing a submodule, if the submodule path contains a trailing CR, the altered path is read, resulting in the submodule being checked out to an incorrect location.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: Git arbitrary code execution", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability marked as Important and not Moderate flaw because it undermines Git\u2019s path and config integrity by allowing carriage return (\\r) injection to manipulate submodule checkout behavior. Git previously failed to quote config values containing trailing CR, causing the value to be misinterpreted when read back. In the context of submodules, this leads to incorrect path resolution, allowing an attacker to redirect the checkout path via a symlink to a sensitive directory like .git/modules/\u003csubmodule\u003e/hooks. If an executable post-checkout hook exists there, it could be inadvertently executed, resulting in arbitrary code execution during submodule operations. This is particularly dangerous in automated CI/CD pipelines or multi-repo projects where submodules are initialized or updated without manual inspection.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.src", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-all-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-doc-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-email-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-gui-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-instaweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-subtree-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-svn-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitk-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-SVN-0:2.47.3-1.el10_0.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-48384" }, { "category": "external", "summary": "RHBZ#2378806", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378806" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-48384", "url": "https://www.cve.org/CVERecord?id=CVE-2025-48384" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-48384", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48384" }, { "category": "external", "summary": "https://dgl.cx/2025/07/git-clone-submodule-cve-2025-48384", "url": "https://dgl.cx/2025/07/git-clone-submodule-cve-2025-48384" }, { "category": "external", "summary": "https://github.com/git/git/commit/05e9cd64ee23bbadcea6bcffd6660ed02b8eab89", "url": "https://github.com/git/git/commit/05e9cd64ee23bbadcea6bcffd6660ed02b8eab89" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-vwqx-4fm8-6qc9", "url": "https://github.com/git/git/security/advisories/GHSA-vwqx-4fm8-6qc9" } ], "release_date": "2025-07-08T18:23:48.710000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-22T12:03:30+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.src", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-all-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-doc-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-email-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-gui-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-instaweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-subtree-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-svn-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitk-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-SVN-0:2.47.3-1.el10_0.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:11533" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.src", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-all-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-doc-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-email-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-gui-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-instaweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-subtree-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-svn-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitk-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-SVN-0:2.47.3-1.el10_0.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.src", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-all-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-doc-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-email-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-gui-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-instaweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-subtree-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-svn-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitk-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-SVN-0:2.47.3-1.el10_0.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "git: Git arbitrary code execution" }, { "cve": "CVE-2025-48385", "cwe": { "id": "CWE-88", "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)" }, "discovery_date": "2025-07-08T19:00:55.106787+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2378808" } ], "notes": [ { "category": "description", "text": "A bundled uri handling flaw was found in Git. When cloning a repository, Git knows to optionally fetch a bundle advertised by the remote server, which allows the server side to offload parts of the clone to a CDN. The Git client does not perform sufficient validation of the advertised bundles, which allows the remote side to perform protocol injection.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: Git arbitrary file writes", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability marked as Important rather than a Moderate flaw because it enables protocol injection at the transport layer of Git\u0027s bundle-uri mechanism, allowing a remote server to manipulate how and where data is written on the client system during a clone operation. The lack of input sanitization on user-controlled values like the URI and target path means that malformed inputs containing spaces or newlines can break protocol framing, leading to arbitrary file writes. In scenarios such as CI pipelines, developer environments, or recursive clones with submodules, an attacker can exploit this to overwrite critical files or inject malicious content, potentially achieving remote code execution (RCE).", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.src", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-all-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-doc-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-email-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-gui-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-instaweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-subtree-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-svn-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitk-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-SVN-0:2.47.3-1.el10_0.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-48385" }, { "category": "external", "summary": "RHBZ#2378808", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378808" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-48385", "url": "https://www.cve.org/CVERecord?id=CVE-2025-48385" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-48385", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48385" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-m98c-vgpc-9655", "url": "https://github.com/git/git/security/advisories/GHSA-m98c-vgpc-9655" } ], "release_date": "2025-07-08T18:23:44.405000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-22T12:03:30+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.src", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-all-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-doc-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-email-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-gui-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-instaweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-subtree-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-svn-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitk-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-SVN-0:2.47.3-1.el10_0.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:11533" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.src", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-all-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-doc-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-email-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-gui-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-instaweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-subtree-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-svn-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitk-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-SVN-0:2.47.3-1.el10_0.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 8.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:L", "version": "3.1" }, "products": [ "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.src", "AppStream-10.0.Z:git-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-all-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-core-doc-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debuginfo-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.aarch64", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.ppc64le", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.s390x", "AppStream-10.0.Z:git-debugsource-0:2.47.3-1.el10_0.x86_64", "AppStream-10.0.Z:git-email-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-gui-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-instaweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-subtree-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:git-svn-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitk-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:gitweb-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-0:2.47.3-1.el10_0.noarch", "AppStream-10.0.Z:perl-Git-SVN-0:2.47.3-1.el10_0.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "git: Git arbitrary file writes" } ] }
opensuse-su-2025:14652-1
Vulnerability from csaf_opensuse
Published
2025-01-16 00:00
Modified
2025-01-16 00:00
Summary
git-2.48.1-1.1 on GA media
Notes
Title of the patch
git-2.48.1-1.1 on GA media
Description of the patch
These are all security issues fixed in the git-2.48.1-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2025-14652
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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.48.1-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the git-2.48.1-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2025-14652", "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-2025_14652-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2025:14652-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/3U7ZJVFYNJHRXNCR7ICBM6U5UARDPCAF/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2025:14652-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/3U7ZJVFYNJHRXNCR7ICBM6U5UARDPCAF/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-50349 page", "url": "https://www.suse.com/security/cve/CVE-2024-50349/" } ], "title": "git-2.48.1-1.1 on GA media", "tracking": { "current_release_date": "2025-01-16T00:00:00Z", "generator": { "date": "2025-01-16T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2025:14652-1", "initial_release_date": "2025-01-16T00:00:00Z", "revision_history": [ { "date": "2025-01-16T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "git-2.48.1-1.1.aarch64", "product": { "name": "git-2.48.1-1.1.aarch64", "product_id": "git-2.48.1-1.1.aarch64" } }, { "category": "product_version", "name": "git-arch-2.48.1-1.1.aarch64", "product": { "name": "git-arch-2.48.1-1.1.aarch64", "product_id": "git-arch-2.48.1-1.1.aarch64" } }, { "category": "product_version", "name": "git-core-2.48.1-1.1.aarch64", "product": { "name": "git-core-2.48.1-1.1.aarch64", "product_id": "git-core-2.48.1-1.1.aarch64" } }, { "category": "product_version", "name": "git-credential-libsecret-2.48.1-1.1.aarch64", "product": { "name": "git-credential-libsecret-2.48.1-1.1.aarch64", "product_id": "git-credential-libsecret-2.48.1-1.1.aarch64" } }, { "category": "product_version", "name": "git-cvs-2.48.1-1.1.aarch64", "product": { "name": "git-cvs-2.48.1-1.1.aarch64", "product_id": "git-cvs-2.48.1-1.1.aarch64" } }, { "category": "product_version", "name": "git-daemon-2.48.1-1.1.aarch64", "product": { "name": "git-daemon-2.48.1-1.1.aarch64", "product_id": "git-daemon-2.48.1-1.1.aarch64" } }, { "category": "product_version", "name": "git-doc-2.48.1-1.1.aarch64", "product": { "name": "git-doc-2.48.1-1.1.aarch64", "product_id": "git-doc-2.48.1-1.1.aarch64" } }, { "category": "product_version", "name": "git-email-2.48.1-1.1.aarch64", "product": { "name": "git-email-2.48.1-1.1.aarch64", "product_id": "git-email-2.48.1-1.1.aarch64" } }, { "category": "product_version", "name": "git-gui-2.48.1-1.1.aarch64", "product": { "name": "git-gui-2.48.1-1.1.aarch64", "product_id": "git-gui-2.48.1-1.1.aarch64" } }, { "category": "product_version", "name": "git-p4-2.48.1-1.1.aarch64", "product": { "name": "git-p4-2.48.1-1.1.aarch64", "product_id": "git-p4-2.48.1-1.1.aarch64" } }, { "category": "product_version", "name": "git-svn-2.48.1-1.1.aarch64", "product": { "name": "git-svn-2.48.1-1.1.aarch64", "product_id": "git-svn-2.48.1-1.1.aarch64" } }, { "category": "product_version", "name": "git-web-2.48.1-1.1.aarch64", "product": { "name": "git-web-2.48.1-1.1.aarch64", "product_id": "git-web-2.48.1-1.1.aarch64" } }, { "category": "product_version", "name": "gitk-2.48.1-1.1.aarch64", "product": { "name": "gitk-2.48.1-1.1.aarch64", "product_id": "gitk-2.48.1-1.1.aarch64" } }, { "category": "product_version", "name": "perl-Git-2.48.1-1.1.aarch64", "product": { "name": "perl-Git-2.48.1-1.1.aarch64", "product_id": "perl-Git-2.48.1-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "git-2.48.1-1.1.ppc64le", "product": { "name": "git-2.48.1-1.1.ppc64le", "product_id": "git-2.48.1-1.1.ppc64le" } }, { "category": "product_version", "name": "git-arch-2.48.1-1.1.ppc64le", "product": { "name": "git-arch-2.48.1-1.1.ppc64le", "product_id": "git-arch-2.48.1-1.1.ppc64le" } }, { "category": "product_version", "name": "git-core-2.48.1-1.1.ppc64le", "product": { "name": "git-core-2.48.1-1.1.ppc64le", "product_id": "git-core-2.48.1-1.1.ppc64le" } }, { "category": "product_version", "name": "git-credential-libsecret-2.48.1-1.1.ppc64le", "product": { "name": "git-credential-libsecret-2.48.1-1.1.ppc64le", "product_id": "git-credential-libsecret-2.48.1-1.1.ppc64le" } }, { "category": "product_version", "name": "git-cvs-2.48.1-1.1.ppc64le", "product": { "name": "git-cvs-2.48.1-1.1.ppc64le", "product_id": "git-cvs-2.48.1-1.1.ppc64le" } }, { "category": "product_version", "name": "git-daemon-2.48.1-1.1.ppc64le", "product": { "name": "git-daemon-2.48.1-1.1.ppc64le", "product_id": "git-daemon-2.48.1-1.1.ppc64le" } }, { "category": "product_version", "name": "git-doc-2.48.1-1.1.ppc64le", "product": { "name": "git-doc-2.48.1-1.1.ppc64le", "product_id": "git-doc-2.48.1-1.1.ppc64le" } }, { "category": "product_version", "name": "git-email-2.48.1-1.1.ppc64le", "product": { "name": "git-email-2.48.1-1.1.ppc64le", "product_id": "git-email-2.48.1-1.1.ppc64le" } }, { "category": "product_version", "name": "git-gui-2.48.1-1.1.ppc64le", "product": { "name": "git-gui-2.48.1-1.1.ppc64le", "product_id": "git-gui-2.48.1-1.1.ppc64le" } }, { "category": "product_version", "name": "git-p4-2.48.1-1.1.ppc64le", "product": { "name": "git-p4-2.48.1-1.1.ppc64le", "product_id": "git-p4-2.48.1-1.1.ppc64le" } }, { "category": "product_version", "name": "git-svn-2.48.1-1.1.ppc64le", "product": { "name": "git-svn-2.48.1-1.1.ppc64le", "product_id": "git-svn-2.48.1-1.1.ppc64le" } }, { "category": "product_version", "name": "git-web-2.48.1-1.1.ppc64le", "product": { "name": "git-web-2.48.1-1.1.ppc64le", "product_id": "git-web-2.48.1-1.1.ppc64le" } }, { "category": "product_version", "name": "gitk-2.48.1-1.1.ppc64le", "product": { "name": "gitk-2.48.1-1.1.ppc64le", "product_id": "gitk-2.48.1-1.1.ppc64le" } }, { "category": "product_version", "name": "perl-Git-2.48.1-1.1.ppc64le", "product": { "name": "perl-Git-2.48.1-1.1.ppc64le", "product_id": "perl-Git-2.48.1-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "git-2.48.1-1.1.s390x", "product": { "name": "git-2.48.1-1.1.s390x", "product_id": "git-2.48.1-1.1.s390x" } }, { "category": "product_version", "name": "git-arch-2.48.1-1.1.s390x", "product": { "name": "git-arch-2.48.1-1.1.s390x", "product_id": "git-arch-2.48.1-1.1.s390x" } }, { "category": "product_version", "name": "git-core-2.48.1-1.1.s390x", "product": { "name": "git-core-2.48.1-1.1.s390x", "product_id": "git-core-2.48.1-1.1.s390x" } }, { "category": "product_version", "name": "git-credential-libsecret-2.48.1-1.1.s390x", "product": { "name": "git-credential-libsecret-2.48.1-1.1.s390x", "product_id": "git-credential-libsecret-2.48.1-1.1.s390x" } }, { "category": "product_version", "name": "git-cvs-2.48.1-1.1.s390x", "product": { "name": "git-cvs-2.48.1-1.1.s390x", "product_id": "git-cvs-2.48.1-1.1.s390x" } }, { "category": "product_version", "name": "git-daemon-2.48.1-1.1.s390x", "product": { "name": "git-daemon-2.48.1-1.1.s390x", "product_id": "git-daemon-2.48.1-1.1.s390x" } }, { "category": "product_version", "name": "git-doc-2.48.1-1.1.s390x", "product": { "name": "git-doc-2.48.1-1.1.s390x", "product_id": "git-doc-2.48.1-1.1.s390x" } }, { "category": "product_version", "name": "git-email-2.48.1-1.1.s390x", "product": { "name": "git-email-2.48.1-1.1.s390x", "product_id": "git-email-2.48.1-1.1.s390x" } }, { "category": "product_version", "name": "git-gui-2.48.1-1.1.s390x", "product": { "name": "git-gui-2.48.1-1.1.s390x", "product_id": "git-gui-2.48.1-1.1.s390x" } }, { "category": "product_version", "name": "git-p4-2.48.1-1.1.s390x", "product": { "name": "git-p4-2.48.1-1.1.s390x", "product_id": "git-p4-2.48.1-1.1.s390x" } }, { "category": "product_version", "name": "git-svn-2.48.1-1.1.s390x", "product": { "name": "git-svn-2.48.1-1.1.s390x", "product_id": "git-svn-2.48.1-1.1.s390x" } }, { "category": "product_version", "name": "git-web-2.48.1-1.1.s390x", "product": { "name": "git-web-2.48.1-1.1.s390x", "product_id": "git-web-2.48.1-1.1.s390x" } }, { "category": "product_version", "name": "gitk-2.48.1-1.1.s390x", "product": { "name": "gitk-2.48.1-1.1.s390x", "product_id": "gitk-2.48.1-1.1.s390x" } }, { "category": "product_version", "name": "perl-Git-2.48.1-1.1.s390x", "product": { "name": "perl-Git-2.48.1-1.1.s390x", "product_id": "perl-Git-2.48.1-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "git-2.48.1-1.1.x86_64", "product": { "name": "git-2.48.1-1.1.x86_64", "product_id": "git-2.48.1-1.1.x86_64" } }, { "category": "product_version", "name": "git-arch-2.48.1-1.1.x86_64", "product": { "name": "git-arch-2.48.1-1.1.x86_64", "product_id": "git-arch-2.48.1-1.1.x86_64" } }, { "category": "product_version", "name": "git-core-2.48.1-1.1.x86_64", "product": { "name": "git-core-2.48.1-1.1.x86_64", "product_id": "git-core-2.48.1-1.1.x86_64" } }, { "category": "product_version", "name": "git-credential-libsecret-2.48.1-1.1.x86_64", "product": { "name": "git-credential-libsecret-2.48.1-1.1.x86_64", "product_id": "git-credential-libsecret-2.48.1-1.1.x86_64" } }, { "category": "product_version", "name": "git-cvs-2.48.1-1.1.x86_64", "product": { "name": "git-cvs-2.48.1-1.1.x86_64", "product_id": "git-cvs-2.48.1-1.1.x86_64" } }, { "category": "product_version", "name": "git-daemon-2.48.1-1.1.x86_64", "product": { "name": "git-daemon-2.48.1-1.1.x86_64", "product_id": "git-daemon-2.48.1-1.1.x86_64" } }, { "category": "product_version", "name": "git-doc-2.48.1-1.1.x86_64", "product": { "name": "git-doc-2.48.1-1.1.x86_64", "product_id": "git-doc-2.48.1-1.1.x86_64" } }, { "category": "product_version", "name": "git-email-2.48.1-1.1.x86_64", "product": { "name": "git-email-2.48.1-1.1.x86_64", "product_id": "git-email-2.48.1-1.1.x86_64" } }, { "category": "product_version", "name": "git-gui-2.48.1-1.1.x86_64", "product": { "name": "git-gui-2.48.1-1.1.x86_64", "product_id": "git-gui-2.48.1-1.1.x86_64" } }, { "category": "product_version", "name": "git-p4-2.48.1-1.1.x86_64", "product": { "name": "git-p4-2.48.1-1.1.x86_64", "product_id": "git-p4-2.48.1-1.1.x86_64" } }, { "category": "product_version", "name": "git-svn-2.48.1-1.1.x86_64", "product": { "name": "git-svn-2.48.1-1.1.x86_64", "product_id": "git-svn-2.48.1-1.1.x86_64" } }, { "category": "product_version", "name": "git-web-2.48.1-1.1.x86_64", "product": { "name": "git-web-2.48.1-1.1.x86_64", "product_id": "git-web-2.48.1-1.1.x86_64" } }, { "category": "product_version", "name": "gitk-2.48.1-1.1.x86_64", "product": { "name": "gitk-2.48.1-1.1.x86_64", "product_id": "gitk-2.48.1-1.1.x86_64" } }, { "category": "product_version", "name": "perl-Git-2.48.1-1.1.x86_64", "product": { "name": "perl-Git-2.48.1-1.1.x86_64", "product_id": "perl-Git-2.48.1-1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "git-2.48.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-2.48.1-1.1.aarch64" }, "product_reference": "git-2.48.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.48.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-2.48.1-1.1.ppc64le" }, "product_reference": "git-2.48.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.48.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-2.48.1-1.1.s390x" }, "product_reference": "git-2.48.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-2.48.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-2.48.1-1.1.x86_64" }, "product_reference": "git-2.48.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.48.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-arch-2.48.1-1.1.aarch64" }, "product_reference": "git-arch-2.48.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.48.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-arch-2.48.1-1.1.ppc64le" }, "product_reference": "git-arch-2.48.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.48.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-arch-2.48.1-1.1.s390x" }, "product_reference": "git-arch-2.48.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-arch-2.48.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-arch-2.48.1-1.1.x86_64" }, "product_reference": "git-arch-2.48.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.48.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-core-2.48.1-1.1.aarch64" }, "product_reference": "git-core-2.48.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.48.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-core-2.48.1-1.1.ppc64le" }, "product_reference": "git-core-2.48.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.48.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-core-2.48.1-1.1.s390x" }, "product_reference": "git-core-2.48.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-2.48.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-core-2.48.1-1.1.x86_64" }, "product_reference": "git-core-2.48.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-2.48.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-credential-libsecret-2.48.1-1.1.aarch64" }, "product_reference": "git-credential-libsecret-2.48.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-2.48.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-credential-libsecret-2.48.1-1.1.ppc64le" }, "product_reference": "git-credential-libsecret-2.48.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-2.48.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-credential-libsecret-2.48.1-1.1.s390x" }, "product_reference": "git-credential-libsecret-2.48.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-2.48.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-credential-libsecret-2.48.1-1.1.x86_64" }, "product_reference": "git-credential-libsecret-2.48.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.48.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-cvs-2.48.1-1.1.aarch64" }, "product_reference": "git-cvs-2.48.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.48.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-cvs-2.48.1-1.1.ppc64le" }, "product_reference": "git-cvs-2.48.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.48.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-cvs-2.48.1-1.1.s390x" }, "product_reference": "git-cvs-2.48.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-cvs-2.48.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-cvs-2.48.1-1.1.x86_64" }, "product_reference": "git-cvs-2.48.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.48.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-daemon-2.48.1-1.1.aarch64" }, "product_reference": "git-daemon-2.48.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.48.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-daemon-2.48.1-1.1.ppc64le" }, "product_reference": "git-daemon-2.48.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.48.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-daemon-2.48.1-1.1.s390x" }, "product_reference": "git-daemon-2.48.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-2.48.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-daemon-2.48.1-1.1.x86_64" }, "product_reference": "git-daemon-2.48.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-doc-2.48.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-doc-2.48.1-1.1.aarch64" }, "product_reference": "git-doc-2.48.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-doc-2.48.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-doc-2.48.1-1.1.ppc64le" }, "product_reference": "git-doc-2.48.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-doc-2.48.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-doc-2.48.1-1.1.s390x" }, "product_reference": "git-doc-2.48.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-doc-2.48.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-doc-2.48.1-1.1.x86_64" }, "product_reference": "git-doc-2.48.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.48.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-email-2.48.1-1.1.aarch64" }, "product_reference": "git-email-2.48.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.48.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-email-2.48.1-1.1.ppc64le" }, "product_reference": "git-email-2.48.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.48.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-email-2.48.1-1.1.s390x" }, "product_reference": "git-email-2.48.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-2.48.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-email-2.48.1-1.1.x86_64" }, "product_reference": "git-email-2.48.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.48.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-gui-2.48.1-1.1.aarch64" }, "product_reference": "git-gui-2.48.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.48.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-gui-2.48.1-1.1.ppc64le" }, "product_reference": "git-gui-2.48.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.48.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-gui-2.48.1-1.1.s390x" }, "product_reference": "git-gui-2.48.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-2.48.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-gui-2.48.1-1.1.x86_64" }, "product_reference": "git-gui-2.48.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-p4-2.48.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-p4-2.48.1-1.1.aarch64" }, "product_reference": "git-p4-2.48.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-p4-2.48.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-p4-2.48.1-1.1.ppc64le" }, "product_reference": "git-p4-2.48.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-p4-2.48.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-p4-2.48.1-1.1.s390x" }, "product_reference": "git-p4-2.48.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-p4-2.48.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-p4-2.48.1-1.1.x86_64" }, "product_reference": "git-p4-2.48.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.48.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-svn-2.48.1-1.1.aarch64" }, "product_reference": "git-svn-2.48.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.48.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-svn-2.48.1-1.1.ppc64le" }, "product_reference": "git-svn-2.48.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.48.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-svn-2.48.1-1.1.s390x" }, "product_reference": "git-svn-2.48.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-2.48.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-svn-2.48.1-1.1.x86_64" }, "product_reference": "git-svn-2.48.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.48.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-web-2.48.1-1.1.aarch64" }, "product_reference": "git-web-2.48.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.48.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-web-2.48.1-1.1.ppc64le" }, "product_reference": "git-web-2.48.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.48.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-web-2.48.1-1.1.s390x" }, "product_reference": "git-web-2.48.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "git-web-2.48.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:git-web-2.48.1-1.1.x86_64" }, "product_reference": "git-web-2.48.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.48.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:gitk-2.48.1-1.1.aarch64" }, "product_reference": "gitk-2.48.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.48.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:gitk-2.48.1-1.1.ppc64le" }, "product_reference": "gitk-2.48.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.48.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:gitk-2.48.1-1.1.s390x" }, "product_reference": "gitk-2.48.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-2.48.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:gitk-2.48.1-1.1.x86_64" }, "product_reference": "gitk-2.48.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.48.1-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-Git-2.48.1-1.1.aarch64" }, "product_reference": "perl-Git-2.48.1-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.48.1-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-Git-2.48.1-1.1.ppc64le" }, "product_reference": "perl-Git-2.48.1-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.48.1-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-Git-2.48.1-1.1.s390x" }, "product_reference": "perl-Git-2.48.1-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-2.48.1-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-Git-2.48.1-1.1.x86_64" }, "product_reference": "perl-Git-2.48.1-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-50349", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-50349" } ], "notes": [ { "category": "general", "text": "Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. When Git asks for credentials via a terminal prompt (i.e. without using any credential helper), it prints out the host name for which the user is expected to provide a username and/or a password. At this stage, any URL-encoded parts have been decoded already, and are printed verbatim. This allows attackers to craft URLs that contain ANSI escape sequences that the terminal interpret to confuse users e.g. into providing passwords for trusted Git hosting sites when in fact they are then sent to untrusted sites that are under the attacker\u0027s control. This issue has been patch via commits `7725b81` and `c903985` which are included in release versions v2.48.1, v2.47.2, v2.46.3, v2.45.3, v2.44.3, v2.43.6, v2.42.4, v2.41.3, and v2.40.4. Users are advised to upgrade. Users unable to upgrade should avoid cloning from untrusted URLs, especially recursive clones.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:git-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-arch-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-arch-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-arch-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-arch-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-core-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-core-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-core-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-core-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-credential-libsecret-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-credential-libsecret-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-credential-libsecret-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-credential-libsecret-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-cvs-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-cvs-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-cvs-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-cvs-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-daemon-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-daemon-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-daemon-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-daemon-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-doc-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-doc-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-doc-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-doc-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-email-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-email-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-email-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-email-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-gui-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-gui-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-gui-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-gui-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-p4-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-p4-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-p4-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-p4-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-svn-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-svn-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-svn-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-svn-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-web-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-web-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-web-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-web-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:gitk-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:gitk-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:gitk-2.48.1-1.1.s390x", "openSUSE Tumbleweed:gitk-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:perl-Git-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:perl-Git-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:perl-Git-2.48.1-1.1.s390x", "openSUSE Tumbleweed:perl-Git-2.48.1-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-50349", "url": "https://www.suse.com/security/cve/CVE-2024-50349" }, { "category": "external", "summary": "SUSE Bug 1235600 for CVE-2024-50349", "url": "https://bugzilla.suse.com/1235600" } ], "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.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-arch-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-arch-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-arch-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-arch-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-core-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-core-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-core-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-core-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-credential-libsecret-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-credential-libsecret-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-credential-libsecret-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-credential-libsecret-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-cvs-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-cvs-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-cvs-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-cvs-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-daemon-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-daemon-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-daemon-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-daemon-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-doc-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-doc-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-doc-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-doc-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-email-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-email-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-email-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-email-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-gui-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-gui-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-gui-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-gui-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-p4-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-p4-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-p4-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-p4-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-svn-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-svn-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-svn-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-svn-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-web-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-web-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-web-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-web-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:gitk-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:gitk-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:gitk-2.48.1-1.1.s390x", "openSUSE Tumbleweed:gitk-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:perl-Git-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:perl-Git-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:perl-Git-2.48.1-1.1.s390x", "openSUSE Tumbleweed:perl-Git-2.48.1-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:git-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-arch-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-arch-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-arch-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-arch-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-core-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-core-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-core-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-core-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-credential-libsecret-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-credential-libsecret-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-credential-libsecret-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-credential-libsecret-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-cvs-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-cvs-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-cvs-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-cvs-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-daemon-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-daemon-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-daemon-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-daemon-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-doc-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-doc-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-doc-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-doc-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-email-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-email-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-email-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-email-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-gui-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-gui-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-gui-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-gui-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-p4-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-p4-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-p4-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-p4-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-svn-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-svn-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-svn-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-svn-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:git-web-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:git-web-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:git-web-2.48.1-1.1.s390x", "openSUSE Tumbleweed:git-web-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:gitk-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:gitk-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:gitk-2.48.1-1.1.s390x", "openSUSE Tumbleweed:gitk-2.48.1-1.1.x86_64", "openSUSE Tumbleweed:perl-Git-2.48.1-1.1.aarch64", "openSUSE Tumbleweed:perl-Git-2.48.1-1.1.ppc64le", "openSUSE Tumbleweed:perl-Git-2.48.1-1.1.s390x", "openSUSE Tumbleweed:perl-Git-2.48.1-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-01-16T00:00:00Z", "details": "moderate" } ], "title": "CVE-2024-50349" } ] }
fkie_cve-2024-50349
Vulnerability from fkie_nvd
Published
2025-01-14 19:15
Modified
2025-01-21 17:15
Severity ?
Summary
Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. When Git asks for credentials via a terminal prompt (i.e. without using any credential helper), it prints out the host name for which the user is expected to provide a username and/or a password. At this stage, any URL-encoded parts have been decoded already, and are printed verbatim. This allows attackers to craft URLs that contain ANSI escape sequences that the terminal interpret to confuse users e.g. into providing passwords for trusted Git hosting sites when in fact they are then sent to untrusted sites that are under the attacker's control. This issue has been patch via commits `7725b81` and `c903985` which are included in release versions v2.48.1, v2.47.2, v2.46.3, v2.45.3, v2.44.3, v2.43.6, v2.42.4, v2.41.3, and v2.40.4. Users are advised to upgrade. Users unable to upgrade should avoid cloning from untrusted URLs, especially recursive clones.
References
▶ | URL | Tags | |
---|---|---|---|
security-advisories@github.com | https://github.com/git/git/commit/7725b8100ffbbff2750ee4d61a0fcc1f53a086e8 | ||
security-advisories@github.com | https://github.com/git/git/commit/c903985bf7e772e2d08275c1a95c8a55ab011577 | ||
security-advisories@github.com | https://github.com/git/git/security/advisories/GHSA-hmg8-h7qf-7cxr |
Impacted products
Vendor | Product | Version |
---|
{ "cveTags": [], "descriptions": [ { "lang": "en", "value": "Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. When Git asks for credentials via a terminal prompt (i.e. without using any credential helper), it prints out the host name for which the user is expected to provide a username and/or a password. At this stage, any URL-encoded parts have been decoded already, and are printed verbatim. This allows attackers to craft URLs that contain ANSI escape sequences that the terminal interpret to confuse users e.g. into providing passwords for trusted Git hosting sites when in fact they are then sent to untrusted sites that are under the attacker\u0027s control. This issue has been patch via commits `7725b81` and `c903985` which are included in release versions v2.48.1, v2.47.2, v2.46.3, v2.45.3, v2.44.3, v2.43.6, v2.42.4, v2.41.3, and v2.40.4. Users are advised to upgrade. Users unable to upgrade should avoid cloning from untrusted URLs, especially recursive clones." }, { "lang": "es", "value": "Git es un sistema de control de revisi\u00f3n distribuido, r\u00e1pido y escalable con un conjunto de comandos inusualmente rico que proporciona operaciones de alto nivel y acceso completo a los elementos internos. Cuando Git solicita credenciales a trav\u00e9s de un indicador de terminal (es decir, sin usar ning\u00fan asistente de credenciales), imprime el nombre de host para el que se espera que el usuario proporcione un nombre de usuario y/o una contrase\u00f1a. En esta etapa, todas las partes codificadas en URL ya han sido decodificadas y se imprimen textualmente. Esto permite a los atacantes crear URL que contienen secuencias de escape ANSI que la terminal interpreta para confundir a los usuarios, por ejemplo, para que proporcionen contrase\u00f1as para sitios de alojamiento de Git confiables cuando, de hecho, luego se env\u00edan a sitios que no son de confianza y que est\u00e1n bajo el control del atacante. Este problema se ha corregido mediante las confirmaciones `7725b81` y `c903985`, que est\u00e1n incluidas en las versiones de lanzamiento v2.48.1, v2.47.1, v2.46.3, v2.45.3, v2.44.3, v2.43.6, v2.42.4, v2.41.3 y v2.40.4. Se recomienda a los usuarios que actualicen la versi\u00f3n. Los usuarios que no puedan actualizar deben evitar la clonaci\u00f3n desde URL que no sean de confianza, especialmente clones recursivos." } ], "id": "CVE-2024-50349", "lastModified": "2025-01-21T17:15:14.287", "metrics": { "cvssMetricV40": [ { "cvssData": { "Automatable": "NOT_DEFINED", "Recovery": "NOT_DEFINED", "Safety": "NOT_DEFINED", "attackComplexity": "HIGH", "attackRequirements": "PRESENT", "attackVector": "NETWORK", "availabilityRequirement": "NOT_DEFINED", "baseScore": 2.1, "baseSeverity": "LOW", "confidentialityRequirement": "NOT_DEFINED", "exploitMaturity": "NOT_DEFINED", "integrityRequirement": "NOT_DEFINED", "modifiedAttackComplexity": "NOT_DEFINED", "modifiedAttackRequirements": "NOT_DEFINED", "modifiedAttackVector": "NOT_DEFINED", "modifiedPrivilegesRequired": "NOT_DEFINED", "modifiedSubAvailabilityImpact": "NOT_DEFINED", "modifiedSubConfidentialityImpact": "NOT_DEFINED", "modifiedSubIntegrityImpact": "NOT_DEFINED", "modifiedUserInteraction": "NOT_DEFINED", "modifiedVulnAvailabilityImpact": "NOT_DEFINED", "modifiedVulnConfidentialityImpact": "NOT_DEFINED", "modifiedVulnIntegrityImpact": "NOT_DEFINED", "privilegesRequired": "NONE", "providerUrgency": "NOT_DEFINED", "subAvailabilityImpact": "NONE", "subConfidentialityImpact": "LOW", "subIntegrityImpact": "LOW", "userInteraction": "ACTIVE", "valueDensity": "NOT_DEFINED", "vectorString": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:A/VC:N/VI:L/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X", "version": "4.0", "vulnAvailabilityImpact": "NONE", "vulnConfidentialityImpact": "NONE", "vulnIntegrityImpact": "LOW", "vulnerabilityResponseEffort": "NOT_DEFINED" }, "source": "security-advisories@github.com", "type": "Secondary" } ] }, "published": "2025-01-14T19:15:32.157", "references": [ { "source": "security-advisories@github.com", "url": "https://github.com/git/git/commit/7725b8100ffbbff2750ee4d61a0fcc1f53a086e8" }, { "source": "security-advisories@github.com", "url": "https://github.com/git/git/commit/c903985bf7e772e2d08275c1a95c8a55ab011577" }, { "source": "security-advisories@github.com", "url": "https://github.com/git/git/security/advisories/GHSA-hmg8-h7qf-7cxr" } ], "sourceIdentifier": "security-advisories@github.com", "vulnStatus": "Awaiting Analysis", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-116" }, { "lang": "en", "value": "CWE-147" }, { "lang": "en", "value": "CWE-150" } ], "source": "security-advisories@github.com", "type": "Secondary" } ] }
wid-sec-w-2025-0097
Vulnerability from csaf_certbund
Published
2025-01-14 23:00
Modified
2025-08-06 22:00
Summary
git: Mehrere Schwachstellen ermöglichen Manipulation
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Git ist eine freie Software zur verteilten Versionsverwaltung von Dateien.
Angriff
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in git ausnutzen, um Daten zu manipulieren.
Betroffene Betriebssysteme
- Linux
- Sonstiges
- UNIX
- Windows
{ "document": { "aggregate_severity": { "text": "niedrig" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Git ist eine freie Software zur verteilten Versionsverwaltung von Dateien.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in git ausnutzen, um Daten zu manipulieren.", "title": "Angriff" }, { "category": "general", "text": "- Linux\n- Sonstiges\n- UNIX\n- Windows", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2025-0097 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0097.json" }, { "category": "self", "summary": "WID-SEC-2025-0097 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0097" }, { "category": "external", "summary": "Mailing list OSS-Security vom 2025-01-14", "url": "https://seclists.org/oss-sec/2025/q1/17" }, { "category": "external", "summary": "NIST Database vom 2025-01-14", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52006" }, { "category": "external", "summary": "NIST Database vom 2025-01-14", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-50349" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7207-1 vom 2025-01-14", "url": "https://ubuntu.com/security/notices/USN-7207-1" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0116-1 vom 2025-01-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020132.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0144-1 vom 2025-01-16", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/UIHQJ2J23FX3LE5C3KZHBBI4XD4ICNAP/" }, { "category": "external", "summary": "openSUSE Security Update OPENSUSE-SU-2025:14652-1 vom 2025-01-17", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/3U7ZJVFYNJHRXNCR7ICBM6U5UARDPCAF/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0197-1 vom 2025-01-21", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020179.html" }, { "category": "external", "summary": "Debian Security Advisory DSA-5850 vom 2025-01-26", "url": "https://lists.debian.org/debian-security-announce/2025/msg00012.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2025-2737 vom 2025-01-24", "url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2737.html" }, { "category": "external", "summary": "Debian Security Advisory DLA-4031 vom 2025-01-28", "url": "https://lists.debian.org/debian-lts-announce/2025/01/msg00025.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7207-2 vom 2025-02-27", "url": "https://ubuntu.com/security/notices/USN-7207-2" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20197-1 vom 2025-06-04", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021142.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-11462 vom 2025-07-22", "url": "https://linux.oracle.com/errata/ELSA-2025-11462.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:11462 vom 2025-07-21", "url": "https://access.redhat.com/errata/RHSA-2025:11462" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:11534 vom 2025-07-22", "url": "https://access.redhat.com/errata/RHSA-2025:11534" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-11534 vom 2025-07-23", "url": "https://linux.oracle.com/errata/ELSA-2025-11534.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-11533 vom 2025-07-23", "url": "https://linux.oracle.com/errata/ELSA-2025-11533.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:11533 vom 2025-07-22", "url": "https://access.redhat.com/errata/RHSA-2025:11533" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:13276 vom 2025-08-07", "url": "https://access.redhat.com/errata/RHSA-2025:13276" } ], "source_lang": "en-US", "title": "git: Mehrere Schwachstellen erm\u00f6glichen Manipulation", "tracking": { "current_release_date": "2025-08-06T22:00:00.000+00:00", "generator": { "date": "2025-08-07T08:49:58.406+00:00", "engine": { "name": "BSI-WID", "version": "1.4.0" } }, "id": "WID-SEC-W-2025-0097", "initial_release_date": "2025-01-14T23:00:00.000+00:00", "revision_history": [ { "date": "2025-01-14T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2025-01-15T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-01-16T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-01-19T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von openSUSE aufgenommen" }, { "date": "2025-01-21T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-01-26T23:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Debian und Amazon aufgenommen" }, { "date": "2025-01-27T23:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2025-02-27T23:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2025-06-03T22:00:00.000+00:00", "number": "9", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-07-21T22:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2025-07-22T22:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen" }, { "date": "2025-08-06T22:00:00.000+00:00", "number": "12", "summary": "Neue Updates von Red Hat aufgenommen" } ], "status": "final", "version": "12" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Debian Linux", "product": { "name": "Debian Linux", "product_id": "2951", "product_identification_helper": { "cpe": "cpe:/o:debian:debian_linux:-" } } } ], "category": "vendor", "name": "Debian" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003cv2.48.1", "product": { "name": "Open Source git \u003cv2.48.1", "product_id": "T040320" } }, { "category": "product_version", "name": "v2.48.1", "product": { "name": "Open Source git v2.48.1", "product_id": "T040320-fixed", "product_identification_helper": { "cpe": "cpe:/a:open_source:git:v2.48.1" } } }, { "category": "product_version_range", "name": "\u003cv2.47.1", "product": { "name": "Open Source git \u003cv2.47.1", "product_id": "T040321" } }, { "category": "product_version", "name": "v2.47.1", "product": { "name": "Open Source git v2.47.1", "product_id": "T040321-fixed", "product_identification_helper": { "cpe": "cpe:/a:open_source:git:v2.47.1" } } }, { "category": "product_version_range", "name": "\u003cv2.46.3", "product": { "name": "Open Source git \u003cv2.46.3", "product_id": "T040322" } }, { "category": "product_version", "name": "v2.46.3", "product": { "name": "Open Source git v2.46.3", "product_id": "T040322-fixed", "product_identification_helper": { "cpe": "cpe:/a:open_source:git:v2.46.3" } } }, { "category": "product_version_range", "name": "\u003cv2.45.3", "product": { "name": "Open Source git \u003cv2.45.3", "product_id": "T040323" } }, { "category": "product_version", "name": "v2.45.3", "product": { "name": "Open Source git v2.45.3", "product_id": "T040323-fixed", "product_identification_helper": { "cpe": "cpe:/a:open_source:git:v2.45.3" } } }, { "category": "product_version_range", "name": "\u003cv2.44.3", "product": { "name": "Open Source git \u003cv2.44.3", "product_id": "T040324" } }, { "category": "product_version", "name": "v2.44.3", "product": { "name": "Open Source git v2.44.3", "product_id": "T040324-fixed", "product_identification_helper": { "cpe": "cpe:/a:open_source:git:v2.44.3" } } }, { "category": "product_version_range", "name": "\u003cv2.43.6", "product": { "name": "Open Source git \u003cv2.43.6", "product_id": "T040325" } }, { "category": "product_version", "name": "v2.43.6", "product": { "name": "Open Source git v2.43.6", "product_id": "T040325-fixed", "product_identification_helper": { "cpe": "cpe:/a:open_source:git:v2.43.6" } } }, { "category": "product_version_range", "name": "\u003cv2.42.4", "product": { "name": "Open Source git \u003cv2.42.4", "product_id": "T040326" } }, { "category": "product_version", "name": "v2.42.4", "product": { "name": "Open Source git v2.42.4", "product_id": "T040326-fixed", "product_identification_helper": { "cpe": "cpe:/a:open_source:git:v2.42.4" } } }, { "category": "product_version_range", "name": "\u003cv2.41.3", "product": { "name": "Open Source git \u003cv2.41.3", "product_id": "T040327" } }, { "category": "product_version", "name": "v2.41.3", "product": { "name": "Open Source git v2.41.3", "product_id": "T040327-fixed", "product_identification_helper": { "cpe": "cpe:/a:open_source:git:v2.41.3" } } }, { "category": "product_version_range", "name": "\u003cv2.40.4", "product": { "name": "Open Source git \u003cv2.40.4", "product_id": "T040328" } }, { "category": "product_version", "name": "v2.40.4", "product": { "name": "Open Source git v2.40.4", "product_id": "T040328-fixed", "product_identification_helper": { "cpe": "cpe:/a:open_source:git:v2.40.4" } } } ], "category": "product_name", "name": "git" } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } }, { "branches": [ { "category": "product_version", "name": "Container Platform", "product": { "name": "Red Hat OpenShift Container Platform", "product_id": "T040130", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform" } } } ], "category": "product_name", "name": "OpenShift" } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } }, { "category": "product_name", "name": "SUSE openSUSE", "product": { "name": "SUSE openSUSE", "product_id": "T027843", "product_identification_helper": { "cpe": "cpe:/o:suse:opensuse:-" } } } ], "category": "vendor", "name": "SUSE" }, { "branches": [ { "category": "product_name", "name": "Ubuntu Linux", "product": { "name": "Ubuntu Linux", "product_id": "T000126", "product_identification_helper": { "cpe": "cpe:/o:canonical:ubuntu_linux:-" } } } ], "category": "vendor", "name": "Ubuntu" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-50349", "product_status": { "known_affected": [ "67646", "T040328", "T040327", "T004914", "T040130", "2951", "T002207", "T000126", "T027843", "T040326", "T040325", "398363", "T040324", "T040323", "T040322", "T040321", "T040320" ] }, "release_date": "2025-01-14T23:00:00.000+00:00", "title": "CVE-2024-50349" }, { "cve": "CVE-2024-52006", "product_status": { "known_affected": [ "67646", "T040328", "T040327", "T004914", "T040130", "2951", "T002207", "T000126", "T027843", "T040326", "T040325", "398363", "T040324", "T040323", "T040322", "T040321", "T040320" ] }, "release_date": "2025-01-14T23:00:00.000+00:00", "title": "CVE-2024-52006" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…