Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-52005 (GCVE-0-2024-52005)
Vulnerability from cvelistv5
Published
2025-01-15 17:35
Modified
2025-01-15 20:10
Severity ?
VLAI Severity ?
EPSS score ?
CWE
Summary
Git is a source code management tool. When cloning from a server (or fetching, or pushing), informational or error messages are transported from the remote Git process to the client via the so-called "sideband channel". These messages will be prefixed with "remote:" and printed directly to the standard error output. Typically, this standard error output is connected to a terminal that understands ANSI escape sequences, which Git did not protect against. Most modern terminals support control sequences that can be used by a malicious actor to hide and misrepresent information, or to mislead the user into executing untrusted scripts. As requested on the git-security mailing list, the patches are under discussion on the public mailing list. Users are advised to update as soon as possible. Users unable to upgrade should avoid recursive clones unless they are from trusted sources.
References
Impacted products
{ "containers": { "adp": [ { "metrics": [ { "other": { "content": { "id": "CVE-2024-52005", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "total" } ], "role": "CISA Coordinator", "timestamp": "2025-01-15T20:10:33.107830Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2025-01-15T20:10:36.473Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "product": "git", "vendor": "git", "versions": [ { "status": "affected", "version": "\u003e= 2.48.0, \u003c= 2.48.1" }, { "status": "affected", "version": "\u003e= 2.47.0, \u003c= 2.47.1" }, { "status": "affected", "version": "\u003e= 2.46.0, \u003c= 2.46.3" }, { "status": "affected", "version": "\u003e= 2.45.0, \u003c= 2.45.3" }, { "status": "affected", "version": "\u003e= 2.44.0, \u003c= 2.44.3" }, { "status": "affected", "version": "\u003e= 2.43.0, \u003c= 2.43.6" }, { "status": "affected", "version": "\u003e= 2.42.0, \u003c= 2.42.4" }, { "status": "affected", "version": "\u003e= 2.41.0, \u003c= 2.41.3" }, { "status": "affected", "version": "\u003c= 2.40.4" } ] } ], "descriptions": [ { "lang": "en", "value": "Git is a source code management tool. When cloning from a server (or fetching, or pushing), informational or error messages are transported from the remote Git process to the client via the so-called \"sideband channel\". These messages will be prefixed with \"remote:\" and printed directly to the standard error output. Typically, this standard error output is connected to a terminal that understands ANSI escape sequences, which Git did not protect against. Most modern terminals support control sequences that can be used by a malicious actor to hide and misrepresent information, or to mislead the user into executing untrusted scripts. As requested on the git-security mailing list, the patches are under discussion on the public mailing list. Users are advised to update as soon as possible. Users unable to upgrade should avoid recursive clones unless they are from trusted sources." } ], "metrics": [ { "cvssV4_0": { "attackComplexity": "HIGH", "attackRequirements": "NONE", "attackVector": "NETWORK", "baseScore": 7.5, "baseSeverity": "HIGH", "privilegesRequired": "NONE", "subAvailabilityImpact": "NONE", "subConfidentialityImpact": "NONE", "subIntegrityImpact": "NONE", "userInteraction": "ACTIVE", "vectorString": "CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N", "version": "4.0", "vulnAvailabilityImpact": "HIGH", "vulnConfidentialityImpact": "HIGH", "vulnIntegrityImpact": "HIGH" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-116", "description": "CWE-116: Improper Encoding or Escaping of Output", "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-15T17:35:02.379Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/git/git/security/advisories/GHSA-7jjc-gg6m-3329", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/git/git/security/advisories/GHSA-7jjc-gg6m-3329" }, { "name": "https://lore.kernel.org/git/1M9FnZ-1taoNo1wwh-00ESSd@mail.gmx.net", "tags": [ "x_refsource_MISC" ], "url": "https://lore.kernel.org/git/1M9FnZ-1taoNo1wwh-00ESSd@mail.gmx.net" } ], "source": { "advisory": "GHSA-7jjc-gg6m-3329", "discovery": "UNKNOWN" }, "title": "The sideband payload is passed unfiltered to the terminal in git" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-52005", "datePublished": "2025-01-15T17:35:02.379Z", "dateReserved": "2024-11-04T17:46:16.779Z", "dateUpdated": "2025-01-15T20:10:36.473Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-52005\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-01-15T18:15:24.130\",\"lastModified\":\"2025-01-15T18:15:24.130\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Git is a source code management tool. When cloning from a server (or fetching, or pushing), informational or error messages are transported from the remote Git process to the client via the so-called \\\"sideband channel\\\". These messages will be prefixed with \\\"remote:\\\" and printed directly to the standard error output. Typically, this standard error output is connected to a terminal that understands ANSI escape sequences, which Git did not protect against. Most modern terminals support control sequences that can be used by a malicious actor to hide and misrepresent information, or to mislead the user into executing untrusted scripts. As requested on the git-security mailing list, the patches are under discussion on the public mailing list. Users are advised to update as soon as possible. Users unable to upgrade should avoid recursive clones unless they are from trusted sources.\"},{\"lang\":\"es\",\"value\":\"Git es una herramienta de gesti\u00f3n de c\u00f3digo fuente. Al clonar desde un servidor (o buscar o enviar), los mensajes de informaci\u00f3n o error se transportan desde el proceso Git remoto al cliente a trav\u00e9s del llamado \\\"sideband channel\\\". Estos mensajes tendr\u00e1n el prefijo \\\"remote:\\\" y se imprimir\u00e1n directamente en la salida de error est\u00e1ndar. Normalmente, esta salida de error est\u00e1ndar est\u00e1 conectada a una terminal que entiende las secuencias de escape ANSI, contra las que Git no protegi\u00f3. La mayor\u00eda de las terminales modernas admiten secuencias de control que pueden ser utilizadas por un actor malintencionado para ocultar y tergiversar informaci\u00f3n, o para enga\u00f1ar al usuario para que ejecute scripts no confiables. Como se solicit\u00f3 en la lista de correo git-security, los parches se est\u00e1n discutiendo en la lista de correo p\u00fablica. Se recomienda a los usuarios que actualicen lo antes posible. Los usuarios que no puedan actualizar deben evitar los clones recursivos a menos que sean de fuentes confiables.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/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\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"ACTIVE\",\"vulnConfidentialityImpact\":\"HIGH\",\"vulnIntegrityImpact\":\"HIGH\",\"vulnAvailabilityImpact\":\"HIGH\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"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\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-116\"},{\"lang\":\"en\",\"value\":\"CWE-150\"}]}],\"references\":[{\"url\":\"https://github.com/git/git/security/advisories/GHSA-7jjc-gg6m-3329\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lore.kernel.org/git/1M9FnZ-1taoNo1wwh-00ESSd@mail.gmx.net\",\"source\":\"security-advisories@github.com\"}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-52005\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-01-15T20:10:33.107830Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-01-15T20:07:51.559Z\"}}], \"cna\": {\"title\": \"The sideband payload is passed unfiltered to the terminal in git\", \"source\": {\"advisory\": \"GHSA-7jjc-gg6m-3329\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N\", \"userInteraction\": \"ACTIVE\", \"attackComplexity\": \"HIGH\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"HIGH\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"HIGH\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"git\", \"product\": \"git\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 2.48.0, \u003c= 2.48.1\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.47.0, \u003c= 2.47.1\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.46.0, \u003c= 2.46.3\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.45.0, \u003c= 2.45.3\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.44.0, \u003c= 2.44.3\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.43.0, \u003c= 2.43.6\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.42.0, \u003c= 2.42.4\"}, {\"status\": \"affected\", \"version\": \"\u003e= 2.41.0, \u003c= 2.41.3\"}, {\"status\": \"affected\", \"version\": \"\u003c= 2.40.4\"}]}], \"references\": [{\"url\": \"https://github.com/git/git/security/advisories/GHSA-7jjc-gg6m-3329\", \"name\": \"https://github.com/git/git/security/advisories/GHSA-7jjc-gg6m-3329\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://lore.kernel.org/git/1M9FnZ-1taoNo1wwh-00ESSd@mail.gmx.net\", \"name\": \"https://lore.kernel.org/git/1M9FnZ-1taoNo1wwh-00ESSd@mail.gmx.net\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Git is a source code management tool. When cloning from a server (or fetching, or pushing), informational or error messages are transported from the remote Git process to the client via the so-called \\\"sideband channel\\\". These messages will be prefixed with \\\"remote:\\\" and printed directly to the standard error output. Typically, this standard error output is connected to a terminal that understands ANSI escape sequences, which Git did not protect against. Most modern terminals support control sequences that can be used by a malicious actor to hide and misrepresent information, or to mislead the user into executing untrusted scripts. As requested on the git-security mailing list, the patches are under discussion on the public mailing list. Users are advised to update as soon as possible. Users unable to upgrade should avoid recursive clones unless they are from trusted sources.\"}], \"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-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-15T17:35:02.379Z\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2024-52005\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-01-15T20:10:36.473Z\", \"dateReserved\": \"2024-11-04T17:46:16.779Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-01-15T17:35:02.379Z\", \"assignerShortName\": \"GitHub_M\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
rhsa-2025:8414
Vulnerability from csaf_redhat
Published
2025-06-03 01:20
Modified
2025-08-03 08:28
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 Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
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: The sideband payload is passed unfiltered to the terminal in git (CVE-2024-52005)
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": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for git is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: The sideband payload is passed unfiltered to the terminal in git (CVE-2024-52005)\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:8414", "url": "https://access.redhat.com/errata/RHSA-2025:8414" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2338289", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2338289" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8414.json" } ], "title": "Red Hat Security Advisory: git security update", "tracking": { "current_release_date": "2025-08-03T08:28:59+00:00", "generator": { "date": "2025-08-03T08:28:59+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2025:8414", "initial_release_date": "2025-06-03T01:20:13+00:00", "revision_history": [ { "date": "2025-06-03T01:20:13+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-06-03T01:20:13+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-03T08:28:59+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.5-3.el8_10.src", "product": { "name": "git-0:2.43.5-3.el8_10.src", "product_id": "git-0:2.43.5-3.el8_10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.43.5-3.el8_10?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "git-0:2.43.5-3.el8_10.aarch64", "product": { "name": "git-0:2.43.5-3.el8_10.aarch64", "product_id": "git-0:2.43.5-3.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.43.5-3.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "git-core-0:2.43.5-3.el8_10.aarch64", "product": { "name": "git-core-0:2.43.5-3.el8_10.aarch64", "product_id": "git-core-0:2.43.5-3.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.43.5-3.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.43.5-3.el8_10.aarch64", "product": { "name": "git-credential-libsecret-0:2.43.5-3.el8_10.aarch64", "product_id": "git-credential-libsecret-0:2.43.5-3.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.43.5-3.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "git-daemon-0:2.43.5-3.el8_10.aarch64", "product": { "name": "git-daemon-0:2.43.5-3.el8_10.aarch64", "product_id": "git-daemon-0:2.43.5-3.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.43.5-3.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "git-subtree-0:2.43.5-3.el8_10.aarch64", "product": { "name": "git-subtree-0:2.43.5-3.el8_10.aarch64", "product_id": "git-subtree-0:2.43.5-3.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.43.5-3.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "git-debugsource-0:2.43.5-3.el8_10.aarch64", "product": { "name": "git-debugsource-0:2.43.5-3.el8_10.aarch64", "product_id": "git-debugsource-0:2.43.5-3.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.43.5-3.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.43.5-3.el8_10.aarch64", "product": { "name": "git-core-debuginfo-0:2.43.5-3.el8_10.aarch64", "product_id": "git-core-debuginfo-0:2.43.5-3.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.43.5-3.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.43.5-3.el8_10.aarch64", "product": { "name": "git-credential-libsecret-debuginfo-0:2.43.5-3.el8_10.aarch64", "product_id": "git-credential-libsecret-debuginfo-0:2.43.5-3.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-3.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.43.5-3.el8_10.aarch64", "product": { "name": "git-daemon-debuginfo-0:2.43.5-3.el8_10.aarch64", "product_id": "git-daemon-debuginfo-0:2.43.5-3.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-3.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.43.5-3.el8_10.aarch64", "product": { "name": "git-debuginfo-0:2.43.5-3.el8_10.aarch64", "product_id": "git-debuginfo-0:2.43.5-3.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.43.5-3.el8_10?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "git-0:2.43.5-3.el8_10.ppc64le", "product": { "name": "git-0:2.43.5-3.el8_10.ppc64le", "product_id": "git-0:2.43.5-3.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.43.5-3.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "git-core-0:2.43.5-3.el8_10.ppc64le", "product": { "name": "git-core-0:2.43.5-3.el8_10.ppc64le", "product_id": "git-core-0:2.43.5-3.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.43.5-3.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.43.5-3.el8_10.ppc64le", "product": { "name": "git-credential-libsecret-0:2.43.5-3.el8_10.ppc64le", "product_id": "git-credential-libsecret-0:2.43.5-3.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.43.5-3.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-0:2.43.5-3.el8_10.ppc64le", "product": { "name": "git-daemon-0:2.43.5-3.el8_10.ppc64le", "product_id": "git-daemon-0:2.43.5-3.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.43.5-3.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "git-subtree-0:2.43.5-3.el8_10.ppc64le", "product": { "name": "git-subtree-0:2.43.5-3.el8_10.ppc64le", "product_id": "git-subtree-0:2.43.5-3.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.43.5-3.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debugsource-0:2.43.5-3.el8_10.ppc64le", "product": { "name": "git-debugsource-0:2.43.5-3.el8_10.ppc64le", "product_id": "git-debugsource-0:2.43.5-3.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.43.5-3.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.43.5-3.el8_10.ppc64le", "product": { "name": "git-core-debuginfo-0:2.43.5-3.el8_10.ppc64le", "product_id": "git-core-debuginfo-0:2.43.5-3.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.43.5-3.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.43.5-3.el8_10.ppc64le", "product": { "name": "git-credential-libsecret-debuginfo-0:2.43.5-3.el8_10.ppc64le", "product_id": "git-credential-libsecret-debuginfo-0:2.43.5-3.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-3.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.43.5-3.el8_10.ppc64le", "product": { "name": "git-daemon-debuginfo-0:2.43.5-3.el8_10.ppc64le", "product_id": "git-daemon-debuginfo-0:2.43.5-3.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-3.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.43.5-3.el8_10.ppc64le", "product": { "name": "git-debuginfo-0:2.43.5-3.el8_10.ppc64le", "product_id": "git-debuginfo-0:2.43.5-3.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.43.5-3.el8_10?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "git-0:2.43.5-3.el8_10.x86_64", "product": { "name": "git-0:2.43.5-3.el8_10.x86_64", "product_id": "git-0:2.43.5-3.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.43.5-3.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "git-core-0:2.43.5-3.el8_10.x86_64", "product": { "name": "git-core-0:2.43.5-3.el8_10.x86_64", "product_id": "git-core-0:2.43.5-3.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.43.5-3.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.43.5-3.el8_10.x86_64", "product": { "name": "git-credential-libsecret-0:2.43.5-3.el8_10.x86_64", "product_id": "git-credential-libsecret-0:2.43.5-3.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.43.5-3.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-0:2.43.5-3.el8_10.x86_64", "product": { "name": "git-daemon-0:2.43.5-3.el8_10.x86_64", "product_id": "git-daemon-0:2.43.5-3.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.43.5-3.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "git-subtree-0:2.43.5-3.el8_10.x86_64", "product": { "name": "git-subtree-0:2.43.5-3.el8_10.x86_64", "product_id": "git-subtree-0:2.43.5-3.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.43.5-3.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "git-debugsource-0:2.43.5-3.el8_10.x86_64", "product": { "name": "git-debugsource-0:2.43.5-3.el8_10.x86_64", "product_id": "git-debugsource-0:2.43.5-3.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.43.5-3.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.43.5-3.el8_10.x86_64", "product": { "name": "git-core-debuginfo-0:2.43.5-3.el8_10.x86_64", "product_id": "git-core-debuginfo-0:2.43.5-3.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.43.5-3.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.43.5-3.el8_10.x86_64", "product": { "name": "git-credential-libsecret-debuginfo-0:2.43.5-3.el8_10.x86_64", "product_id": "git-credential-libsecret-debuginfo-0:2.43.5-3.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-3.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.43.5-3.el8_10.x86_64", "product": { "name": "git-daemon-debuginfo-0:2.43.5-3.el8_10.x86_64", "product_id": "git-daemon-debuginfo-0:2.43.5-3.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-3.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.43.5-3.el8_10.x86_64", "product": { "name": "git-debuginfo-0:2.43.5-3.el8_10.x86_64", "product_id": "git-debuginfo-0:2.43.5-3.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.43.5-3.el8_10?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "git-0:2.43.5-3.el8_10.s390x", "product": { "name": "git-0:2.43.5-3.el8_10.s390x", "product_id": "git-0:2.43.5-3.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.43.5-3.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "git-core-0:2.43.5-3.el8_10.s390x", "product": { "name": "git-core-0:2.43.5-3.el8_10.s390x", "product_id": "git-core-0:2.43.5-3.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.43.5-3.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.43.5-3.el8_10.s390x", "product": { "name": "git-credential-libsecret-0:2.43.5-3.el8_10.s390x", "product_id": "git-credential-libsecret-0:2.43.5-3.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.43.5-3.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "git-daemon-0:2.43.5-3.el8_10.s390x", "product": { "name": "git-daemon-0:2.43.5-3.el8_10.s390x", "product_id": "git-daemon-0:2.43.5-3.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.43.5-3.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "git-subtree-0:2.43.5-3.el8_10.s390x", "product": { "name": "git-subtree-0:2.43.5-3.el8_10.s390x", "product_id": "git-subtree-0:2.43.5-3.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.43.5-3.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "git-debugsource-0:2.43.5-3.el8_10.s390x", "product": { "name": "git-debugsource-0:2.43.5-3.el8_10.s390x", "product_id": "git-debugsource-0:2.43.5-3.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.43.5-3.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.43.5-3.el8_10.s390x", "product": { "name": "git-core-debuginfo-0:2.43.5-3.el8_10.s390x", "product_id": "git-core-debuginfo-0:2.43.5-3.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.43.5-3.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.43.5-3.el8_10.s390x", "product": { "name": "git-credential-libsecret-debuginfo-0:2.43.5-3.el8_10.s390x", "product_id": "git-credential-libsecret-debuginfo-0:2.43.5-3.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-3.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.43.5-3.el8_10.s390x", "product": { "name": "git-daemon-debuginfo-0:2.43.5-3.el8_10.s390x", "product_id": "git-daemon-debuginfo-0:2.43.5-3.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-3.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.43.5-3.el8_10.s390x", "product": { "name": "git-debuginfo-0:2.43.5-3.el8_10.s390x", "product_id": "git-debuginfo-0:2.43.5-3.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.43.5-3.el8_10?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "git-all-0:2.43.5-3.el8_10.noarch", "product": { "name": "git-all-0:2.43.5-3.el8_10.noarch", "product_id": "git-all-0:2.43.5-3.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-all@2.43.5-3.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "git-core-doc-0:2.43.5-3.el8_10.noarch", "product": { "name": "git-core-doc-0:2.43.5-3.el8_10.noarch", "product_id": "git-core-doc-0:2.43.5-3.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-doc@2.43.5-3.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "git-email-0:2.43.5-3.el8_10.noarch", "product": { "name": "git-email-0:2.43.5-3.el8_10.noarch", "product_id": "git-email-0:2.43.5-3.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-email@2.43.5-3.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "git-gui-0:2.43.5-3.el8_10.noarch", "product": { "name": "git-gui-0:2.43.5-3.el8_10.noarch", "product_id": "git-gui-0:2.43.5-3.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-gui@2.43.5-3.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "git-instaweb-0:2.43.5-3.el8_10.noarch", "product": { "name": "git-instaweb-0:2.43.5-3.el8_10.noarch", "product_id": "git-instaweb-0:2.43.5-3.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-instaweb@2.43.5-3.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "git-svn-0:2.43.5-3.el8_10.noarch", "product": { "name": "git-svn-0:2.43.5-3.el8_10.noarch", "product_id": "git-svn-0:2.43.5-3.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn@2.43.5-3.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "gitk-0:2.43.5-3.el8_10.noarch", "product": { "name": "gitk-0:2.43.5-3.el8_10.noarch", "product_id": "gitk-0:2.43.5-3.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitk@2.43.5-3.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "gitweb-0:2.43.5-3.el8_10.noarch", "product": { "name": "gitweb-0:2.43.5-3.el8_10.noarch", "product_id": "gitweb-0:2.43.5-3.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitweb@2.43.5-3.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-0:2.43.5-3.el8_10.noarch", "product": { "name": "perl-Git-0:2.43.5-3.el8_10.noarch", "product_id": "perl-Git-0:2.43.5-3.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git@2.43.5-3.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-SVN-0:2.43.5-3.el8_10.noarch", "product": { "name": "perl-Git-SVN-0:2.43.5-3.el8_10.noarch", "product_id": "perl-Git-SVN-0:2.43.5-3.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git-SVN@2.43.5-3.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.5-3.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.5-3.el8_10.aarch64" }, "product_reference": "git-0:2.43.5-3.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.5-3.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.5-3.el8_10.ppc64le" }, "product_reference": "git-0:2.43.5-3.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.5-3.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.5-3.el8_10.s390x" }, "product_reference": "git-0:2.43.5-3.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.5-3.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.5-3.el8_10.src" }, "product_reference": "git-0:2.43.5-3.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.5-3.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.5-3.el8_10.x86_64" }, "product_reference": "git-0:2.43.5-3.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.5-3.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.5-3.el8_10.noarch" }, "product_reference": "git-all-0:2.43.5-3.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.5-3.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.5-3.el8_10.aarch64" }, "product_reference": "git-core-0:2.43.5-3.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.5-3.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.5-3.el8_10.ppc64le" }, "product_reference": "git-core-0:2.43.5-3.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.5-3.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.5-3.el8_10.s390x" }, "product_reference": "git-core-0:2.43.5-3.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.5-3.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.5-3.el8_10.x86_64" }, "product_reference": "git-core-0:2.43.5-3.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.5-3.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.5-3.el8_10.aarch64" }, "product_reference": "git-core-debuginfo-0:2.43.5-3.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.5-3.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.5-3.el8_10.ppc64le" }, "product_reference": "git-core-debuginfo-0:2.43.5-3.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.5-3.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.5-3.el8_10.s390x" }, "product_reference": "git-core-debuginfo-0:2.43.5-3.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.5-3.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.5-3.el8_10.x86_64" }, "product_reference": "git-core-debuginfo-0:2.43.5-3.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.5-3.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.5-3.el8_10.noarch" }, "product_reference": "git-core-doc-0:2.43.5-3.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.5-3.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.5-3.el8_10.aarch64" }, "product_reference": "git-credential-libsecret-0:2.43.5-3.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.5-3.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.5-3.el8_10.ppc64le" }, "product_reference": "git-credential-libsecret-0:2.43.5-3.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.5-3.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.5-3.el8_10.s390x" }, "product_reference": "git-credential-libsecret-0:2.43.5-3.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.5-3.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.5-3.el8_10.x86_64" }, "product_reference": "git-credential-libsecret-0:2.43.5-3.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.5-3.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.5-3.el8_10.aarch64" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.43.5-3.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.5-3.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.5-3.el8_10.ppc64le" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.43.5-3.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.5-3.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.5-3.el8_10.s390x" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.43.5-3.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.5-3.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.5-3.el8_10.x86_64" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.43.5-3.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.5-3.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.5-3.el8_10.aarch64" }, "product_reference": "git-daemon-0:2.43.5-3.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.5-3.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.5-3.el8_10.ppc64le" }, "product_reference": "git-daemon-0:2.43.5-3.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.5-3.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.5-3.el8_10.s390x" }, "product_reference": "git-daemon-0:2.43.5-3.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.5-3.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.5-3.el8_10.x86_64" }, "product_reference": "git-daemon-0:2.43.5-3.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.5-3.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.5-3.el8_10.aarch64" }, "product_reference": "git-daemon-debuginfo-0:2.43.5-3.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.5-3.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.5-3.el8_10.ppc64le" }, "product_reference": "git-daemon-debuginfo-0:2.43.5-3.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.5-3.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.5-3.el8_10.s390x" }, "product_reference": "git-daemon-debuginfo-0:2.43.5-3.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.5-3.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.5-3.el8_10.x86_64" }, "product_reference": "git-daemon-debuginfo-0:2.43.5-3.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.5-3.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.5-3.el8_10.aarch64" }, "product_reference": "git-debuginfo-0:2.43.5-3.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.5-3.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.5-3.el8_10.ppc64le" }, "product_reference": "git-debuginfo-0:2.43.5-3.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.5-3.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.5-3.el8_10.s390x" }, "product_reference": "git-debuginfo-0:2.43.5-3.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.5-3.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.5-3.el8_10.x86_64" }, "product_reference": "git-debuginfo-0:2.43.5-3.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.5-3.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.5-3.el8_10.aarch64" }, "product_reference": "git-debugsource-0:2.43.5-3.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.5-3.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.5-3.el8_10.ppc64le" }, "product_reference": "git-debugsource-0:2.43.5-3.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.5-3.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.5-3.el8_10.s390x" }, "product_reference": "git-debugsource-0:2.43.5-3.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.5-3.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.5-3.el8_10.x86_64" }, "product_reference": "git-debugsource-0:2.43.5-3.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.5-3.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.5-3.el8_10.noarch" }, "product_reference": "git-email-0:2.43.5-3.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.5-3.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.5-3.el8_10.noarch" }, "product_reference": "git-gui-0:2.43.5-3.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.5-3.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.5-3.el8_10.noarch" }, "product_reference": "git-instaweb-0:2.43.5-3.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.5-3.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.5-3.el8_10.aarch64" }, "product_reference": "git-subtree-0:2.43.5-3.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.5-3.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.5-3.el8_10.ppc64le" }, "product_reference": "git-subtree-0:2.43.5-3.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.5-3.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.5-3.el8_10.s390x" }, "product_reference": "git-subtree-0:2.43.5-3.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.5-3.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.5-3.el8_10.x86_64" }, "product_reference": "git-subtree-0:2.43.5-3.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.5-3.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.5-3.el8_10.noarch" }, "product_reference": "git-svn-0:2.43.5-3.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.5-3.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.5-3.el8_10.noarch" }, "product_reference": "gitk-0:2.43.5-3.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.5-3.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.5-3.el8_10.noarch" }, "product_reference": "gitweb-0:2.43.5-3.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.5-3.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.5-3.el8_10.noarch" }, "product_reference": "perl-Git-0:2.43.5-3.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.5-3.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.5-3.el8_10.noarch" }, "product_reference": "perl-Git-SVN-0:2.43.5-3.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-52005", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2025-01-15T18:01:05.807300+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2338289" } ], "notes": [ { "category": "description", "text": "A flaw was found in Git. When cloning, fetching, or pushing from a server, informational or error messages are transported from the remote Git process to the client via a sideband channel. These messages are prefixed with \"remote:\" and printed directly to the standard error output. Typically, this standard error output is connected to a terminal that understands ANSI escape sequences, which Git did not protect against. Most modern terminals support control sequences that can be used by a malicious actor to hide and misrepresent information or to mislead the user into executing untrusted scripts.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: The sideband payload is passed unfiltered to the terminal in git", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate rather than important because it primarily affects informational messages rather than directly compromising repository integrity or executing arbitrary code. The issue arises from Git\u0027s failure to sanitize ANSI escape sequences in messages received over the sideband channel, which could allow a malicious remote repository to manipulate terminal output. However, exploitation requires user interaction, such as manually copying and executing misleading commands. Unlike higher-severity vulnerabilities, this does not provide direct unauthorized access, remote code execution, or privilege escalation, limiting its overall impact. The risk is further mitigated by best practices, such as avoiding recursive clones from untrusted sources.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a (CWE-116: Improper Encoding or Escaping of Output | CWE-150: Improper Neutralization of Escape, Meta, or Control Sequences) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nStatic code analysis and peer reviews help ensure input validation and output encoding are properly implemented, reducing the risk of system instability, data exposure, and security issues. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention, which ensures that unexpected or malicious output behavior is detectable post-deployment. In the event of successful exploitation, process isolation contains the impact to the affected workload through containerization, pod-level security policies, and network segmentation.", "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.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-3.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-3.el8_10.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-52005" }, { "category": "external", "summary": "RHBZ#2338289", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2338289" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-52005", "url": "https://www.cve.org/CVERecord?id=CVE-2024-52005" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-52005", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52005" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-7jjc-gg6m-3329", "url": "https://github.com/git/git/security/advisories/GHSA-7jjc-gg6m-3329" }, { "category": "external", "summary": "https://lore.kernel.org/git/1M9FnZ-1taoNo1wwh-00ESSd@mail.gmx.net", "url": "https://lore.kernel.org/git/1M9FnZ-1taoNo1wwh-00ESSd@mail.gmx.net" } ], "release_date": "2025-01-15T17:35:02.379000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-06-03T01:20: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-8.10.0.Z.MAIN.EUS:git-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-3.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-3.el8_10.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:8414" }, { "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.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-3.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-3.el8_10.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-3.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:git-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-all-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-core-debuginfo-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-core-doc-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debuginfo-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-debugsource-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-email-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-gui-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-instaweb-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-3.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-3.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-3.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:git-subtree-0:2.43.5-3.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:git-svn-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitk-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:gitweb-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-0:2.43.5-3.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Git-SVN-0:2.43.5-3.el8_10.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "git: The sideband payload is passed unfiltered to the terminal in git" } ] }
rhsa-2025:7409
Vulnerability from csaf_redhat
Published
2025-05-13 13:55
Modified
2025-08-03 08:34
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 Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
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: The sideband payload is passed unfiltered to the terminal in git (CVE-2024-52005)
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": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for git is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: The sideband payload is passed unfiltered to the terminal in git (CVE-2024-52005)\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:7409", "url": "https://access.redhat.com/errata/RHSA-2025:7409" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2338289", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2338289" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7409.json" } ], "title": "Red Hat Security Advisory: git security update", "tracking": { "current_release_date": "2025-08-03T08:34:55+00:00", "generator": { "date": "2025-08-03T08:34:55+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2025:7409", "initial_release_date": "2025-05-13T13:55:47+00:00", "revision_history": [ { "date": "2025-05-13T13:55:47+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-05-13T13:55:47+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-03T08:34:55+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.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.1-2.el9_6.src", "product": { "name": "git-0:2.47.1-2.el9_6.src", "product_id": "git-0:2.47.1-2.el9_6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.47.1-2.el9_6?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "git-0:2.47.1-2.el9_6.aarch64", "product": { "name": "git-0:2.47.1-2.el9_6.aarch64", "product_id": "git-0:2.47.1-2.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.47.1-2.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "git-core-0:2.47.1-2.el9_6.aarch64", "product": { "name": "git-core-0:2.47.1-2.el9_6.aarch64", "product_id": "git-core-0:2.47.1-2.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.47.1-2.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.47.1-2.el9_6.aarch64", "product": { "name": "git-credential-libsecret-0:2.47.1-2.el9_6.aarch64", "product_id": "git-credential-libsecret-0:2.47.1-2.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.47.1-2.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "git-daemon-0:2.47.1-2.el9_6.aarch64", "product": { "name": "git-daemon-0:2.47.1-2.el9_6.aarch64", "product_id": "git-daemon-0:2.47.1-2.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.47.1-2.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "git-subtree-0:2.47.1-2.el9_6.aarch64", "product": { "name": "git-subtree-0:2.47.1-2.el9_6.aarch64", "product_id": "git-subtree-0:2.47.1-2.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.47.1-2.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "git-debugsource-0:2.47.1-2.el9_6.aarch64", "product": { "name": "git-debugsource-0:2.47.1-2.el9_6.aarch64", "product_id": "git-debugsource-0:2.47.1-2.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.47.1-2.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.47.1-2.el9_6.aarch64", "product": { "name": "git-core-debuginfo-0:2.47.1-2.el9_6.aarch64", "product_id": "git-core-debuginfo-0:2.47.1-2.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.47.1-2.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.47.1-2.el9_6.aarch64", "product": { "name": "git-credential-libsecret-debuginfo-0:2.47.1-2.el9_6.aarch64", "product_id": "git-credential-libsecret-debuginfo-0:2.47.1-2.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.47.1-2.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.47.1-2.el9_6.aarch64", "product": { "name": "git-daemon-debuginfo-0:2.47.1-2.el9_6.aarch64", "product_id": "git-daemon-debuginfo-0:2.47.1-2.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.47.1-2.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.47.1-2.el9_6.aarch64", "product": { "name": "git-debuginfo-0:2.47.1-2.el9_6.aarch64", "product_id": "git-debuginfo-0:2.47.1-2.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.47.1-2.el9_6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "git-0:2.47.1-2.el9_6.ppc64le", "product": { "name": "git-0:2.47.1-2.el9_6.ppc64le", "product_id": "git-0:2.47.1-2.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.47.1-2.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "git-core-0:2.47.1-2.el9_6.ppc64le", "product": { "name": "git-core-0:2.47.1-2.el9_6.ppc64le", "product_id": "git-core-0:2.47.1-2.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.47.1-2.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.47.1-2.el9_6.ppc64le", "product": { "name": "git-credential-libsecret-0:2.47.1-2.el9_6.ppc64le", "product_id": "git-credential-libsecret-0:2.47.1-2.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.47.1-2.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-0:2.47.1-2.el9_6.ppc64le", "product": { "name": "git-daemon-0:2.47.1-2.el9_6.ppc64le", "product_id": "git-daemon-0:2.47.1-2.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.47.1-2.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "git-subtree-0:2.47.1-2.el9_6.ppc64le", "product": { "name": "git-subtree-0:2.47.1-2.el9_6.ppc64le", "product_id": "git-subtree-0:2.47.1-2.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.47.1-2.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debugsource-0:2.47.1-2.el9_6.ppc64le", "product": { "name": "git-debugsource-0:2.47.1-2.el9_6.ppc64le", "product_id": "git-debugsource-0:2.47.1-2.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.47.1-2.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.47.1-2.el9_6.ppc64le", "product": { "name": "git-core-debuginfo-0:2.47.1-2.el9_6.ppc64le", "product_id": "git-core-debuginfo-0:2.47.1-2.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.47.1-2.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.47.1-2.el9_6.ppc64le", "product": { "name": "git-credential-libsecret-debuginfo-0:2.47.1-2.el9_6.ppc64le", "product_id": "git-credential-libsecret-debuginfo-0:2.47.1-2.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.47.1-2.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.47.1-2.el9_6.ppc64le", "product": { "name": "git-daemon-debuginfo-0:2.47.1-2.el9_6.ppc64le", "product_id": "git-daemon-debuginfo-0:2.47.1-2.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.47.1-2.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.47.1-2.el9_6.ppc64le", "product": { "name": "git-debuginfo-0:2.47.1-2.el9_6.ppc64le", "product_id": "git-debuginfo-0:2.47.1-2.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.47.1-2.el9_6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "git-0:2.47.1-2.el9_6.x86_64", "product": { "name": "git-0:2.47.1-2.el9_6.x86_64", "product_id": "git-0:2.47.1-2.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.47.1-2.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "git-core-0:2.47.1-2.el9_6.x86_64", "product": { "name": "git-core-0:2.47.1-2.el9_6.x86_64", "product_id": "git-core-0:2.47.1-2.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.47.1-2.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.47.1-2.el9_6.x86_64", "product": { "name": "git-credential-libsecret-0:2.47.1-2.el9_6.x86_64", "product_id": "git-credential-libsecret-0:2.47.1-2.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.47.1-2.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-0:2.47.1-2.el9_6.x86_64", "product": { "name": "git-daemon-0:2.47.1-2.el9_6.x86_64", "product_id": "git-daemon-0:2.47.1-2.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.47.1-2.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "git-subtree-0:2.47.1-2.el9_6.x86_64", "product": { "name": "git-subtree-0:2.47.1-2.el9_6.x86_64", "product_id": "git-subtree-0:2.47.1-2.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.47.1-2.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "git-debugsource-0:2.47.1-2.el9_6.x86_64", "product": { "name": "git-debugsource-0:2.47.1-2.el9_6.x86_64", "product_id": "git-debugsource-0:2.47.1-2.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.47.1-2.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.47.1-2.el9_6.x86_64", "product": { "name": "git-core-debuginfo-0:2.47.1-2.el9_6.x86_64", "product_id": "git-core-debuginfo-0:2.47.1-2.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.47.1-2.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.47.1-2.el9_6.x86_64", "product": { "name": "git-credential-libsecret-debuginfo-0:2.47.1-2.el9_6.x86_64", "product_id": "git-credential-libsecret-debuginfo-0:2.47.1-2.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.47.1-2.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.47.1-2.el9_6.x86_64", "product": { "name": "git-daemon-debuginfo-0:2.47.1-2.el9_6.x86_64", "product_id": "git-daemon-debuginfo-0:2.47.1-2.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.47.1-2.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.47.1-2.el9_6.x86_64", "product": { "name": "git-debuginfo-0:2.47.1-2.el9_6.x86_64", "product_id": "git-debuginfo-0:2.47.1-2.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.47.1-2.el9_6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "git-0:2.47.1-2.el9_6.s390x", "product": { "name": "git-0:2.47.1-2.el9_6.s390x", "product_id": "git-0:2.47.1-2.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.47.1-2.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "git-core-0:2.47.1-2.el9_6.s390x", "product": { "name": "git-core-0:2.47.1-2.el9_6.s390x", "product_id": "git-core-0:2.47.1-2.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.47.1-2.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.47.1-2.el9_6.s390x", "product": { "name": "git-credential-libsecret-0:2.47.1-2.el9_6.s390x", "product_id": "git-credential-libsecret-0:2.47.1-2.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.47.1-2.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "git-daemon-0:2.47.1-2.el9_6.s390x", "product": { "name": "git-daemon-0:2.47.1-2.el9_6.s390x", "product_id": "git-daemon-0:2.47.1-2.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.47.1-2.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "git-subtree-0:2.47.1-2.el9_6.s390x", "product": { "name": "git-subtree-0:2.47.1-2.el9_6.s390x", "product_id": "git-subtree-0:2.47.1-2.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.47.1-2.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "git-debugsource-0:2.47.1-2.el9_6.s390x", "product": { "name": "git-debugsource-0:2.47.1-2.el9_6.s390x", "product_id": "git-debugsource-0:2.47.1-2.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.47.1-2.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.47.1-2.el9_6.s390x", "product": { "name": "git-core-debuginfo-0:2.47.1-2.el9_6.s390x", "product_id": "git-core-debuginfo-0:2.47.1-2.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.47.1-2.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.47.1-2.el9_6.s390x", "product": { "name": "git-credential-libsecret-debuginfo-0:2.47.1-2.el9_6.s390x", "product_id": "git-credential-libsecret-debuginfo-0:2.47.1-2.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.47.1-2.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.47.1-2.el9_6.s390x", "product": { "name": "git-daemon-debuginfo-0:2.47.1-2.el9_6.s390x", "product_id": "git-daemon-debuginfo-0:2.47.1-2.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.47.1-2.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.47.1-2.el9_6.s390x", "product": { "name": "git-debuginfo-0:2.47.1-2.el9_6.s390x", "product_id": "git-debuginfo-0:2.47.1-2.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.47.1-2.el9_6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "git-all-0:2.47.1-2.el9_6.noarch", "product": { "name": "git-all-0:2.47.1-2.el9_6.noarch", "product_id": "git-all-0:2.47.1-2.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-all@2.47.1-2.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "git-core-doc-0:2.47.1-2.el9_6.noarch", "product": { "name": "git-core-doc-0:2.47.1-2.el9_6.noarch", "product_id": "git-core-doc-0:2.47.1-2.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-doc@2.47.1-2.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "git-email-0:2.47.1-2.el9_6.noarch", "product": { "name": "git-email-0:2.47.1-2.el9_6.noarch", "product_id": "git-email-0:2.47.1-2.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-email@2.47.1-2.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "git-gui-0:2.47.1-2.el9_6.noarch", "product": { "name": "git-gui-0:2.47.1-2.el9_6.noarch", "product_id": "git-gui-0:2.47.1-2.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-gui@2.47.1-2.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "git-instaweb-0:2.47.1-2.el9_6.noarch", "product": { "name": "git-instaweb-0:2.47.1-2.el9_6.noarch", "product_id": "git-instaweb-0:2.47.1-2.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-instaweb@2.47.1-2.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "git-svn-0:2.47.1-2.el9_6.noarch", "product": { "name": "git-svn-0:2.47.1-2.el9_6.noarch", "product_id": "git-svn-0:2.47.1-2.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn@2.47.1-2.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "gitk-0:2.47.1-2.el9_6.noarch", "product": { "name": "gitk-0:2.47.1-2.el9_6.noarch", "product_id": "gitk-0:2.47.1-2.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitk@2.47.1-2.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "gitweb-0:2.47.1-2.el9_6.noarch", "product": { "name": "gitweb-0:2.47.1-2.el9_6.noarch", "product_id": "gitweb-0:2.47.1-2.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitweb@2.47.1-2.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-0:2.47.1-2.el9_6.noarch", "product": { "name": "perl-Git-0:2.47.1-2.el9_6.noarch", "product_id": "perl-Git-0:2.47.1-2.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git@2.47.1-2.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-SVN-0:2.47.1-2.el9_6.noarch", "product": { "name": "perl-Git-SVN-0:2.47.1-2.el9_6.noarch", "product_id": "perl-Git-SVN-0:2.47.1-2.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git-SVN@2.47.1-2.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.1-2.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.1-2.el9_6.aarch64" }, "product_reference": "git-0:2.47.1-2.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.1-2.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.1-2.el9_6.ppc64le" }, "product_reference": "git-0:2.47.1-2.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.1-2.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.1-2.el9_6.s390x" }, "product_reference": "git-0:2.47.1-2.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.1-2.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.1-2.el9_6.src" }, "product_reference": "git-0:2.47.1-2.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.1-2.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.1-2.el9_6.x86_64" }, "product_reference": "git-0:2.47.1-2.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.1-2.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.1-2.el9_6.noarch" }, "product_reference": "git-all-0:2.47.1-2.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.1-2.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.1-2.el9_6.aarch64" }, "product_reference": "git-core-0:2.47.1-2.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.1-2.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.1-2.el9_6.ppc64le" }, "product_reference": "git-core-0:2.47.1-2.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.1-2.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.1-2.el9_6.s390x" }, "product_reference": "git-core-0:2.47.1-2.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.1-2.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.1-2.el9_6.x86_64" }, "product_reference": "git-core-0:2.47.1-2.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.1-2.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.1-2.el9_6.aarch64" }, "product_reference": "git-core-debuginfo-0:2.47.1-2.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.1-2.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.1-2.el9_6.ppc64le" }, "product_reference": "git-core-debuginfo-0:2.47.1-2.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.1-2.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.1-2.el9_6.s390x" }, "product_reference": "git-core-debuginfo-0:2.47.1-2.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.1-2.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.1-2.el9_6.x86_64" }, "product_reference": "git-core-debuginfo-0:2.47.1-2.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.1-2.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.1-2.el9_6.noarch" }, "product_reference": "git-core-doc-0:2.47.1-2.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.1-2.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.1-2.el9_6.aarch64" }, "product_reference": "git-credential-libsecret-0:2.47.1-2.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.1-2.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.1-2.el9_6.ppc64le" }, "product_reference": "git-credential-libsecret-0:2.47.1-2.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.1-2.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.1-2.el9_6.s390x" }, "product_reference": "git-credential-libsecret-0:2.47.1-2.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.1-2.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.1-2.el9_6.x86_64" }, "product_reference": "git-credential-libsecret-0:2.47.1-2.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.1-2.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.1-2.el9_6.aarch64" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.47.1-2.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.1-2.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.1-2.el9_6.ppc64le" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.47.1-2.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.1-2.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.1-2.el9_6.s390x" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.47.1-2.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.1-2.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.1-2.el9_6.x86_64" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.47.1-2.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.1-2.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.1-2.el9_6.aarch64" }, "product_reference": "git-daemon-0:2.47.1-2.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.1-2.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.1-2.el9_6.ppc64le" }, "product_reference": "git-daemon-0:2.47.1-2.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.1-2.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.1-2.el9_6.s390x" }, "product_reference": "git-daemon-0:2.47.1-2.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.1-2.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.1-2.el9_6.x86_64" }, "product_reference": "git-daemon-0:2.47.1-2.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.1-2.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.1-2.el9_6.aarch64" }, "product_reference": "git-daemon-debuginfo-0:2.47.1-2.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.1-2.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.1-2.el9_6.ppc64le" }, "product_reference": "git-daemon-debuginfo-0:2.47.1-2.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.1-2.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.1-2.el9_6.s390x" }, "product_reference": "git-daemon-debuginfo-0:2.47.1-2.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.1-2.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.1-2.el9_6.x86_64" }, "product_reference": "git-daemon-debuginfo-0:2.47.1-2.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.1-2.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.1-2.el9_6.aarch64" }, "product_reference": "git-debuginfo-0:2.47.1-2.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.1-2.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.1-2.el9_6.ppc64le" }, "product_reference": "git-debuginfo-0:2.47.1-2.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.1-2.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.1-2.el9_6.s390x" }, "product_reference": "git-debuginfo-0:2.47.1-2.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.1-2.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.1-2.el9_6.x86_64" }, "product_reference": "git-debuginfo-0:2.47.1-2.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.1-2.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.1-2.el9_6.aarch64" }, "product_reference": "git-debugsource-0:2.47.1-2.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.1-2.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.1-2.el9_6.ppc64le" }, "product_reference": "git-debugsource-0:2.47.1-2.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.1-2.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.1-2.el9_6.s390x" }, "product_reference": "git-debugsource-0:2.47.1-2.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.1-2.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.1-2.el9_6.x86_64" }, "product_reference": "git-debugsource-0:2.47.1-2.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.1-2.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.1-2.el9_6.noarch" }, "product_reference": "git-email-0:2.47.1-2.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.1-2.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.1-2.el9_6.noarch" }, "product_reference": "git-gui-0:2.47.1-2.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.1-2.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.1-2.el9_6.noarch" }, "product_reference": "git-instaweb-0:2.47.1-2.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.1-2.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.1-2.el9_6.aarch64" }, "product_reference": "git-subtree-0:2.47.1-2.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.1-2.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.1-2.el9_6.ppc64le" }, "product_reference": "git-subtree-0:2.47.1-2.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.1-2.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.1-2.el9_6.s390x" }, "product_reference": "git-subtree-0:2.47.1-2.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.1-2.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.1-2.el9_6.x86_64" }, "product_reference": "git-subtree-0:2.47.1-2.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.1-2.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.1-2.el9_6.noarch" }, "product_reference": "git-svn-0:2.47.1-2.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.1-2.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.1-2.el9_6.noarch" }, "product_reference": "gitk-0:2.47.1-2.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.1-2.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.1-2.el9_6.noarch" }, "product_reference": "gitweb-0:2.47.1-2.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.1-2.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.1-2.el9_6.noarch" }, "product_reference": "perl-Git-0:2.47.1-2.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.1-2.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.1-2.el9_6.noarch" }, "product_reference": "perl-Git-SVN-0:2.47.1-2.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-52005", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2025-01-15T18:01:05.807300+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2338289" } ], "notes": [ { "category": "description", "text": "A flaw was found in Git. When cloning, fetching, or pushing from a server, informational or error messages are transported from the remote Git process to the client via a sideband channel. These messages are prefixed with \"remote:\" and printed directly to the standard error output. Typically, this standard error output is connected to a terminal that understands ANSI escape sequences, which Git did not protect against. Most modern terminals support control sequences that can be used by a malicious actor to hide and misrepresent information or to mislead the user into executing untrusted scripts.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: The sideband payload is passed unfiltered to the terminal in git", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate rather than important because it primarily affects informational messages rather than directly compromising repository integrity or executing arbitrary code. The issue arises from Git\u0027s failure to sanitize ANSI escape sequences in messages received over the sideband channel, which could allow a malicious remote repository to manipulate terminal output. However, exploitation requires user interaction, such as manually copying and executing misleading commands. Unlike higher-severity vulnerabilities, this does not provide direct unauthorized access, remote code execution, or privilege escalation, limiting its overall impact. The risk is further mitigated by best practices, such as avoiding recursive clones from untrusted sources.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a (CWE-116: Improper Encoding or Escaping of Output | CWE-150: Improper Neutralization of Escape, Meta, or Control Sequences) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nStatic code analysis and peer reviews help ensure input validation and output encoding are properly implemented, reducing the risk of system instability, data exposure, and security issues. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention, which ensures that unexpected or malicious output behavior is detectable post-deployment. In the event of successful exploitation, process isolation contains the impact to the affected workload through containerization, pod-level security policies, and network segmentation.", "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.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.1-2.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-all-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-doc-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-email-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-gui-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-instaweb-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-svn-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitk-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitweb-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-SVN-0:2.47.1-2.el9_6.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-52005" }, { "category": "external", "summary": "RHBZ#2338289", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2338289" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-52005", "url": "https://www.cve.org/CVERecord?id=CVE-2024-52005" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-52005", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52005" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-7jjc-gg6m-3329", "url": "https://github.com/git/git/security/advisories/GHSA-7jjc-gg6m-3329" }, { "category": "external", "summary": "https://lore.kernel.org/git/1M9FnZ-1taoNo1wwh-00ESSd@mail.gmx.net", "url": "https://lore.kernel.org/git/1M9FnZ-1taoNo1wwh-00ESSd@mail.gmx.net" } ], "release_date": "2025-01-15T17:35:02.379000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-05-13T13:55:47+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.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.1-2.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-all-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-doc-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-email-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-gui-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-instaweb-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-svn-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitk-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitweb-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-SVN-0:2.47.1-2.el9_6.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:7409" }, { "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.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.1-2.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-all-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-doc-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-email-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-gui-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-instaweb-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-svn-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitk-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitweb-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-SVN-0:2.47.1-2.el9_6.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.1-2.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:git-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-all-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-core-debuginfo-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-core-doc-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-credential-libsecret-debuginfo-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-daemon-debuginfo-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debuginfo-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-debugsource-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-email-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-gui-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-instaweb-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.1-2.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.1-2.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.1-2.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:git-subtree-0:2.47.1-2.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:git-svn-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitk-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:gitweb-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-0:2.47.1-2.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Git-SVN-0:2.47.1-2.el9_6.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "git: The sideband payload is passed unfiltered to the terminal in git" } ] }
rhsa-2025:8385
Vulnerability from csaf_redhat
Published
2025-06-02 14:07
Modified
2025-08-14 15:34
Summary
Red Hat Security Advisory: A Subscription Management tool for finding and reporting Red Hat product usage
Notes
Topic
A Subscription Management tool for finding and reporting Red Hat product usage
Details
Red Hat Discovery, also known as Discovery, is an inspection and reporting tool that finds, identifies, and reports environment data, or facts, such as the number of physical and virtual systems on a network, their operating systems, and relevant configuration data stored within them. Discovery also identifies and reports more detailed facts for some versions of key Red Hat packages and products that it finds in the network.
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": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "A Subscription Management tool for finding and reporting Red Hat product usage", "title": "Topic" }, { "category": "general", "text": "Red Hat Discovery, also known as Discovery, is an inspection and reporting tool that finds, identifies, and reports environment data, or facts, such as the number of physical and virtual systems on a network, their operating systems, and relevant configuration data stored within them. Discovery also identifies and reports more detailed facts for some versions of key Red Hat packages and products that it finds in the network.", "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:8385", "url": "https://access.redhat.com/errata/RHSA-2025:8385" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2023-4752", "url": "https://access.redhat.com/security/cve/CVE-2023-4752" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2024-12087", "url": "https://access.redhat.com/security/cve/CVE-2024-12087" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2024-12088", "url": "https://access.redhat.com/security/cve/CVE-2024-12088" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2024-12133", "url": "https://access.redhat.com/security/cve/CVE-2024-12133" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2024-12243", "url": "https://access.redhat.com/security/cve/CVE-2024-12243" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2024-12747", "url": "https://access.redhat.com/security/cve/CVE-2024-12747" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2024-35195", "url": "https://access.redhat.com/security/cve/CVE-2024-35195" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2024-52005", "url": "https://access.redhat.com/security/cve/CVE-2024-52005" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2024-8176", "url": "https://access.redhat.com/security/cve/CVE-2024-8176" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2025-0938", "url": "https://access.redhat.com/security/cve/CVE-2025-0938" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2025-24528", "url": "https://access.redhat.com/security/cve/CVE-2025-24528" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2025-26465", "url": "https://access.redhat.com/security/cve/CVE-2025-26465" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/", "url": "https://access.redhat.com/security/updates/classification/" }, { "category": "external", "summary": "https://docs.redhat.com/en/documentation/subscription_central/1-latest/#Discovery", "url": "https://docs.redhat.com/en/documentation/subscription_central/1-latest/#Discovery" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8385.json" } ], "title": "Red Hat Security Advisory: A Subscription Management tool for finding and reporting Red Hat product usage", "tracking": { "current_release_date": "2025-08-14T15:34:16+00:00", "generator": { "date": "2025-08-14T15:34:16+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2025:8385", "initial_release_date": "2025-06-02T14:07:46+00:00", "revision_history": [ { "date": "2025-06-02T14:07:46+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-06-02T14:07:55+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-14T15:34:16+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Discovery 1.14", "product": { "name": "Red Hat Discovery 1.14", "product_id": "Red Hat Discovery 1.14", "product_identification_helper": { "cpe": "cpe:/a:redhat:discovery:1.14::el9" } } } ], "category": "product_family", "name": "Red Hat Discovery" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "product": { "name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "product_id": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "product_identification_helper": { "purl": "pkg:oci/discovery-server-rhel9@sha256%3Af33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63?arch=amd64\u0026repository_url=registry.redhat.io/discovery\u0026tag=1.14.3-1748529279" } } }, { "category": "product_version", "name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "product": { "name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "product_id": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "product_identification_helper": { "purl": "pkg:oci/discovery-ui-rhel9@sha256%3A492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644?arch=amd64\u0026repository_url=registry.redhat.io/discovery\u0026tag=1.14.2-1748467619" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "product": { "name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "product_id": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "product_identification_helper": { "purl": "pkg:oci/discovery-server-rhel9@sha256%3Aad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c?arch=arm64\u0026repository_url=registry.redhat.io/discovery\u0026tag=1.14.3-1748529279" } } }, { "category": "product_version", "name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64", "product": { "name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64", "product_id": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64", "product_identification_helper": { "purl": "pkg:oci/discovery-ui-rhel9@sha256%3Ac960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e?arch=arm64\u0026repository_url=registry.redhat.io/discovery\u0026tag=1.14.2-1748467619" } } } ], "category": "architecture", "name": "arm64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64 as a component of Red Hat Discovery 1.14", "product_id": "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64" }, "product_reference": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "relates_to_product_reference": "Red Hat Discovery 1.14" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64 as a component of Red Hat Discovery 1.14", "product_id": "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64" }, "product_reference": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "relates_to_product_reference": "Red Hat Discovery 1.14" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64 as a component of Red Hat Discovery 1.14", "product_id": "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64" }, "product_reference": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "relates_to_product_reference": "Red Hat Discovery 1.14" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64 as a component of Red Hat Discovery 1.14", "product_id": "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" }, "product_reference": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64", "relates_to_product_reference": "Red Hat Discovery 1.14" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-4752", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2023-09-04T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2237311" } ], "notes": [ { "category": "description", "text": "A flaw was found in Vim, where it is vulnerable to a use-after-free in the ins_compl_get_exp function. This flaw allows a specially crafted file to crash software, use unexpected values, or possibly execute code when opened in Vim.", "title": "Vulnerability description" }, { "category": "summary", "text": "vim: use-after-free in function ins_compl_get_exp in vim/vim", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security has rated this issue as having a Low security impact, because the \"victim\" has to run an untrusted file IN SCRIPT MODE. Someone who is running untrusted files in script mode is equivalent to someone just taking a random python script and running it.", "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": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ], "known_not_affected": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-4752" }, { "category": "external", "summary": "RHBZ#2237311", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237311" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-4752", "url": "https://www.cve.org/CVERecord?id=CVE-2023-4752" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4752", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4752" }, { "category": "external", "summary": "https://huntr.dev/bounties/85f62dd7-ed84-4fa2-b265-8a369a318757", "url": "https://huntr.dev/bounties/85f62dd7-ed84-4fa2-b265-8a369a318757" } ], "release_date": "2023-09-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-06-02T14:07:46+00:00", "details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.", "product_ids": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:8385" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "vim: use-after-free in function ins_compl_get_exp in vim/vim" }, { "acknowledgments": [ { "names": [ "Jann Horn" ], "organization": "Google Project Zero" }, { "names": [ "Tomas Korbar", "Sandipan Roy" ], "organization": "Red Hat", "summary": "This issue was discovered by Red Hat." }, { "names": [ "Sebastian Pipping" ], "organization": "libexpat" } ], "cve": "CVE-2024-8176", "cwe": { "id": "CWE-674", "name": "Uncontrolled Recursion" }, "discovery_date": "2024-06-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2310137" } ], "notes": [ { "category": "description", "text": "A stack overflow vulnerability exists in the libexpat library due to the way it handles recursive entity expansion in XML documents. When parsing an XML document with deeply nested entity references, libexpat can be forced to recurse indefinitely, exhausting the stack space and causing a crash. This issue could lead to denial of service (DoS) or, in some cases, exploitable memory corruption, depending on the environment and library usage.", "title": "Vulnerability description" }, { "category": "summary", "text": "libexpat: expat: Improper Restriction of XML Entity Expansion Depth in libexpat", "title": "Vulnerability summary" }, { "category": "other", "text": "All supported Red Hat offerings are built with the compilation flag (-fstack-clash-protection) which reduces the impact to Moderate. This build configuration blocks the possibility of an attacker gaining arbitrary code execution even if a stack-clash vulnerability, like this one, could be exploited.\n\nThis vulnerability is rated Moderate because Red Hat builds use the `-fstack-clash-protection` compiler flag, which mitigates the risk of arbitrary code execution from stack overflows. While the flaw allows a crash via uncontrolled recursion in XML parsing, the hardened stack layout prevents reliable memory corruption, limiting the impact to a Denial of Service (DoS) scenario.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-674: Uncontrolled Recursion vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nInput validation controls ensure that inputs triggering recursion are validated to stay within safe limits, which reduces the risk of infinite or excessive recursion. The implementation of least functionality on the platform further restricts potential impacts of recursions by disabling unnecessary recursive functions or features, thus reducing the available pathways for a would-be attacker. The inclusion of developer testing and evaluation ensures that recursive functions are tested and that safeguards like error handling are in place. In the case of successful exploitation, detection and containment controls are in place to limit impacts by alerting on anomalous system behavior in real time, while process isolation can limit impacts to a single process.", "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": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-8176" }, { "category": "external", "summary": "RHBZ#2310137", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2310137" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-8176", "url": "https://www.cve.org/CVERecord?id=CVE-2024-8176" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-8176", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8176" }, { "category": "external", "summary": "https://github.com/libexpat/libexpat/issues/893", "url": "https://github.com/libexpat/libexpat/issues/893" } ], "release_date": "2025-03-13T13:51:54.957000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-06-02T14:07:46+00:00", "details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.", "product_ids": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:8385" }, { "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": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "libexpat: expat: Improper Restriction of XML Entity Expansion Depth in libexpat" }, { "acknowledgments": [ { "names": [ "Simon Scannell", "Pedro Gallegos", "Jasiel Spelman" ], "organization": "Google" } ], "cve": "CVE-2024-12087", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2024-12-05T21:23:24.139000+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2330672" } ], "notes": [ { "category": "description", "text": "A path traversal vulnerability exists in rsync. It stems from behavior enabled by the `--inc-recursive` option, a default-enabled option for many client options and can be enabled by the server even if not explicitly enabled by the client. When using the `--inc-recursive` option, a lack of proper symlink verification coupled with deduplication checks occurring on a per-file-list basis could allow a server to write files outside of the client\u0027s intended destination directory. A malicious server could write malicious files to arbitrary locations named after valid directories/paths on the client.", "title": "Vulnerability description" }, { "category": "summary", "text": "rsync: Path traversal vulnerability in rsync", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat rates this flaw to have moderate severity as it depends on specific configurations for the attack to succeed, symbolic link syncing must be enabled (explicitly by providing the `--links` option or implicitly such as with `--archive`) and the client must connect to a malicious or compromised server.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-35: Path Traversal: \u0027.../...//\u0027 vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe principle of least privilege is enforced through non-root containers, security context constraints, and pod-level security policies, which limit the actions a process can perform and reduce the potential impact of a successful exploit or misconfiguration. The platform enforces process isolation, ensuring workloads run with minimal privileges and are securely separated to limit the impact of path traversal attempts. Additionally, static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing improperly validated inputs from causing system instability, exposing sensitive data, or escalating risks.", "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": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ], "known_not_affected": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-12087" }, { "category": "external", "summary": "RHBZ#2330672", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2330672" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-12087", "url": "https://www.cve.org/CVERecord?id=CVE-2024-12087" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-12087", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12087" }, { "category": "external", "summary": "https://kb.cert.org/vuls/id/952657", "url": "https://kb.cert.org/vuls/id/952657" } ], "release_date": "2025-01-14T15:06:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-06-02T14:07:46+00:00", "details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.", "product_ids": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:8385" }, { "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": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rsync: Path traversal vulnerability in rsync" }, { "acknowledgments": [ { "names": [ "Simon Scannell", "Jasiel Spelman", "Pedro Gallegos" ], "organization": "Google" } ], "cve": "CVE-2024-12088", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2024-12-05T21:55:22.700000+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2330676" } ], "notes": [ { "category": "description", "text": "A flaw was found in rsync. When using the `--safe-links` option, the rsync client fails to properly verify if a symbolic link destination sent from the server contains another symbolic link within it. This results in a path traversal vulnerability, which may lead to arbitrary file write outside the desired directory.", "title": "Vulnerability description" }, { "category": "summary", "text": "rsync: --safe-links option bypass leads to path traversal", "title": "Vulnerability summary" }, { "category": "other", "text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-35: Path Traversal: \u0027.../...//\u0027 vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe principle of least privilege is enforced through non-root containers, security context constraints, and pod-level security policies, which limit the actions a process can perform and reduce the potential impact of a successful exploit or misconfiguration. The platform enforces process isolation, ensuring workloads run with minimal privileges and are securely separated to limit the impact of path traversal attempts. Additionally, static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing improperly validated inputs from causing system instability, exposing sensitive data, or escalating risks.", "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": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ], "known_not_affected": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-12088" }, { "category": "external", "summary": "RHBZ#2330676", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2330676" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-12088", "url": "https://www.cve.org/CVERecord?id=CVE-2024-12088" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-12088", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12088" }, { "category": "external", "summary": "https://kb.cert.org/vuls/id/952657", "url": "https://kb.cert.org/vuls/id/952657" } ], "release_date": "2025-01-14T15:06:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-06-02T14:07:46+00:00", "details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.", "product_ids": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:8385" }, { "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": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rsync: --safe-links option bypass leads to path traversal" }, { "acknowledgments": [ { "names": [ "Bing Shi" ] } ], "cve": "CVE-2024-12133", "cwe": { "id": "CWE-407", "name": "Inefficient Algorithmic Complexity" }, "discovery_date": "2025-02-10T08:14:05.460000+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2344611" } ], "notes": [ { "category": "description", "text": "A flaw in libtasn1 causes inefficient handling of specific certificate data. When processing a large number of elements in a certificate, libtasn1 takes much longer than expected, which can slow down or even crash the system. This flaw allows an attacker to send a specially crafted certificate, causing a denial of service attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "libtasn1: Inefficient DER Decoding in libtasn1 Leading to Potential Remote DoS", "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": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-12133" }, { "category": "external", "summary": "RHBZ#2344611", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344611" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-12133", "url": "https://www.cve.org/CVERecord?id=CVE-2024-12133" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-12133", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12133" }, { "category": "external", "summary": "https://gitlab.com/gnutls/libtasn1/-/issues/52", "url": "https://gitlab.com/gnutls/libtasn1/-/issues/52" } ], "release_date": "2025-02-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-06-02T14:07:46+00:00", "details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.", "product_ids": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:8385" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "libtasn1: Inefficient DER Decoding in libtasn1 Leading to Potential Remote DoS" }, { "acknowledgments": [ { "names": [ "Bing Shi" ] } ], "cve": "CVE-2024-12243", "cwe": { "id": "CWE-407", "name": "Inefficient Algorithmic Complexity" }, "discovery_date": "2025-02-10T08:33:56.422000+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2344615" } ], "notes": [ { "category": "description", "text": "A flaw was found in GnuTLS, which relies on libtasn1 for ASN.1 data processing. Due to an inefficient algorithm in libtasn1, decoding certain DER-encoded certificate data can take excessive time, leading to increased resource consumption. This flaw allows a remote attacker to send a specially crafted certificate, causing GnuTLS to become unresponsive or slow, resulting in a denial-of-service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "gnutls: GnuTLS Impacted by Inefficient DER Decoding in libtasn1 Leading to Remote DoS", "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": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-12243" }, { "category": "external", "summary": "RHBZ#2344615", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344615" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-12243", "url": "https://www.cve.org/CVERecord?id=CVE-2024-12243" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-12243", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12243" }, { "category": "external", "summary": "https://gitlab.com/gnutls/libtasn1/-/issues/52", "url": "https://gitlab.com/gnutls/libtasn1/-/issues/52" } ], "release_date": "2025-02-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-06-02T14:07:46+00:00", "details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.", "product_ids": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:8385" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "gnutls: GnuTLS Impacted by Inefficient DER Decoding in libtasn1 Leading to Remote DoS" }, { "acknowledgments": [ { "names": [ "Aleksei Gorban \"loqpa\"" ] } ], "cve": "CVE-2024-12747", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "discovery_date": "2024-12-18T07:12:52.493000+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2332968" } ], "notes": [ { "category": "description", "text": "A flaw was found in rsync. This vulnerability arises from a race condition during rsync\u0027s handling of symbolic links. Rsync\u0027s default behavior when encountering symbolic links is to skip them. If an attacker replaced a regular file with a symbolic link at the right time, it was possible to bypass the default behavior and traverse symbolic links. Depending on the privileges of the rsync process, an attacker could leak sensitive information, potentially leading to privilege escalation.", "title": "Vulnerability description" }, { "category": "summary", "text": "rsync: Race Condition in rsync Handling Symbolic Links", "title": "Vulnerability summary" }, { "category": "other", "text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat enforces the principle of least functionality, ensuring that only essential features, services, and ports are enabled. The environment leverages malicious code protections such as IPS/IDS and antimalware solutions that detect and respond to indicators in real time, limiting the impact of exploitation attempts. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing improperly validated inputs from causing system instability, exposing sensitive data, or escalating risks. In the case of successful exploitation, detection and containment controls are in place to limit impacts by alerting on anomalous system behavior in real time, while process isolation and automated orchestration via Kubernetes minimize the likelihood of concurrent execution scenarios that would trigger the race condition and help contain the impact to a single process.", "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": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ], "known_not_affected": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-12747" }, { "category": "external", "summary": "RHBZ#2332968", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2332968" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-12747", "url": "https://www.cve.org/CVERecord?id=CVE-2024-12747" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-12747", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12747" }, { "category": "external", "summary": "https://kb.cert.org/vuls/id/952657", "url": "https://kb.cert.org/vuls/id/952657" } ], "release_date": "2025-01-14T15:06:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-06-02T14:07:46+00:00", "details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.", "product_ids": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:8385" }, { "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": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.6, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N", "version": "3.1" }, "products": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rsync: Race Condition in rsync Handling Symbolic Links" }, { "cve": "CVE-2024-35195", "cwe": { "id": "CWE-670", "name": "Always-Incorrect Control Flow Implementation" }, "discovery_date": "2024-05-21T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2282114" } ], "notes": [ { "category": "description", "text": "An incorrect control flow implementation vulnerability was found in Requests. If the first request in a session is made with verify=False, all subsequent requests to the same host will continue to ignore cert verification.", "title": "Vulnerability description" }, { "category": "summary", "text": "requests: subsequent requests to the same host ignore cert verification", "title": "Vulnerability summary" }, { "category": "other", "text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-670: Always-Incorrect Control Flow Implementation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform\u0027s orchestration features, such as liveness and readiness probes, automated pod restarts, and health monitoring, help to quickly detect and recover from service-level failures resulting from incorrect control flows. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing improperly validated inputs from causing system instability, exposing sensitive data, or escalating risks. Additionally, process isolation ensures that component issues are contained within the originating process, preventing them from affecting other processes or the system as a whole.", "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": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ], "known_not_affected": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-35195" }, { "category": "external", "summary": "RHBZ#2282114", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2282114" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-35195", "url": "https://www.cve.org/CVERecord?id=CVE-2024-35195" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-35195", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-35195" }, { "category": "external", "summary": "https://github.com/psf/requests/security/advisories/GHSA-9wx4-h78v-vm56", "url": "https://github.com/psf/requests/security/advisories/GHSA-9wx4-h78v-vm56" } ], "release_date": "2024-05-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-06-02T14:07:46+00:00", "details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.", "product_ids": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:8385" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.6, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "requests: subsequent requests to the same host ignore cert verification" }, { "cve": "CVE-2024-52005", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2025-01-15T18:01:05.807300+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2338289" } ], "notes": [ { "category": "description", "text": "A flaw was found in Git. When cloning, fetching, or pushing from a server, informational or error messages are transported from the remote Git process to the client via a sideband channel. These messages are prefixed with \"remote:\" and printed directly to the standard error output. Typically, this standard error output is connected to a terminal that understands ANSI escape sequences, which Git did not protect against. Most modern terminals support control sequences that can be used by a malicious actor to hide and misrepresent information or to mislead the user into executing untrusted scripts.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: The sideband payload is passed unfiltered to the terminal in git", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate rather than important because it primarily affects informational messages rather than directly compromising repository integrity or executing arbitrary code. The issue arises from Git\u0027s failure to sanitize ANSI escape sequences in messages received over the sideband channel, which could allow a malicious remote repository to manipulate terminal output. However, exploitation requires user interaction, such as manually copying and executing misleading commands. Unlike higher-severity vulnerabilities, this does not provide direct unauthorized access, remote code execution, or privilege escalation, limiting its overall impact. The risk is further mitigated by best practices, such as avoiding recursive clones from untrusted sources.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a (CWE-116: Improper Encoding or Escaping of Output | CWE-150: Improper Neutralization of Escape, Meta, or Control Sequences) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nStatic code analysis and peer reviews help ensure input validation and output encoding are properly implemented, reducing the risk of system instability, data exposure, and security issues. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention, which ensures that unexpected or malicious output behavior is detectable post-deployment. In the event of successful exploitation, process isolation contains the impact to the affected workload through containerization, pod-level security policies, and network segmentation.", "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": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64" ], "known_not_affected": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-52005" }, { "category": "external", "summary": "RHBZ#2338289", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2338289" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-52005", "url": "https://www.cve.org/CVERecord?id=CVE-2024-52005" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-52005", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52005" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-7jjc-gg6m-3329", "url": "https://github.com/git/git/security/advisories/GHSA-7jjc-gg6m-3329" }, { "category": "external", "summary": "https://lore.kernel.org/git/1M9FnZ-1taoNo1wwh-00ESSd@mail.gmx.net", "url": "https://lore.kernel.org/git/1M9FnZ-1taoNo1wwh-00ESSd@mail.gmx.net" } ], "release_date": "2025-01-15T17:35:02.379000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-06-02T14:07:46+00:00", "details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.", "product_ids": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:8385" }, { "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": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "git: The sideband payload is passed unfiltered to the terminal in git" }, { "cve": "CVE-2025-0938", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2025-01-31T18:00:46.128427+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2343237" } ], "notes": [ { "category": "description", "text": "A flaw was found in Python. The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accept domain names that included square brackets, which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: URL parser allowed square brackets in domain names", "title": "Vulnerability summary" }, { "category": "other", "text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-20: Improper Input Validation vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat enforces the principle of least functionality, ensuring that only essential features, services, and ports are enabled. This minimizes the number of components that could be affected by input validation vulnerabilities. Security testing and evaluation standards are implemented within the environment to rigorously test input validation mechanisms during the development lifecycle, while static code analysis identifies potential input validation vulnerabilities by default. Process isolation ensures that processes handling potentially malicious or unvalidated inputs run in isolated environments by separating execution domains for each process. Malicious code protections, such as IPS/IDS and antimalware solutions, help detect and mitigate malicious payloads stemming from input validation vulnerabilities. Finally, robust input validation and error-handling mechanisms ensure all user inputs are thoroughly validated, preventing improperly validated inputs from causing system instability, exposing sensitive data, or escalating risks further.", "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": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-0938" }, { "category": "external", "summary": "RHBZ#2343237", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2343237" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-0938", "url": "https://www.cve.org/CVERecord?id=CVE-2025-0938" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-0938", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0938" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/105704", "url": "https://github.com/python/cpython/issues/105704" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/129418", "url": "https://github.com/python/cpython/pull/129418" } ], "release_date": "2025-01-31T17:51:35.898000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-06-02T14:07:46+00:00", "details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.", "product_ids": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:8385" }, { "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": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N", "version": "3.1" }, "products": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: cpython: URL parser allowed square brackets in domain names" }, { "cve": "CVE-2025-24528", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "discovery_date": "2025-01-29T13:47:59.362000+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2342796" } ], "notes": [ { "category": "description", "text": "A flaw was found in krb5. With incremental propagation enabled, an authenticated attacker can cause kadmind to write beyond the end of the mapped region for the iprop log file. This issue can trigger a process crash and lead to a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "krb5: overflow when calculating ulog block size", "title": "Vulnerability summary" }, { "category": "other", "text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-787: Out-of-bounds Write vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to apply the most restrictive settings necessary for operational requirements. Baseline configurations and system controls ensure secure software settings, while least functionality reduces the attack surface by disabling unauthorized services and ports. The environment employs IPS/IDS and antimalware solutions to detect and prevent malicious code exploiting out-of-bounds write vulnerabilities, using mechanisms such as file integrity monitoring and patch management. Robust input validation and error handling ensure all user inputs are thoroughly validated, preventing instability, data exposure, or privilege escalation. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to strengthen resilience against out-of-bounds write exploits.", "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": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-24528" }, { "category": "external", "summary": "RHBZ#2342796", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342796" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-24528", "url": "https://www.cve.org/CVERecord?id=CVE-2025-24528" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-24528", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24528" }, { "category": "external", "summary": "https://github.com/krb5/krb5/commit/78ceba024b64d49612375be4a12d1c066b0bfbd0", "url": "https://github.com/krb5/krb5/commit/78ceba024b64d49612375be4a12d1c066b0bfbd0" } ], "release_date": "2024-01-28T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-06-02T14:07:46+00:00", "details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.", "product_ids": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:8385" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "krb5: overflow when calculating ulog block size" }, { "cve": "CVE-2025-26465", "cwe": { "id": "CWE-390", "name": "Detection of Error Condition Without Action" }, "discovery_date": "2025-02-10T21:56:03.853000+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2344780" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in OpenSSH when the VerifyHostKeyDNS option is enabled. A machine-in-the-middle attack can be performed by a malicious machine impersonating a legit server. This issue occurs due to how OpenSSH mishandles error codes in specific conditions when verifying the host key. For an attack to be considered successful, the attacker needs to manage to exhaust the client\u0027s memory resource first, turning the attack complexity high.", "title": "Vulnerability description" }, { "category": "summary", "text": "openssh: Machine-in-the-middle attack if VerifyHostKeyDNS is enabled", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue is rated as a moderate severity vulnerability instead of important because it requires specific conditions to be exploitable. First, the OpenSSH client must have the VerifyHostKeyDNS option enabled, which is disabled by default in Red Hat Enterprise Linux (RHEL). \n\nAdditionally, while the attack allows a machine-in-the-middle (MITM) adversary to trick the client into accepting an incorrect host key, it does not directly lead to code execution or immediate system compromise. Instead, the attack requires additional steps, such as credential interception or session hijacking to fully exploit the breach.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-390: Detection of Error Condition Without Action vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform runs containerized workloads managed by liveness and readiness probes, ensuring applications recover from failures and do not operate in an unhealthy or insecure state. Firewalls are configured to fail securely, blocking unauthorized or malicious traffic during system failures or misconfigurations. Event logs are centrally collected and analyzed to detect recurring errors, crashes, and anomalous behavior. Error conditions are handled securely and audibly, ensuring failures are logged and addressed rather than ignored.", "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": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64" ], "known_not_affected": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-26465" }, { "category": "external", "summary": "RHBZ#2344780", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344780" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-26465", "url": "https://www.cve.org/CVERecord?id=CVE-2025-26465" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-26465", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-26465" }, { "category": "external", "summary": "https://seclists.org/oss-sec/2025/q1/144", "url": "https://seclists.org/oss-sec/2025/q1/144" } ], "release_date": "2025-02-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-06-02T14:07:46+00:00", "details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.", "product_ids": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:8385" }, { "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": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad1045aa0de937c3a6969ec377f7bfeda9a44ee434a954e8245e9840316ffc1c_arm64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f33991d766b618a128fb99fbe4f9b61c5004f7c6aa73b2b38e28d59e56c64d63_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:492e412759cf0eedfa5b557f7b0865f8864f84d0ed75e11dc8d7a840837d9644_amd64", "Red Hat Discovery 1.14:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:c960fa13577db72b52765d6941688f431f61fe38adb717b2d8bb6569e241bc5e_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "openssh: Machine-in-the-middle attack if VerifyHostKeyDNS is enabled" } ] }
rhsa-2025:7640
Vulnerability from csaf_redhat
Published
2025-05-15 00:34
Modified
2025-08-03 08:35
Summary
Red Hat Security Advisory: git security update
Notes
Topic
An update for git is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
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: The sideband payload is passed unfiltered to the terminal in git (CVE-2024-52005)
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": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for git is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: The sideband payload is passed unfiltered to the terminal in git (CVE-2024-52005)\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:7640", "url": "https://access.redhat.com/errata/RHSA-2025:7640" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2338289", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2338289" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7640.json" } ], "title": "Red Hat Security Advisory: git security update", "tracking": { "current_release_date": "2025-08-03T08:35:13+00:00", "generator": { "date": "2025-08-03T08:35:13+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2025:7640", "initial_release_date": "2025-05-15T00:34:35+00:00", "revision_history": [ { "date": "2025-05-15T00:34:35+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-05-15T00:34:35+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-03T08:35:13+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "git-0:2.43.5-1.el9_4.1.src", "product": { "name": "git-0:2.43.5-1.el9_4.1.src", "product_id": "git-0:2.43.5-1.el9_4.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.43.5-1.el9_4.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "git-0:2.43.5-1.el9_4.1.aarch64", "product": { "name": "git-0:2.43.5-1.el9_4.1.aarch64", "product_id": "git-0:2.43.5-1.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.43.5-1.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "git-core-0:2.43.5-1.el9_4.1.aarch64", "product": { "name": "git-core-0:2.43.5-1.el9_4.1.aarch64", "product_id": "git-core-0:2.43.5-1.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.43.5-1.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.43.5-1.el9_4.1.aarch64", "product": { "name": "git-credential-libsecret-0:2.43.5-1.el9_4.1.aarch64", "product_id": "git-credential-libsecret-0:2.43.5-1.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "git-daemon-0:2.43.5-1.el9_4.1.aarch64", "product": { "name": "git-daemon-0:2.43.5-1.el9_4.1.aarch64", "product_id": "git-daemon-0:2.43.5-1.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.43.5-1.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "git-subtree-0:2.43.5-1.el9_4.1.aarch64", "product": { "name": "git-subtree-0:2.43.5-1.el9_4.1.aarch64", "product_id": "git-subtree-0:2.43.5-1.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.43.5-1.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "git-debugsource-0:2.43.5-1.el9_4.1.aarch64", "product": { "name": "git-debugsource-0:2.43.5-1.el9_4.1.aarch64", "product_id": "git-debugsource-0:2.43.5-1.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.43.5-1.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "product": { "name": "git-core-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "product_id": "git-core-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "product": { "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "product_id": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "product": { "name": "git-daemon-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "product_id": "git-daemon-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "product": { "name": "git-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "product_id": "git-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el9_4.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "git-0:2.43.5-1.el9_4.1.ppc64le", "product": { "name": "git-0:2.43.5-1.el9_4.1.ppc64le", "product_id": "git-0:2.43.5-1.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.43.5-1.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "git-core-0:2.43.5-1.el9_4.1.ppc64le", "product": { "name": "git-core-0:2.43.5-1.el9_4.1.ppc64le", "product_id": "git-core-0:2.43.5-1.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.43.5-1.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.43.5-1.el9_4.1.ppc64le", "product": { "name": "git-credential-libsecret-0:2.43.5-1.el9_4.1.ppc64le", "product_id": "git-credential-libsecret-0:2.43.5-1.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-0:2.43.5-1.el9_4.1.ppc64le", "product": { "name": "git-daemon-0:2.43.5-1.el9_4.1.ppc64le", "product_id": "git-daemon-0:2.43.5-1.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.43.5-1.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "git-subtree-0:2.43.5-1.el9_4.1.ppc64le", "product": { "name": "git-subtree-0:2.43.5-1.el9_4.1.ppc64le", "product_id": "git-subtree-0:2.43.5-1.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.43.5-1.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debugsource-0:2.43.5-1.el9_4.1.ppc64le", "product": { "name": "git-debugsource-0:2.43.5-1.el9_4.1.ppc64le", "product_id": "git-debugsource-0:2.43.5-1.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.43.5-1.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "product": { "name": "git-core-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "product_id": "git-core-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "product": { "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "product_id": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "product": { "name": "git-daemon-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "product_id": "git-daemon-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "product": { "name": "git-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "product_id": "git-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el9_4.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "git-0:2.43.5-1.el9_4.1.x86_64", "product": { "name": "git-0:2.43.5-1.el9_4.1.x86_64", "product_id": "git-0:2.43.5-1.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.43.5-1.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "git-core-0:2.43.5-1.el9_4.1.x86_64", "product": { "name": "git-core-0:2.43.5-1.el9_4.1.x86_64", "product_id": "git-core-0:2.43.5-1.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.43.5-1.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.43.5-1.el9_4.1.x86_64", "product": { "name": "git-credential-libsecret-0:2.43.5-1.el9_4.1.x86_64", "product_id": "git-credential-libsecret-0:2.43.5-1.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-0:2.43.5-1.el9_4.1.x86_64", "product": { "name": "git-daemon-0:2.43.5-1.el9_4.1.x86_64", "product_id": "git-daemon-0:2.43.5-1.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.43.5-1.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "git-subtree-0:2.43.5-1.el9_4.1.x86_64", "product": { "name": "git-subtree-0:2.43.5-1.el9_4.1.x86_64", "product_id": "git-subtree-0:2.43.5-1.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.43.5-1.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "git-debugsource-0:2.43.5-1.el9_4.1.x86_64", "product": { "name": "git-debugsource-0:2.43.5-1.el9_4.1.x86_64", "product_id": "git-debugsource-0:2.43.5-1.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.43.5-1.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "product": { "name": "git-core-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "product_id": "git-core-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "product": { "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "product_id": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "product": { "name": "git-daemon-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "product_id": "git-daemon-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "product": { "name": "git-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "product_id": "git-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el9_4.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "git-0:2.43.5-1.el9_4.1.s390x", "product": { "name": "git-0:2.43.5-1.el9_4.1.s390x", "product_id": "git-0:2.43.5-1.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.43.5-1.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "git-core-0:2.43.5-1.el9_4.1.s390x", "product": { "name": "git-core-0:2.43.5-1.el9_4.1.s390x", "product_id": "git-core-0:2.43.5-1.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.43.5-1.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.43.5-1.el9_4.1.s390x", "product": { "name": "git-credential-libsecret-0:2.43.5-1.el9_4.1.s390x", "product_id": "git-credential-libsecret-0:2.43.5-1.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.43.5-1.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "git-daemon-0:2.43.5-1.el9_4.1.s390x", "product": { "name": "git-daemon-0:2.43.5-1.el9_4.1.s390x", "product_id": "git-daemon-0:2.43.5-1.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.43.5-1.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "git-subtree-0:2.43.5-1.el9_4.1.s390x", "product": { "name": "git-subtree-0:2.43.5-1.el9_4.1.s390x", "product_id": "git-subtree-0:2.43.5-1.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.43.5-1.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "git-debugsource-0:2.43.5-1.el9_4.1.s390x", "product": { "name": "git-debugsource-0:2.43.5-1.el9_4.1.s390x", "product_id": "git-debugsource-0:2.43.5-1.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.43.5-1.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.43.5-1.el9_4.1.s390x", "product": { "name": "git-core-debuginfo-0:2.43.5-1.el9_4.1.s390x", "product_id": "git-core-debuginfo-0:2.43.5-1.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.43.5-1.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.s390x", "product": { "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.s390x", "product_id": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.43.5-1.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.43.5-1.el9_4.1.s390x", "product": { "name": "git-daemon-debuginfo-0:2.43.5-1.el9_4.1.s390x", "product_id": "git-daemon-debuginfo-0:2.43.5-1.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.43.5-1.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.43.5-1.el9_4.1.s390x", "product": { "name": "git-debuginfo-0:2.43.5-1.el9_4.1.s390x", "product_id": "git-debuginfo-0:2.43.5-1.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.43.5-1.el9_4.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "git-all-0:2.43.5-1.el9_4.1.noarch", "product": { "name": "git-all-0:2.43.5-1.el9_4.1.noarch", "product_id": "git-all-0:2.43.5-1.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-all@2.43.5-1.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "git-core-doc-0:2.43.5-1.el9_4.1.noarch", "product": { "name": "git-core-doc-0:2.43.5-1.el9_4.1.noarch", "product_id": "git-core-doc-0:2.43.5-1.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-doc@2.43.5-1.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "git-email-0:2.43.5-1.el9_4.1.noarch", "product": { "name": "git-email-0:2.43.5-1.el9_4.1.noarch", "product_id": "git-email-0:2.43.5-1.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-email@2.43.5-1.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "git-gui-0:2.43.5-1.el9_4.1.noarch", "product": { "name": "git-gui-0:2.43.5-1.el9_4.1.noarch", "product_id": "git-gui-0:2.43.5-1.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-gui@2.43.5-1.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "git-instaweb-0:2.43.5-1.el9_4.1.noarch", "product": { "name": "git-instaweb-0:2.43.5-1.el9_4.1.noarch", "product_id": "git-instaweb-0:2.43.5-1.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-instaweb@2.43.5-1.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "git-svn-0:2.43.5-1.el9_4.1.noarch", "product": { "name": "git-svn-0:2.43.5-1.el9_4.1.noarch", "product_id": "git-svn-0:2.43.5-1.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn@2.43.5-1.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "gitk-0:2.43.5-1.el9_4.1.noarch", "product": { "name": "gitk-0:2.43.5-1.el9_4.1.noarch", "product_id": "gitk-0:2.43.5-1.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitk@2.43.5-1.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "gitweb-0:2.43.5-1.el9_4.1.noarch", "product": { "name": "gitweb-0:2.43.5-1.el9_4.1.noarch", "product_id": "gitweb-0:2.43.5-1.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitweb@2.43.5-1.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-0:2.43.5-1.el9_4.1.noarch", "product": { "name": "perl-Git-0:2.43.5-1.el9_4.1.noarch", "product_id": "perl-Git-0:2.43.5-1.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git@2.43.5-1.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-SVN-0:2.43.5-1.el9_4.1.noarch", "product": { "name": "perl-Git-SVN-0:2.43.5-1.el9_4.1.noarch", "product_id": "perl-Git-SVN-0:2.43.5-1.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git-SVN@2.43.5-1.el9_4.1?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "git-0:2.43.5-1.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-0:2.43.5-1.el9_4.1.aarch64" }, "product_reference": "git-0:2.43.5-1.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.43.5-1.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-0:2.43.5-1.el9_4.1.ppc64le" }, "product_reference": "git-0:2.43.5-1.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.43.5-1.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-0:2.43.5-1.el9_4.1.s390x" }, "product_reference": "git-0:2.43.5-1.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.43.5-1.el9_4.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-0:2.43.5-1.el9_4.1.src" }, "product_reference": "git-0:2.43.5-1.el9_4.1.src", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.43.5-1.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-0:2.43.5-1.el9_4.1.x86_64" }, "product_reference": "git-0:2.43.5-1.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-all-0:2.43.5-1.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-all-0:2.43.5-1.el9_4.1.noarch" }, "product_reference": "git-all-0:2.43.5-1.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.43.5-1.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-core-0:2.43.5-1.el9_4.1.aarch64" }, "product_reference": "git-core-0:2.43.5-1.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.43.5-1.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-core-0:2.43.5-1.el9_4.1.ppc64le" }, "product_reference": "git-core-0:2.43.5-1.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.43.5-1.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-core-0:2.43.5-1.el9_4.1.s390x" }, "product_reference": "git-core-0:2.43.5-1.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.43.5-1.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-core-0:2.43.5-1.el9_4.1.x86_64" }, "product_reference": "git-core-0:2.43.5-1.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.43.5-1.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.1.aarch64" }, "product_reference": "git-core-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.43.5-1.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.1.ppc64le" }, "product_reference": "git-core-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.43.5-1.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.1.s390x" }, "product_reference": "git-core-debuginfo-0:2.43.5-1.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.43.5-1.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.1.x86_64" }, "product_reference": "git-core-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-doc-0:2.43.5-1.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-core-doc-0:2.43.5-1.el9_4.1.noarch" }, "product_reference": "git-core-doc-0:2.43.5-1.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.43.5-1.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.1.aarch64" }, "product_reference": "git-credential-libsecret-0:2.43.5-1.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.43.5-1.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.1.ppc64le" }, "product_reference": "git-credential-libsecret-0:2.43.5-1.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.43.5-1.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.1.s390x" }, "product_reference": "git-credential-libsecret-0:2.43.5-1.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.43.5-1.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.1.x86_64" }, "product_reference": "git-credential-libsecret-0:2.43.5-1.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.aarch64" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.ppc64le" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.s390x" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.x86_64" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.43.5-1.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-daemon-0:2.43.5-1.el9_4.1.aarch64" }, "product_reference": "git-daemon-0:2.43.5-1.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.43.5-1.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-daemon-0:2.43.5-1.el9_4.1.ppc64le" }, "product_reference": "git-daemon-0:2.43.5-1.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.43.5-1.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-daemon-0:2.43.5-1.el9_4.1.s390x" }, "product_reference": "git-daemon-0:2.43.5-1.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.43.5-1.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-daemon-0:2.43.5-1.el9_4.1.x86_64" }, "product_reference": "git-daemon-0:2.43.5-1.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.43.5-1.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.1.aarch64" }, "product_reference": "git-daemon-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.43.5-1.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.1.ppc64le" }, "product_reference": "git-daemon-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.43.5-1.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.1.s390x" }, "product_reference": "git-daemon-debuginfo-0:2.43.5-1.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.43.5-1.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.1.x86_64" }, "product_reference": "git-daemon-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.43.5-1.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-debuginfo-0:2.43.5-1.el9_4.1.aarch64" }, "product_reference": "git-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.43.5-1.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-debuginfo-0:2.43.5-1.el9_4.1.ppc64le" }, "product_reference": "git-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.43.5-1.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-debuginfo-0:2.43.5-1.el9_4.1.s390x" }, "product_reference": "git-debuginfo-0:2.43.5-1.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.43.5-1.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-debuginfo-0:2.43.5-1.el9_4.1.x86_64" }, "product_reference": "git-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.43.5-1.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-debugsource-0:2.43.5-1.el9_4.1.aarch64" }, "product_reference": "git-debugsource-0:2.43.5-1.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.43.5-1.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-debugsource-0:2.43.5-1.el9_4.1.ppc64le" }, "product_reference": "git-debugsource-0:2.43.5-1.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.43.5-1.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-debugsource-0:2.43.5-1.el9_4.1.s390x" }, "product_reference": "git-debugsource-0:2.43.5-1.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.43.5-1.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-debugsource-0:2.43.5-1.el9_4.1.x86_64" }, "product_reference": "git-debugsource-0:2.43.5-1.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-0:2.43.5-1.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-email-0:2.43.5-1.el9_4.1.noarch" }, "product_reference": "git-email-0:2.43.5-1.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-0:2.43.5-1.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-gui-0:2.43.5-1.el9_4.1.noarch" }, "product_reference": "git-gui-0:2.43.5-1.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-instaweb-0:2.43.5-1.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-instaweb-0:2.43.5-1.el9_4.1.noarch" }, "product_reference": "git-instaweb-0:2.43.5-1.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.43.5-1.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-subtree-0:2.43.5-1.el9_4.1.aarch64" }, "product_reference": "git-subtree-0:2.43.5-1.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.43.5-1.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-subtree-0:2.43.5-1.el9_4.1.ppc64le" }, "product_reference": "git-subtree-0:2.43.5-1.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.43.5-1.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-subtree-0:2.43.5-1.el9_4.1.s390x" }, "product_reference": "git-subtree-0:2.43.5-1.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.43.5-1.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-subtree-0:2.43.5-1.el9_4.1.x86_64" }, "product_reference": "git-subtree-0:2.43.5-1.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:2.43.5-1.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:git-svn-0:2.43.5-1.el9_4.1.noarch" }, "product_reference": "git-svn-0:2.43.5-1.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-0:2.43.5-1.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:gitk-0:2.43.5-1.el9_4.1.noarch" }, "product_reference": "gitk-0:2.43.5-1.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gitweb-0:2.43.5-1.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:gitweb-0:2.43.5-1.el9_4.1.noarch" }, "product_reference": "gitweb-0:2.43.5-1.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-0:2.43.5-1.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Git-0:2.43.5-1.el9_4.1.noarch" }, "product_reference": "perl-Git-0:2.43.5-1.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-SVN-0:2.43.5-1.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Git-SVN-0:2.43.5-1.el9_4.1.noarch" }, "product_reference": "perl-Git-SVN-0:2.43.5-1.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-52005", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2025-01-15T18:01:05.807300+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2338289" } ], "notes": [ { "category": "description", "text": "A flaw was found in Git. When cloning, fetching, or pushing from a server, informational or error messages are transported from the remote Git process to the client via a sideband channel. These messages are prefixed with \"remote:\" and printed directly to the standard error output. Typically, this standard error output is connected to a terminal that understands ANSI escape sequences, which Git did not protect against. Most modern terminals support control sequences that can be used by a malicious actor to hide and misrepresent information or to mislead the user into executing untrusted scripts.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: The sideband payload is passed unfiltered to the terminal in git", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate rather than important because it primarily affects informational messages rather than directly compromising repository integrity or executing arbitrary code. The issue arises from Git\u0027s failure to sanitize ANSI escape sequences in messages received over the sideband channel, which could allow a malicious remote repository to manipulate terminal output. However, exploitation requires user interaction, such as manually copying and executing misleading commands. Unlike higher-severity vulnerabilities, this does not provide direct unauthorized access, remote code execution, or privilege escalation, limiting its overall impact. The risk is further mitigated by best practices, such as avoiding recursive clones from untrusted sources.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a (CWE-116: Improper Encoding or Escaping of Output | CWE-150: Improper Neutralization of Escape, Meta, or Control Sequences) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nStatic code analysis and peer reviews help ensure input validation and output encoding are properly implemented, reducing the risk of system instability, data exposure, and security issues. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention, which ensures that unexpected or malicious output behavior is detectable post-deployment. In the event of successful exploitation, process isolation contains the impact to the affected workload through containerization, pod-level security policies, and network segmentation.", "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.4.0.Z.EUS:git-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-0:2.43.5-1.el9_4.1.src", "AppStream-9.4.0.Z.EUS:git-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-all-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:git-core-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-core-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-core-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-core-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-core-doc-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-daemon-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-daemon-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-daemon-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-daemon-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-debuginfo-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-debugsource-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-debugsource-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-debugsource-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-debugsource-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-email-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:git-gui-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:git-instaweb-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:git-subtree-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-subtree-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-subtree-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-subtree-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-svn-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:gitk-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:gitweb-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Git-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Git-SVN-0:2.43.5-1.el9_4.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-52005" }, { "category": "external", "summary": "RHBZ#2338289", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2338289" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-52005", "url": "https://www.cve.org/CVERecord?id=CVE-2024-52005" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-52005", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52005" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-7jjc-gg6m-3329", "url": "https://github.com/git/git/security/advisories/GHSA-7jjc-gg6m-3329" }, { "category": "external", "summary": "https://lore.kernel.org/git/1M9FnZ-1taoNo1wwh-00ESSd@mail.gmx.net", "url": "https://lore.kernel.org/git/1M9FnZ-1taoNo1wwh-00ESSd@mail.gmx.net" } ], "release_date": "2025-01-15T17:35:02.379000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-05-15T00:34:35+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.4.0.Z.EUS:git-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-0:2.43.5-1.el9_4.1.src", "AppStream-9.4.0.Z.EUS:git-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-all-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:git-core-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-core-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-core-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-core-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-core-doc-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-daemon-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-daemon-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-daemon-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-daemon-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-debuginfo-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-debugsource-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-debugsource-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-debugsource-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-debugsource-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-email-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:git-gui-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:git-instaweb-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:git-subtree-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-subtree-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-subtree-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-subtree-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-svn-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:gitk-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:gitweb-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Git-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Git-SVN-0:2.43.5-1.el9_4.1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:7640" }, { "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.4.0.Z.EUS:git-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-0:2.43.5-1.el9_4.1.src", "AppStream-9.4.0.Z.EUS:git-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-all-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:git-core-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-core-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-core-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-core-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-core-doc-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-daemon-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-daemon-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-daemon-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-daemon-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-debuginfo-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-debugsource-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-debugsource-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-debugsource-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-debugsource-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-email-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:git-gui-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:git-instaweb-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:git-subtree-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-subtree-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-subtree-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-subtree-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-svn-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:gitk-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:gitweb-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Git-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Git-SVN-0:2.43.5-1.el9_4.1.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.EUS:git-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-0:2.43.5-1.el9_4.1.src", "AppStream-9.4.0.Z.EUS:git-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-all-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:git-core-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-core-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-core-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-core-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-core-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-core-doc-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-daemon-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-daemon-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-daemon-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-daemon-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-daemon-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-debuginfo-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-debuginfo-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-debuginfo-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-debuginfo-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-debugsource-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-debugsource-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-debugsource-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-debugsource-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-email-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:git-gui-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:git-instaweb-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:git-subtree-0:2.43.5-1.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:git-subtree-0:2.43.5-1.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:git-subtree-0:2.43.5-1.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:git-subtree-0:2.43.5-1.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:git-svn-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:gitk-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:gitweb-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Git-0:2.43.5-1.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Git-SVN-0:2.43.5-1.el9_4.1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "git: The sideband payload is passed unfiltered to the terminal in git" } ] }
rhsa-2025:7641
Vulnerability from csaf_redhat
Published
2025-05-15 00:34
Modified
2025-08-03 08:35
Summary
Red Hat Security Advisory: git security update
Notes
Topic
An update for git is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
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: The sideband payload is passed unfiltered to the terminal in git (CVE-2024-52005)
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": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for git is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: The sideband payload is passed unfiltered to the terminal in git (CVE-2024-52005)\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:7641", "url": "https://access.redhat.com/errata/RHSA-2025:7641" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2338289", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2338289" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7641.json" } ], "title": "Red Hat Security Advisory: git security update", "tracking": { "current_release_date": "2025-08-03T08:35:23+00:00", "generator": { "date": "2025-08-03T08:35:23+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2025:7641", "initial_release_date": "2025-05-15T00:34:28+00:00", "revision_history": [ { "date": "2025-05-15T00:34:28+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-05-15T00:34:28+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-03T08:35:23+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "git-0:2.39.5-1.el9_2.1.src", "product": { "name": "git-0:2.39.5-1.el9_2.1.src", "product_id": "git-0:2.39.5-1.el9_2.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.39.5-1.el9_2.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "git-0:2.39.5-1.el9_2.1.aarch64", "product": { "name": "git-0:2.39.5-1.el9_2.1.aarch64", "product_id": "git-0:2.39.5-1.el9_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.39.5-1.el9_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "git-core-0:2.39.5-1.el9_2.1.aarch64", "product": { "name": "git-core-0:2.39.5-1.el9_2.1.aarch64", "product_id": "git-core-0:2.39.5-1.el9_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.39.5-1.el9_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.39.5-1.el9_2.1.aarch64", "product": { "name": "git-credential-libsecret-0:2.39.5-1.el9_2.1.aarch64", "product_id": "git-credential-libsecret-0:2.39.5-1.el9_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.5-1.el9_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "git-daemon-0:2.39.5-1.el9_2.1.aarch64", "product": { "name": "git-daemon-0:2.39.5-1.el9_2.1.aarch64", "product_id": "git-daemon-0:2.39.5-1.el9_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.39.5-1.el9_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "git-subtree-0:2.39.5-1.el9_2.1.aarch64", "product": { "name": "git-subtree-0:2.39.5-1.el9_2.1.aarch64", "product_id": "git-subtree-0:2.39.5-1.el9_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.39.5-1.el9_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "git-debugsource-0:2.39.5-1.el9_2.1.aarch64", "product": { "name": "git-debugsource-0:2.39.5-1.el9_2.1.aarch64", "product_id": "git-debugsource-0:2.39.5-1.el9_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.39.5-1.el9_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "product": { "name": "git-core-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "product_id": "git-core-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.5-1.el9_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "product": { "name": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "product_id": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.5-1.el9_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "product": { "name": "git-daemon-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "product_id": "git-daemon-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.5-1.el9_2.1?arch=aarch64" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "product": { "name": "git-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "product_id": "git-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.39.5-1.el9_2.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "git-0:2.39.5-1.el9_2.1.ppc64le", "product": { "name": "git-0:2.39.5-1.el9_2.1.ppc64le", "product_id": "git-0:2.39.5-1.el9_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.39.5-1.el9_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "git-core-0:2.39.5-1.el9_2.1.ppc64le", "product": { "name": "git-core-0:2.39.5-1.el9_2.1.ppc64le", "product_id": "git-core-0:2.39.5-1.el9_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.39.5-1.el9_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.39.5-1.el9_2.1.ppc64le", "product": { "name": "git-credential-libsecret-0:2.39.5-1.el9_2.1.ppc64le", "product_id": "git-credential-libsecret-0:2.39.5-1.el9_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.5-1.el9_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-0:2.39.5-1.el9_2.1.ppc64le", "product": { "name": "git-daemon-0:2.39.5-1.el9_2.1.ppc64le", "product_id": "git-daemon-0:2.39.5-1.el9_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.39.5-1.el9_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "git-subtree-0:2.39.5-1.el9_2.1.ppc64le", "product": { "name": "git-subtree-0:2.39.5-1.el9_2.1.ppc64le", "product_id": "git-subtree-0:2.39.5-1.el9_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.39.5-1.el9_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debugsource-0:2.39.5-1.el9_2.1.ppc64le", "product": { "name": "git-debugsource-0:2.39.5-1.el9_2.1.ppc64le", "product_id": "git-debugsource-0:2.39.5-1.el9_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.39.5-1.el9_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "product": { "name": "git-core-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "product_id": "git-core-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.5-1.el9_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "product": { "name": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "product_id": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.5-1.el9_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "product": { "name": "git-daemon-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "product_id": "git-daemon-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.5-1.el9_2.1?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "product": { "name": "git-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "product_id": "git-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.39.5-1.el9_2.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "git-0:2.39.5-1.el9_2.1.x86_64", "product": { "name": "git-0:2.39.5-1.el9_2.1.x86_64", "product_id": "git-0:2.39.5-1.el9_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.39.5-1.el9_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "git-core-0:2.39.5-1.el9_2.1.x86_64", "product": { "name": "git-core-0:2.39.5-1.el9_2.1.x86_64", "product_id": "git-core-0:2.39.5-1.el9_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.39.5-1.el9_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.39.5-1.el9_2.1.x86_64", "product": { "name": "git-credential-libsecret-0:2.39.5-1.el9_2.1.x86_64", "product_id": "git-credential-libsecret-0:2.39.5-1.el9_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.5-1.el9_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-0:2.39.5-1.el9_2.1.x86_64", "product": { "name": "git-daemon-0:2.39.5-1.el9_2.1.x86_64", "product_id": "git-daemon-0:2.39.5-1.el9_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.39.5-1.el9_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "git-subtree-0:2.39.5-1.el9_2.1.x86_64", "product": { "name": "git-subtree-0:2.39.5-1.el9_2.1.x86_64", "product_id": "git-subtree-0:2.39.5-1.el9_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.39.5-1.el9_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "git-debugsource-0:2.39.5-1.el9_2.1.x86_64", "product": { "name": "git-debugsource-0:2.39.5-1.el9_2.1.x86_64", "product_id": "git-debugsource-0:2.39.5-1.el9_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.39.5-1.el9_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "product": { "name": "git-core-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "product_id": "git-core-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.5-1.el9_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "product": { "name": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "product_id": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.5-1.el9_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "product": { "name": "git-daemon-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "product_id": "git-daemon-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.5-1.el9_2.1?arch=x86_64" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "product": { "name": "git-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "product_id": "git-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.39.5-1.el9_2.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "git-0:2.39.5-1.el9_2.1.s390x", "product": { "name": "git-0:2.39.5-1.el9_2.1.s390x", "product_id": "git-0:2.39.5-1.el9_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.39.5-1.el9_2.1?arch=s390x" } } }, { "category": "product_version", "name": "git-core-0:2.39.5-1.el9_2.1.s390x", "product": { "name": "git-core-0:2.39.5-1.el9_2.1.s390x", "product_id": "git-core-0:2.39.5-1.el9_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.39.5-1.el9_2.1?arch=s390x" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.39.5-1.el9_2.1.s390x", "product": { "name": "git-credential-libsecret-0:2.39.5-1.el9_2.1.s390x", "product_id": "git-credential-libsecret-0:2.39.5-1.el9_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.39.5-1.el9_2.1?arch=s390x" } } }, { "category": "product_version", "name": "git-daemon-0:2.39.5-1.el9_2.1.s390x", "product": { "name": "git-daemon-0:2.39.5-1.el9_2.1.s390x", "product_id": "git-daemon-0:2.39.5-1.el9_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.39.5-1.el9_2.1?arch=s390x" } } }, { "category": "product_version", "name": "git-subtree-0:2.39.5-1.el9_2.1.s390x", "product": { "name": "git-subtree-0:2.39.5-1.el9_2.1.s390x", "product_id": "git-subtree-0:2.39.5-1.el9_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.39.5-1.el9_2.1?arch=s390x" } } }, { "category": "product_version", "name": "git-debugsource-0:2.39.5-1.el9_2.1.s390x", "product": { "name": "git-debugsource-0:2.39.5-1.el9_2.1.s390x", "product_id": "git-debugsource-0:2.39.5-1.el9_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.39.5-1.el9_2.1?arch=s390x" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.39.5-1.el9_2.1.s390x", "product": { "name": "git-core-debuginfo-0:2.39.5-1.el9_2.1.s390x", "product_id": "git-core-debuginfo-0:2.39.5-1.el9_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.39.5-1.el9_2.1?arch=s390x" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.s390x", "product": { "name": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.s390x", "product_id": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.39.5-1.el9_2.1?arch=s390x" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.39.5-1.el9_2.1.s390x", "product": { "name": "git-daemon-debuginfo-0:2.39.5-1.el9_2.1.s390x", "product_id": "git-daemon-debuginfo-0:2.39.5-1.el9_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.39.5-1.el9_2.1?arch=s390x" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.39.5-1.el9_2.1.s390x", "product": { "name": "git-debuginfo-0:2.39.5-1.el9_2.1.s390x", "product_id": "git-debuginfo-0:2.39.5-1.el9_2.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.39.5-1.el9_2.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "git-all-0:2.39.5-1.el9_2.1.noarch", "product": { "name": "git-all-0:2.39.5-1.el9_2.1.noarch", "product_id": "git-all-0:2.39.5-1.el9_2.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-all@2.39.5-1.el9_2.1?arch=noarch" } } }, { "category": "product_version", "name": "git-core-doc-0:2.39.5-1.el9_2.1.noarch", "product": { "name": "git-core-doc-0:2.39.5-1.el9_2.1.noarch", "product_id": "git-core-doc-0:2.39.5-1.el9_2.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-doc@2.39.5-1.el9_2.1?arch=noarch" } } }, { "category": "product_version", "name": "git-email-0:2.39.5-1.el9_2.1.noarch", "product": { "name": "git-email-0:2.39.5-1.el9_2.1.noarch", "product_id": "git-email-0:2.39.5-1.el9_2.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-email@2.39.5-1.el9_2.1?arch=noarch" } } }, { "category": "product_version", "name": "git-gui-0:2.39.5-1.el9_2.1.noarch", "product": { "name": "git-gui-0:2.39.5-1.el9_2.1.noarch", "product_id": "git-gui-0:2.39.5-1.el9_2.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-gui@2.39.5-1.el9_2.1?arch=noarch" } } }, { "category": "product_version", "name": "git-instaweb-0:2.39.5-1.el9_2.1.noarch", "product": { "name": "git-instaweb-0:2.39.5-1.el9_2.1.noarch", "product_id": "git-instaweb-0:2.39.5-1.el9_2.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-instaweb@2.39.5-1.el9_2.1?arch=noarch" } } }, { "category": "product_version", "name": "git-svn-0:2.39.5-1.el9_2.1.noarch", "product": { "name": "git-svn-0:2.39.5-1.el9_2.1.noarch", "product_id": "git-svn-0:2.39.5-1.el9_2.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn@2.39.5-1.el9_2.1?arch=noarch" } } }, { "category": "product_version", "name": "gitk-0:2.39.5-1.el9_2.1.noarch", "product": { "name": "gitk-0:2.39.5-1.el9_2.1.noarch", "product_id": "gitk-0:2.39.5-1.el9_2.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitk@2.39.5-1.el9_2.1?arch=noarch" } } }, { "category": "product_version", "name": "gitweb-0:2.39.5-1.el9_2.1.noarch", "product": { "name": "gitweb-0:2.39.5-1.el9_2.1.noarch", "product_id": "gitweb-0:2.39.5-1.el9_2.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitweb@2.39.5-1.el9_2.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-0:2.39.5-1.el9_2.1.noarch", "product": { "name": "perl-Git-0:2.39.5-1.el9_2.1.noarch", "product_id": "perl-Git-0:2.39.5-1.el9_2.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git@2.39.5-1.el9_2.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-SVN-0:2.39.5-1.el9_2.1.noarch", "product": { "name": "perl-Git-SVN-0:2.39.5-1.el9_2.1.noarch", "product_id": "perl-Git-SVN-0:2.39.5-1.el9_2.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git-SVN@2.39.5-1.el9_2.1?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "git-0:2.39.5-1.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.1.aarch64" }, "product_reference": "git-0:2.39.5-1.el9_2.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.39.5-1.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.1.ppc64le" }, "product_reference": "git-0:2.39.5-1.el9_2.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.39.5-1.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.1.s390x" }, "product_reference": "git-0:2.39.5-1.el9_2.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.39.5-1.el9_2.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.1.src" }, "product_reference": "git-0:2.39.5-1.el9_2.1.src", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.39.5-1.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.1.x86_64" }, "product_reference": "git-0:2.39.5-1.el9_2.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-all-0:2.39.5-1.el9_2.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.1.noarch" }, "product_reference": "git-all-0:2.39.5-1.el9_2.1.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.39.5-1.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.1.aarch64" }, "product_reference": "git-core-0:2.39.5-1.el9_2.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.39.5-1.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.1.ppc64le" }, "product_reference": "git-core-0:2.39.5-1.el9_2.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.39.5-1.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.1.s390x" }, "product_reference": "git-core-0:2.39.5-1.el9_2.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.39.5-1.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.1.x86_64" }, "product_reference": "git-core-0:2.39.5-1.el9_2.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.39.5-1.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.1.aarch64" }, "product_reference": "git-core-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.39.5-1.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.1.ppc64le" }, "product_reference": "git-core-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.39.5-1.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.1.s390x" }, "product_reference": "git-core-debuginfo-0:2.39.5-1.el9_2.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-debuginfo-0:2.39.5-1.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.1.x86_64" }, "product_reference": "git-core-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-doc-0:2.39.5-1.el9_2.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.1.noarch" }, "product_reference": "git-core-doc-0:2.39.5-1.el9_2.1.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.39.5-1.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.1.aarch64" }, "product_reference": "git-credential-libsecret-0:2.39.5-1.el9_2.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.39.5-1.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.1.ppc64le" }, "product_reference": "git-credential-libsecret-0:2.39.5-1.el9_2.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.39.5-1.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.1.s390x" }, "product_reference": "git-credential-libsecret-0:2.39.5-1.el9_2.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-0:2.39.5-1.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.1.x86_64" }, "product_reference": "git-credential-libsecret-0:2.39.5-1.el9_2.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.aarch64" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.ppc64le" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.s390x" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.x86_64" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.39.5-1.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.1.aarch64" }, "product_reference": "git-daemon-0:2.39.5-1.el9_2.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.39.5-1.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.1.ppc64le" }, "product_reference": "git-daemon-0:2.39.5-1.el9_2.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.39.5-1.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.1.s390x" }, "product_reference": "git-daemon-0:2.39.5-1.el9_2.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.39.5-1.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.1.x86_64" }, "product_reference": "git-daemon-0:2.39.5-1.el9_2.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.39.5-1.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.1.aarch64" }, "product_reference": "git-daemon-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.39.5-1.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.1.ppc64le" }, "product_reference": "git-daemon-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.39.5-1.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.1.s390x" }, "product_reference": "git-daemon-debuginfo-0:2.39.5-1.el9_2.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-debuginfo-0:2.39.5-1.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.1.x86_64" }, "product_reference": "git-daemon-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.39.5-1.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.1.aarch64" }, "product_reference": "git-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.39.5-1.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.1.ppc64le" }, "product_reference": "git-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.39.5-1.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.1.s390x" }, "product_reference": "git-debuginfo-0:2.39.5-1.el9_2.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.39.5-1.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.1.x86_64" }, "product_reference": "git-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.39.5-1.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.1.aarch64" }, "product_reference": "git-debugsource-0:2.39.5-1.el9_2.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.39.5-1.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.1.ppc64le" }, "product_reference": "git-debugsource-0:2.39.5-1.el9_2.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.39.5-1.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.1.s390x" }, "product_reference": "git-debugsource-0:2.39.5-1.el9_2.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.39.5-1.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.1.x86_64" }, "product_reference": "git-debugsource-0:2.39.5-1.el9_2.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-email-0:2.39.5-1.el9_2.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.1.noarch" }, "product_reference": "git-email-0:2.39.5-1.el9_2.1.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-0:2.39.5-1.el9_2.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.1.noarch" }, "product_reference": "git-gui-0:2.39.5-1.el9_2.1.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-instaweb-0:2.39.5-1.el9_2.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.1.noarch" }, "product_reference": "git-instaweb-0:2.39.5-1.el9_2.1.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.39.5-1.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.1.aarch64" }, "product_reference": "git-subtree-0:2.39.5-1.el9_2.1.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.39.5-1.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.1.ppc64le" }, "product_reference": "git-subtree-0:2.39.5-1.el9_2.1.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.39.5-1.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.1.s390x" }, "product_reference": "git-subtree-0:2.39.5-1.el9_2.1.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.39.5-1.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.1.x86_64" }, "product_reference": "git-subtree-0:2.39.5-1.el9_2.1.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:2.39.5-1.el9_2.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.1.noarch" }, "product_reference": "git-svn-0:2.39.5-1.el9_2.1.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-0:2.39.5-1.el9_2.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.1.noarch" }, "product_reference": "gitk-0:2.39.5-1.el9_2.1.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "gitweb-0:2.39.5-1.el9_2.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.1.noarch" }, "product_reference": "gitweb-0:2.39.5-1.el9_2.1.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-0:2.39.5-1.el9_2.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.1.noarch" }, "product_reference": "perl-Git-0:2.39.5-1.el9_2.1.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-SVN-0:2.39.5-1.el9_2.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.1.noarch" }, "product_reference": "perl-Git-SVN-0:2.39.5-1.el9_2.1.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-52005", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2025-01-15T18:01:05.807300+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2338289" } ], "notes": [ { "category": "description", "text": "A flaw was found in Git. When cloning, fetching, or pushing from a server, informational or error messages are transported from the remote Git process to the client via a sideband channel. These messages are prefixed with \"remote:\" and printed directly to the standard error output. Typically, this standard error output is connected to a terminal that understands ANSI escape sequences, which Git did not protect against. Most modern terminals support control sequences that can be used by a malicious actor to hide and misrepresent information or to mislead the user into executing untrusted scripts.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: The sideband payload is passed unfiltered to the terminal in git", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate rather than important because it primarily affects informational messages rather than directly compromising repository integrity or executing arbitrary code. The issue arises from Git\u0027s failure to sanitize ANSI escape sequences in messages received over the sideband channel, which could allow a malicious remote repository to manipulate terminal output. However, exploitation requires user interaction, such as manually copying and executing misleading commands. Unlike higher-severity vulnerabilities, this does not provide direct unauthorized access, remote code execution, or privilege escalation, limiting its overall impact. The risk is further mitigated by best practices, such as avoiding recursive clones from untrusted sources.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a (CWE-116: Improper Encoding or Escaping of Output | CWE-150: Improper Neutralization of Escape, Meta, or Control Sequences) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nStatic code analysis and peer reviews help ensure input validation and output encoding are properly implemented, reducing the risk of system instability, data exposure, and security issues. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention, which ensures that unexpected or malicious output behavior is detectable post-deployment. In the event of successful exploitation, process isolation contains the impact to the affected workload through containerization, pod-level security policies, and network segmentation.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.1.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-52005" }, { "category": "external", "summary": "RHBZ#2338289", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2338289" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-52005", "url": "https://www.cve.org/CVERecord?id=CVE-2024-52005" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-52005", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52005" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-7jjc-gg6m-3329", "url": "https://github.com/git/git/security/advisories/GHSA-7jjc-gg6m-3329" }, { "category": "external", "summary": "https://lore.kernel.org/git/1M9FnZ-1taoNo1wwh-00ESSd@mail.gmx.net", "url": "https://lore.kernel.org/git/1M9FnZ-1taoNo1wwh-00ESSd@mail.gmx.net" } ], "release_date": "2025-01-15T17:35:02.379000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-05-15T00:34: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-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.1.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:7641" }, { "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.2.0.Z.EUS:git-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.1.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.1.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.1.src", "AppStream-9.2.0.Z.EUS:git-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-all-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-core-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-core-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-core-doc-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-credential-libsecret-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-daemon-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-debuginfo-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-debugsource-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-email-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:git-gui-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:git-instaweb-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.1.aarch64", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.1.ppc64le", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.1.s390x", "AppStream-9.2.0.Z.EUS:git-subtree-0:2.39.5-1.el9_2.1.x86_64", "AppStream-9.2.0.Z.EUS:git-svn-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:gitk-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:gitweb-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-0:2.39.5-1.el9_2.1.noarch", "AppStream-9.2.0.Z.EUS:perl-Git-SVN-0:2.39.5-1.el9_2.1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "git: The sideband payload is passed unfiltered to the terminal in git" } ] }
rhsa-2025:7482
Vulnerability from csaf_redhat
Published
2025-05-13 16:05
Modified
2025-08-03 08:35
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 Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
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: The sideband payload is passed unfiltered to the terminal in git (CVE-2024-52005)
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": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for git is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Git is a distributed revision control system with a decentralized architecture. As opposed to centralized version control systems with a client-server model, Git ensures that each working copy of a Git repository is an exact copy with complete revision history. This not only allows the user to work on and contribute to projects without the need to have permission to push the changes to their official repositories, but also makes it possible for the user to work with no network connection.\n\nSecurity Fix(es):\n\n* git: The sideband payload is passed unfiltered to the terminal in git (CVE-2024-52005)\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:7482", "url": "https://access.redhat.com/errata/RHSA-2025:7482" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2338289", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2338289" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7482.json" } ], "title": "Red Hat Security Advisory: git security update", "tracking": { "current_release_date": "2025-08-03T08:35:04+00:00", "generator": { "date": "2025-08-03T08:35:04+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2025:7482", "initial_release_date": "2025-05-13T16:05:24+00:00", "revision_history": [ { "date": "2025-05-13T16:05:24+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-05-13T16:05:24+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-03T08:35:04+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 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.1-2.el10_0.src", "product": { "name": "git-0:2.47.1-2.el10_0.src", "product_id": "git-0:2.47.1-2.el10_0.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.47.1-2.el10_0?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "git-0:2.47.1-2.el10_0.aarch64", "product": { "name": "git-0:2.47.1-2.el10_0.aarch64", "product_id": "git-0:2.47.1-2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.47.1-2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "git-core-0:2.47.1-2.el10_0.aarch64", "product": { "name": "git-core-0:2.47.1-2.el10_0.aarch64", "product_id": "git-core-0:2.47.1-2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.47.1-2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.47.1-2.el10_0.aarch64", "product": { "name": "git-credential-libsecret-0:2.47.1-2.el10_0.aarch64", "product_id": "git-credential-libsecret-0:2.47.1-2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.47.1-2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "git-daemon-0:2.47.1-2.el10_0.aarch64", "product": { "name": "git-daemon-0:2.47.1-2.el10_0.aarch64", "product_id": "git-daemon-0:2.47.1-2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.47.1-2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "git-debugsource-0:2.47.1-2.el10_0.aarch64", "product": { "name": "git-debugsource-0:2.47.1-2.el10_0.aarch64", "product_id": "git-debugsource-0:2.47.1-2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.47.1-2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.47.1-2.el10_0.aarch64", "product": { "name": "git-core-debuginfo-0:2.47.1-2.el10_0.aarch64", "product_id": "git-core-debuginfo-0:2.47.1-2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.47.1-2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.47.1-2.el10_0.aarch64", "product": { "name": "git-credential-libsecret-debuginfo-0:2.47.1-2.el10_0.aarch64", "product_id": "git-credential-libsecret-debuginfo-0:2.47.1-2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.47.1-2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.47.1-2.el10_0.aarch64", "product": { "name": "git-daemon-debuginfo-0:2.47.1-2.el10_0.aarch64", "product_id": "git-daemon-debuginfo-0:2.47.1-2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.47.1-2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.47.1-2.el10_0.aarch64", "product": { "name": "git-debuginfo-0:2.47.1-2.el10_0.aarch64", "product_id": "git-debuginfo-0:2.47.1-2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.47.1-2.el10_0?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "git-0:2.47.1-2.el10_0.ppc64le", "product": { "name": "git-0:2.47.1-2.el10_0.ppc64le", "product_id": "git-0:2.47.1-2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.47.1-2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "git-core-0:2.47.1-2.el10_0.ppc64le", "product": { "name": "git-core-0:2.47.1-2.el10_0.ppc64le", "product_id": "git-core-0:2.47.1-2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.47.1-2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.47.1-2.el10_0.ppc64le", "product": { "name": "git-credential-libsecret-0:2.47.1-2.el10_0.ppc64le", "product_id": "git-credential-libsecret-0:2.47.1-2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.47.1-2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-0:2.47.1-2.el10_0.ppc64le", "product": { "name": "git-daemon-0:2.47.1-2.el10_0.ppc64le", "product_id": "git-daemon-0:2.47.1-2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.47.1-2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debugsource-0:2.47.1-2.el10_0.ppc64le", "product": { "name": "git-debugsource-0:2.47.1-2.el10_0.ppc64le", "product_id": "git-debugsource-0:2.47.1-2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.47.1-2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.47.1-2.el10_0.ppc64le", "product": { "name": "git-core-debuginfo-0:2.47.1-2.el10_0.ppc64le", "product_id": "git-core-debuginfo-0:2.47.1-2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.47.1-2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.47.1-2.el10_0.ppc64le", "product": { "name": "git-credential-libsecret-debuginfo-0:2.47.1-2.el10_0.ppc64le", "product_id": "git-credential-libsecret-debuginfo-0:2.47.1-2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.47.1-2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.47.1-2.el10_0.ppc64le", "product": { "name": "git-daemon-debuginfo-0:2.47.1-2.el10_0.ppc64le", "product_id": "git-daemon-debuginfo-0:2.47.1-2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.47.1-2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.47.1-2.el10_0.ppc64le", "product": { "name": "git-debuginfo-0:2.47.1-2.el10_0.ppc64le", "product_id": "git-debuginfo-0:2.47.1-2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.47.1-2.el10_0?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "git-0:2.47.1-2.el10_0.x86_64", "product": { "name": "git-0:2.47.1-2.el10_0.x86_64", "product_id": "git-0:2.47.1-2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.47.1-2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "git-core-0:2.47.1-2.el10_0.x86_64", "product": { "name": "git-core-0:2.47.1-2.el10_0.x86_64", "product_id": "git-core-0:2.47.1-2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.47.1-2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.47.1-2.el10_0.x86_64", "product": { "name": "git-credential-libsecret-0:2.47.1-2.el10_0.x86_64", "product_id": "git-credential-libsecret-0:2.47.1-2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.47.1-2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-0:2.47.1-2.el10_0.x86_64", "product": { "name": "git-daemon-0:2.47.1-2.el10_0.x86_64", "product_id": "git-daemon-0:2.47.1-2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.47.1-2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "git-debugsource-0:2.47.1-2.el10_0.x86_64", "product": { "name": "git-debugsource-0:2.47.1-2.el10_0.x86_64", "product_id": "git-debugsource-0:2.47.1-2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.47.1-2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.47.1-2.el10_0.x86_64", "product": { "name": "git-core-debuginfo-0:2.47.1-2.el10_0.x86_64", "product_id": "git-core-debuginfo-0:2.47.1-2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.47.1-2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.47.1-2.el10_0.x86_64", "product": { "name": "git-credential-libsecret-debuginfo-0:2.47.1-2.el10_0.x86_64", "product_id": "git-credential-libsecret-debuginfo-0:2.47.1-2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.47.1-2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.47.1-2.el10_0.x86_64", "product": { "name": "git-daemon-debuginfo-0:2.47.1-2.el10_0.x86_64", "product_id": "git-daemon-debuginfo-0:2.47.1-2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.47.1-2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.47.1-2.el10_0.x86_64", "product": { "name": "git-debuginfo-0:2.47.1-2.el10_0.x86_64", "product_id": "git-debuginfo-0:2.47.1-2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.47.1-2.el10_0?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "git-0:2.47.1-2.el10_0.s390x", "product": { "name": "git-0:2.47.1-2.el10_0.s390x", "product_id": "git-0:2.47.1-2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git@2.47.1-2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "git-core-0:2.47.1-2.el10_0.s390x", "product": { "name": "git-core-0:2.47.1-2.el10_0.s390x", "product_id": "git-core-0:2.47.1-2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core@2.47.1-2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "git-credential-libsecret-0:2.47.1-2.el10_0.s390x", "product": { "name": "git-credential-libsecret-0:2.47.1-2.el10_0.s390x", "product_id": "git-credential-libsecret-0:2.47.1-2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret@2.47.1-2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "git-daemon-0:2.47.1-2.el10_0.s390x", "product": { "name": "git-daemon-0:2.47.1-2.el10_0.s390x", "product_id": "git-daemon-0:2.47.1-2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon@2.47.1-2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "git-debugsource-0:2.47.1-2.el10_0.s390x", "product": { "name": "git-debugsource-0:2.47.1-2.el10_0.s390x", "product_id": "git-debugsource-0:2.47.1-2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debugsource@2.47.1-2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "git-core-debuginfo-0:2.47.1-2.el10_0.s390x", "product": { "name": "git-core-debuginfo-0:2.47.1-2.el10_0.s390x", "product_id": "git-core-debuginfo-0:2.47.1-2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-debuginfo@2.47.1-2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "git-credential-libsecret-debuginfo-0:2.47.1-2.el10_0.s390x", "product": { "name": "git-credential-libsecret-debuginfo-0:2.47.1-2.el10_0.s390x", "product_id": "git-credential-libsecret-debuginfo-0:2.47.1-2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-credential-libsecret-debuginfo@2.47.1-2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "git-daemon-debuginfo-0:2.47.1-2.el10_0.s390x", "product": { "name": "git-daemon-debuginfo-0:2.47.1-2.el10_0.s390x", "product_id": "git-daemon-debuginfo-0:2.47.1-2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-daemon-debuginfo@2.47.1-2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "git-debuginfo-0:2.47.1-2.el10_0.s390x", "product": { "name": "git-debuginfo-0:2.47.1-2.el10_0.s390x", "product_id": "git-debuginfo-0:2.47.1-2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-debuginfo@2.47.1-2.el10_0?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "git-all-0:2.47.1-2.el10_0.noarch", "product": { "name": "git-all-0:2.47.1-2.el10_0.noarch", "product_id": "git-all-0:2.47.1-2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-all@2.47.1-2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "git-core-doc-0:2.47.1-2.el10_0.noarch", "product": { "name": "git-core-doc-0:2.47.1-2.el10_0.noarch", "product_id": "git-core-doc-0:2.47.1-2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-core-doc@2.47.1-2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "git-email-0:2.47.1-2.el10_0.noarch", "product": { "name": "git-email-0:2.47.1-2.el10_0.noarch", "product_id": "git-email-0:2.47.1-2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-email@2.47.1-2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "git-gui-0:2.47.1-2.el10_0.noarch", "product": { "name": "git-gui-0:2.47.1-2.el10_0.noarch", "product_id": "git-gui-0:2.47.1-2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-gui@2.47.1-2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "git-instaweb-0:2.47.1-2.el10_0.noarch", "product": { "name": "git-instaweb-0:2.47.1-2.el10_0.noarch", "product_id": "git-instaweb-0:2.47.1-2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-instaweb@2.47.1-2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "git-subtree-0:2.47.1-2.el10_0.noarch", "product": { "name": "git-subtree-0:2.47.1-2.el10_0.noarch", "product_id": "git-subtree-0:2.47.1-2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-subtree@2.47.1-2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "git-svn-0:2.47.1-2.el10_0.noarch", "product": { "name": "git-svn-0:2.47.1-2.el10_0.noarch", "product_id": "git-svn-0:2.47.1-2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/git-svn@2.47.1-2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "gitk-0:2.47.1-2.el10_0.noarch", "product": { "name": "gitk-0:2.47.1-2.el10_0.noarch", "product_id": "gitk-0:2.47.1-2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitk@2.47.1-2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "gitweb-0:2.47.1-2.el10_0.noarch", "product": { "name": "gitweb-0:2.47.1-2.el10_0.noarch", "product_id": "gitweb-0:2.47.1-2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gitweb@2.47.1-2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-0:2.47.1-2.el10_0.noarch", "product": { "name": "perl-Git-0:2.47.1-2.el10_0.noarch", "product_id": "perl-Git-0:2.47.1-2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git@2.47.1-2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Git-SVN-0:2.47.1-2.el10_0.noarch", "product": { "name": "perl-Git-SVN-0:2.47.1-2.el10_0.noarch", "product_id": "perl-Git-SVN-0:2.47.1-2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Git-SVN@2.47.1-2.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.1-2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-0:2.47.1-2.el10_0.aarch64" }, "product_reference": "git-0:2.47.1-2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.47.1-2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-0:2.47.1-2.el10_0.ppc64le" }, "product_reference": "git-0:2.47.1-2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.47.1-2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-0:2.47.1-2.el10_0.s390x" }, "product_reference": "git-0:2.47.1-2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.47.1-2.el10_0.src as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:git-0:2.47.1-2.el10_0.src" }, "product_reference": "git-0:2.47.1-2.el10_0.src", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-0:2.47.1-2.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.1-2.el10_0.x86_64" }, "product_reference": "git-0:2.47.1-2.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.1-2.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.1-2.el10_0.noarch" }, "product_reference": "git-all-0:2.47.1-2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.47.1-2.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.1-2.el10_0.aarch64" }, "product_reference": "git-core-0:2.47.1-2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.47.1-2.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.1-2.el10_0.ppc64le" }, "product_reference": "git-core-0:2.47.1-2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.47.1-2.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.1-2.el10_0.s390x" }, "product_reference": "git-core-0:2.47.1-2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-core-0:2.47.1-2.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.1-2.el10_0.x86_64" }, "product_reference": "git-core-0:2.47.1-2.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.1-2.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.1-2.el10_0.aarch64" }, "product_reference": "git-core-debuginfo-0:2.47.1-2.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.1-2.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.1-2.el10_0.ppc64le" }, "product_reference": "git-core-debuginfo-0:2.47.1-2.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.1-2.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.1-2.el10_0.s390x" }, "product_reference": "git-core-debuginfo-0:2.47.1-2.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.1-2.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.1-2.el10_0.x86_64" }, "product_reference": "git-core-debuginfo-0:2.47.1-2.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.1-2.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.1-2.el10_0.noarch" }, "product_reference": "git-core-doc-0:2.47.1-2.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.1-2.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.1-2.el10_0.aarch64" }, "product_reference": "git-credential-libsecret-0:2.47.1-2.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.1-2.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.1-2.el10_0.ppc64le" }, "product_reference": "git-credential-libsecret-0:2.47.1-2.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.1-2.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.1-2.el10_0.s390x" }, "product_reference": "git-credential-libsecret-0:2.47.1-2.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.1-2.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.1-2.el10_0.x86_64" }, "product_reference": "git-credential-libsecret-0:2.47.1-2.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.1-2.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.1-2.el10_0.aarch64" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.47.1-2.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.1-2.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.1-2.el10_0.ppc64le" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.47.1-2.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.1-2.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.1-2.el10_0.s390x" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.47.1-2.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.1-2.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.1-2.el10_0.x86_64" }, "product_reference": "git-credential-libsecret-debuginfo-0:2.47.1-2.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.1-2.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.1-2.el10_0.aarch64" }, "product_reference": "git-daemon-0:2.47.1-2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.47.1-2.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.1-2.el10_0.ppc64le" }, "product_reference": "git-daemon-0:2.47.1-2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.47.1-2.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.1-2.el10_0.s390x" }, "product_reference": "git-daemon-0:2.47.1-2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-daemon-0:2.47.1-2.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.1-2.el10_0.x86_64" }, "product_reference": "git-daemon-0:2.47.1-2.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.1-2.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.1-2.el10_0.aarch64" }, "product_reference": "git-daemon-debuginfo-0:2.47.1-2.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.1-2.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.1-2.el10_0.ppc64le" }, "product_reference": "git-daemon-debuginfo-0:2.47.1-2.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.1-2.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.1-2.el10_0.s390x" }, "product_reference": "git-daemon-debuginfo-0:2.47.1-2.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.1-2.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.1-2.el10_0.x86_64" }, "product_reference": "git-daemon-debuginfo-0:2.47.1-2.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.1-2.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.1-2.el10_0.aarch64" }, "product_reference": "git-debuginfo-0:2.47.1-2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.47.1-2.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.1-2.el10_0.ppc64le" }, "product_reference": "git-debuginfo-0:2.47.1-2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.47.1-2.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.1-2.el10_0.s390x" }, "product_reference": "git-debuginfo-0:2.47.1-2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debuginfo-0:2.47.1-2.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.1-2.el10_0.x86_64" }, "product_reference": "git-debuginfo-0:2.47.1-2.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.1-2.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.1-2.el10_0.aarch64" }, "product_reference": "git-debugsource-0:2.47.1-2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.47.1-2.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.1-2.el10_0.ppc64le" }, "product_reference": "git-debugsource-0:2.47.1-2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.47.1-2.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.1-2.el10_0.s390x" }, "product_reference": "git-debugsource-0:2.47.1-2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-debugsource-0:2.47.1-2.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.1-2.el10_0.x86_64" }, "product_reference": "git-debugsource-0:2.47.1-2.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.1-2.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.1-2.el10_0.noarch" }, "product_reference": "git-email-0:2.47.1-2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-gui-0:2.47.1-2.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.1-2.el10_0.noarch" }, "product_reference": "git-gui-0:2.47.1-2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-instaweb-0:2.47.1-2.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.1-2.el10_0.noarch" }, "product_reference": "git-instaweb-0:2.47.1-2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-subtree-0:2.47.1-2.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.1-2.el10_0.noarch" }, "product_reference": "git-subtree-0:2.47.1-2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "git-svn-0:2.47.1-2.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.1-2.el10_0.noarch" }, "product_reference": "git-svn-0:2.47.1-2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "gitk-0:2.47.1-2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:gitk-0:2.47.1-2.el10_0.noarch" }, "product_reference": "gitk-0:2.47.1-2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "gitweb-0:2.47.1-2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:gitweb-0:2.47.1-2.el10_0.noarch" }, "product_reference": "gitweb-0:2.47.1-2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Git-0:2.47.1-2.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.1-2.el10_0.noarch" }, "product_reference": "perl-Git-0:2.47.1-2.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.1-2.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.1-2.el10_0.noarch" }, "product_reference": "perl-Git-SVN-0:2.47.1-2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-52005", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2025-01-15T18:01:05.807300+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2338289" } ], "notes": [ { "category": "description", "text": "A flaw was found in Git. When cloning, fetching, or pushing from a server, informational or error messages are transported from the remote Git process to the client via a sideband channel. These messages are prefixed with \"remote:\" and printed directly to the standard error output. Typically, this standard error output is connected to a terminal that understands ANSI escape sequences, which Git did not protect against. Most modern terminals support control sequences that can be used by a malicious actor to hide and misrepresent information or to mislead the user into executing untrusted scripts.", "title": "Vulnerability description" }, { "category": "summary", "text": "git: The sideband payload is passed unfiltered to the terminal in git", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is classified as moderate rather than important because it primarily affects informational messages rather than directly compromising repository integrity or executing arbitrary code. The issue arises from Git\u0027s failure to sanitize ANSI escape sequences in messages received over the sideband channel, which could allow a malicious remote repository to manipulate terminal output. However, exploitation requires user interaction, such as manually copying and executing misleading commands. Unlike higher-severity vulnerabilities, this does not provide direct unauthorized access, remote code execution, or privilege escalation, limiting its overall impact. The risk is further mitigated by best practices, such as avoiding recursive clones from untrusted sources.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a (CWE-116: Improper Encoding or Escaping of Output | CWE-150: Improper Neutralization of Escape, Meta, or Control Sequences) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nStatic code analysis and peer reviews help ensure input validation and output encoding are properly implemented, reducing the risk of system instability, data exposure, and security issues. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention, which ensures that unexpected or malicious output behavior is detectable post-deployment. In the event of successful exploitation, process isolation contains the impact to the affected workload through containerization, pod-level security policies, and network segmentation.", "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.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-0:2.47.1-2.el10_0.src", "AppStream-10.0.Z:git-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-all-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:git-core-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-core-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-core-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-core-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-core-doc-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-daemon-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-debuginfo-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-debuginfo-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-debuginfo-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-debuginfo-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-debugsource-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-debugsource-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-debugsource-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-debugsource-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-email-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:git-gui-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:git-instaweb-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:git-subtree-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:git-svn-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:gitk-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:gitweb-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:perl-Git-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:perl-Git-SVN-0:2.47.1-2.el10_0.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-52005" }, { "category": "external", "summary": "RHBZ#2338289", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2338289" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-52005", "url": "https://www.cve.org/CVERecord?id=CVE-2024-52005" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-52005", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52005" }, { "category": "external", "summary": "https://github.com/git/git/security/advisories/GHSA-7jjc-gg6m-3329", "url": "https://github.com/git/git/security/advisories/GHSA-7jjc-gg6m-3329" }, { "category": "external", "summary": "https://lore.kernel.org/git/1M9FnZ-1taoNo1wwh-00ESSd@mail.gmx.net", "url": "https://lore.kernel.org/git/1M9FnZ-1taoNo1wwh-00ESSd@mail.gmx.net" } ], "release_date": "2025-01-15T17:35:02.379000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-05-13T16:05:24+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.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-0:2.47.1-2.el10_0.src", "AppStream-10.0.Z:git-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-all-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:git-core-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-core-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-core-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-core-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-core-doc-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-daemon-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-debuginfo-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-debuginfo-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-debuginfo-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-debuginfo-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-debugsource-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-debugsource-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-debugsource-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-debugsource-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-email-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:git-gui-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:git-instaweb-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:git-subtree-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:git-svn-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:gitk-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:gitweb-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:perl-Git-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:perl-Git-SVN-0:2.47.1-2.el10_0.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:7482" }, { "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.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-0:2.47.1-2.el10_0.src", "AppStream-10.0.Z:git-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-all-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:git-core-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-core-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-core-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-core-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-core-doc-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-daemon-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-debuginfo-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-debuginfo-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-debuginfo-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-debuginfo-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-debugsource-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-debugsource-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-debugsource-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-debugsource-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-email-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:git-gui-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:git-instaweb-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:git-subtree-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:git-svn-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:gitk-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:gitweb-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:perl-Git-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:perl-Git-SVN-0:2.47.1-2.el10_0.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-10.0.Z:git-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-0:2.47.1-2.el10_0.src", "AppStream-10.0.Z:git-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-all-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:git-core-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-core-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-core-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-core-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-core-debuginfo-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-core-doc-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-credential-libsecret-debuginfo-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-daemon-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-daemon-debuginfo-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-debuginfo-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-debuginfo-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-debuginfo-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-debuginfo-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-debugsource-0:2.47.1-2.el10_0.aarch64", "AppStream-10.0.Z:git-debugsource-0:2.47.1-2.el10_0.ppc64le", "AppStream-10.0.Z:git-debugsource-0:2.47.1-2.el10_0.s390x", "AppStream-10.0.Z:git-debugsource-0:2.47.1-2.el10_0.x86_64", "AppStream-10.0.Z:git-email-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:git-gui-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:git-instaweb-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:git-subtree-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:git-svn-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:gitk-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:gitweb-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:perl-Git-0:2.47.1-2.el10_0.noarch", "AppStream-10.0.Z:perl-Git-SVN-0:2.47.1-2.el10_0.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "git: The sideband payload is passed unfiltered to the terminal in git" } ] }
wid-sec-w-2025-0106
Vulnerability from csaf_certbund
Published
2025-01-15 23:00
Modified
2025-07-15 22:00
Summary
git: Schwachstelle ermöglicht Darstellen falscher Informationen
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 eine Schwachstelle in git ausnutzen, um falsche Informationen darzustellen.
Betroffene Betriebssysteme
- Windows
{ "document": { "aggregate_severity": { "text": "mittel" }, "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 eine Schwachstelle in git ausnutzen, um falsche Informationen darzustellen.", "title": "Angriff" }, { "category": "general", "text": "- 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-0106 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0106.json" }, { "category": "self", "summary": "WID-SEC-2025-0106 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0106" }, { "category": "external", "summary": "Git Security Advisory vom 2025-01-15", "url": "https://github.com/git/git/security/advisories/GHSA-7jjc-gg6m-3329" }, { "category": "external", "summary": "NIST Vulnerability Database vom 2025-01-15", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52005" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:7409 vom 2025-05-13", "url": "https://access.redhat.com/errata/RHSA-2025:7409" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:7482 vom 2025-05-13", "url": "https://access.redhat.com/errata/RHSA-2025:7482" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:7641 vom 2025-05-15", "url": "https://access.redhat.com/errata/RHSA-2025:7641" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:7640 vom 2025-05-15", "url": "https://access.redhat.com/errata/RHSA-2025:7640" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-7409 vom 2025-05-22", "url": "https://linux.oracle.com/errata/ELSA-2025-7409.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:8274 vom 2025-05-28", "url": "https://access.redhat.com/errata/RHSA-2025:8274" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:8274 vom 2025-05-29", "url": "https://rhn.redhat.com/errata/RHSA-2025:8274.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:8278 vom 2025-05-29", "url": "https://rhn.redhat.com/errata/RHSA-2025:8278.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:8277 vom 2025-05-28", "url": "https://access.redhat.com/errata/RHSA-2025:8277" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:8278 vom 2025-05-28", "url": "https://access.redhat.com/errata/RHSA-2025:8278" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:8414 vom 2025-06-03", "url": "https://access.redhat.com/errata/RHSA-2025:8414" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-8414 vom 2025-06-03", "url": "https://linux.oracle.com/errata/ELSA-2025-8414.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2025-2884 vom 2025-06-12", "url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2884.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-7482 vom 2025-06-28", "url": "https://linux.oracle.com/errata/ELSA-2025-7482.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2-2025-2884 vom 2025-06-30", "url": "https://alas.aws.amazon.com/AL2/ALAS2-2025-2884.html" }, { "category": "external", "summary": "IBM Security Bulletin 7239757 vom 2025-07-15", "url": "https://www.ibm.com/support/pages/node/7239757" } ], "source_lang": "en-US", "title": "git: Schwachstelle erm\u00f6glicht Darstellen falscher Informationen", "tracking": { "current_release_date": "2025-07-15T22:00:00.000+00:00", "generator": { "date": "2025-07-16T07:53:18.443+00:00", "engine": { "name": "BSI-WID", "version": "1.4.0" } }, "id": "WID-SEC-W-2025-0106", "initial_release_date": "2025-01-15T23:00:00.000+00:00", "revision_history": [ { "date": "2025-01-15T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2025-05-13T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-05-14T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-05-22T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2025-05-29T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-06-02T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-06-03T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2025-06-12T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2025-06-29T22:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2025-06-30T22:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2025-07-15T22:00:00.000+00:00", "number": "11", "summary": "Neue Updates von IBM aufgenommen" } ], "status": "final", "version": "11" } }, "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": "IBM QRadar SIEM", "product": { "name": "IBM QRadar SIEM", "product_id": "T021415", "product_identification_helper": { "cpe": "cpe:/a:ibm:qradar_siem:-" } } } ], "category": "vendor", "name": "IBM" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "for Windows \u003cv2.47.1(2)", "product": { "name": "Open Source git for Windows \u003cv2.47.1(2)", "product_id": "T040358" } }, { "category": "product_version", "name": "for Windows v2.47.1(2)", "product": { "name": "Open Source git for Windows v2.47.1(2)", "product_id": "T040358-fixed", "product_identification_helper": { "cpe": "cpe:/a:open_source:git:for_windows_v2.47.1%282%29" } } } ], "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:-" } } } ], "category": "vendor", "name": "Red Hat" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-52005", "product_status": { "known_affected": [ "67646", "T021415", "T040358", "398363", "T004914" ] }, "release_date": "2025-01-15T23:00:00.000+00:00", "title": "CVE-2024-52005" } ] }
fkie_cve-2024-52005
Vulnerability from fkie_nvd
Published
2025-01-15 18:15
Modified
2025-01-15 18:15
Severity ?
Summary
Git is a source code management tool. When cloning from a server (or fetching, or pushing), informational or error messages are transported from the remote Git process to the client via the so-called "sideband channel". These messages will be prefixed with "remote:" and printed directly to the standard error output. Typically, this standard error output is connected to a terminal that understands ANSI escape sequences, which Git did not protect against. Most modern terminals support control sequences that can be used by a malicious actor to hide and misrepresent information, or to mislead the user into executing untrusted scripts. As requested on the git-security mailing list, the patches are under discussion on the public mailing list. Users are advised to update as soon as possible. Users unable to upgrade should avoid recursive clones unless they are from trusted sources.
References
Impacted products
Vendor | Product | Version |
---|
{ "cveTags": [], "descriptions": [ { "lang": "en", "value": "Git is a source code management tool. When cloning from a server (or fetching, or pushing), informational or error messages are transported from the remote Git process to the client via the so-called \"sideband channel\". These messages will be prefixed with \"remote:\" and printed directly to the standard error output. Typically, this standard error output is connected to a terminal that understands ANSI escape sequences, which Git did not protect against. Most modern terminals support control sequences that can be used by a malicious actor to hide and misrepresent information, or to mislead the user into executing untrusted scripts. As requested on the git-security mailing list, the patches are under discussion on the public mailing list. Users are advised to update as soon as possible. Users unable to upgrade should avoid recursive clones unless they are from trusted sources." }, { "lang": "es", "value": "Git es una herramienta de gesti\u00f3n de c\u00f3digo fuente. Al clonar desde un servidor (o buscar o enviar), los mensajes de informaci\u00f3n o error se transportan desde el proceso Git remoto al cliente a trav\u00e9s del llamado \"sideband channel\". Estos mensajes tendr\u00e1n el prefijo \"remote:\" y se imprimir\u00e1n directamente en la salida de error est\u00e1ndar. Normalmente, esta salida de error est\u00e1ndar est\u00e1 conectada a una terminal que entiende las secuencias de escape ANSI, contra las que Git no protegi\u00f3. La mayor\u00eda de las terminales modernas admiten secuencias de control que pueden ser utilizadas por un actor malintencionado para ocultar y tergiversar informaci\u00f3n, o para enga\u00f1ar al usuario para que ejecute scripts no confiables. Como se solicit\u00f3 en la lista de correo git-security, los parches se est\u00e1n discutiendo en la lista de correo p\u00fablica. Se recomienda a los usuarios que actualicen lo antes posible. Los usuarios que no puedan actualizar deben evitar los clones recursivos a menos que sean de fuentes confiables." } ], "id": "CVE-2024-52005", "lastModified": "2025-01-15T18:15:24.130", "metrics": { "cvssMetricV40": [ { "cvssData": { "Automatable": "NOT_DEFINED", "Recovery": "NOT_DEFINED", "Safety": "NOT_DEFINED", "attackComplexity": "HIGH", "attackRequirements": "NONE", "attackVector": "NETWORK", "availabilityRequirement": "NOT_DEFINED", "baseScore": 7.5, "baseSeverity": "HIGH", "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": "NONE", "subIntegrityImpact": "NONE", "userInteraction": "ACTIVE", "valueDensity": "NOT_DEFINED", "vectorString": "CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/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": "HIGH", "vulnConfidentialityImpact": "HIGH", "vulnIntegrityImpact": "HIGH", "vulnerabilityResponseEffort": "NOT_DEFINED" }, "source": "security-advisories@github.com", "type": "Secondary" } ] }, "published": "2025-01-15T18:15:24.130", "references": [ { "source": "security-advisories@github.com", "url": "https://github.com/git/git/security/advisories/GHSA-7jjc-gg6m-3329" }, { "source": "security-advisories@github.com", "url": "https://lore.kernel.org/git/1M9FnZ-1taoNo1wwh-00ESSd@mail.gmx.net" } ], "sourceIdentifier": "security-advisories@github.com", "vulnStatus": "Awaiting Analysis", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-116" }, { "lang": "en", "value": "CWE-150" } ], "source": "security-advisories@github.com", "type": "Primary" } ] }
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…